mirror of
https://github.com/openssl/openssl.git
synced 2024-11-27 05:21:51 +08:00
note strncpy problem
This commit is contained in:
parent
69e42952e1
commit
f2c46006e7
5
STATUS
5
STATUS
@ -1,6 +1,6 @@
|
|||||||
|
|
||||||
OpenSSL STATUS Last modified at
|
OpenSSL STATUS Last modified at
|
||||||
______________ $Date: 2001/01/11 13:33:10 $
|
______________ $Date: 2001/01/12 14:06:26 $
|
||||||
|
|
||||||
DEVELOPMENT STATE
|
DEVELOPMENT STATE
|
||||||
|
|
||||||
@ -50,6 +50,9 @@
|
|||||||
o #include <openssl/e_os.h> in exported header files is illegal since
|
o #include <openssl/e_os.h> in exported header files is illegal since
|
||||||
e_os.h is suitable only for library-internal use
|
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
|
OPEN ISSUES
|
||||||
|
|
||||||
o crypto/ex_data.c is not really thread-safe and so must be used
|
o crypto/ex_data.c is not really thread-safe and so must be used
|
||||||
|
Loading…
Reference in New Issue
Block a user