ppkarwasz opened a new pull request, #711: URL: https://github.com/apache/commons-compress/pull/711
`DumpArchiveInputStream` previously failed to handle file names longer than `Byte.MAX_VALUE` (127) due to an incorrect type conversion. This change fixes the interpretation of the file name length field so that it is treated as an *unsigned* 8-bit integer, allowing file names up to 255 bytes as specified by the dump format. -- 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]
