Open samconn opened 7 years ago
Since this morning I've got the same exception, but I'm using this component myself.
I've applied your fix, to our codebase as well, and that seems to fix the problem Thanks for finding that out!
In life ... timing is everything!!! ;-}
This library is used in the Telerik PDFViewer control and I stumbled across a PDF that provokes an exception due to the following code:
I tracked down the original JPedal JBig2 Decoder source and found that the original call is
super.readSegment()
.I made that change in my version of the source code and the problem did not reproduce.
(I apologize for not submitting a PR.)