cppcheck/testbufferoverrun4/testbufferoverrun4.cpp

8 lines
63 B
C++

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