Main Content
Out of bounds array index
Array is accessed outside range
Description
This check on an array element access determines whether the element is outside the array range. The check occurs only when you read an array element using the index notation and not when you take the address of the array element.
Diagnosing This Check
Examples
Check Information
Group: Static memory |
Language: C | C++ |
Acronym: OBAI |