Displaying 1 result from an estimated 1 matches for "1eb76d6".
2007 Sep 14
0
3 commits - libswfdec/swfdec_as_frame.c test/trace
...file mode 100644
index 0000000..254f05c
--- /dev/null
+++ b/test/trace/empty-function-8.swf.trace
@@ -0,0 +1 @@
+Just define an empty function and call it. Swfdec likes to crash on that one.
diff --git a/test/trace/empty-function.as b/test/trace/empty-function.as
new file mode 100644
index 0000000..1eb76d6
--- /dev/null
+++ b/test/trace/empty-function.as
@@ -0,0 +1,8 @@
+// makeswf -v 7 -s 200x150 -r 1 -o empty-function.swf empty-function.as
+
+trace ("Just define an empty function and call it. Swfdec likes to crash on that one.");
+
+a = function () {};
+a();
+
+loadMovie ("FSCommand:...