2
1
mirror of https://github.com/qpdf/qpdf.git synced 2024-06-13 15:42:21 +00:00
qpdf/fuzz
Jay Berkenbilt 4f24617e1e Code clean up: use range-style for loops wherever possible
Where not possible, use "auto" to get the iterator type.

Editorial note: I have avoid this change for a long time because of
not wanting to make gratuitous changes to version history, which can
obscure when certain changes were made, but with having recently
touched every single file to apply automatic code formatting and with
making several broad changes to the API, I decided it was time to take
the plunge and get rid of the older (pre-C++11) verbose iterator
syntax. The new code is just easier to read and understand, and in
many cases, it will be more effecient as fewer temporary copies are
being made.

m-holger, if you're reading, you can see that I've finally come
around. :-)
2022-04-30 13:27:18 -04:00
..
ascii85_fuzzer_seed_corpus Add fuzzers to exercise specific pipeline classes 2019-06-23 15:37:21 -04:00
dct_fuzzer_seed_corpus Add fuzzers to exercise specific pipeline classes 2019-06-23 15:37:21 -04: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
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 range check in QPDFNumberTreeObjectHelper (fuzz issue 37740) 2021-11-04 14:03:24 -04:00
qtest Change handling of qpdf fuzz corpus 2022-03-18 19:53:18 -04: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 fuzzers to exercise specific pipeline classes 2019-06-23 15:37:21 -04:00
ascii85_fuzzer.cc Programmatically apply new formatting to code 2022-04-04 08:10:40 -04:00
CMakeLists.txt Add cmake configuration files 2022-03-18 19:53:18 -04:00
dct_fuzzer.cc Programmatically apply new formatting to code 2022-04-04 08:10:40 -04: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
lzw_fuzzer.cc Programmatically apply new formatting to code 2022-04-04 08:10:40 -04:00
oss-fuzz-build Convert oss-fuzz-build to use cmake 2022-03-18 19:53:18 -04: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 Code clean up: use range-style for loops wherever possible 2022-04-30 13:27:18 -04: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 Replace PointerHolder with std::shared_ptr in the rest of the code 2022-04-09 17:33:29 -04:00
tiffpredictor_fuzzer.cc Programmatically apply new formatting to code 2022-04-04 08:10:40 -04:00