diff options
author | Ng Zhi An <zhin@chromium.org> | 2021-10-12 16:47:38 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-12 16:47:38 -0700 |
commit | 97005b70bba94bf04db94c2b339bd268cd039130 (patch) | |
tree | a652b031258ceb7fa9927a24d88f9e2f9dc41731 /scripts/sha256sum.py | |
parent | 265abb94a5aa068a4f30365f7dcb62f717391f2c (diff) | |
download | wabt-97005b70bba94bf04db94c2b339bd268cd039130.tar.gz wabt-97005b70bba94bf04db94c2b339bd268cd039130.tar.bz2 wabt-97005b70bba94bf04db94c2b339bd268cd039130.zip |
Fix ub access of 0-size vector in data segment (#1725)
If the module has no memory, the we try to copy the passive data segment
to memories[0], and memories is a size 0 vector, which is UB.
Diffstat (limited to 'scripts/sha256sum.py')
0 files changed, 0 insertions, 0 deletions