Actions
Bug #3073
closedcrypto/libressl/crypto/asn1/a_print.c:81: duplicate condition ?
Status:
Closed
Priority:
Low
Assignee:
-
Category:
-
Target version:
-
Start date:
10/11/2017
Due date:
% Done:
0%
Estimated time:
Description
dragonfly/crypto/libressl/crypto/asn1/a_print.c:81] -> [dragonfly/crypto/libressl/crypto/asn1/a_print.c:79]: (style) Same expression on both sides of '||'.
Source code is
((c >= '0') && (c <= '9')) |
(c ' ') |
(c '\'') |
Updated by deef over 4 years ago
- Status changed from New to Closed
Discussed with swildner on IRC, this should be reported to upstream and DragonFly will import the change when it's updated there.
Actions