]> 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:42:51 +0000 (15:42 -0800)
commitaf021f136e277a4eec00a1a31d159a17f3e3cd85
tree4f0e4703d624197fe47868786c5d12834ad664d9
parentdda175e1081c4cc78d3fa736b80fc9de8cdb7cb8
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.

(cherry picked from commit a26673a08863cdcb48ea91dd9c5e0ef4386ce931)
CHANGES
lib/dns/openssl_link.c