Bug 187617 - Assert that the IPC::Connection is valid in Connection::dispatchMessage(Decoder&)
Summary: Assert that the IPC::Connection is valid in Connection::dispatchMessage(Decod...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit2 (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Chris Dumez
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2018-07-12 14:07 PDT by Chris Dumez
Modified: 2018-07-12 15:23 PDT (History)
5 users (show)

See Also:


Attachments
Patch (1.36 KB, patch)
2018-07-12 14:09 PDT, 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 2018-07-12 14:07:56 PDT
Assert that the IPC::Connection is valid in Connection::dispatchMessage(Decoder&) as m_client would be stale otherwise.
Comment 1 Chris Dumez 2018-07-12 14:09:19 PDT
Created attachment 344882 [details]
Patch
Comment 2 WebKit Commit Bot 2018-07-12 15:21:46 PDT
Comment on attachment 344882 [details]
Patch

Clearing flags on attachment: 344882

Committed r233783: <https://trac.webkit.org/changeset/233783>
Comment 3 WebKit Commit Bot 2018-07-12 15:21:47 PDT
All reviewed patches have been landed.  Closing bug.
Comment 4 Radar WebKit Bug Importer 2018-07-12 15:23:46 PDT
<rdar://problem/42140149>