Bug 103689 - Initialize m_xpcConnection to null if the identifier doesn't have an XPC connection
Summary: Initialize m_xpcConnection to null if the identifier doesn't have an XPC conn...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Anders Carlsson
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-11-29 17:16 PST by Anders Carlsson
Modified: 2012-11-29 17:26 PST (History)
0 users

See Also:


Attachments
Patch (1.62 KB, patch)
2012-11-29 17:17 PST, Anders Carlsson
darin: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Anders Carlsson 2012-11-29 17:16:08 PST
Initialize m_xpcConnection to null if the identifier doesn't have an XPC connection
Comment 1 Anders Carlsson 2012-11-29 17:17:38 PST
Created attachment 176855 [details]
Patch
Comment 2 Simon Fraser (smfr) 2012-11-29 17:20:26 PST
Comment on attachment 176855 [details]
Patch

I think Connection::Connection() should null out m_xpcConnection too.
Comment 3 Anders Carlsson 2012-11-29 17:26:04 PST
Committed r136190: <http://trac.webkit.org/changeset/136190>