mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-08-03 20:54:41 +02:00
Update in XSTRCAT call
This commit is contained in:
@@ -8140,7 +8140,7 @@ int wolfSSL_X509V3_EXT_print(WOLFSSL_BIO *out, WOLFSSL_X509_EXTENSION *ext,
|
|||||||
else
|
else
|
||||||
XSNPRINTF(val, len, "%*s%s", indent, "", str->strData);
|
XSNPRINTF(val, len, "%*s%s", indent, "", str->strData);
|
||||||
|
|
||||||
XSTRNCAT(tmp, val, sz);
|
XSTRNCAT(tmp, val, len);
|
||||||
XFREE(val, NULL, DYNAMIC_TYPE_TMP_BUFFER);
|
XFREE(val, NULL, DYNAMIC_TYPE_TMP_BUFFER);
|
||||||
sk = sk->next;
|
sk = sk->next;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user