summaryrefslogtreecommitdiff
path: root/test/lit/parse-bad-tuple-extract-index.wast
Commit message (Collapse)AuthorAgeFilesLines
* Catch bad tuple.extract index in parser (#3766)Thomas Lively2021-03-311-0/+16
Previously an out-of-bounds index would result in an out-of-bounds read during finalization of the tuple.extract expression.