2
1
mirror of https://github.com/qpdf/qpdf.git synced 2024-09-28 21:19:06 +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
dct_fuzzer_seed_corpus
flate_fuzzer_seed_corpus
hex_fuzzer_seed_corpus
lzw_fuzzer_seed_corpus
pngpredictor_fuzzer_seed_corpus
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
tiffpredictor_fuzzer_seed_corpus
ascii85_fuzzer.cc
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
get_sha1
hex_fuzzer.cc
lzw_fuzzer.cc
Makefile
oss-fuzz-build
pdf.dict
pngpredictor_fuzzer.cc
qpdf_fuzzer.cc WHITESPACE ONLY -- expand tabs in source code 2022-02-08 11:51:15 -05:00
qpdf_fuzzer.options
README.md
runlength_fuzzer.cc
standalone_fuzz_target_runner.cc PointerHolder: deprecate getPointer() and getRefcount() 2022-02-04 13:12:37 -05:00
tiffpredictor_fuzzer.cc