From: Bodo Möller Date: Thu, 8 Apr 1999 20:29:19 +0000 (+0000) Subject: New "open issue" (ERR_...). X-Git-Tag: OpenSSL_0_9_3beta1~365 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=3f90e6793f03692ca3d343bea1c467945c5c323d;p=oweals%2Fopenssl.git New "open issue" (ERR_...). Submitted by: Reviewed by: PR: --- diff --git a/STATUS b/STATUS index 54e00cc5f1..1f5f86f0fd 100644 --- a/STATUS +++ b/STATUS @@ -1,6 +1,6 @@ OpenSSL STATUS Last modified at - ______________ $Date: 1999/04/08 17:10:25 $ + ______________ $Date: 1999/04/08 20:29:19 $ DEVELOPMENT STATE @@ -147,6 +147,10 @@ #include or even better #include or #include in order to avoid filename clashes. + o ERR_error_string(..., buf) does not know how large buf is, + there should be ERR_error_string_n(..., buf, bufsize) + or similar. + WISHES o Damien Miller: