mirror of https://github.com/google/oss-fuzz.git
[qt] Add pdf to image corpus (#3926)
This commit is contained in:
parent
9d7927f443
commit
934c770abb
|
@ -35,7 +35,7 @@ make -j$(nproc) > /dev/null
|
|||
# prepare corpus files
|
||||
zip -j $WORK/cbor $SRC/qtqa/fuzzing/testcases/cbor/*
|
||||
zip -j $WORK/html $SRC/qtqa/fuzzing/testcases/html/*
|
||||
zip -j $WORK/images $SRC/qtqa/fuzzing/testcases/svg/* $SRC/AFL/testcases/images/*/*
|
||||
zip -j $WORK/images $SRC/qtqa/fuzzing/testcases/svg/* $SRC/AFL/testcases/images/*/* $SRC/AFL/testcases/others/pdf/*
|
||||
zip -j $WORK/markdown $SRC/qtqa/fuzzing/testcases/markdown/*
|
||||
zip -j $WORK/qml $SRC/qtqa/fuzzing/testcases/qml/*
|
||||
zip -j $WORK/ssl.pem.zip $SRC/qtqa/fuzzing/testcases/ssl.pem/*
|
||||
|
|
Loading…
Reference in New Issue