RFR: 8331603: Cleanup native AbstractSurface methods getRGBImpl, setRGBImpl [v2]
Kevin Rushforth
kcr at openjdk.org
Tue Jul 9 11:43:36 UTC 2024
On Tue, 9 Jul 2024 07:23:09 GMT, Ambarish Rapte <arapte at openjdk.org> wrote:
>> The parameter "offset" is not validated in the 2 native methods getRGBImpl() and setRGBImpl() of com.sun.pisces.AbstractSurface (in JAbstractSurface.c).
>> The PR adds the "offset < 0" check to both the methods.
>
> Ambarish Rapte has updated the pull request incrementally with one additional commit since the last revision:
>
> const vars
Marked as reviewed by kcr (Lead).
-------------
PR Review: https://git.openjdk.org/jfx/pull/1497#pullrequestreview-2166070380
More information about the openjfx-dev
mailing list