On Mon, 23 Mar 2026 21:44:42 GMT, Andy Goryachev <[email protected]> wrote:

>> Alexander Matveev has updated the pull request incrementally with one 
>> additional commit since the last revision:
>> 
>>   8379204: 3 Null pointer dereference defect groups in 2 files [v2]
>
> modules/javafx.media/src/main/native/gstreamer/gstreamer-lite/gst-plugins-base/gst-libs/gst/video/video-format.c
>  line 4877:
> 
>> 4875: #ifdef GSTREAMER_LITE
>> 4876:   if (tile_finfo == NULL)
>> 4877:     return;
> 
> when we return early here, I assume the caller can see the target buffer is 
> empty, right?

I removed this check. See main comment. `gst_video_format_get_info` will never 
return NULL.

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

PR Review Comment: https://git.openjdk.org/jfx/pull/2120#discussion_r3003785486

Reply via email to