Skip to content
  • Sebastian Dröge's avatar
    [MOVED FROM BAD 42/57] gst/flv/Makefile.am: Fix (non-critical) syntax error... · a023bf6f
    Sebastian Dröge authored
    [MOVED FROM BAD 42/57] gst/flv/Makefile.am: Fix (non-critical) syntax error and add all required CFLAGS and LIBS.
    
    Original commit message from CVS:
    * gst/flv/Makefile.am:
    Fix (non-critical) syntax error and add all required CFLAGS and LIBS.
    * gst/flv/gstflvparse.c: (FLV_GET_STRING),
    (gst_flv_parse_metadata_item), (gst_flv_parse_tag_script),
    (gst_flv_parse_tag_audio), (gst_flv_parse_tag_video),
    (gst_flv_parse_tag_timestamp), (gst_flv_parse_tag_type):
    Rewrite the script tag parsing to make sure we don't try to read
    more data than we have. Also use GST_READ_UINT24_BE directly and
    fix some minor memory leaks.
    This should make all crashes on fuzzed FLV files disappear.
    a023bf6f