mirror of
https://github.com/chromium/crashpad.git
synced 2025-03-14 20:37:08 +00:00
Sanitizers can prevent the installation of signal handlers, but sigaction would still return 0 (for success). Detect this by checking the installed signal handler via a second call to sigaction. R=mark@chromium.org Bug: chromium:1328749 Change-Id: I62a5777379ec5c6b1ca2d5a62e7cd3fb8ed1437b Reviewed-on: https://chromium-review.googlesource.com/c/crashpad/crashpad/+/3702302 Reviewed-by: Mark Mentovai <mark@chromium.org> Commit-Queue: Clemens Backes <clemensb@chromium.org>