pdfminer / pdfminer.six

Community maintained fork of pdfminer - we fathom PDF
https://pdfminersix.readthedocs.io
MIT License
5.96k stars 930 forks source link

Feat/improve fuzz perf #975

Closed capuanob closed 4 months ago

capuanob commented 4 months ago

Pull request

This PR seeks to address the discussion concerning low coverage in fuzzing in #949. As seen here, I believe the issue was needing to append _seed_corpus to each fuzzer name in order for OSS-Fuzz to ingest it into the fuzzing runtime.

How Has This Been Tested?

I built the fuzzers on my branch and confirmed that they were properly loading their initial corpora.

Checklist