valerybokov opened a new pull request, #511:
URL: https://github.com/apache/pdfbox/pull/511

   I discovered a problem with the current code. It involves using the 
InputStream.mark method with an Integer.MAX_VALUE parameter. When using this 
value, BufferedInputStream can allocate an array of length Integer.MAX_VALUE. 
This negatively impacts memory usage.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to