cppcheck/samples/outOfBounds/out.txt

4 lines
153 B
Plaintext
Raw Permalink Normal View History

2019-08-18 12:51:32 +02:00
samples\outOfBounds\bad.c:5:12: error: Buffer is accessed out of bounds: str [bufferAccessOutOfBounds]
strcpy(str, "0123456789abcdef");
^