Bug 217677 - JSObject::getPropertyNames should have a stack overflow check
Summary: JSObject::getPropertyNames should have a stack overflow check
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: Other
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Saam Barati
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2020-10-13 15:25 PDT by Saam Barati
Modified: 2020-10-13 20:03 PDT (History)
15 users (show)

See Also:


Attachments
patch (212.58 KB, patch)
2020-10-13 16:42 PDT, Saam Barati
no flags Details | Formatted Diff | Diff
patch (3.19 KB, patch)
2020-10-13 17:15 PDT, Saam Barati
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Saam Barati 2020-10-13 15:25:45 PDT
For objects with really long prototype chains
Comment 1 Saam Barati 2020-10-13 15:31:43 PDT
<rdar://problem/69286436>
Comment 2 Saam Barati 2020-10-13 16:42:46 PDT
Created attachment 411278 [details]
patch
Comment 3 Saam Barati 2020-10-13 17:15:54 PDT
Created attachment 411281 [details]
patch

wrong patch before
Comment 4 Tadeu Zagallo 2020-10-13 17:18:35 PDT
Comment on attachment 411281 [details]
patch

r=me
Comment 5 EWS 2020-10-13 20:03:47 PDT
Committed r268442: <https://trac.webkit.org/changeset/268442>

All reviewed patches have been landed. Closing bug and clearing flags on attachment 411281 [details].