cppcheck/testdangerousfunc1/testdangerousfunc1.cpp

10 lines
83 B
C++

void f()
{
gets(str);
scanf("%f", &f);
scanf("%s", str);
}