aboutsummaryrefslogtreecommitdiffhomepage
path: root/projects/qt
diff options
context:
space:
mode:
authorGravatar Robert Löhning <robert.loehning@qt.io>2020-06-03 16:24:44 +0200
committerGravatar GitHub <noreply@github.com>2020-06-03 07:24:44 -0700
commit934c770abb932629da5c53af594bbe785964c7fb (patch)
treef91535b623c824f9490ae2e6db848d9596eda73f /projects/qt
parent9d7927f4435cbae8ab79d42f5cc11848df57da09 (diff)
[qt] Add pdf to image corpus (#3926)
Diffstat (limited to 'projects/qt')
-rwxr-xr-xprojects/qt/build.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/projects/qt/build.sh b/projects/qt/build.sh
index c44d9f16..734cccf4 100755
--- a/projects/qt/build.sh
+++ b/projects/qt/build.sh
@@ -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/*