RESOLVED FIXED 265720
[Wasm-GC] Fix casts on larger type indices
https://bugs.webkit.org/show_bug.cgi?id=265720
Summary [Wasm-GC] Fix casts on larger type indices
Asumu Takikawa
Reported 2023-12-02 10:24:37 PST
There are some failures when casting GC types that have type indices greater than a byte, because there are some sketchy type casts in the cast validation code. It's reproducible using a test that just has more 256 or so typedefs and casts to those types.
Attachments
Asumu Takikawa
Comment 1 2023-12-02 11:07:36 PST
EWS
Comment 2 2023-12-05 14:10:01 PST
Committed 271571@main (b151ff2597f0): <https://commits.webkit.org/271571@main> Reviewed commits have been landed. Closing PR #21213 and removing active labels.
Radar WebKit Bug Importer
Comment 3 2023-12-05 14:11:24 PST
Note You need to log in before you can comment on or make changes to this bug.