[PATCH] D37608: [lsan] Deadly signal handler for lsan

Vitaly Buka via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Sep 18 00:40:56 PDT 2017


vitalybuka updated this revision to Diff 115603.
vitalybuka added a comment.

Added nested signal protection.


https://reviews.llvm.org/D37608

Files:
  compiler-rt/lib/lsan/lsan.cc
  compiler-rt/lib/lsan/lsan_interceptors.cc
  compiler-rt/lib/sanitizer_common/sanitizer_common.h
  compiler-rt/lib/sanitizer_common/sanitizer_common_libcdep.cc
  compiler-rt/test/sanitizer_common/TestCases/Linux/allow_user_segv.cc
  compiler-rt/test/sanitizer_common/TestCases/Linux/assert.cc
  compiler-rt/test/sanitizer_common/TestCases/Linux/ill.cc
  compiler-rt/test/sanitizer_common/TestCases/Posix/dedup_token_length_test.cc
  compiler-rt/test/sanitizer_common/TestCases/Posix/dump_instruction_bytes.cc
  compiler-rt/test/sanitizer_common/TestCases/Posix/fpe.cc
  compiler-rt/test/sanitizer_common/TestCases/Posix/sanitizer_set_report_fd_test.cc

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D37608.115603.patch
Type: text/x-patch
Size: 8384 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170918/5531f9de/attachment.bin>


More information about the llvm-commits mailing list