On Tue, 24 Mar 2026 22:36:14 GMT, Alexander Matveev <[email protected]> 
wrote:

>> 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?
>
> It will break things. I fixed it by handling error correctly. Not sure why I 
> miss it initially.

the compiler did not generate an error?  what would it return, whatever 
happened to be in EAX (or whatever register it uses)?

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

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

Reply via email to