aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/daemon/https/x509/crq.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/daemon/https/x509/crq.c b/src/daemon/https/x509/crq.c
index 68b0477a..1f240007 100644
--- a/src/daemon/https/x509/crq.c
+++ b/src/daemon/https/x509/crq.c
@@ -393,7 +393,7 @@ parse_attribute (ASN1_TYPE asn1_struct,
393 } 393 }
394 else 394 else
395 { /* raw!=0 */ 395 { /* raw!=0 */
396 if (*sizeof_buf > (size_t) len && buf != NULL) 396 if (*sizeof_buf > (size_t) len)
397 { 397 {
398 *sizeof_buf = len; 398 *sizeof_buf = len;
399 memcpy (buf, value, len); 399 memcpy (buf, value, len);