RFR: 8373626: [asan] read past end of buffer in sun.awt.image.ImagingLib.convolveBI [v3]

Phil Race prr at openjdk.org
Mon Feb 23 20:27:52 UTC 2026


On Wed, 18 Feb 2026 09:04:50 GMT, Jayathirth D V <jdv 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 922:
> 
>> 920:           off += kw;
>> 921: 
>> 922:           p2 = sp[0]; p3 = sp[chan1]; p4 = sp[chan2];
> 
> Do we need to delete these lines? Since the values are getting copied individually for each conditions?

fixed

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

PR Review Comment: https://git.openjdk.org/jdk/pull/29257#discussion_r2842909082


More information about the client-libs-dev mailing list