CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2014/04/19 05:43:07
Modified files:
lib/libssl/src/crypto/asn1: a_strex.c a_gentm.c a_mbstr.c
a_utctm.c asn1_lib.c asn1_par.c
lib/libssl/src/crypto/bio: b_dump.c bss_conn.c b_sock.c bio_cb.c
lib/libssl/src/crypto/bn: bn_print.c
lib/libssl/src/crypto/conf: conf_def.c conf_mod.c
lib/libssl/src/crypto: cversion.c
lib/libssl/src/crypto/des: ecb_enc.c
lib/libssl/src/crypto/engine: eng_padlock.c
lib/libssl/src/crypto/err: err.c err_prn.c
lib/libssl/src/crypto/objects: obj_dat.c
lib/libssl/src/crypto/pem: pem_pkey.c
lib/libssl/src/crypto/ts: ts_rsp_sign.c
lib/libssl/src/crypto/ui: ui_lib.c
lib/libssl/src/crypto/x509: by_dir.c x509_txt.c
lib/libssl/src/crypto/x509v3: v3_alt.c
Log message:
We'll interpret a (void) cast on snprintf() to mean it's been verified that
truncation is either desirable, not an issue, or is detected and handled later
ok deraadt@