summaryrefslogtreecommitdiffstats
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
commit5ffcdc57be0b2858b77f2875761701b018c8df90 (patch)
tree68b576953fae4b74335251342c8b1c0b31d39394
parent605dea6ddf63d3bb17eb07b3e92f0aa06b2c171c (diff)
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--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