gst/flv/Makefile.am: Fix (non-critical) syntax error and add all required CFLAGS...
authorSebastian Dröge <slomo@circular-chaos.org>
Mon, 27 Oct 2008 09:41:18 +0000 (09:41 +0000)
committerSebastian Dröge <slomo@circular-chaos.org>
Mon, 27 Oct 2008 09:41:18 +0000 (09:41 +0000)
commit99e7b86fc2fb44aa39a981db7d24bbaa983d661b
tree28af5a90df108bf3ba04ad84b07c38a8e97a538c
parent9f2ab85a37a62f863c853cf1996cc99801dd2546
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.
ChangeLog
gst/flv/Makefile.am
gst/flv/gstflvparse.c