cppcheck/testbufferoverrun4/testbufferoverrun4.cpp
2007-05-21 17:17:11 +00:00

8 lines
63 B
C++

void f()
{
char str[3];
strcpy(str, "abc");
}