summaryrefslogtreecommitdiffstats
path: root/fuzz/build.mk
AgeCommit message (Collapse)Author
2021-12-16Remove original qpdf fuzz seed corpus from testsJay Berkenbilt
Since the introduction of fuzz testing, there has never been a problem found because of a failure of a file in the fuzzer seed corpus. As the fuzzer has found problems, they have been added to the test suite, and that should be adequate to exercise the fuzzers in the tesing environment as well as providing adequate regression testing. Removing these original files shaves many minutes off the builds in CI.
2021-11-04Fix bug in merging resources /DR from foreign AcroForm (fixes #548)Jay Berkenbilt
When making resources indirect in from_dr, the code was using the wrong owning QPDF, forgetting that from_dr had already been copied using CopyForeignObject.
2019-08-28Detect stream in object stream, fixing fuzz 16214Jay Berkenbilt
It's detected in QPDFWriter instead of at parse time because I can't figure out how to construct a test case in a reasonable time. This commit moves the fuzz file into the regular test suite for a QTC coverage case.
2019-08-26Fuzz build: allow easy addition of test filesJay Berkenbilt
2019-06-23Add fuzzers to exercise specific pipeline classesJay Berkenbilt
2019-06-21Clean up fuzzer installation and add test filesJay Berkenbilt
* Create the seed corpus in the build directory * Don't assume all fuzzers share an options file
2019-06-18Remove qpdf_read_memory_fuzzerJay Berkenbilt
2019-06-15Populate seed corpusJay Berkenbilt
2019-06-15Implement fuzzer with good coverageJay Berkenbilt
2019-06-13oss-fuzz initial integrationJay Berkenbilt