diff options
author | Alon Zakai <azakai@google.com> | 2021-06-08 09:48:26 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-08 09:48:26 -0700 |
commit | 811f1614edef867228edaac08bdb5179325eac27 (patch) | |
tree | 4cad938fc09003306befb9f52c16fb206b96bd69 /src/wasm/wasm-validator.cpp | |
parent | 7f27492e7440f7fd6daf3df7f474e79d1a196833 (diff) | |
download | binaryen-811f1614edef867228edaac08bdb5179325eac27.tar.gz binaryen-811f1614edef867228edaac08bdb5179325eac27.tar.bz2 binaryen-811f1614edef867228edaac08bdb5179325eac27.zip |
Properly handle comparisons of 64-bit ints in wasm2c in the fuzzer. (#3918)
The support code there emits "low high" as the result, for example, 25 0 would
be 25 (as the high bits are all 0). This is different than how numbers are reported
in other things we fuzz, so this caused an error.
Fixes #3915
Diffstat (limited to 'src/wasm/wasm-validator.cpp')
0 files changed, 0 insertions, 0 deletions