2
1
mirror of https://github.com/qpdf/qpdf.git synced 2024-09-19 00:29:07 +00:00
qpdf/fuzz
m-holger 722148de3d Further limit size of uncompressed JPEG for fuzzing
Try a  limit of 50MB. For very large limits processing time before
damage is encountered may exceed oss-fuzz limits.
Add further test cases.
2024-07-11 14:32:22 +01:00
..
ascii85_fuzzer_seed_corpus Add fuzzers to exercise specific pipeline classes 2019-06-23 15:37:21 -04:00
dct_fuzzer_seed_corpus Further limit size of uncompressed JPEG for fuzzing 2024-07-11 14:32:22 +01:00
flate_fuzzer_seed_corpus Add fuzzers to exercise specific pipeline classes 2019-06-23 15:37:21 -04:00
hex_fuzzer_seed_corpus Add fuzzers to exercise specific pipeline classes 2019-06-23 15:37:21 -04:00
json_fuzzer_seed_corpus Detect end of input inside an unfinished JSON string 2024-02-06 15:30:29 -05:00
lzw_fuzzer_seed_corpus Fix fuzz issue 15475 2019-08-25 22:52:25 -04:00
pngpredictor_fuzzer_seed_corpus Add fuzzers to exercise specific pipeline classes 2019-06-23 15:37:21 -04:00
qpdf_extra Add extra sanity check on pages tree 2024-07-10 19:03:23 +01:00
qtest Further limit size of uncompressed JPEG for fuzzing 2024-07-11 14:32:22 +01:00
runlength_fuzzer_seed_corpus Add fuzzers to exercise specific pipeline classes 2019-06-23 15:37:21 -04:00
tiffpredictor_fuzzer_seed_corpus Add additional test case for fuzz tests 2024-02-03 11:20:57 -05:00
ascii85_fuzzer.cc Programmatically apply new formatting to code 2022-04-04 08:10:40 -04:00
CMakeLists.txt Add extra sanity check on pages tree 2024-07-10 19:03:23 +01:00
dct_fuzzer.cc Add DCT decompression config methods in favor of compile-time changes 2024-07-03 15:43:38 +01:00
flate_fuzzer.cc Programmatically apply new formatting to code 2022-04-04 08:10:40 -04:00
hex_fuzzer.cc Programmatically apply new formatting to code 2022-04-04 08:10:40 -04:00
json_fuzzer.cc Add json fuzzer with seed files from #1123 and test suite 2024-02-04 17:27:49 -05:00
lzw_fuzzer.cc Programmatically apply new formatting to code 2022-04-04 08:10:40 -04:00
oss-fuzz-build Try moving only files matching *_fuzzer* in fuzzer build 2024-06-22 10:19:30 +01:00
pdf.dict oss-fuzz initial integration 2019-06-13 09:28:38 -04:00
pngpredictor_fuzzer.cc Programmatically apply new formatting to code 2022-04-04 08:10:40 -04:00
qpdf_fuzzer.cc Add setMaxWarnings rather than using conditional compilation 2024-07-03 15:44:44 +01:00
qpdf_fuzzer.options Clean up fuzzer installation and add test files 2019-06-21 17:39:53 -04:00
README.md oss-fuzz initial integration 2019-06-13 09:28:38 -04:00
runlength_fuzzer.cc Programmatically apply new formatting to code 2022-04-04 08:10:40 -04:00
standalone_fuzz_target_runner.cc Rerun clang-format 2023-05-21 13:35:09 -04:00
tiffpredictor_fuzzer.cc Exercise more parameters of the tiff predictor in fuzz 2024-02-03 11:27:42 -05:00