On Sat, 21 Mar 2026 00:12:37 GMT, Alexander Matveev <[email protected]> 
wrote:

> - Fixed potential NULL pointer dereference.
> - Tested on all platforms with all supported media files.

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?

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

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

Reply via email to