On Mon, 28 Aug 2023 04:58:31 GMT, Jayathirth D V <j...@openjdk.org> wrote:
> At multiple places in native glass code we don't have appropriate NULL checks > which might result in null pointer access. > > Added appropriate checks and all test run is green. This pull request has now been integrated. Changeset: f7b21e54 Author: Jayathirth D V <j...@openjdk.org> Committer: Kevin Rushforth <k...@openjdk.org> URL: https://git.openjdk.org/jfx/commit/f7b21e5468f1aad18df17443590c0887b2cf0239 Stats: 105 lines in 8 files changed: 70 ins; 7 del; 28 mod 8315074: Possible null pointer access in native glass Reviewed-by: jvos, kcr ------------- PR: https://git.openjdk.org/jfx/pull/1223