Add check for table bounds on call_indirect.

This commit is contained in:
Lachlan Sneff
2019-03-03 21:38:35 -08:00
parent 801979c40d
commit 87c453a0ec
3 changed files with 51 additions and 0 deletions

View File

@ -69,6 +69,7 @@ public:
Unreachable = 0,
IncorrectCallIndirectSignature = 1,
MemoryOutOfBounds = 2,
CallIndirectOOB = 3,
Unknown,
};