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:45:29 UTC 2026


On Wed, 18 Feb 2026 09:21:03 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_8nw.c line 923:
> 
>> 921:           off += kw;
>> 922: 
>> 923:           sp += (kw - 1)*chan1;
> 
> Do we need to move this change in address of `sp` to each conditions?

I fixed this

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

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


More information about the client-libs-dev mailing list