Test: Added 'TestBufferOverrun1'
This commit is contained in:
parent
bda349f9a6
commit
b570e3c81d
|
@ -0,0 +1 @@
|
|||
[testbufferoverrun1\testbufferoverrun1.cpp:6]: Array index out of bounds
|
|
@ -0,0 +1,7 @@
|
|||
|
||||
|
||||
void f()
|
||||
{
|
||||
char str[10];
|
||||
str[10] = 0;
|
||||
}
|
Loading…
Reference in New Issue