...
This rule appears in the C Secure Coding Standard as ARR38-C. VOID Do not add or subtract an integer to a pointer if the resulting value does not refer to a valid array element.
...
...
This rule appears in the C Secure Coding Standard as ARR38-C. VOID Do not add or subtract an integer to a pointer if the resulting value does not refer to a valid array element.
...