[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:

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