RFR: 8319079: Missing range checks in decora [v3]
Kevin Rushforth
kcr at openjdk.org
Thu Nov 2 11:50:15 UTC 2023
On Thu, 2 Nov 2023 06:55:29 GMT, Jayathirth D V <jdv at openjdk.org> wrote:
>> In SW pipeline path of Box/Gaussian Blur/Shadow effects we are not checking for range when we read data from the source/destination buffers in native code.
>>
>> We need to add appropriate range checks in native JNI code also apart from range checks in Java side to make sure that wherever these JNI methods are used we are not performing out of bounds access.
>
> Jayathirth D V has updated the pull request incrementally with two additional commits since the last revision:
>
> - Update checkRange arguments indentation
> - Add checkRange function comment
Marked as reviewed by kcr (Lead).
-------------
PR Review: https://git.openjdk.org/jfx/pull/1272#pullrequestreview-1710052045
More information about the openjfx-dev
mailing list