gnash-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gnash-commit] gnash ChangeLog libbase/FLVParser.cpp


From: Sandro Santilli
Subject: [Gnash-commit] gnash ChangeLog libbase/FLVParser.cpp
Date: Fri, 09 May 2008 11:12:06 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Sandro Santilli <strk>  08/05/09 11:12:05

Modified files:
        .              : ChangeLog 
        libbase        : FLVParser.cpp 

Log message:
                * libbase/FLVParser.cpp: use 64 (rather then 8) padding bytes.
                  I've no idea what that padding means and why is needed, anyway
                  it fixes an illegal read of 33 bytes past the allocated set
                  watching http://www.youtube.com/watch?v=P48VFXltFyM.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/ChangeLog?cvsroot=gnash&r1=1.6568&r2=1.6569
http://cvs.savannah.gnu.org/viewcvs/gnash/libbase/FLVParser.cpp?cvsroot=gnash&r1=1.28&r2=1.29

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/gnash/gnash/ChangeLog,v
retrieving revision 1.6568
retrieving revision 1.6569
diff -u -b -r1.6568 -r1.6569
--- ChangeLog   9 May 2008 10:53:55 -0000       1.6568
+++ ChangeLog   9 May 2008 11:12:04 -0000       1.6569
@@ -1,3 +1,10 @@
+2008-05-09 Sandro Santilli <address@hidden>
+
+       * libbase/FLVParser.cpp: use 64 (rather then 8) padding bytes.
+         I've no idea what that padding means and why is needed, anyway
+         it fixes an illegal read of 33 bytes past the allocated set
+         watching http://www.youtube.com/watch?v=P48VFXltFyM.
+
 2008-05-09 Benjamin Wolsey <address@hidden>
 
        * fonts: drop unused fonts directory.

Index: libbase/FLVParser.cpp
===================================================================
RCS file: /sources/gnash/gnash/libbase/FLVParser.cpp,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -b -r1.28 -r1.29
--- libbase/FLVParser.cpp       5 Mar 2008 03:55:52 -0000       1.28
+++ libbase/FLVParser.cpp       9 May 2008 11:12:04 -0000       1.29
@@ -26,7 +26,7 @@
 
 using namespace std;
 
-#define PADDING_BYTES 8
+#define PADDING_BYTES 64
 
 // Define the following macro the have seek() operations printed
 //#define GNASH_DEBUG_SEEK 1




reply via email to

[Prev in Thread] Current Thread [Next in Thread]