Integrated: 8319079: Missing range checks in decora

Jayathirth D V jdv at openjdk.org
Thu Nov 2 12:52:19 UTC 2023


On Mon, 30 Oct 2023 06:55:11 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.

This pull request has now been integrated.

Changeset: 96e5d10a
Author:    Jayathirth D V <jdv at openjdk.org>
Committer: Nir Lisker <nlisker at openjdk.org>
URL:       https://git.openjdk.org/jfx/commit/96e5d10a40dc25b999ff229f1d6601d1058761b2
Stats:     85 lines in 6 files changed: 85 ins; 0 del; 0 mod

8319079: Missing range checks in decora

Reviewed-by: kcr, arapte

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

PR: https://git.openjdk.org/jfx/pull/1272


More information about the openjfx-dev mailing list