]> git.ipfire.org Git - thirdparty/bind9.git/commit
Exclude the ADB hashmaps from ADB overmem accounting
authorOndřej Surý <ondrej@isc.org>
Tue, 13 Dec 2022 13:14:21 +0000 (14:14 +0100)
committerOndřej Surý <ondrej@isc.org>
Thu, 15 Dec 2022 15:14:16 +0000 (16:14 +0100)
commit59dee0b0789a34de0f46a159d79e6384f52710d3
tree9c043ffa538350bfae2202d43fd8bd3d5dd1cc76
parentf74841fab73a6a60c2e2bad056108ceece8b29fd
Exclude the ADB hashmaps from ADB overmem accounting

The ADB overmem accounting would include the memory used by hashtables
thus vastly reducing the space that can be used for ADB names and
entries when the hashtables would grow.  Create own memory context for
the ADB names and entries hash tables.
lib/dns/adb.c