Details
- Reviewers
eugenis kcc - Commits
- rGe8b09195fa25: [compiler-rt] Don't reset non-default user handler if allow_user_segv_handler…
rCRT304039: [compiler-rt] Don't reset non-default user handler if allow_user_segv_handler…
rL304039: [compiler-rt] Don't reset non-default user handler if allow_user_segv_handler…
Diff Detail
- Build Status
Buildable 5838 Build 5838: arc lint + arc unit
Event Timeline
test/asan/TestCases/Linux/preinstalled_signal.cc | ||
---|---|---|
48 | I don't like this at all. This is a mode that is not supposed to work. Could you set a signal handler in preinit_array? |
test/asan/TestCases/Linux/preinstalled_signal.cc | ||
---|---|---|
48 | No, asan also uses preinit_array and will be executed before this. |
AFAIK sigset_t and kernel_sigset_t may be different in size.
Look in sanitizer_platform_limits_posix.h