Replace malloc+strcpy with strdup
authorRich Salz <rsalz@openssl.org>
Thu, 14 Sep 2017 20:13:53 +0000 (16:13 -0400)
committerRich Salz <rsalz@openssl.org>
Thu, 14 Sep 2017 20:13:53 +0000 (16:13 -0400)
commit297002a332302a102a9fd802012f12ba2ad056c1
tree31b7fe39f049247b811335555672a078661218e5
parent6807b84eacc89aee6eed2730e7dd3ce7171cc834
Replace malloc+strcpy with strdup

Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/4371)
crypto/dso/dso_dl.c
crypto/dso/dso_dlfcn.c
crypto/dso/dso_win32.c