more security checks in interpreter (#4249)
This commit is contained in:
parent
cc9a74a218
commit
469c986640
3 changed files with 14 additions and 11 deletions
|
@ -154,7 +154,7 @@ struct vm_s {
|
|||
int codeLength;
|
||||
|
||||
int *instructionPointers;
|
||||
int instructionPointersLength;
|
||||
int instructionCount;
|
||||
|
||||
byte *dataBase;
|
||||
int dataMask;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue