OSDN Git Service

fixed to too short size realloc. (must be multiplied by sizeof type)
authorよや <yoya@awm.jp>
Mon, 16 Apr 2012 18:48:26 +0000 (03:48 +0900)
committerよや <yoya@awm.jp>
Mon, 16 Apr 2012 18:48:26 +0000 (03:48 +0900)
- many bitmap in graphic symbol(Shape Tag) to seg.fault.
- many charactors in Button Tag to seg.fault.

src/php_swfed.c

index 1cc2c74..8fd2967 100644 (file)
@@ -42,7 +42,7 @@
 #include "swf_tag.h"
 #include "swf_object.h"
 
-#define SWFED_VERSION "0.57a"
+#define SWFED_VERSION "0.57"
 
 #define get_zend_hash_value_long(table, key, value) do { \
         zval **tmp = NULL; \