gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] gnash ChangeLog testsuite/misc-ming.all/action_...


From: Sandro Santilli
Subject: [Gnash-commit] gnash ChangeLog testsuite/misc-ming.all/action_...
Date: Wed, 09 May 2007 08:35:27 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Sandro Santilli <strk>  07/05/09 08:35:26

Modified files:
        .              : ChangeLog 
        testsuite/misc-ming.all: action_execution_order_test8.c 

Log message:
                * testsuite/misc-ming.all/action_execution_order_test8.c:
                  Fixed access to uninitialized memory (segfault).

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/ChangeLog?cvsroot=gnash&r1=1.3135&r2=1.3136
http://cvs.savannah.gnu.org/viewcvs/gnash/testsuite/misc-ming.all/action_execution_order_test8.c?cvsroot=gnash&r1=1.2&r2=1.3

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/gnash/gnash/ChangeLog,v
retrieving revision 1.3135
retrieving revision 1.3136
diff -u -b -r1.3135 -r1.3136
--- ChangeLog   9 May 2007 08:17:13 -0000       1.3135
+++ ChangeLog   9 May 2007 08:35:26 -0000       1.3136
@@ -1,3 +1,8 @@
+2007-05-09 Sandro Santilli <address@hidden>
+
+       * testsuite/misc-ming.all/action_execution_order_test8.c:
+         Fixed access to uninitialized memory (segfault).
+
 2007-05-09 Andrew Guertin <address@hidden>
 
        * macros/ming.m4: cleaner fix for #19826 (don't redirect

Index: testsuite/misc-ming.all/action_execution_order_test8.c
===================================================================
RCS file: 
/sources/gnash/gnash/testsuite/misc-ming.all/action_execution_order_test8.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -b -r1.2 -r1.3
--- testsuite/misc-ming.all/action_execution_order_test8.c      30 Apr 2007 
16:07:41 -0000      1.2
+++ testsuite/misc-ming.all/action_execution_order_test8.c      9 May 2007 
08:35:26 -0000       1.3
@@ -62,7 +62,6 @@
   
   
   mc1 = newSWFMovieClip(); // will only exist in frame4
-  add_clip_actions(mc2, " _root.note('mc1 frame '+this._currentframe);");
   add_clip_actions(mc1, " _root.note('about to invoke _root.gotoAndStop(6)');"
                        " _root.gotoAndStop(6);"
                        " _root.note('mc1 actions still running after 
_root.gotoAndStop(6), _root is '+_root);"




reply via email to

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