]> git.ipfire.org Git - thirdparty/bind9.git/commit
Fix Coverity complaints in the qp-trie tests
authorTony Finch <fanf@isc.org>
Wed, 1 Mar 2023 09:53:35 +0000 (09:53 +0000)
committerTony Finch <fanf@isc.org>
Mon, 3 Apr 2023 15:10:47 +0000 (15:10 +0000)
commit906d434aea19fd950a300cc5d9fad55228ebbd36
tree94c29385024a5149c48d23ed75e438b9687915db
parent4f03804dc6c54147b3a8ac2401aeee4056e44cd3
Fix Coverity complaints in the qp-trie tests

The main problem was `qp_test_keytoname()` not using `qpkey_bit()`
to do bounds checking.
fuzz/dns_qpkey_name.c
tests/bench/load-names.c
tests/dns/qp_test.c
tests/include/tests/qp.h
tests/libtest/isc.c
tests/libtest/qp.c