RFR: 8315074: Possible null pointer access in native glass

Johan Vos jvos at openjdk.org
Tue Aug 29 17:16:16 UTC 2023


On Mon, 28 Aug 2023 04:58:31 GMT, Jayathirth D V <jdv at 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.

the ios changes are fine.
In general, I'm still worried about the consequences of silently ignoring a fatal error (although there is a printf, but that doesn't propagate to the caller), but this can indeed be fixed in a follow-up issue.

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

Marked as reviewed by jvos (Reviewer).

PR Review: https://git.openjdk.org/jfx/pull/1223#pullrequestreview-1600921310


More information about the openjfx-dev mailing list