commit | a34c65e845dc7f55a335cdede2033766eb73b66a | [log] [tgz] |
---|---|---|
author | Matt Morehouse <mascasa@google.com> | Mon Jul 09 23:51:08 2018 +0000 |
committer | Matt Morehouse <mascasa@google.com> | Mon Jul 09 23:51:08 2018 +0000 |
tree | 39e34f83ff079e90e7e4b3cd5554538f90367ad9 | |
parent | 6cd35e819438184a65d757bdbee2e749702915d5 [diff] |
[libFuzzer] Make -fsanitize=memory,fuzzer work. This patch allows libFuzzer to fuzz applications instrumented with MSan without recompiling libFuzzer with MSan instrumentation. Fixes https://github.com/google/sanitizers/issues/958. Differential Revision: https://reviews.llvm.org/D48891 llvm-svn: 336619