oss-fuzz icon indicating copy to clipboard operation
oss-fuzz copied to clipboard

Ignore NullPointerException, IllegalArgumentException, and RasterFormatException (awt)

Open kinow opened this issue 2 years ago • 1 comments

Having a look at the uncaught exception issues in OSS Fuzz for Apache Commons, and several issues found are false positives.

In many cases these runtime exceptions are thrown intentionally in the code, as there is nothing the user can do about the error (otherwise we throw the ImageReadException, already caught in the fuzzer).

Thanks Bruno

kinow avatar Nov 06 '21 04:11 kinow

I will check in the Commons mailing list today, and if no objections are raised for this change, I will move it from draft to ready-to-review :+1:

kinow avatar Nov 06 '21 04:11 kinow