]> git.ipfire.org Git - thirdparty/bind9.git/commit
Fix outstanding cppcheck errors
authorEvan Hunt <each@isc.org>
Mon, 4 May 2020 21:23:23 +0000 (14:23 -0700)
committerEvan Hunt <each@isc.org>
Mon, 4 May 2020 21:23:23 +0000 (14:23 -0700)
commit7e76da18f20a0f43afc9cd9ecc10d2f1fcedca27
tree1dc335be969555e479302ac777c3cf37781b594e
parent5747e58a9d39a3b97a68413d4680bbc51c408f69
Fix outstanding cppcheck errors

lib/dns/sdb.c:1145:warning: Either the condition '(sdb)!=((void*)0)' is
redundant or there is possible null pointer dereference: sdb."

lib/dns/sdb.c:1208: Either the condition '(node)!=((void*)0)' is
redundant or there is possible null pointer dereference: sdbnode.
lib/dns/sdb.c