]> git.ipfire.org Git - thirdparty/bind9.git/commit
Add RUNTIME_CHECK() around plain dns_name_copy(..., NULL) calls using spatch
authorOndřej Surý <ondrej@sury.org>
Tue, 10 Sep 2019 11:16:48 +0000 (13:16 +0200)
committerMark Andrews <marka@isc.org>
Tue, 1 Oct 2019 00:43:26 +0000 (10:43 +1000)
commit35bd7e4da0c59a912cd0785dff11aafc4026253b
tree317981ee4845a49c06930c0f32d117e951d0f7c7
parent406eba0c4125c99ec4c79839a8a890b812225ca4
Add RUNTIME_CHECK() around plain dns_name_copy(..., NULL) calls using spatch

This commit add RUNTIME_CHECK() around all simple dns_name_copy() calls where
the third argument is NULL using the semantic patch from the previous commit.
23 files changed:
bin/dig/dighost.c
bin/dig/host.c
bin/dig/nslookup.c
bin/dnssec/dnssec-signzone.c
bin/nsupdate/nsupdate.c
lib/dns/journal.c
lib/dns/masterdump.c
lib/dns/nsec3.c
lib/dns/nta.c
lib/dns/rbtdb.c
lib/dns/rdataset.c
lib/dns/resolver.c
lib/dns/rrl.c
lib/dns/sdb.c
lib/dns/sdlz.c
lib/dns/tkey.c
lib/dns/validator.c
lib/dns/view.c
lib/dns/zone.c
lib/dns/zoneverify.c
lib/ns/query.c
lib/ns/update.c
lib/samples/nsprobe.c