[Webkit-unassigned] [Bug 20779] segmentation fault in swfdec mozilla plugin

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Sep 29 00:45:59 PDT 2008


https://bugs.webkit.org/show_bug.cgi?id=20779


marc.ordinasillopis at collabora.co.uk changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |marc.ordinasillopis at collabor
                   |                            |a.co.uk




------- Comment #4 from marc.ordinasillopis at collabora.co.uk  2008-09-29 00:45 PDT -------
According to
http://developer.mozilla.org/en/Gecko_Plugin_API_Reference/Drawing_and_Event_Handling
and http://developer.mozilla.org/en/NPP_SetWindow , passing a null window
indicates that the window is being destroyed. I seem to have misread that as
window *and* ws_info, sorry for that.

It should be easy to fix, all's needed is to change the order of deleting
ws_info and calling the plugin in PluginView::stop in both
WebCore/plugins/gtk/PluginViewGtk.cpp:276 and
WebCore/plugins/qt/PluginViewQt.cpp:234.

I can't patch myself right away, any takers?


-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list