cppcheck/testfunc4/testfunc4.cpp

8 lines
86 B
C++

void f()
{
// The parameter "1" is invalid!
strtoul(str, NULL, 1);
}