On Linux in some situations we can get SIGBUS instead of SIGSEGV on
stack overflow, so asan should handle SIGBUS as well as SIGSEGV.
https://code.google.com/p/address-sanitizer/issues/detail?id=369
Paths
| Differential D6923
[ASan] Handle SIGBUS on Linux. ClosedPublic Authored by foad on Jan 12 2015, 4:16 AM.
Details Summary On Linux in some situations we can get SIGBUS instead of SIGSEGV on https://code.google.com/p/address-sanitizer/issues/detail?id=369
Diff Detail Event Timelinefoad updated this object. This revision is now accepted and ready to land.Jan 12 2015, 5:11 AM
Revision Contents
Diff 18013 lib/sanitizer_common/sanitizer_linux.cc
test/asan/TestCases/Linux/stack-overflow-sigbus.cc
|