gst/qtdemux/qtdemux.c: Fix crash (j might be greater than n_samples, in which case...
authorRonald S. Bultje <rbultje@ronald.bitfreak.net>
Sun, 7 Mar 2004 04:03:27 +0000 (04:03 +0000)
committerRonald S. Bultje <rbultje@ronald.bitfreak.net>
Sun, 7 Mar 2004 04:03:27 +0000 (04:03 +0000)
commitd8a6be8f1fcb153a116b45d8846dab9fac78a8f3
tree6a21fde1d9eeb8f7ce65126892cd3c6091c39191
parent4f2cd72a0f14b093cc1daa65f2c22c255f7d81ab
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.
ChangeLog