From f2c46006e7f2097b113fedc376f711ac14ee02f7 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Bodo=20M=C3=B6ller?= Date: Fri, 12 Jan 2001 14:06:26 +0000 Subject: [PATCH] note strncpy problem --- STATUS | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/STATUS b/STATUS index c6dd1e85a0..575f5f5638 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 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 -- 2.34.1