Bug 40163

Summary: EventHandler::handleTouchEvent - possible null node accessed.
Product: WebKit Reporter: gmak
Component: WebCore Misc.Assignee: Nobody <webkit-unassigned>
Status: UNCONFIRMED    
Severity: Normal    
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Attachments:
Description Flags
Patch
none
Patch eric: review-

gmak
Reported 2010-06-04 07:27:56 PDT
If touch events are sent to a page while it is loading, it performs a hit test, while the hit test will return a valid result, HitTestResult::innerNode() may return a null node. The validity of the node should be checked.
Attachments
Patch (1.12 KB, text/plain)
2010-06-04 07:28 PDT, gmak
no flags
Patch (1.09 KB, patch)
2010-06-04 07:40 PDT, gmak
eric: review-
gmak
Comment 1 2010-06-04 07:28:43 PDT
gmak
Comment 2 2010-06-04 07:40:19 PDT
Created attachment 57875 [details] Patch Took out No New tests line in log
Eric Seidel (no email)
Comment 3 2010-06-07 11:20:10 PDT
Comment on attachment 57875 [details] Patch This needs a test case and a ChangeLog.
Note You need to log in before you can comment on or make changes to this bug.