BAN-AI-Communications/k95-mingw

View on GitHub
k95source/ckuus2.c

Summary

Maintainability
Test Coverage

Showing 12 of 12 total issues

Too many #ifdef configurations - cppcheck only checks 12 of 464 configurations. Use --force to check all configurations.
Open

#endif /* NOICP */
Severity: Info
Found in k95source/ckuus2.c by cppcheck

BUG found
Open

"SET TELNET BUG AUTH-KRB5-DES { ON, OFF }",
Severity: Minor
Found in k95source/ckuus2.c by fixme

BUG found
Open

"SET TELNET BUG BINARY-U-MEANS-ME-TOO { ON, OFF }",
Severity: Minor
Found in k95source/ckuus2.c by fixme

BUG found
Open

"SET WIN95 SELECT-BUG { ON, OFF }"
Severity: Minor
Found in k95source/ckuus2.c by fixme

BUG found
Open

"SET TELNET BUG INFINITE-LOOP-CHECK { ON, OFF }",
Severity: Minor
Found in k95source/ckuus2.c by fixme

BUG found
Open

"SET TELNET BUG SB-IMPLIES-WILL-DO { ON, OFF }",
Severity: Minor
Found in k95source/ckuus2.c by fixme

BUG found
Open

"SET TELNET BUG BINARY-ME-MEANS-U-TOO { ON, OFF }",
Severity: Minor
Found in k95source/ckuus2.c by fixme

The scope of the variable y can be reduced.
Open

int x, y, i, j, k, n;
Severity: Minor
Found in k95source/ckuus2.c by cppcheck

The scope of the variable x can be reduced.
Open

int x;
Severity: Minor
Found in k95source/ckuus2.c by cppcheck

The scope of the variable n can be reduced.
Open

int i, x, y, n = 0;
Severity: Minor
Found in k95source/ckuus2.c by cppcheck

The scope of the variable i can be reduced.
Open

int i, x, y, n = 0;
Severity: Minor
Found in k95source/ckuus2.c by cppcheck

The scope of the variable k can be reduced.
Open

int x, y, i, j, k, n;
Severity: Minor
Found in k95source/ckuus2.c by cppcheck
Category
Status