kali834x commented on PR #785: URL: https://github.com/apache/commons-compress/pull/785#issuecomment-4966859178
Copilot was right, the distance check wasn't covered. Pushed a test that uses a dynamic block with an incomplete distance tree so the distance symbol decodes to -1; before the check that indexed DISTANCE_TABLE[-1] with an ArrayIndexOutOfBoundsException, now it's rejected with the CompressorException. -- 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]
