Too many #ifdef configurations - cppcheck only checks 12 of 464 configurations. Use --force to check all configurations.
#endif
BUG found
"SET TELNET BUG AUTH-KRB5-DES { ON, OFF }",
BUG found
"SET TELNET BUG BINARY-U-MEANS-ME-TOO { ON, OFF }",
BUG found
"SET WIN95 SELECT-BUG { ON, OFF }"
BUG found
"SET TELNET BUG INFINITE-LOOP-CHECK { ON, OFF }",
BUG found
"SET TELNET BUG SB-IMPLIES-WILL-DO { ON, OFF }",
BUG found
"SET TELNET BUG BINARY-ME-MEANS-U-TOO { ON, OFF }",
The scope of the variable y
can be reduced.
int x, y, i, j, k, n;
The scope of the variable x
can be reduced.
int x;
The scope of the variable n
can be reduced.
int i, x, y, n = 0;
The scope of the variable i
can be reduced.
int i, x, y, n = 0;
The scope of the variable k
can be reduced.
int x, y, i, j, k, n;
There are no issues that match your filters.