From 6e8f268873447af940706cca09a46921a2e9a3ce Mon Sep 17 00:00:00 2001 From: Toni Uhlig Date: Sun, 5 Jul 2020 19:44:13 +0200 Subject: ossfuzz.sh: do not use wildcards for fuzzer e.g. fuzz/fuzz* Signed-off-by: Toni Uhlig --- tests/ossfuzz.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tests/ossfuzz.sh b/tests/ossfuzz.sh index c47486bfb..14741fd92 100644 --- a/tests/ossfuzz.sh +++ b/tests/ossfuzz.sh @@ -27,4 +27,6 @@ sh autogen.sh ./configure --enable-fuzztargets make make -C fuzz fuzz_ndpi_reader_seed_corpus.zip -cp -v fuzz/fuzz* "$OUT/" +# copy fuzz executables to output directory +cp -v fuzz/fuzz_ndpi_reader "$OUT/" +cp -v fuzz/fuzz_process_packet "$OUT/" -- cgit v1.2.3