git.asbjorn.biz
/
swftools.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e0416f8
)
actionscript buffer is now bigger, preventing segfaults if byte 4 is accessed
author
kramm
<kramm>
Mon, 5 Jun 2006 07:52:42 +0000
(07:52 +0000)
committer
kramm
<kramm>
Mon, 5 Jun 2006 07:52:42 +0000
(07:52 +0000)
lib/rfxswf.h
patch
|
blob
|
history
diff --git
a/lib/rfxswf.h
b/lib/rfxswf.h
index
9189cf4
..
afe17a8
100644
(file)
--- 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