]> git.ipfire.org Git - thirdparty/bind9.git/commit
Do extra manual isc_mem_cget() conversions
authorOndřej Surý <ondrej@isc.org>
Wed, 23 Aug 2023 08:00:12 +0000 (10:00 +0200)
committerOndřej Surý <ondrej@isc.org>
Thu, 31 Aug 2023 20:08:35 +0000 (22:08 +0200)
commit55c29b8d83e14f51b5a20715dbe0f77e4ecb7b9e
tree0049668f4c819973a70b2654337caba947f17273
parent89fcb6f897bbaf87f13712d6201b5380afea1a95
Do extra manual isc_mem_cget() conversions

Some of the cases weren't caught by the coccinelle and there were some
places where cget+memmove() could get converted to simple creget().
22 files changed:
bin/named/config.c
bin/nsupdate/nsupdate.c
lib/dns/compress.c
lib/dns/ipkeylist.c
lib/dns/journal.c
lib/dns/master.c
lib/dns/rbt.c
lib/dns/request.c
lib/dns/rrl.c
lib/dns/ssu.c
lib/dns/zone.c
lib/isc/hashmap.c
lib/isc/histo.c
lib/isc/ht.c
lib/isc/log.c
lib/isc/mem.c
lib/isc/netmgr/tcp.c
lib/isc/netmgr/udp.c
lib/isc/tls.c
lib/isccc/symtab.c
lib/isccfg/check.c
tests/bench/qpmulti.c