Bug 141092 - Add assertion in RefPtr's operator*() to make sure we don't dereference nullptr
Summary: Add assertion in RefPtr's operator*() to make sure we don't dereference nullptr
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Template Framework (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Chris Dumez
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-01-30 12:54 PST by Chris Dumez
Modified: 2015-01-30 16:37 PST (History)
5 users (show)

See Also:


Attachments
Patch (1.24 KB, patch)
2015-01-30 12:55 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-30 12:54:22 PST
Add assertion in RefPtr's operator*() to make sure we don't dereference nullptr.
Comment 1 Chris Dumez 2015-01-30 12:55:15 PST
Created attachment 245733 [details]
Patch
Comment 2 Chris Dumez 2015-01-30 15:25:50 PST
Comment on attachment 245733 [details]
Patch

Clearing flags on attachment: 245733

Committed r179415: <http://trac.webkit.org/changeset/179415>
Comment 3 Chris Dumez 2015-01-30 15:25:56 PST
All reviewed patches have been landed.  Closing bug.