OSS-Fuzz: Fix fuzzers and build for cups-filters #55
Conversation
Signed-off-by: Arthur Chan <arthur.chan@adalogics.com>
fish98
left a comment
There was a problem hiding this comment.
Many thanks for the PR 😃 I noticed there are some large changes across many files, including a rewrite of fuzz_pdf.c and the removal of the Makefile.
I have two questions:
- Have you tested this locally, and does the current code compile successfully under OSS-Fuzz framewokr?
- The
Makefilewas previously used to make local builds easier without relying on OSS-Fuzz. Do we still need to remove it?
|
Thanks for your prompt reply.
|
Signed-off-by: Arthur Chan <arthur.chan@adalogics.com>
This PR fixes the fuzzer and build script to address an OSS-Fuzz fuzzing build crash for the cups-filters project. The OSS-Fuzz side build script is also been fixed to allow the fuzzing fore cups-filters project back to normal.