wabt
97005b70
- Fix ub access of 0-size vector in data segment (#1725)
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
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.
References
#1725 - Fix ub access of 0-size vector in data segment
Author
ngzhian
Parents
265abb94
Loading