On Fri, 20 Mar 2026 18:06:07 GMT, Andy Goryachev <[email protected]> wrote:

>> Alexander Matveev has updated the pull request incrementally with one 
>> additional commit since the last revision:
>> 
>>   8379212: 13 Null pointer dereference defect groups in 3 glib files [v2]
>
> modules/javafx.media/src/main/native/gstreamer/3rd_party/glib/glib/garray.c 
> line 1287:
> 
>> 1285: 
>> 1286:   array = g_ptr_array_new_take (g_steal_pointer (&data), len, 
>> element_free_func);
>> 1287: #ifdef GSTREMAER_LITE
> 
> is it `GSTREMAER_LITE` or `GSTREAMER_LITE` ?

Fixed. Should be `GSTREAMER_LITE`.

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

PR Review Comment: https://git.openjdk.org/jfx/pull/2116#discussion_r2968341971

Reply via email to