From 5ffcdc57be0b2858b77f2875761701b018c8df90 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Tim-Philipp=20M=C3=BCller?= Date: Mon, 17 Jan 2005 16:17:26 +0000 Subject: [PATCH] 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) --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/ChangeLog b/ChangeLog index ade4533..b68e410 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,11 @@ 2005-01-17 Tim-Philipp Müller + * 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 + * ext/dvdread/stream_labels.c: (dvdreadsrc_get_audio_stream_labels): Use NULL for an empty GList instead of g_list_alloc(); fix -- 2.7.4