commit d84c0ba4593baeac9edea22e68ba0bb151a199e9 parent 6868a035a94d3839f008422f4d0acd859b03e33c Author: Christian Grothoff <christian@grothoff.org> Date: Sun, 24 Aug 2008 22:26:27 +0000 useless Diffstat:
| M | src/daemon/https/x509/crq.c | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/daemon/https/x509/crq.c b/src/daemon/https/x509/crq.c @@ -393,7 +393,7 @@ parse_attribute (ASN1_TYPE asn1_struct, } else { /* raw!=0 */ - if (*sizeof_buf > (size_t) len && buf != NULL) + if (*sizeof_buf > (size_t) len) { *sizeof_buf = len; memcpy (buf, value, len);