gnash
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Gnash] Patch: Give error for unhandled SWF events


From: strk
Subject: Re: [Gnash] Patch: Give error for unhandled SWF events
Date: Wed, 18 Jan 2006 10:10:36 +0100

Committed, but I'm not sure about it being the right thing.
I mean, is it safe to make assumptions about what's
known and handled in swf_event::read() ?
Or should the logging happen when the Assert fails instead ?
--strk;

it be better to add the debugging 

On Sun, Jan 15, 2006 at 01:47:29AM +0800, Michael Carlson wrote:
> Download this file : http://protu.it.helsinki.fi/~lindi/google-video.swf
> 
> Then, try opening it locally with gnash, using the "-va" command switch (for
> verbose Movie Actions). The program will crash with an assertion error.
> After some investigating, I realized that in server/impl.cpp,
> swf_event::read(), we don't do any sort of check to see if the event flag
> that was sent to us is known and handled by the program. This patch simply
> adds a log_error statement, letting you know that an event was received that
> is unknown and unhandled, the hex code of the event, as well as an
> appropriate comment in the source explaining this check.
> 
> This is my first patch to gnash, and it's very small. I plan to contribute
> more. If there is any problem with the formatting / method of submission,
> please tell me the best way for next time.
> 
> Sincerely,
> Michael Carlson


> _______________________________________________
> Gnash mailing list
> address@hidden
> http://lists.gnu.org/mailman/listinfo/gnash




reply via email to

[Prev in Thread] Current Thread [Next in Thread]