yob / pdf-reader

The PDF::Reader library implements a PDF parser conforming as much as possible to the PDF specification from Adobe.
MIT License
1.81k stars 271 forks source link

Catch all possible errors from zlib #431

Closed yob closed 2 years ago

yob commented 2 years ago

The fuzzer add in #429 picked up that certain malformed stream bodies can raise zlib exceptions that we weren't catching.