aboutsummaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2021-06-08 12:47:57 -0400
committerNick Mathewson <nickm@torproject.org>2021-06-08 12:47:57 -0400
commitd2256fe9cea6407258a53f68c64723aef19bd41c (patch)
treec29c3b6f19e2d4e9e4a058df1c2fc6d956cdf05d /Makefile.am
parentf93d9d8bacb672c123674cfe9fbb01320e6cb3d7 (diff)
downloadtor-d2256fe9cea6407258a53f68c64723aef19bd41c.tar.gz
tor-d2256fe9cea6407258a53f68c64723aef19bd41c.zip
Modernize our libfuzzer usage to close #40407
Additionally, remove lingering references to hsv2 fuzzers from the fuzzing_include_am.py script.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 3056b08446..7ae2133767 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -253,7 +253,7 @@ endif
TEST_NETWORK_SHOW_WARNINGS_FOR_LAST_RUN_FLAGS=--quiet --only-warnings
if LIBFUZZER_ENABLED
-TEST_CFLAGS += -fsanitize-coverage=trace-pc-guard,trace-cmp,trace-div
+TEST_CFLAGS += -fsanitize=fuzzer-no-link
# not "edge"
endif