wabt
97005b70 - Fix ub access of 0-size vector in data segment (#1725)

Commit
4 years ago
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.
Author
Parents
Loading