search for: c331413

Displaying 2 results from an estimated 2 matches for "c331413".

Did you mean: 431413
2007 Oct 28
1
2 commits - libswfdec/swfdec_as_interpret.c test/trace
...changed, 10 insertions(+) New commits: commit c6d96d7d47704ca3d62c08d35874c64f7878bdf2 Author: Benjamin Otte <otte at gnome.org> Date: Sun Oct 28 19:48:40 2007 +0100 fix divide by zero crash diff --git a/libswfdec/swfdec_as_interpret.c b/libswfdec/swfdec_as_interpret.c index 7125e05..c331413 100644 --- a/libswfdec/swfdec_as_interpret.c +++ b/libswfdec/swfdec_as_interpret.c @@ -948,6 +948,7 @@ swfdec_action_binary (SwfdecAsContext *cx, guint action, const guint8 *data, gui case SWFDEC_AS_ACTION_DIVIDE: if (cx->version < 5) { if (r == 0) { + swfdec_as_stack_pop (cx)...
2007 Oct 29
0
20 commits - libswfdec/Makefile.am libswfdec/swfdec_as_interpret.c libswfdec/swfdec_html_parser.c libswfdec/swfdec_initialize.as libswfdec/swfdec_initialize.h libswfdec/swfdec_text_field.c libswfdec/swfdec_text_field.h
...hor: Pekka Lampila <pekka.lampila at iki.fi> Date: Mon Oct 29 10:06:28 2007 +0200 Merge branch 'master' of ssh://medar at git.freedesktop.org/git/swfdec/swfdec Conflicts: libswfdec/swfdec_as_interpret.c diff --cc libswfdec/swfdec_as_interpret.c index 3571ffb,c331413..798a03c --- a/libswfdec/swfdec_as_interpret.c +++ b/libswfdec/swfdec_as_interpret.c @@@ -2749,10 -2731,10 +2730,10 @@@ swfdec_action_try (SwfdecAsContext *cx if (try_data->catch_start || try_data->finally_start) { swfdec_as_frame_push_block (cx->frame, data + len, data + len...