gst/flv/gstflvparse.c: Properly check everywhere that we have enough data to parse...
authorSebastian Dröge <slomo@circular-chaos.org>
Mon, 27 Oct 2008 09:37:21 +0000 (09:37 +0000)
committerSebastian Dröge <slomo@circular-chaos.org>
Mon, 27 Oct 2008 09:37:21 +0000 (09:37 +0000)
commit9f2ab85a37a62f863c853cf1996cc99801dd2546
treeebb543763e6eac5a09d66ab926e009d97fadf927
parent881490ded687a2712f7617dba3ccc1d9fd38b47b
gst/flv/gstflvparse.c: Properly check everywhere that we have enough data to parse and don't read outside the allocat...

Original commit message from CVS:
* gst/flv/gstflvparse.c: (FLV_GET_STRING),
(gst_flv_parse_tag_audio), (gst_flv_parse_tag_video),
(gst_flv_parse_tag_type), (gst_flv_parse_header):
Properly check everywhere that we have enough data to parse and
don't read outside the allocated memory region.
ChangeLog
gst/flv/gstflvparse.c