aboutsummaryrefslogtreecommitdiff
path: root/STATUS
diff options
context:
space:
mode:
authorBodo Möller <bodo@openssl.org>2001-01-12 14:06:26 +0000
committerBodo Möller <bodo@openssl.org>2001-01-12 14:06:26 +0000
commitf2c46006e7f2097b113fedc376f711ac14ee02f7 (patch)
tree4b82b89efcef6e854dfbde12832282e7441791fc /STATUS
parent69e42952e16b4c030cb498a3c12b7535b709ecfb (diff)
downloadopenssl-f2c46006e7f2097b113fedc376f711ac14ee02f7.zip
openssl-f2c46006e7f2097b113fedc376f711ac14ee02f7.tar.gz
openssl-f2c46006e7f2097b113fedc376f711ac14ee02f7.tar.bz2
note strncpy problem
Diffstat (limited to 'STATUS')
-rw-r--r--STATUS5
1 files changed, 4 insertions, 1 deletions
diff --git a/STATUS b/STATUS
index c6dd1e8..575f5f5 100644
--- a/STATUS
+++ b/STATUS
@@ -1,6 +1,6 @@
OpenSSL STATUS Last modified at
- ______________ $Date: 2001/01/11 13:33:10 $
+ ______________ $Date: 2001/01/12 14:06:26 $
DEVELOPMENT STATE
@@ -50,6 +50,9 @@
o #include <openssl/e_os.h> in exported header files is illegal since
e_os.h is suitable only for library-internal use
+ o Whenever strncpy is used, make sure the resulting string is NULL-terminated
+ or an error is reported
+
OPEN ISSUES
o crypto/ex_data.c is not really thread-safe and so must be used