diff options
author | Toni <matzeton@googlemail.com> | 2023-11-02 09:04:04 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-11-02 09:04:04 +0100 |
commit | 6dcecd73d3413103d1f416721c2b2f46ff0968b7 (patch) | |
tree | 955c2cc0a682b76d8381f22e5a7a2a3ba2dcaebd /tests/ossfuzz.sh | |
parent | d5c9a16a489081c0b5bd396241c7e08649a60a4c (diff) |
Added malicious sites from the polish cert. (#2121)
* added handling of parsing errors
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
Diffstat (limited to 'tests/ossfuzz.sh')
-rw-r--r-- | tests/ossfuzz.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/ossfuzz.sh b/tests/ossfuzz.sh index 42943838a..e2adb3bf8 100644 --- a/tests/ossfuzz.sh +++ b/tests/ossfuzz.sh @@ -64,4 +64,5 @@ cp fuzz/bd_param.txt $OUT/ cp fuzz/splt_param.txt $OUT/ cp fuzz/random_list.list $OUT/ mkdir -p $OUT/lists -cp lists/*.list $OUT/lists +# Ignore a huge list to speed up init time +find lists/*.list ! -name 100_malware.list -exec cp -t $OUT/lists/ {} + |