There is a Null Pointer Dereference in function filter_core/filter_pck.c:104:gf_filter_pck_new_alloc_internal,
The pid comes from function av1dmx_parse_flush_sample, the ctx.opid maybe NULL.
Result a crash in gf_filter_pck_new_alloc_internal.
In command line:
gpac -info bug2
In gdb:
The crafted file is in attach zip: bug2.zip
The text was updated successfully, but these errors were encountered:
There is a
Null Pointer Dereferencein functionfilter_core/filter_pck.c:104:gf_filter_pck_new_alloc_internal,The
pidcomes from functionav1dmx_parse_flush_sample, thectx.opidmaybe NULL.Result a crash in
gf_filter_pck_new_alloc_internal.In command line:

gpac -info bug2
In gdb:

The crafted file is in attach zip:
bug2.zip
The text was updated successfully, but these errors were encountered: