Add fuzzing dictionary and test all printStructure() options

This commit is contained in:
Kevin Backhouse
2021-07-27 22:51:13 +01:00
parent c486999845
commit 593fcbd865
11 changed files with 574 additions and 18 deletions
+1 -1
View File
@@ -27,4 +27,4 @@ jobs:
run: |
cd build
mkdir corpus
./bin/fuzz-read-print-write corpus ../test/data/ -jobs=$(nproc) -workers=$(nproc) -max_total_time=120 -max_len=4096
./bin/fuzz-read-print-write corpus ../test/data/ -dict=../fuzz/exiv2.dict -jobs=$(nproc) -workers=$(nproc) -max_total_time=120 -max_len=4096