cppcheck/testbufferoverrun4/testbufferoverrun4.cpp

8 lines
63 B
C++
Raw Normal View History

2007-05-21 19:17:11 +02:00
void f()
{
char str[3];
strcpy(str, "abc");
}