diff options
author | Edward Hervey <bilboed@bilboed.com> | 2006-02-17 16:28:29 +0000 |
---|---|---|
committer | Edward Hervey <bilboed@bilboed.com> | 2006-02-17 16:28:29 +0000 |
commit | 19ccb5f6ec23d0cf76afdf3eefc1d93462c7e86c (patch) | |
tree | f312f14f779b263694539fc77f667b2f4c31f6fc /ChangeLog | |
parent | 200bde0efcbb3092affb6a26c914b7fea60dea3f (diff) | |
download | gst-plugins-bad-19ccb5f6ec23d0cf76afdf3eefc1d93462c7e86c.tar.gz gst-plugins-bad-19ccb5f6ec23d0cf76afdf3eefc1d93462c7e86c.tar.bz2 gst-plugins-bad-19ccb5f6ec23d0cf76afdf3eefc1d93462c7e86c.zip |
gst/qtdemux/qtdemux.c: Check that the size of the returned buffer is of the correct size because the parser assumes t...
Original commit message from CVS:
* gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_state_header):
Check that the size of the returned buffer is of the correct size
because the parser assumes that.
Fixes #331543.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +2006-02-17 Edward Hervey <edward@fluendo.com> + + * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_state_header): + Check that the size of the returned buffer is of the correct size + because the parser assumes that. + Fixes #331543. + 2006-02-17 Jan Schmidt <thaytan@mad.scientist.com> * configure.ac: |