[PATCH] D57465: [libFuzzer] Set default sanitizer options in fuzzer tests
Julian Lettner via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jan 30 17:07:14 PST 2019
yln added a comment.
There is one more occurrence in `afl-driver-stderr.test`, but I think it is purposefully used to reset the options.
; Test that specifying an invalid file causes a crash.
RUN: ASAN_OPTIONS= AFL_DRIVER_STDERR_DUPLICATE_FILENAME="%T" not --crash %run %t-AFLDriverTest
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D57465/new/
https://reviews.llvm.org/D57465
More information about the llvm-commits
mailing list