summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorSebastian Dröge <slomo@circular-chaos.org>2008-10-27 09:37:21 +0000
committerSebastian Dröge <slomo@circular-chaos.org>2008-10-27 09:37:21 +0000
commit9f2ab85a37a62f863c853cf1996cc99801dd2546 (patch)
treeebb543763e6eac5a09d66ab926e009d97fadf927 /ChangeLog
parent881490ded687a2712f7617dba3ccc1d9fd38b47b (diff)
downloadgst-plugins-bad-9f2ab85a37a62f863c853cf1996cc99801dd2546.tar.gz
gst-plugins-bad-9f2ab85a37a62f863c853cf1996cc99801dd2546.tar.bz2
gst-plugins-bad-9f2ab85a37a62f863c853cf1996cc99801dd2546.zip
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.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 974db636..11b8f5b0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,13 @@
2008-10-27 Sebastian Dröge <sebastian.droege@collabora.co.uk>
+ * 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.
+
+2008-10-27 Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
* gst/flv/gstflvparse.c: (gst_flv_parse_tag_audio),
(gst_flv_parse_tag_video):
If the caps change during playback and negotiation fails error out