On Sat, 21 Mar 2026 00:34:06 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/3rd_party/libffi/src/dlmalloc.c 
line 3386:

> 3384: #ifdef GSTREAMER_LITE
> 3385:   if (oldsp == NULL)
> 3386:     return;

does the caller expect the segment to exist and simply go ahead with whatever 
it wanted to do (and break things), or it actually checks the availability 
somehow?

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

PR Review Comment: https://git.openjdk.org/jfx/pull/2121#discussion_r2977754813

Reply via email to