actionscript buffer is now bigger, preventing segfaults if byte 4 is accessed
[swftools.git] / lib / rfxswf.h
index 9189cf4..afe17a8 100644 (file)
@@ -790,7 +790,7 @@ typedef struct _ActionTAG
   struct _ActionTAG * prev;
 
   struct _ActionTAG * parent;
-  U8 tmp[4]; // store small operands here.
+  U8 tmp[8]; // store small operands here.
 } ActionTAG;
 
 typedef struct _ActionMarker