summaryrefslogtreecommitdiff
path: root/src/binaryen-c.cpp
diff options
context:
space:
mode:
authorAlon Zakai <azakai@google.com>2023-03-09 15:04:35 -0800
committerGitHub <noreply@github.com>2023-03-09 15:04:35 -0800
commit4f28d966f3366827fb1d19cd107203935135658b (patch)
treecf8584722f1b60317eb28c34eccb5757b0ef5e9d /src/binaryen-c.cpp
parent819b7ce54d6c1f2032ab6fb28213126b49f61996 (diff)
downloadbinaryen-4f28d966f3366827fb1d19cd107203935135658b.tar.gz
binaryen-4f28d966f3366827fb1d19cd107203935135658b.tar.bz2
binaryen-4f28d966f3366827fb1d19cd107203935135658b.zip
Emit the fuzzer hashMemory function after modifications (#5558)
Previously we emitted it early, and would then modify it in random ways like other initial content. But this function is called frequently during execution, so if we were unlucky and modded that function to trap then basically all other functions would trap as well. After fixing this, some places assert on not having any functions or types to pick a random one from, so fix those places too.
Diffstat (limited to 'src/binaryen-c.cpp')
0 files changed, 0 insertions, 0 deletions