WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
197323
Improve safety of MachMessage class
https://bugs.webkit.org/show_bug.cgi?id=197323
Summary
Improve safety of MachMessage class
Chris Dumez
Reported
2019-04-26 13:41:28 PDT
Improve safety of MachMessage class and clean things up a bit.
Attachments
Patch
(9.86 KB, patch)
2019-04-26 13:55 PDT
,
Chris Dumez
no flags
Details
Formatted Diff
Diff
Patch
(9.41 KB, patch)
2019-04-26 14:50 PDT
,
Chris Dumez
no flags
Details
Formatted Diff
Diff
Show Obsolete
(1)
View All
Add attachment
proposed patch, testcase, etc.
Chris Dumez
Comment 1
2019-04-26 13:41:57 PDT
<
rdar://problem/44291920
>
Chris Dumez
Comment 2
2019-04-26 13:55:17 PDT
Created
attachment 368346
[details]
Patch
Chris Dumez
Comment 3
2019-04-26 14:50:11 PDT
Created
attachment 368353
[details]
Patch
Alex Christensen
Comment 4
2019-04-26 15:05:19 PDT
Comment on
attachment 368353
[details]
Patch View in context:
https://bugs.webkit.org/attachment.cgi?id=368353&action=review
> Source/WebKit/Platform/IPC/mac/MachMessage.cpp:37 > + void* memory = WTF::fastZeroedMalloc(sizeof(MachMessage) + size);
Are there any performance indications of this change?
Chris Dumez
Comment 5
2019-04-26 15:19:49 PDT
(In reply to Alex Christensen from
comment #4
)
> Comment on
attachment 368353
[details]
> Patch > > View in context: >
https://bugs.webkit.org/attachment.cgi?id=368353&action=review
> > > Source/WebKit/Platform/IPC/mac/MachMessage.cpp:37 > > + void* memory = WTF::fastZeroedMalloc(sizeof(MachMessage) + size); > > Are there any performance indications of this change?
There could be a performance impact although I personally doubt it. I believe zero'ing memory is normally pretty cheap and while IPC is frequent, I do not believe it is super-hot. Any any case, this is security-sensitive code so we want it to be robust. I have also explain in the changelog and in the radar (in more details) why I believe this will fix flaky crashes. If it does regress performance, then we can try and find another solution but I think other solution will likely be more fragile. I say let's try the safest / most robust thing first.
WebKit Commit Bot
Comment 6
2019-04-27 10:09:29 PDT
Comment on
attachment 368353
[details]
Patch Clearing flags on attachment: 368353 Committed
r244721
: <
https://trac.webkit.org/changeset/244721
>
WebKit Commit Bot
Comment 7
2019-04-27 10:09:31 PDT
All reviewed patches have been landed. Closing bug.
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