Bug 310116
| Summary: | [JSC] Nested `using` blocks crash | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Shu-yu Guo <syg> |
| Component: | JavaScriptCore | Assignee: | Sosuke Suzuki <sosuke> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | Keywords: | InRadar |
| Priority: | P2 | ||
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Shu-yu Guo
rdar://172745563
Repro under ASAN:
```
eval(
"{using a0=null;" +
"{using a1=null;".repeat(19) +
"0;" +
"}".repeat(20)
);
```
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Sosuke Suzuki
Pull request: https://github.com/WebKit/WebKit/pull/60820
EWS
Committed 309457@main (57a48c393902): <https://commits.webkit.org/309457@main>
Reviewed commits have been landed. Closing PR #60820 and removing active labels.