From: kramm Date: Mon, 5 Jun 2006 07:52:42 +0000 (+0000) Subject: actionscript buffer is now bigger, preventing segfaults if byte 4 is accessed X-Git-Tag: release-0-8-0~191 X-Git-Url: http://git.asbjorn.biz/?p=swftools.git;a=commitdiff_plain;h=c8d90e64c978f3e79bed139a77101e22d18844cd actionscript buffer is now bigger, preventing segfaults if byte 4 is accessed --- diff --git a/lib/rfxswf.h b/lib/rfxswf.h index 9189cf4..afe17a8 100644 --- a/lib/rfxswf.h +++ b/lib/rfxswf.h @@ -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