On Mon, 6 Feb 2023 15:56:09 GMT, Claes Redestad <redes...@openjdk.org> wrote:

>> Eirik Bjorsnos has updated the pull request incrementally with one 
>> additional commit since the last revision:
>> 
>>   Spelling fix in test data for non-ascii latin1 string
>
> test/jdk/java/util/zip/ZipFile/InvalidBytesInEntryNameOrComment.java line 153:
> 
>> 151:         // Need to skip past the length of the name and extra fields
>> 152:         int nlen = buffer.getShort(off + NLEN);
>> 153:         int elen = buffer.getShort(off + NLEN);
> 
> Is this supposed to say `ELEN`?

Indeed, good catch! Must have lucked out on the comment be longer than the name 
:-)

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

PR: https://git.openjdk.org/jdk/pull/12290

Reply via email to