forked from facebook/hermes
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Check for deeply or infinitely nested Proxies
Summary: A proxy whose target or handler is another proxy can result in native stack exhaustion. Insert checks for this case. Reviewed By: avp Differential Revision: D23662553 fbshipit-source-id: ec62795e8afdaafc83c301106c3229e8aa451586
- Loading branch information
1 parent
8cb935c
commit 4108bf9
Showing
2 changed files
with
112 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters