From d2eeafad7c5baee2bce62b896d526d673b4c8d67 Mon Sep 17 00:00:00 2001 From: Mark Nauwelaerts Date: Sun, 18 Jun 2006 12:37:12 +0000 Subject: gst/wavparse/gstwavparse.c: Make sure we don't read beyond the end of the file (#345232). Original commit message from CVS: Patch by: Mark Nauwelaerts * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek): Make sure we don't read beyond the end of the file (#345232). --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 8f737a1c..b4eafc2c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2006-06-18 Tim-Philipp Müller + + Patch by: Mark Nauwelaerts + + * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek): + Make sure we don't read beyond the end of the file (#345232). + 2006-06-17 Tim-Philipp Müller * configure.ac: -- cgit