RFR: 8315074: Possible null pointer access in native glass [v2]
Jayathirth D V
jdv at openjdk.org
Wed Aug 30 15:51:00 UTC 2023
On Tue, 29 Aug 2023 07:03:32 GMT, Marius Hanl <mhanl at openjdk.org> wrote:
>> Jayathirth D V has updated the pull request incrementally with one additional commit since the last revision:
>>
>> Fix typo
>
> modules/javafx.graphics/src/main/native-glass/gtk/GlassApplication.cpp line 270:
>
>> 268: // we release this context in call_runnable
>> 269: } else {
>> 270: fprintf(stderr, "malloc failed in GtkApplication__1submitForLaterInvocatio\n");
>
> an `n` is missing in `submitForLaterInvocatio` <-
Thanks updated.
-------------
PR Review Comment: https://git.openjdk.org/jfx/pull/1223#discussion_r1310480031
More information about the openjfx-dev
mailing list