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 ae08c0939 Revert "[libFuzzer] Mutation tracking and logging implemented" new 7187f19d3 [libFuzzer] Make -fsanitize=memory,fuzzer work.
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/fuzzer/FuzzerDriver.cpp | 2 ++ lib/fuzzer/FuzzerExtFunctions.def | 3 +++ lib/fuzzer/FuzzerInternal.h | 22 ++++++++++++++++++++++ lib/fuzzer/FuzzerLoop.cpp | 26 ++++++++++++++++---------- test/fuzzer/UninitializedStrlen.cpp | 14 ++++++++++++++ test/fuzzer/UseAfterDtor.cpp | 27 +++++++++++++++++++++++++++ test/fuzzer/lit.cfg | 11 +++++++++-- test/fuzzer/msan.test | 23 +++++++++++++++++++++++ 8 files changed, 116 insertions(+), 12 deletions(-) create mode 100644 test/fuzzer/UninitializedStrlen.cpp create mode 100644 test/fuzzer/UseAfterDtor.cpp create mode 100644 test/fuzzer/msan.test