cppcheck/samples/bufferAccessOutOfBounds/out.txt

4 lines
162 B
Plaintext
Raw Normal View History

2019-08-18 12:51:32 +02:00
samples\bufferAccessOutOfBounds\bad.c:6:10: error: Array 'a[2]' accessed at index 2, which is out of bounds. [arrayIndexOutOfBounds]
a[i] = 0;
^