RFR: 8272746: ZipFile can't open big file (NegativeArraySizeException) [v4]

Masanori Yano myano at openjdk.java.net
Tue Jan 18 01:37:07 UTC 2022


On Mon, 17 Jan 2022 18:10:02 GMT, Lance Andersen <lancea at openjdk.org> wrote:

>> Masanori Yano has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   8272746: ZipFile can't open big file (NegativeArraySizeException)
>
> test/jdk/java/util/zip/ZipFile/TestTooManyEntries.java line 82:
> 
>> 80: 
>> 81:     /**
>> 82:      * Validates that an appropriate exception is thrown when the ZipFile class
> 
> Please change "appropriate" to "ZipException"

Thank you very much. I fixed it.

-------------

PR: https://git.openjdk.java.net/jdk/pull/6927


More information about the core-libs-dev mailing list