CVSROOT: /cvs Module name: src Changes by: [email protected] 2014/09/21 06:14:34
Modified files:
lib/libssl/src/crypto/asn1: a_mbstr.c
Log message:
Fix a memory leak in the error path in ASN1_mbstring_ncopy().
Replace an if() posse with a switch() statement in traverse_string().
Remove unnecessary casts in cpy_*(),
with tweaks from guenther@; ok bcook@ jsing@ guenther@
