The branch OpenSSL_1_0_2-stable has been updated
via f65ee7126401eedeaaeea845bb1a258cd2fc6040 (commit)
from 91a9ad5356fe13d65701231ff9601e8df60ca925 (commit)
- Log -----------------------------------------------------------------
commit f65ee7126401eedeaaeea845bb1a258cd2fc6040
Author: Pauli <[email protected]>
Date: Thu Feb 23 13:46:01 2017 +1000
Increase the size of the stack buffer to prevent an overflow.
Reviewed-by: Rich Salz <[email protected]>
Reviewed-by: Andy Polyakov <[email protected]>
Reviewed-by: Richard Levitte <[email protected]>
(Merged from https://github.com/openssl/openssl/pull/2721)
(cherry picked from commit 8fce04ee3540ba3039bb66df34ea3f076a599ab9)
-----------------------------------------------------------------------
Summary of changes:
crypto/ec/eck_prn.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/crypto/ec/eck_prn.c b/crypto/ec/eck_prn.c
index df9b37a..176ec1f 100644
--- a/crypto/ec/eck_prn.c
+++ b/crypto/ec/eck_prn.c
@@ -342,7 +342,7 @@ static int print_bin(BIO *fp, const char *name, const
unsigned char *buf,
size_t len, int off)
{
size_t i;
- char str[128];
+ char str[128 + 1 + 4];
if (buf == NULL)
return 1;
_____
openssl-commits mailing list
To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-commits