]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
chg: dev: Set name for all the isc_mem context from isc_mem_create()
authorOndřej Surý <ondrej@isc.org>
Thu, 29 May 2025 03:50:44 +0000 (03:50 +0000)
committerOndřej Surý <ondrej@isc.org>
Thu, 29 May 2025 03:50:44 +0000 (03:50 +0000)
Instead of giving the memory context names with an explicit call to
isc_mem_setname(), add the name to isc_mem_create() call to have all the
memory contexts an unconditional name.

Merge branch 'ondrej/ondrej-isc_mem_create-with-name' into 'main'

See merge request isc-projects/bind9!10426


Trivial merge