more security checks in interpreter (#4249)

This commit is contained in:
Ludwig Nussel 2009-11-01 19:58:07 +00:00
parent cc9a74a218
commit 469c986640
3 changed files with 14 additions and 11 deletions

View file

@ -154,7 +154,7 @@ struct vm_s {
int codeLength;
int *instructionPointers;
int instructionPointersLength;
int instructionCount;
byte *dataBase;
int dataMask;