]> git.ipfire.org Git - thirdparty/bind9.git/commit
Properly name ADB hashmap and named log memory contexts
authorOndřej Surý <ondrej@isc.org>
Mon, 30 Jan 2023 08:49:35 +0000 (09:49 +0100)
committerOndřej Surý <ondrej@isc.org>
Mon, 30 Jan 2023 10:52:53 +0000 (11:52 +0100)
commit3cda9f9f14fbf4cf299293b49dabe19580882bb8
tree0f3cc3861513f0771055af26bcd49deebf2133be
parentb942fea872ae9b47a38a2f6c00e111cf2449eb1f
Properly name ADB hashmap and named log memory contexts

The ADB hashmaps are stored in extra memory contexts, so the hash
tables are excluded from the overmem accounting.  The new memory
context was unnamed, give it a proper name.

Same thing has happened with extra memory context used for named
global log context - give the extra memory context a proper name.
lib/dns/adb.c