diff options
author | Alon Zakai <azakai@google.com> | 2024-04-11 13:33:05 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-04-11 13:33:05 -0700 |
commit | 729f64c4212c338a9e7324cc55414ecc62a78893 (patch) | |
tree | 90029379ca0d08d5f3624389c4c0b17dbff58346 /src/wasm/wasm-binary.cpp | |
parent | 0b0c338bdd66227919d1de474e5eaae0d92e03e4 (diff) | |
download | binaryen-729f64c4212c338a9e7324cc55414ecc62a78893.tar.gz binaryen-729f64c4212c338a9e7324cc55414ecc62a78893.tar.bz2 binaryen-729f64c4212c338a9e7324cc55414ecc62a78893.zip |
GUFA: Fix signed reads of packed GC data (#6494)
GUFA already truncated packed fields on write, which is enough for unsigned gets,
but for signed gets we also need to sign them on reads.
Similar to #6493 but for GUFA. Also found by #6486
Diffstat (limited to 'src/wasm/wasm-binary.cpp')
0 files changed, 0 insertions, 0 deletions