[PATCH] DFSan-based fuzzer (proof of concept).

Alexey Samsonov vonosmas at gmail.com
Mon Mar 30 13:23:34 PDT 2015


================
Comment at: lib/Fuzzer/test/dfsan/CMakeLists.txt:4
@@ +3,3 @@
+set(CMAKE_CXX_FLAGS_RELEASE
+  "${LIBFUZZER_FLAGS_BASE} -O0 -fno-sanitize=all -fsanitize=dataflow -mllvm -sanitizer-coverage-experimental-trace-compares=1 -fsanitize-blacklist=${CMAKE_CURRENT_SOURCE_DIR}/../../dfsan_fuzzer_abi.list")
+
----------------
You can use DFSAN_FUZZER_ABI_LIST here as well.

http://reviews.llvm.org/D8669

EMAIL PREFERENCES
  http://reviews.llvm.org/settings/panel/emailpreferences/






More information about the llvm-commits mailing list