WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
Bug 113910
Don't try to set the exception port for server connections
https://bugs.webkit.org/show_bug.cgi?id=113910
Summary
Don't try to set the exception port for server connections
Anders Carlsson
Reported
2013-04-03 17:00:38 PDT
Don't try to set the exception port for server connections
Attachments
Patch
(1.77 KB, patch)
2013-04-03 17:02 PDT
,
Anders Carlsson
darin
: review+
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Anders Carlsson
Comment 1
2013-04-03 17:02:31 PDT
Created
attachment 196425
[details]
Patch
Darin Adler
Comment 2
2013-04-03 17:36:17 PDT
Comment on
attachment 196425
[details]
Patch View in context:
https://bugs.webkit.org/attachment.cgi?id=196425&action=review
> Source/WebKit2/Platform/CoreIPC/mac/ConnectionMac.cpp:425 > + m_clientRunLoop->dispatch(bind(&Connection::dispatchDidReceiveInvalidMessage, this, decoder->messageReceiverName().toString(), decoder->messageName().toString()));
Too bad you have to do this much to do the invalid message dance. Would be nice if we could share a little more code with the other invalid message cases.
Anders Carlsson
Comment 3
2013-04-03 17:43:43 PDT
Committed
r147598
: <
http://trac.webkit.org/changeset/147598
>
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug