> 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 one additional commit since the last revision: Add common util function ------------- Changes: - all: https://git.openjdk.org/jfx/pull/1272/files - new: https://git.openjdk.org/jfx/pull/1272/files/9b58348d..5cccac6b Webrevs: - full: https://webrevs.openjdk.org/?repo=jfx&pr=1272&range=01 - incr: https://webrevs.openjdk.org/?repo=jfx&pr=1272&range=00-01 Stats: 104 lines in 6 files changed: 24 ins; 40 del; 40 mod Patch: https://git.openjdk.org/jfx/pull/1272.diff Fetch: git fetch https://git.openjdk.org/jfx.git pull/1272/head:pull/1272 PR: https://git.openjdk.org/jfx/pull/1272