Page Menu
Home
Phabricator
This is an archive of the discontinued LLVM Phabricator instance.
Paths
Table of Contents
t
-
lib/sanitizer_common/
-
sanitizer_common/
-
sanitizer_posix_libcdep.cc
Hide Panel
f
Keyboard Reference
?
Differential
D16646
[sanitizers] using execv instead of execve with null env.
Closed
Public
Authored by
aizatsky
on Jan 27 2016, 12:25 PM.
Download Raw Diff
Details
Reviewers
samsonov
Commits
rG48c26de04e7a: [sanitizers] using execv instead of execve with null env.
rCRT258983: [sanitizers] using execv instead of execve with null env.
rL258983: [sanitizers] using execv instead of execve with null env.
Summary
We used to call execv anyway.
Diff Detail
Event Timeline
aizatsky
updated this revision to
Diff 46166
.
Jan 27 2016, 12:25 PM
aizatsky
retitled this revision from
to
[sanitizers] using execv instead of execve with null env.
.
aizatsky
updated this object.
aizatsky
updated this object.
Jan 27 2016, 12:38 PM
aizatsky
added a reviewer:
samsonov
.
aizatsky
added a project:
Restricted Project
.
Closed by commit
rL258983: [sanitizers] using execv instead of execve with null env.
(authored by
aizatsky
).
·
Explain Why
Jan 27 2016, 12:39 PM
This revision was automatically updated to reflect the committed changes.