Files
clang-p2996/compiler-rt/lib/fuzzer
Petr Hosek 7a31c7ad23 [Fuzzer] Make InterruptHandler non-blocking for Fuchsia
The initial naive approach to simulate SIGINT on Fuchsia was to getchar
and look for ETX. This caused the InterruptHandler thread to lock stdin,
preventing musl's exit() from being able to close the stdio descriptors
and complete. This change uses select() instead.

Patch By: aarongreen

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

llvm-svn: 330328
2018-04-19 14:01:46 +00:00
..
2018-04-09 22:38:26 +00:00
2018-04-09 22:38:26 +00:00
2018-04-09 22:38:26 +00:00
2018-04-09 22:38:26 +00:00
2017-08-22 01:15:40 +00:00

See http://llvm.org/docs/LibFuzzer.html