allow_user_segv_handler had confusing name did not allow to control behavior for
signals separately.
Details
Details
- Reviewers
eugenis alekseyshl kcc - Commits
- rGa05da1fca915: [compiler-rt] Replace allow_user_segv_handler=0 with kHandleSignalExclusive
rCRT303941: [compiler-rt] Replace allow_user_segv_handler=0 with kHandleSignalExclusive
rL303941: [compiler-rt] Replace allow_user_segv_handler=0 with kHandleSignalExclusive
Diff Detail
Diff Detail
- Build Status
Buildable 6606 Build 6606: arc lint + arc unit
Event Timeline
lib/sanitizer_common/sanitizer_flag_parser.h | ||
---|---|---|
68 | maybe "exclusive"? The meaning of "always" is not very clear in this context. |
maybe "exclusive"? The meaning of "always" is not very clear in this context.