gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] [bug #32950] segfault in ActionHandler::execute()


From: Bastiaan Jacques
Subject: [Gnash-commit] [bug #32950] segfault in ActionHandler::execute()
Date: Thu, 31 Mar 2011 13:13:39 +0000
User-agent: Mozilla/5.0 (X11; Linux i686; rv:2.0) Gecko/20100101 Firefox/4.0

Follow-up Comment #8, bug #32950 (project gnash):

It is plausible that the allocation does in fact happen for 256 items, but
that 256th object would not be default-constructed. So then Gnash calling a
function pointer that is not initialised (because the constructor was not
called) would still segfault.

Anyway, the bug is 100% reproducible, so regress-testing should be easy. The
only part that needs some work is to create a SWF with an opcode == 255, and
then to have the testsuite run it.

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?32950>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

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