]> git.ipfire.org Git - thirdparty/openssh-portable.git/commitdiff
use options that work with recent clang
authorDamien Miller <djm@mindrot.org>
Fri, 4 Dec 2020 02:57:43 +0000 (13:57 +1100)
committerDamien Miller <djm@mindrot.org>
Fri, 4 Dec 2020 02:57:43 +0000 (13:57 +1100)
regress/misc/fuzz-harness/Makefile

index 64fbdbab162bf32929b10eb2a6925d2d2f5148a9..521a1054c5c022ac2010504d99cda4e3a2565172 100644 (file)
@@ -1,6 +1,6 @@
 # NB. libssh and libopenbsd-compat should be built with the same sanitizer opts.
-CXX=clang++-6.0
-FUZZ_FLAGS=-fsanitize=address,undefined -fsanitize-coverage=edge,trace-pc
+CXX=clang++-9
+FUZZ_FLAGS=-fsanitize=address,fuzzer
 FUZZ_LIBS=-lFuzzer
 
 CXXFLAGS=-O2 -g -Wall -Wextra -Wno-unused-parameter -I ../../.. $(FUZZ_FLAGS)