Array Indexing and Pointer Protection Errors
Pointer protection errors catch invalid operations with pointers and arrays. The errors in this section are grouped by the type of expression that causes the error or the type of invalid pointer involved. Refer to the following sections for more information:
Pointer Arithmetic (Non-Fatal)
Pointer Assignment (Non-Fatal)
Pointer Dereferencing (Fatal)
Pointer Comparison (Non-Fatal)
Pointer Subtraction (Non-Fatal)
Pointer Casting (Non-Fatal)