]> git.ipfire.org Git - thirdparty/openssl.git/commit
Replace strdup() with OPENSSL_strdup()
authorTodd Short <tshort@akamai.com>
Tue, 22 May 2018 14:48:04 +0000 (10:48 -0400)
committerMatt Caswell <matt@openssl.org>
Tue, 29 May 2018 16:08:39 +0000 (17:08 +0100)
commit02a7e0a9f63ec97e9671fec2bb8ce7c289fb4d66
treeedc725d392142f891ac22c4eb53fce8d8743c704
parent47eaa32d2671c1b608200afb97cc2f0040053686
Replace strdup() with OPENSSL_strdup()

It's freed with OPENSSL_free()

Reviewed-by: Andy Polyakov <appro@openssl.org>
Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/6331)
apps/rehash.c