]> git.ipfire.org Git - thirdparty/bind9.git/commit
Remove OpenSSL memory tracking support from the ossl3.c module
authorAram Sargsyan <aram@isc.org>
Thu, 16 Apr 2026 17:31:04 +0000 (17:31 +0000)
committerArаm Sаrgsyаn <aram@isc.org>
Tue, 28 Apr 2026 14:42:40 +0000 (14:42 +0000)
commit4ede6edc547109af81dc5c5ec25cf3ff7991bc10
tree810c0e5e632391810ecc8c5f39c0304c853a8f89
parentb5baee0a1eef0252c5f08a26f5142dbe55c2c73b
Remove OpenSSL memory tracking support from the ossl3.c module

OPENSSL_cleanup() in OpenSSL 4 doesn't free the memory, and that is
not compatible with BIND 9's memory leak detection code. Don't use
custom allocation/deallocation functions for OpenSSL's internal memory
management in the ossl3.c module.

See https://github.com/openssl/openssl/pull/29721
lib/isc/crypto/ossl3.c