openssl-0.9.7/crypto/bio/b_print.c
Showing 8 of 8 total issues
High complexity in _dopr
: [91/30] Open
Open
{
- Exclude checks
Variable flags
is reassigned a value before the old one has been used. break;
missing? Open
Open
flags = cflags = min = 0;
- Read upRead up
- Exclude checks
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
Open
flags = cflags = min = 0;
- Read upRead up
- Exclude checks
openssl-0.9.7/crypto/bio/b_print.c on lines 348..348
XXX found Open
Open
} else if (cflags == DP_C_LLONG) { /* XXX */
- Exclude checks
XXX found Open
Open
* (XXX the function should be renamed, but to what?) */
- Exclude checks
XXX found Open
Open
} else if (cflags == DP_C_LONG) { /* XXX */
- Exclude checks
XXX found Open
Open
case 'n': /* XXX */
- Exclude checks
Variable ch
is reassigned a value before the old one has been used. Open
Open
ch = *format++;
- Read upRead up
- Exclude checks
openssl-0.9.7/crypto/bio/b_print.c on lines 407..407