RFR: 8373626: [asan] read past end of buffer in sun.awt.image.ImagingLib.convolveBI [v5]
Phil Race
prr at openjdk.org
Thu Feb 26 19:12:17 UTC 2026
On Wed, 25 Feb 2026 19:54:05 GMT, Sergey Bylokhov <serb at openjdk.org> wrote:
>> Phil Race has updated the pull request incrementally with one additional commit since the last revision:
>>
>> 8373626
>
> src/java.desktop/share/native/libmlib_image/mlib_ImageConv_16nw.c line 1093:
>
>> 1091:
>> 1092: k0 = pk[0]; k1 = pk[1]; k2 = pk[2];
>> 1093:
>
> `sp += (kw - 1)*chan1` is missing?
> it exists in kw == 6,5,4,2,1 and only missing here for kw == 3
fixed
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/29257#discussion_r2860826727
More information about the client-libs-dev
mailing list