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. 8379204: 3 Null pointer dereference defect groups in 2 files [v2] - Removed NULL checks for `gst_video_format_get_info`. `formats` is statically defined structure with format information and `format` is enum with video formats which corresponds to specific information in `formats` structure. Both enum and structure with information has matching number of elements. ------------- PR Comment: https://git.openjdk.org/jfx/pull/2120#issuecomment-4146135028
