Bug 304499
| Summary: | Use a unique location label for checkStackPointerAlignment in cCall3 | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Vassili Bykov <v_bykov> |
| Component: | JavaScriptCore | Assignee: | Vassili Bykov <v_bykov> |
| Status: | RESOLVED FIXED | ||
| Severity: | Trivial | CC: | webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Vassili Bykov
The cCall3() macro in LowLevelInterpreter64.asm does checkStackPointerAlignment with the same location label (0xbad0c004) as cCall4(). The label should be unique to unambiguously identify the location if a failure happens.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/166884088>
Vassili Bykov
Pull request: https://github.com/WebKit/WebKit/pull/55707
EWS
Committed 304760@main (f8fe1f33f2c4): <https://commits.webkit.org/304760@main>
Reviewed commits have been landed. Closing PR #55707 and removing active labels.