changeset 459:cea6393eacc3 trunk

[svn] D'oh, a 2 was missing.
author js
date Wed, 17 Jan 2007 10:50:00 -0800
parents 89453f4a4278
children cc7faecc7619
files ChangeLog src/wavpack/tags.h
diffstat 2 files changed, 9 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Wed Jan 17 10:49:17 2007 -0800
+++ b/ChangeLog	Wed Jan 17 10:50:00 2007 -0800
@@ -1,3 +1,11 @@
+2007-01-17 18:49:17 +0000  Jonathan Schleifer <js@h3c.de>
+  revision [1000]
+  Fixed possible buffer overflow.
+  trunk/src/wavpack/tags.h |    5 +++--
+  trunk/src/wavpack/ui.cxx |   14 +++++++-------
+  2 files changed, 10 insertions(+), 9 deletions(-)
+
+
 2007-01-17 17:14:03 +0000  Giacomo Lozito <james@develia.org>
   revision [998]
   - evdev-plug: added volume->mute and win->jumptofile actions
--- a/src/wavpack/tags.h	Wed Jan 17 10:49:17 2007 -0800
+++ b/src/wavpack/tags.h	Wed Jan 17 10:50:00 2007 -0800
@@ -4,7 +4,7 @@
 #include <stdio.h>
 
 const int MAX_LEN = 2048;
-const int MAX_LEN = 128;
+const int MAX_LEN2 = 128;
 const int TAG_NONE = 0;
 const int TAG_ID3 = 1;
 const int TAG_APE = 2;