]> git.ipfire.org Git - thirdparty/bind9.git/commit
Do not fail on NULL passed to OpenSSL_free
authorPetr Menšík <pemensik@redhat.com>
Fri, 25 Jan 2019 20:47:37 +0000 (21:47 +0100)
committerEvan Hunt <each@isc.org>
Tue, 29 Jan 2019 23:23:57 +0000 (18:23 -0500)
commita26673a08863cdcb48ea91dd9c5e0ef4386ce931
tree373460d0399b61800358113d34354f58e7f905d7
parenteaa762e64c7021bee4a210bd8c754371b717b3ee
Do not fail on NULL passed to OpenSSL_free

Some plugins might call it after deconstruction. Do not crash if there
is no reason for it.
CHANGES
lib/dns/openssl_link.c