]> git.ipfire.org Git - thirdparty/openssl.git/commit
Fix coverity CID #1465795 - Incorrect free deallocator used in SSL_add1_host()
authorShane Lontis <shane.lontis@oracle.com>
Tue, 11 Aug 2020 05:21:30 +0000 (15:21 +1000)
committerShane Lontis <shane.lontis@oracle.com>
Mon, 24 Aug 2020 01:19:28 +0000 (11:19 +1000)
commitf2bfc53b02fd4cf328cf6200452b86adfdc15489
treef2432fed7819d3f92f549d843f783f5e1fae04bf
parent90e0e0d8023fca71b019232ffc5804b8d07e2ff2
Fix coverity CID #1465795 - Incorrect free deallocator used in SSL_add1_host()

Reviewed-by: Tomas Mraz <tmraz@fedoraproject.org>
(Merged from https://github.com/openssl/openssl/pull/12628)
ssl/ssl_lib.c