On Fri, 20 Mar 2026 00:43:11 GMT, Alexander Matveev <[email protected]> wrote:
> - Fixed potential NULL pointer dereference. > - Tested on all platforms with all supported media files. Marked as reviewed by angorya (Reviewer). modules/javafx.media/src/main/native/gstreamer/gstreamer-lite/gstreamer/gst/gstcapsfeatures.c line 808: > 806: #ifdef GSTREAMER_LITE > 807: if (!feature_str) > 808: return 0; Probably does not matter - is it 0 or `NULL`? (I see L882 compares it to `NULL`) ------------- PR Review: https://git.openjdk.org/jfx/pull/2114#pullrequestreview-3983428543 PR Review Comment: https://git.openjdk.org/jfx/pull/2114#discussion_r2967418269
