llvm-project/compiler-rt/include
Matt Morehouse 52fd169035 [libFuzzer] Report at most one crash per input.
Summary:
Fixes https://github.com/google/sanitizers/issues/788/, a deadlock
caused by multiple crashes happening at the same time.  Before printing
a crash report, we now test and set an atomic flag.  If the flag was
already set, the crash handler returns immediately.

Reviewers: kcc

Reviewed By: kcc

Subscribers: llvm-commits, kubamracek

Differential Revision: https://reviews.llvm.org/D46277

llvm-svn: 331310
2018-05-01 21:01:53 +00:00
..
sanitizer [libFuzzer] Report at most one crash per input. 2018-05-01 21:01:53 +00:00
xray Implement trampoline and handler for typed xray event tracing. 2018-04-17 21:28:53 +00:00
CMakeLists.txt Add NetBSD syscall hooks skeleton in sanitizers 2018-02-15 02:43:02 +00:00