Bug 158026 - Fix null pointer dereferencing in WebViewImpl::inputContext
Summary: Fix null pointer dereferencing in WebViewImpl::inputContext
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Alex Christensen
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-05-24 11:12 PDT by Alex Christensen
Modified: 2016-05-24 14:11 PDT (History)
1 user (show)

See Also:


Attachments
Patch (1.30 KB, patch)
2016-05-24 11:13 PDT, Alex Christensen
no flags Details | Formatted Diff | Diff
Patch (1.15 KB, patch)
2016-05-24 13:58 PDT, Alex Christensen
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Alex Christensen 2016-05-24 11:12:18 PDT
Fix null pointer dereferencing in WebViewImpl::inputContext
Comment 1 Alex Christensen 2016-05-24 11:13:01 PDT
Created attachment 279674 [details]
Patch
Comment 2 Alex Christensen 2016-05-24 13:58:44 PDT
Created attachment 279701 [details]
Patch
Comment 3 Tim Horton 2016-05-24 13:59:25 PDT
Comment on attachment 279701 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=279701&action=review

> Source/WebKit2/ChangeLog:11
> +        this was null sometimes in WebViewImpl::inputContext.

Capital t.
Comment 4 Alex Christensen 2016-05-24 14:01:35 PDT
This was not null.  this was.
Comment 5 WebKit Commit Bot 2016-05-24 14:11:25 PDT
Comment on attachment 279701 [details]
Patch

Clearing flags on attachment: 279701

Committed r201351: <http://trac.webkit.org/changeset/201351>
Comment 6 WebKit Commit Bot 2016-05-24 14:11:29 PDT
All reviewed patches have been landed.  Closing bug.