WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
239440
Harden setPrototypeOf().
https://bugs.webkit.org/show_bug.cgi?id=239440
Summary
Harden setPrototypeOf().
Mark Lam
Reported
2022-04-17 14:42:53 PDT
<
rdar://problem/91761043
>
Attachments
patch for landing.
(5.43 KB, patch)
2022-04-17 14:51 PDT
,
Mark Lam
no flags
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Mark Lam
Comment 1
2022-04-17 14:51:16 PDT
Created
attachment 457778
[details]
patch for landing.
Mark Lam
Comment 2
2022-04-17 14:54:02 PDT
Landed in
r292950
: <
http://trac.webkit.org/r292950
>.
Saam Barati
Comment 3
2022-04-18 10:15:30 PDT
Comment on
attachment 457778
[details]
patch for landing. View in context:
https://bugs.webkit.org/attachment.cgi?id=457778&action=review
> Source/JavaScriptCore/runtime/JSObject.cpp:1881 > + else if (UNLIKELY(!prototype.isNull())) // Conservative hardening. > + return;
should the above just be a release assert and we can remove this?
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