[openssh-commits] [openssh] 01/01: update fuzzing makefile to more recent clang
git+noreply at mindrot.org
git+noreply at mindrot.org
Thu Sep 5 15:46:57 AEST 2019
This is an automated email from the git hooks/post-receive script.
djm pushed a commit to branch master
in repository openssh.
commit 8b57337c1c1506df2bb9f039d0628a6de618566b
Author: Damien Miller <djm at mindrot.org>
Date: Thu Sep 5 15:46:39 2019 +1000
update fuzzing makefile to more recent clang
---
regress/misc/fuzz-harness/Makefile | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/regress/misc/fuzz-harness/Makefile b/regress/misc/fuzz-harness/Makefile
index 744c1f8b..85179ac4 100644
--- a/regress/misc/fuzz-harness/Makefile
+++ b/regress/misc/fuzz-harness/Makefile
@@ -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)
--
To stop receiving notification emails like this one, please contact
djm at mindrot.org.
More information about the openssh-commits
mailing list