tballison commented on PR #764: URL: https://github.com/apache/commons-compress/pull/764#issuecomment-4614393820
K, I moved this to draft to do a bit more research. I think this is ready for review now. My belief is that the band-length OOM guard added in a3474d158 (unpack200 hardening) makes the BoundedInputStream's Codec.check() tripwire redundant...checkIntArray runs whether or not the stream is bounded. This means that we could remove the BoundedInputStream entirely, but that would touch more of the code and would be a bigger PR. Let me know what you think. -- 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]
