diff options
author | Tim-Philipp Müller <tim@centricular.net> | 2005-01-17 16:17:26 +0000 |
---|---|---|
committer | Tim-Philipp Müller <tim@centricular.net> | 2005-01-17 16:17:26 +0000 |
commit | 7cc214f5bd3b2c730adfae9f84abe5240058c112 (patch) | |
tree | 659d30120e4b693eee88d1094125eb7453d301fe | |
parent | 4fecb2c94087d60060a01cff12946851f514b51d (diff) | |
download | gst-plugins-bad-7cc214f5bd3b2c730adfae9f84abe5240058c112.tar.gz gst-plugins-bad-7cc214f5bd3b2c730adfae9f84abe5240058c112.tar.bz2 gst-plugins-bad-7cc214f5bd3b2c730adfae9f84abe5240058c112.zip |
Don't read beyond the last cell in a chapter (fixes invalid memory access)
Original commit message from CVS:
Don't read beyond the last cell in a chapter (fixes invalid memory access)
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,5 +1,11 @@ 2005-01-17 Tim-Philipp Müller <tim at centricular dot net> + * ext/dvdread/dvdreadsrc.c: (_read): + Don't read beyond the last cell in a chapter (fixes + invalid memory access) + +2005-01-17 Tim-Philipp Müller <tim at centricular dot net> + * ext/dvdread/stream_labels.c: (dvdreadsrc_get_audio_stream_labels): Use NULL for an empty GList instead of g_list_alloc(); fix |