Bug 140895 - First argument to DOM traversal functions should be a reference
Summary: First argument to DOM traversal functions should be a reference
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: DOM (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Chris Dumez
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-01-26 12:19 PST by Chris Dumez
Modified: 2015-01-26 14:36 PST (History)
3 users (show)

See Also:


Attachments
Patch (190.03 KB, patch)
2015-01-26 13:57 PST, Chris Dumez
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Chris Dumez 2015-01-26 12:19:28 PST
First argument to DOM traversal functions should be a reference instead of a pointer as it is dereferenced without null-check.
Comment 1 Chris Dumez 2015-01-26 13:57:39 PST
Created attachment 245371 [details]
Patch
Comment 2 Chris Dumez 2015-01-26 14:36:37 PST
Comment on attachment 245371 [details]
Patch

Clearing flags on attachment: 245371

Committed r179143: <http://trac.webkit.org/changeset/179143>
Comment 3 Chris Dumez 2015-01-26 14:36:42 PST
All reviewed patches have been landed.  Closing bug.