Add array oob checks + improve test handling
This commit is contained in:
@ -1,4 +1,5 @@
|
||||
//invalid,Attempted an out of bounds read for array test (5 >= 4) at 5:12:END:
|
||||
//invalid,Attempted array out-of-bounds access
|
||||
//:END:
|
||||
|
||||
arr test { bool 4 }
|
||||
|
||||
|
@ -1,4 +1,5 @@
|
||||
//invalid,Attempted an out of bounds write for array test (5 >= 4) at 5:19:END:
|
||||
//invalid,Attempted array out-of-bounds access
|
||||
//:END:
|
||||
|
||||
arr test { bool 4 }
|
||||
|
||||
|
@ -1,4 +1,5 @@
|
||||
//invalid,Attempted an out of bounds read for array test (-1 < 0) at 5:13:END:
|
||||
//invalid,Attempted array out-of-bounds access
|
||||
//:END:
|
||||
|
||||
arr test { bool 4 }
|
||||
|
||||
|
@ -1,4 +1,5 @@
|
||||
//invalid,Attempted an out of bounds write for array test (-1 < 0) at 5:19:END:
|
||||
//invalid,Attempted array out-of-bounds access
|
||||
//:END:
|
||||
|
||||
arr test { bool 4 }
|
||||
|
||||
|
Reference in New Issue
Block a user