Don't read beyond the last cell in a chapter (fixes invalid memory access)
authorTim-Philipp Müller <tim@centricular.net>
Mon, 17 Jan 2005 16:17:26 +0000 (16:17 +0000)
committerTim-Philipp Müller <tim@centricular.net>
Mon, 17 Jan 2005 16:17:26 +0000 (16:17 +0000)
Original commit message from CVS:
Don't read beyond the last cell in a chapter (fixes invalid memory access)

ChangeLog

index ade4533..b68e410 100644 (file)
--- 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