]> git.ipfire.org Git - thirdparty/bind9.git/commit
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)
commitccf7a7dd7ea4dc0c0652e121e415392ca340781c
tree146067c5bb5c94a319d4634316a750e268116f0a
parentf2f2e5bc76527f3c2cdb7dbcec36234d24a9e286
parent7f498cc60d3dfb94ef01a172d521e48c353b6eaa
chg: dev: Set name for all the isc_mem context from isc_mem_create()

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