]> git.ipfire.org Git - thirdparty/bind9.git/commit
Cleanup the isc_mempool_get() calls
authorOndřej Surý <ondrej@isc.org>
Wed, 24 Feb 2021 21:47:08 +0000 (22:47 +0100)
committerOndřej Surý <ondrej@sury.org>
Wed, 3 Mar 2021 14:32:01 +0000 (15:32 +0100)
commit17900a352879dcaa308e7b10ec2dcf89b0d5f60a
tree8978bd1a88b471709e313fa4c2aa00124cb92cd8
parent97ba216ac2952eb156501166a77d2083d744b40b
Cleanup the isc_mempool_get() calls

Use the semantic patch to cleanup the error handling from
isc_mempool_get() since it can't fail now and it will always return a
valid chunk of memory.
bin/dig/dighost.c
bin/plugins/filter-aaaa.c
bin/tests/system/hooks/driver/test-async.c
lib/dns/adb.c
lib/dns/dispatch.c
lib/dns/message.c