A serious logic error
Accessing an array element that is outside the bounds of the array is a serious logic error.
(Other languages such as Java won't allow you to store or fetch data outside the bounds of an array.)