RFR: 8292327: java.io.EOFException in InflaterInputStream after JDK-8281962 [v2]
Alan Bateman
alanb at openjdk.org
Tue Aug 16 17:55:20 UTC 2022
On Tue, 16 Aug 2022 17:31:33 GMT, Volker Simonis <simonis at openjdk.org> wrote:
>> First of all I just realized that `deflated` is the wrong name, it should actually be `inflated`.
>>
>> The deflated source (in `bytes`) is the payload which triggers the bug and I can't simply change the string to which it decompresses :)
>>
>> I'll try to find another, more innocent string such that its compressed version also triggers the bug.
>
> Last commit contains as more neutral payload text.
Thanks for the update to change the payload.
-------------
PR: https://git.openjdk.org/jdk/pull/9881
More information about the core-libs-dev
mailing list