CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2014/04/16 14:36:35
Modified files:
lib/libssl/src/crypto/bio: bss_log.c
lib/libssl/src/crypto/err: err.c
lib/libssl/src/crypto/evp: evp_key.c
lib/libssl/src/crypto/ts: ts_rsp_verify.c
lib/libssl/src/crypto/x509: by_dir.c x509_obj.c
lib/libssl/src/crypto/x509v3: v3_alt.c v3_info.c
Removed files:
lib/libssl/src/test: dummytest.c
Log message:
Clean up dangerous strncpy use. This included a use where the resulting
string was potentially not nul terminated and a place where malloc return
was unchecked.
while we're at it remove dummytest.c
ok miod@