Replace malloc+strlcpy with strdup
authorAlessandro Ghedini <alessandro@ghedini.me>
Thu, 8 Oct 2015 12:37:21 +0000 (14:37 +0200)
committerRichard Levitte <levitte@openssl.org>
Fri, 23 Oct 2015 18:38:47 +0000 (20:38 +0200)
commit418c0511610677c74ee63bd916ab3015e57ef40b
treec98c6a58ad9bef6713a35d64f6168bb1c69ba717
parent6a3dd58678b3dcd2bb40d4b0d9965c786d10342a
Replace malloc+strlcpy with strdup

Reviewed-by: Rich Salz <rsalz@openssl.org>
Reviewed-by: Richard Levitte <levitte@openssl.org>
(cherry picked from commit 8acaabec429b39f9436f6a88006384d72d292539)
crypto/conf/conf_def.c