Undo commit d420ac2
authorRich Salz <rsalz@openssl.org>
Thu, 15 Jun 2017 00:34:37 +0000 (20:34 -0400)
committerPauli <paul.dale@oracle.com>
Wed, 5 Jul 2017 01:32:35 +0000 (11:32 +1000)
commit0904e79a6e6109240d5a552f2699408b26cf63ee
treedf0b4928a751b05779164cf7dd84265407bea332
parentff281ee8369350d88e8b57af139614f5683e1e8c
Undo commit d420ac2

[extended tests]

Original text:
    Use BUF_strlcpy() instead of strcpy().
    Use BUF_strlcat() instead of strcat().
    Use BIO_snprintf() instead of sprintf().
    In some cases, keep better track of buffer lengths.
    This is part of a large change submitted by Markus Friedl <markus@openbsd.org>

Reviewed-by: Tim Hudson <tjh@openssl.org>
Reviewed-by: Paul Dale <paul.dale@oracle.com>
(Merged from https://github.com/openssl/openssl/pull/3701)
29 files changed:
apps/enc.c
apps/engine.c
apps/pkcs12.c
apps/req.c
apps/s_time.c
apps/x509.c
crypto/asn1/a_gentm.c
crypto/asn1/a_mbstr.c
crypto/asn1/a_time.c
crypto/asn1/a_utctm.c
crypto/asn1/asn1_par.c
crypto/asn1/x_long.c
crypto/bio/b_dump.c
crypto/bio/bio_cb.c
crypto/bio/bss_file.c
crypto/bn/bn_print.c
crypto/conf/conf_def.c
crypto/conf/conf_mod.c
crypto/cversion.c
crypto/des/ecb_enc.c
crypto/engine/eng_ctrl.c
crypto/evp/evp_pbe.c
crypto/mem_dbg.c
crypto/objects/obj_dat.c
crypto/pem/pem_lib.c
crypto/rand/rand_egd.c
crypto/x509/by_dir.c
crypto/x509v3/v3_alt.c
crypto/x509v3/v3_info.c