]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
rem: dev: Remove internal memory filling in favor of jemalloc opt.junk
authorOndřej Surý <ondrej@isc.org>
Thu, 27 Nov 2025 09:40:28 +0000 (10:40 +0100)
committerOndřej Surý <ondrej@isc.org>
Thu, 27 Nov 2025 09:40:28 +0000 (10:40 +0100)
Instead of having our own implementation of memory junk filling, rely on
the jemalloc opt.junk feature (set with MALLOC_CONF="junk:true").

Merge branch 'ondrej/remove-memfill' into 'main'

See merge request isc-projects/bind9!11270


Trivial merge