aboutsummaryrefslogtreecommitdiffstats
path: root/fuzz/build.mk
AgeCommit message (Collapse)Author
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