diff options
| author | Ronald S. Bultje <rbultje@ronald.bitfreak.net> | 2004-03-07 04:03:27 +0000 |
|---|---|---|
| committer | Ronald S. Bultje <rbultje@ronald.bitfreak.net> | 2004-03-07 04:03:27 +0000 |
| commit | 9665e6768fe3d56cf8fa97b9674a772c6c41fec7 (patch) | |
| tree | 13af0b8507204f9800d3304a1a91d2dc8bf2de6c /ChangeLog | |
| parent | 63e0fe099ee70bc6993f44cefb7537e7a559aef4 (diff) | |
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-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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 |
