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 8a8060f4f [compiler-rt][builtins][sanitizers] Update compiler-rt test c [...] new 0128c9bfa [libFuzzer] Replace -seed_corpus to better support fork mode on Win new 56d59bd9c Revert r359325 "[NFC][Sanitizer] Change "return type" of INTE [...]
The 2 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.h | 6 ++---- lib/fuzzer/FuzzerDriver.cpp | 23 +++++++++++++++------- lib/fuzzer/FuzzerFlags.def | 3 ++- lib/fuzzer/FuzzerFork.cpp | 9 +++++++-- lib/fuzzer/FuzzerIO.cpp | 5 +++++ lib/fuzzer/FuzzerIO.h | 2 ++ lib/interception/interception_linux.cc | 6 ++++++ lib/interception/interception_linux.h | 14 +++++++++---- lib/interception/tests/interception_linux_test.cc | 11 +++++++++++ lib/msan/msan_interceptors.cc | 7 ++----- lib/tsan/rtl/tsan_interceptors.cc | 24 ++++++++++++++++------- test/fuzzer/seed_inputs.test | 24 +++++++++++++++++++++++ 12 files changed, 104 insertions(+), 30 deletions(-) create mode 100644 test/fuzzer/seed_inputs.test