BAN-AI-Communications/k95-mingw

View on GitHub
openssl-0.9.7/crypto/bio/b_print.c

Summary

Maintainability
Test Coverage

Showing 8 of 8 total issues

High complexity in _dopr: [91/30]
Open

{

Variable flags is reassigned a value before the old one has been used. break; missing?
Open

flags = cflags = min = 0;
openssl-0.9.7/crypto/bio/b_print.c on lines 356..356

Variable flags is reassigned a value before the old one has been used. break; missing?
Open

flags = cflags = min = 0;
openssl-0.9.7/crypto/bio/b_print.c on lines 348..348

XXX found
Open

} else if (cflags == DP_C_LLONG) { /* XXX */
Severity: Minor
Found in openssl-0.9.7/crypto/bio/b_print.c by fixme

XXX found
Open

* (XXX the function should be renamed, but to what?) */
Severity: Minor
Found in openssl-0.9.7/crypto/bio/b_print.c by fixme

XXX found
Open

} else if (cflags == DP_C_LONG) { /* XXX */
Severity: Minor
Found in openssl-0.9.7/crypto/bio/b_print.c by fixme

XXX found
Open

case 'n': /* XXX */
Severity: Minor
Found in openssl-0.9.7/crypto/bio/b_print.c by fixme

Variable ch is reassigned a value before the old one has been used.
Open

ch = *format++;
openssl-0.9.7/crypto/bio/b_print.c on lines 407..407
Category
Status