Skip to content

Fix outstanding cppcheck errors

Evan Hunt requested to merge each-cppcheck-v9_11 into v9_11

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.

Merge request reports