Clean up dangerous strncpy use. This included a use where the resulting
authorbeck <beck@openbsd.org>
Wed, 16 Apr 2014 20:36:35 +0000 (20:36 +0000)
committerbeck <beck@openbsd.org>
Wed, 16 Apr 2014 20:36:35 +0000 (20:36 +0000)
commit78e6ae94a168f270d3a951c2e445efe6381791a1
tree425718e98e8b1d270a16a007788c2fc1ab681e4d
parent87d6f0d13274fa48addcbbc820d2c105a8d240b2
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@
18 files changed:
lib/libcrypto/bio/bss_log.c
lib/libcrypto/err/err.c
lib/libcrypto/evp/evp_key.c
lib/libcrypto/ts/ts_rsp_verify.c
lib/libcrypto/x509/by_dir.c
lib/libcrypto/x509/x509_obj.c
lib/libcrypto/x509v3/v3_alt.c
lib/libcrypto/x509v3/v3_info.c
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
lib/libssl/src/crypto/x509/x509_obj.c
lib/libssl/src/crypto/x509v3/v3_alt.c
lib/libssl/src/crypto/x509v3/v3_info.c
lib/libssl/src/test/dummytest.c [deleted file]
lib/libssl/test/dummytest.c [deleted file]