-
Notifications
You must be signed in to change notification settings - Fork 10k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fuzz: initial integration #17337
fuzz: initial integration #17337
Conversation
cfcd351
to
f5bf095
Compare
f5bf095
to
484d7a0
Compare
cc @marco-c :) |
Hi, Made a pr at google/oss-fuzz#11270 it contains configs from oss-fuzz perspective to integrate PDF.js. |
484d7a0
to
9eeb0b2
Compare
Hi @Snuffleupagus @marco-c please review this pr when you have time :) |
9eeb0b2
to
e1bf6e4
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me with these comments addressed. I have been playing with this locally and it runs just fine, and fortunately it hasn't found any crashes or timeouts so far in my (admittedly relatively short) runs.
- Adds initial fuzz_target for image decoders. - Adds jazzer.js as dev-dependency. - Adds a .eslintrc rule to ignore import/no-unresolved error.
e1bf6e4
to
8bb8070
Compare
Thank you for your contribution! |
This PR: