]> git.ipfire.org Git - thirdparty/openssh-portable.git/commitdiff
update fuzzing makefile to more recent clang
authorDamien Miller <djm@mindrot.org>
Thu, 5 Sep 2019 05:46:39 +0000 (15:46 +1000)
committerDamien Miller <djm@mindrot.org>
Thu, 5 Sep 2019 05:46:39 +0000 (15:46 +1000)
regress/misc/fuzz-harness/Makefile

index 744c1f8b241a6b3b5b2b7cd657481c4abb9595a4..85179ac4ed576e78ca9e64e1eadcbc60efb3c07d 100644 (file)
@@ -1,6 +1,6 @@
 # NB. libssh and libopenbsd-compat should be built with the same sanitizer opts.
-CXX=clang++-3.9
-FUZZ_FLAGS=-fsanitize=address,undefined -fsanitize-coverage=edge
+CXX=clang++-6.0
+FUZZ_FLAGS=-fsanitize=address,undefined -fsanitize-coverage=edge,trace-pc
 FUZZ_LIBS=-lFuzzer
 
 CXXFLAGS=-O2 -g -Wall -Wextra -I ../../.. $(FUZZ_FLAGS)