diff options
author | Alon Zakai <azakai@google.com> | 2022-01-28 08:38:02 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-28 08:38:02 -0800 |
commit | 43844d4bf34646aab0a1d575ad815a42e37dfc08 (patch) | |
tree | b1fc0c59edc326ac394c967d0e2dac84ae7dc4f4 /src/ir/module-utils.cpp | |
parent | 2f2a2bfc78c0bbc21f08bfe6bd632d4278e764ae (diff) | |
download | binaryen-43844d4bf34646aab0a1d575ad815a42e37dfc08.tar.gz binaryen-43844d4bf34646aab0a1d575ad815a42e37dfc08.tar.bz2 binaryen-43844d4bf34646aab0a1d575ad815a42e37dfc08.zip |
Fuzzer: Fix a missing return of a trap (#4485)
We emitted the right text to stdout to indicate a trap in one code path, but did
not return a Trap from the function. As a result, we'd continue and hit the
assert on the next line.
Diffstat (limited to 'src/ir/module-utils.cpp')
0 files changed, 0 insertions, 0 deletions