Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/openssl/openssl.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/fuzz
diff options
context:
space:
mode:
authorKurt Roeckx <kurt@roeckx.be>2017-02-19 19:05:00 +0300
committerKurt Roeckx <kurt@roeckx.be>2017-04-16 20:30:14 +0300
commit644fb113a0fe069c43911a86ff1b78bb6b7892c3 (patch)
tree233c5f98eb30de997aa2c2730f875d775d8fb3cc /fuzz
parentcad3f9dacbd03ea686a26690c8f4e58866d08104 (diff)
Switch libfuzzer to use trace-pc-guard
Reviewed-by: Rich Salz <rsalz@openssl.org> Reviewed-by: Andy Polyakov <appro@openssl.org> GH: #2683
Diffstat (limited to 'fuzz')
-rw-r--r--fuzz/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/fuzz/README.md b/fuzz/README.md
index 31e21ac595..b4a40df917 100644
--- a/fuzz/README.md
+++ b/fuzz/README.md
@@ -40,7 +40,7 @@ Configure for fuzzing:
--with-fuzzer-lib=../../svn-work/Fuzzer/libFuzzer \
-DPEDANTIC enable-asan enable-ubsan no-shared \
-DFUZZING_BUILD_MODE_UNSAFE_FOR_PRODUCTION \
- -fsanitize-coverage=edge,indirect-calls,8bit-counters \
+ -fsanitize-coverage=trace-pc-guard,indirect-calls,trace-cmp \
enable-ec_nistp_64_gcc_128 -fno-sanitize=alignment enable-tls1_3 \
enable-weak-ssl-ciphers enable-rc5 enable-md2 \
enable-ssl3 enable-ssl3-method enable-nextprotoneg \