summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.net>2005-01-17 16:17:26 +0000
committerTim-Philipp Müller <tim@centricular.net>2005-01-17 16:17:26 +0000
commit7cc214f5bd3b2c730adfae9f84abe5240058c112 (patch)
tree659d30120e4b693eee88d1094125eb7453d301fe /ChangeLog
parent4fecb2c94087d60060a01cff12946851f514b51d (diff)
downloadgst-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)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ade4533b..b68e4108 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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