[jfx21u] Integrated: 8319079: Missing range checks in decora

2023-11-02 Thread Jayathirth D V
On Thu, 2 Nov 2023 16:26:57 GMT, Jayathirth D V  wrote:

> This is jfx21u backport of https://bugs.openjdk.org/browse/JDK-8319079
> It adds appropriate range checks in native code for Box/Gaussian Blur/Shadow 
> effects in Software pipeline.

This pull request has now been integrated.

Changeset: 5f21d465
Author:Jayathirth D V 
Committer: Ambarish Rapte 
URL:   
https://git.openjdk.org/jfx21u/commit/5f21d465507ab67eb056f9f34b2cd9523c43bc57
Stats: 85 lines in 6 files changed: 85 ins; 0 del; 0 mod

8319079: Missing range checks in decora

Backport-of: 96e5d10a40dc25b999ff229f1d6601d1058761b2

-

PR: https://git.openjdk.org/jfx21u/pull/25


Integrated: 8319079: Missing range checks in decora

2023-11-02 Thread Jayathirth D V
On Mon, 30 Oct 2023 06:55:11 GMT, Jayathirth D V  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 
Committer: Nir Lisker 
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