gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] [bug #40315] tummy_trouble.swf segfaults


From: Bastiaan Jacques
Subject: [Gnash-commit] [bug #40315] tummy_trouble.swf segfaults
Date: Thu, 17 Apr 2014 23:06:38 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:28.0) Gecko/20100101 Firefox/28.0

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

The source of the problem is in DynamicShape::finalize(). The current
(temporary) subshape is copied into the shape, and then the subshape is
cleared. However, _currpath, _currline and _currfill are not reset. Then, when
later the DynamicShape is reused to draw a line without adding a new line
style, _currline refers to a nonexistent line style.

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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