The branch OpenSSL_1_0_1-stable has been updated
via b77390a2ff1d8c707ea5aad4bd30cedbccedee5b (commit)
from 78b9d13474e843205307da96ef348868fe6d71bb (commit)
- Log -----------------------------------------------------------------
commit b77390a2ff1d8c707ea5aad4bd30cedbccedee5b
Author: Graeme Perrow <[email protected]>
Date: Fri Nov 13 16:56:18 2015 -0500
RT32671: wrong multiple errs TS_check_status_info
Signed-off-by: Rich Salz <[email protected]>
Reviewed-by: Tim Hudson <[email protected]>
(cherry picked from commit f236ef27bd2ca99b3367554aa3e2fc9ca345deb5)
-----------------------------------------------------------------------
Summary of changes:
crypto/ts/ts_rsp_verify.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/crypto/ts/ts_rsp_verify.c b/crypto/ts/ts_rsp_verify.c
index 32b4d99..1a3a7c5 100644
--- a/crypto/ts/ts_rsp_verify.c
+++ b/crypto/ts/ts_rsp_verify.c
@@ -522,7 +522,7 @@ static int TS_check_status_info(TS_RESP *response)
if (ASN1_BIT_STRING_get_bit(info->failure_info,
TS_failure_info[i].code)) {
if (!first)
- strcpy(failure_text, ",");
+ strcat(failure_text, ",");
else
first = 0;
strcat(failure_text, TS_failure_info[i].text);
_____
openssl-commits mailing list
To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-commits