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 | 5ffcdc57be0b2858b77f2875761701b018c8df90 (patch) | |
tree | 68b576953fae4b74335251342c8b1c0b31d39394 /ChangeLog | |
parent | 605dea6ddf63d3bb17eb07b3e92f0aa06b2c171c (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)
Diffstat (limited to 'ChangeLog')
-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 |