WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
143730
Make creating send rights from shared memory more robust
https://bugs.webkit.org/show_bug.cgi?id=143730
Summary
Make creating send rights from shared memory more robust
Anders Carlsson
Reported
2015-04-14 15:07:42 PDT
Make creating send rights from shared memory more robust
Attachments
Patch
(8.59 KB, patch)
2015-04-14 15:12 PDT
,
Anders Carlsson
darin
: review+
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Anders Carlsson
Comment 1
2015-04-14 15:12:24 PDT
Created
attachment 250743
[details]
Patch
Darin Adler
Comment 2
2015-04-14 16:42:23 PDT
Comment on
attachment 250743
[details]
Patch View in context:
https://bugs.webkit.org/attachment.cgi?id=250743&action=review
> Source/WebKit2/Platform/SharedMemory.h:104 > + WebCore::MachSendRight createSendRight(Protection) const;
Platforms are getting this: error: 'MachSendRight' in namespace 'WebCore' does not name a type I think that means you need to wrap the declaration here in #if OS(DARWIN) like the forward declaration above is.
Anders Carlsson
Comment 3
2015-04-15 10:33:25 PDT
Committed
r182845
: <
http://trac.webkit.org/changeset/182845
>
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