Bug 141377 - Null deref in _clearImmediateActionState when closing a view with a DataDetectors popover open
Summary: Null deref in _clearImmediateActionState when closing a view with a DataDetec...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit2 (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Tim Horton
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-02-08 16:22 PST by Tim Horton
Modified: 2015-02-08 16:31 PST (History)
6 users (show)

See Also:


Attachments
patch (1.60 KB, patch)
2015-02-08 16:22 PST, Tim Horton
darin: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Tim Horton 2015-02-08 16:22:05 PST
WebKit2 only; WebKit1 is safe because it's all ObjC messaging, so nil is fine.
Comment 1 Tim Horton 2015-02-08 16:22:16 PST
<rdar://problem/19711203>
Comment 2 Tim Horton 2015-02-08 16:22:59 PST
Created attachment 246252 [details]
patch
Comment 3 WebKit Commit Bot 2015-02-08 16:24:52 PST
Attachment 246252 [details] did not pass style-queue:


ERROR: Source/WebKit2/ChangeLog:1:  ChangeLog entry has no bug number  [changelog/bugnumber] [5]
Total errors found: 1 in 2 files


If any of these errors are false positives, please file a bug against check-webkit-style.
Comment 4 Tim Horton 2015-02-08 16:31:08 PST
Thanks, Darin!

http://trac.webkit.org/changeset/179809