This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository compiler-rt.
from 881a838f9 [asan] relax sanbox_read_proc_self_maps_test to pass even if [...] new 718173908 [compiler-rt] Replace allow_user_segv_handler=0 with kHandleS [...]
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: lib/asan/asan_interceptors.cc | 12 ++--- lib/sanitizer_common/sanitizer_common.h | 2 +- lib/sanitizer_common/sanitizer_flag_parser.h | 5 ++ lib/sanitizer_common/sanitizer_flags.h | 1 + lib/sanitizer_common/sanitizer_flags.inc | 6 +-- lib/sanitizer_common/sanitizer_linux.cc | 4 +- lib/sanitizer_common/sanitizer_mac.cc | 6 +-- lib/sanitizer_common/sanitizer_posix_libcdep.cc | 7 +-- lib/sanitizer_common/sanitizer_win.cc | 4 +- lib/sanitizer_common/tests/sanitizer_flags_test.cc | 6 ++- test/asan/TestCases/Posix/allow_user_segv.cc | 53 +++++++++++++++------- .../TestCases/Linux/signal_segv_handler.cc | 2 +- 12 files changed, 65 insertions(+), 43 deletions(-)