wabt
08629b86 - Fix bugs in integer parsing (#1041)

Commit
6 years ago
Fix bugs in integer parsing (#1041) * `ParseHexdigit` allowed `g` as a hex character * Overflow checking can't just check `old_value > new_value`, that fails for many cases.
Author
Parents
Loading