Bug 304031
| Summary: | Remove invalid DATA_ADDRESS_IS_SANE checks. | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Mark Lam <mark.lam> |
| Component: | JavaScriptCore | Assignee: | Mark Lam <mark.lam> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Mark Lam
Previous in 301407@main, I added DATA_ADDRESS_IS_SANE checks when we HAVE(36BIT_ADDRESS). Turns out that we may not be able to guarantee that addresses are 36-bits. Hence, these checks are invalid. This patch will remove the checks, while leaving the HAVE(36BIT_ADDRESS) macro alone for now.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/166329603>
Mark Lam
Pull request: https://github.com/WebKit/WebKit/pull/55276
EWS
Committed 304341@main (d0a78533e3d3): <https://commits.webkit.org/304341@main>
Reviewed commits have been landed. Closing PR #55276 and removing active labels.