2
1
mirror of https://github.com/qpdf/qpdf.git synced 2024-06-19 18:32:21 +00:00
qpdf/fuzz
Jay Berkenbilt cb769c62e5 WHITESPACE ONLY -- expand tabs in source code
This comment expands all tabs using an 8-character tab-width. You
should ignore this commit when using git blame or use git blame -w.

In the early days, I used to use tabs where possible for indentation,
since emacs did this automatically. In recent years, I have switched
to only using spaces, which means qpdf source code has been a mixture
of spaces and tabs. I have avoided cleaning this up because of not
wanting gratuitous whitespaces change to cloud the output of git
blame, but I changed my mind after discussing with users who view qpdf
source code in editors/IDEs that have other tab widths by default and
in light of the fact that I am planning to start applying automatic
code formatting soon.
2022-02-08 11:51:15 -05: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 Remove original qpdf fuzz seed corpus from tests 2021-12-16 15:53:24 -05: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 Add fuzzers to exercise specific pipeline classes 2019-06-23 15:37:21 -04:00
build.mk Remove original qpdf fuzz seed corpus from tests 2021-12-16 15:53:24 -05:00
dct_fuzzer.cc Handle jpeg library fuzz false positives 2020-10-22 06:31:52 -04:00
flate_fuzzer.cc Add fuzzers to exercise specific pipeline classes 2019-06-23 15:37:21 -04:00
get_sha1 Populate seed corpus 2019-06-15 17:24:24 -04:00
hex_fuzzer.cc Add fuzzers to exercise specific pipeline classes 2019-06-23 15:37:21 -04:00
lzw_fuzzer.cc Add fuzzers to exercise specific pipeline classes 2019-06-23 15:37:21 -04:00
Makefile oss-fuzz initial integration 2019-06-13 09:28:38 -04:00
oss-fuzz-build Rename azure-pipelines to build-scripts 2020-10-16 11:19:09 -04:00
pdf.dict oss-fuzz initial integration 2019-06-13 09:28:38 -04:00
pngpredictor_fuzzer.cc Add fuzzers to exercise specific pipeline classes 2019-06-23 15:37:21 -04:00
qpdf_fuzzer.cc WHITESPACE ONLY -- expand tabs in source code 2022-02-08 11:51:15 -05: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 Add fuzzers to exercise specific pipeline classes 2019-06-23 15:37:21 -04:00
standalone_fuzz_target_runner.cc PointerHolder: deprecate getPointer() and getRefcount() 2022-02-04 13:12:37 -05:00
tiffpredictor_fuzzer.cc Add fuzzers to exercise specific pipeline classes 2019-06-23 15:37:21 -04:00