diff options
author | Ivan Nardi <12729895+IvanNardi@users.noreply.github.com> | 2023-08-20 15:18:19 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-08-20 15:18:19 +0200 |
commit | cc4461f4246f9e8eca9be5796aa53ec785d1a4f0 (patch) | |
tree | 873eb5d7a031e23c8c0401fa63b17af6cb105e2f /tests/ossfuzz.sh | |
parent | 5867f43fae70b1a08b64e8635bf8183ba4d29124 (diff) |
fuzz: extend coverage (#2073)
Diffstat (limited to 'tests/ossfuzz.sh')
-rw-r--r-- | tests/ossfuzz.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/ossfuzz.sh b/tests/ossfuzz.sh index 37742b165..723c675e0 100644 --- a/tests/ossfuzz.sh +++ b/tests/ossfuzz.sh @@ -58,3 +58,5 @@ cp example/risky_domains.txt $OUT/ cp example/ja3_fingerprints.csv $OUT/ cp example/sha1_fingerprints.csv $OUT/ cp fuzz/ipv4_addresses.txt $OUT/ +cp fuzz/bd_param.txt $OUT/ +cp fuzz/splt_param.txt $OUT/ |