Chromium Code Reviews
DescriptionDisable the signal handlers set by AddressSanitizer.
This seems to be the least invasive way to have the ASan SIGSEGV handler in every process
but the NaCl sandbox.
Calling __asan_disable_signal_handlers() from a process resets the currently installed
signal handler to SIG_DFL and sets AddressSanitizer's handle_segv flag to 0, allowing
to further reinstall any other signal handler.
BUG=nativeclient:2717, address-sanitizer:65
Patch Set 1 #
Total comments: 3
Messages
Total messages: 6 (0 generated)
|
|||||||||||||||||||