diff options
author | Heejin Ahn <aheejin@gmail.com> | 2021-12-28 17:03:40 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-28 17:03:40 -0800 |
commit | 3352e23d5aea9c8fc24147ae6210c7fcee2db0fc (patch) | |
tree | e4a198be5f2beecdac7b0ef70ba3dd5bf2364aeb /src/tools/wasm-opt.cpp | |
parent | db23896425e78fbccff5ac3e4ec1799097cf3cac (diff) | |
download | binaryen-3352e23d5aea9c8fc24147ae6210c7fcee2db0fc.tar.gz binaryen-3352e23d5aea9c8fc24147ae6210c7fcee2db0fc.tar.bz2 binaryen-3352e23d5aea9c8fc24147ae6210c7fcee2db0fc.zip |
[Fuzzer] Allow empty data in --translate-to-fuzz (#4406)
When a parameter and a member variable have the same name within a
constructor, to access (and change) the member variable, we need to
either use `this->` or change the name of the parameter. The current
code ended up changing the parameter and didn't affect the status of the
member variable, which remained empty.
Diffstat (limited to 'src/tools/wasm-opt.cpp')
0 files changed, 0 insertions, 0 deletions