Bug 288079
| Summary: | Debug build failure on armv7 due to assertions in YarrInterpreter | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Max Rottenkolber <maximilian> |
| Component: | JavaScriptCore | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Max Rottenkolber
YarrInterpreter alignment assertions fail at build time on armv7 because sizeof(void*) has an unexpected value.
Should use alignof(max_align_t) instead to reason about alignment guarantees.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/145735251>
EWS
Committed 291952@main (6040dcdd4501): <https://commits.webkit.org/291952@main>
Reviewed commits have been landed. Closing PR #40963 and removing active labels.