]> git.ipfire.org Git - thirdparty/openssl.git/commit
Check for NULL return from zalloc in dh_dupctx.
authorPauli <paul.dale@oracle.com>
Tue, 30 Jul 2019 21:19:33 +0000 (07:19 +1000)
committerPauli <paul.dale@oracle.com>
Wed, 31 Jul 2019 05:50:49 +0000 (15:50 +1000)
commit02c163ea8936d75c7334d81d86c2a713dea40371
tree4aa0bf603c8f0bc6abe838a551c73461372f12ed
parentc3612970465d0a13f2fc5b47bc28ca18516a699d
Check for NULL return from zalloc in dh_dupctx.

Reviewed-by: Bernd Edlinger <bernd.edlinger@hotmail.de>
(Merged from https://github.com/openssl/openssl/pull/9485)
providers/common/exchange/dh_exch.c