RESOLVED FIXED 15811
WebKit plug-ins can re-enter WebKit under attach()
https://bugs.webkit.org/show_bug.cgi?id=15811
Summary WebKit plug-ins can re-enter WebKit under attach()
mitz
Reported 2007-11-02 21:14:24 PDT
[This is a follow-up to bug 15405 regarding the general case] HTMLObjectElement::attach() calls RenderPartObject::updateWidget() which lets WebKit plugins execute arbitrary code, potentially re-entering WebKit. I think at some point the protection against creating widgets when updateWidget() is called by attach() applied to WebKit plug-ins, but later it was restricted to Netscape plug-ins.
Attachments
mitz
Comment 1 2007-11-02 21:17:35 PDT
mitz
Comment 2 2007-11-22 22:05:12 PST
Note You need to log in before you can comment on or make changes to this bug.