2
1
mirror of https://github.com/qpdf/qpdf.git synced 2024-09-19 08:39:09 +00:00
qpdf/fuzz
m-holger 3bab4cf394 Refactor Pl_RunLength::decode
Buffer output locally.
Add qpdf_fuzzer test case.
2024-08-03 15:52:45 +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 Refactor Pl_RunLength::decode 2024-08-03 15:52:45 +01:00
qtest Refactor Pl_RunLength::decode 2024-08-03 15:52:45 +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 Refactor Pl_RunLength::decode 2024-08-03 15:52:45 +01:00
dct_fuzzer.cc Reduce Pl_DCT and Pl_Flate memory limits during fuzzing 2024-08-03 14:09:31 +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 Limit the number of warnings in json_fuzzer before giving up 2024-07-16 15:36:58 +01: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 Reduce Pl_DCT and Pl_Flate memory limits during fuzzing 2024-08-03 14:09:31 +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