Page Menu
Home
Phabricator
This is an archive of the discontinued LLVM Phabricator instance.
Paths
Table of Contents
t
-
compiler-rt/trunk/lib/sanitizer_common/
-
trunk/
-
lib/
-
sanitizer_common/
-
sanitizer_linux.cc
Hide Panel
f
Keyboard Reference
?
Differential
D22061
[sanitizer] Handle null in internal_sigaction_syscall
Closed
Public
Authored by
bruening
on Jul 6 2016, 11:39 AM.
Download Raw Diff
Details
Reviewers
aizatsky
Commits
rGeaa85136a5d2: [sanitizer] Handle null in internal_sigaction_syscall
rCRT274665: [sanitizer] Handle null in internal_sigaction_syscall
rL274665: [sanitizer] Handle null in internal_sigaction_syscall
Summary
Adds support for nullptr as the action parameter to
internal_sigaction_syscall().
Diff Detail
Repository
rL LLVM
Event Timeline
bruening
updated this revision to
Diff 62922
.
Jul 6 2016, 11:39 AM
bruening
retitled this revision from
to
[sanitizer] Handle null in internal_sigaction_syscall
.
bruening
updated this object.
bruening
added a reviewer:
aizatsky
.
bruening
added subscribers:
llvm-commits
,
eugenis
,
kcc
and
2 others
.
Herald
added a subscriber:
kubamracek
.
·
View Herald Transcript
Jul 6 2016, 11:39 AM
aizatsky
accepted this revision.
Jul 6 2016, 11:48 AM
aizatsky
edited edge metadata.
This revision is now accepted and ready to land.
Jul 6 2016, 11:48 AM
Closed by commit
rL274665: [sanitizer] Handle null in internal_sigaction_syscall
(authored by
bruening
).
·
Explain Why
Jul 6 2016, 1:20 PM
This revision was automatically updated to reflect the committed changes.