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)
commit2288ec929a6b22014ca886f787b29f634ef1443e
tree6db3f4b3be59e43f339f755375632ce4716685d5
parent135aed1f5b7328cee348b6218f12087424a85c8b
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