From 8e6500a0da6798e2f2730ff88681c954ae7216d4 Mon Sep 17 00:00:00 2001 From: Ivan Nardi <12729895+IvanNardi@users.noreply.github.com> Date: Sun, 10 Sep 2023 21:30:26 +0200 Subject: fuzz: extend fuzzing coverage (#2083) --- tests/ossfuzz.sh | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tests') diff --git a/tests/ossfuzz.sh b/tests/ossfuzz.sh index 723c675e0..5d7f759f4 100644 --- a/tests/ossfuzz.sh +++ b/tests/ossfuzz.sh @@ -60,3 +60,5 @@ cp example/sha1_fingerprints.csv $OUT/ cp fuzz/ipv4_addresses.txt $OUT/ cp fuzz/bd_param.txt $OUT/ cp fuzz/splt_param.txt $OUT/ +mkdir -p $OUT/lists +cp lists/*.list $OUT/lists -- cgit v1.2.3