WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
9212
dispatchEvent13.html crashes under GuardMalloc
https://bugs.webkit.org/show_bug.cgi?id=9212
Summary
dispatchEvent13.html crashes under GuardMalloc
Anders Carlsson
Reported
2006-06-01 11:01:29 PDT
This test calls removeEventListener in an event handler, which can result in a crash. While the list of registered event handlers are copied before dispatching the event, the registered event handler objects aren't. Also, when an event listener is removed in an event handler, it shouldn't be invoked later. (This is what's tested)
Attachments
Patch
(7.69 KB, patch)
2006-06-01 11:06 PDT
,
Anders Carlsson
mjs
: review+
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Anders Carlsson
Comment 1
2006-06-01 11:06:24 PDT
Created
attachment 8645
[details]
Patch
Maciej Stachowiak
Comment 2
2006-06-01 11:50:36 PDT
Comment on
attachment 8645
[details]
Patch r=me
Lucas Forschler
Comment 3
2019-02-06 09:02:35 PST
Mass moving XML DOM bugs to the "DOM" Component.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug