summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorRonald S. Bultje <rbultje@ronald.bitfreak.net>2004-03-07 04:03:27 +0000
committerRonald S. Bultje <rbultje@ronald.bitfreak.net>2004-03-07 04:03:27 +0000
commit2f215bf9d456bbad04178a89e2f25062534264ba (patch)
treed1b53cfb4a0f1cd399e8da5d76acb64e42da319b /ChangeLog
parent63f2860f83131784499118a0cc3fd7ba4d9dcc44 (diff)
downloadgst-plugins-bad-2f215bf9d456bbad04178a89e2f25062534264ba.tar.gz
gst-plugins-bad-2f215bf9d456bbad04178a89e2f25062534264ba.tar.bz2
gst-plugins-bad-2f215bf9d456bbad04178a89e2f25062534264ba.zip
gst/qtdemux/qtdemux.c: Fix crash (j might be greater than n_samples, in which case we're writing outside the allocate...
Original commit message from CVS: * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream), (qtdemux_parse_trak): Fix crash (j might be greater than n_samples, in which case we're writing outside the allocated space for the array) and memleak.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index da7e7e3d..21af3a43 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
2004-03-06 Ronald Bultje <rbultje@ronald.bitfreak.net>
+ * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
+ (qtdemux_parse_trak):
+ Fix crash (j might be greater than n_samples, in which case we're
+ writing outside the allocated space for the array) and memleak.
+
+2004-03-06 Ronald Bultje <rbultje@ronald.bitfreak.net>
+
* sys/oss/gstosssink.c: (gst_osssink_chain):
And another caller that couldn't handle delay < 0 (unsigned
integer overflow). Video now continues playing on an audio