]> git.ipfire.org Git - thirdparty/bind9.git/commit
Remove some remnants of bitstring labels
authorTony Finch <fanf@isc.org>
Wed, 7 Dec 2022 19:58:40 +0000 (19:58 +0000)
committerTony Finch <fanf@isc.org>
Mon, 6 Feb 2023 13:22:30 +0000 (13:22 +0000)
commitc70bb3deb54be52e1210e2c2e549fc568b6f356a
tree66e8b8242a9ea4f79d8874a72aafb498ff02e569
parent8088728c90085ba9f75520bd48df281b7dd63009
Remove some remnants of bitstring labels

* rbt node chains were sized to allow for bitstring labels, so they
  had 256 levels; but in the absence of bistrings, 128 is enough.

* dns_byaddr_createptrname() had a redundant options argument,
  and a very outdated doc comment.

* A number of comments referred to bitstring labels in a way that is
  no longer helpful. (A few informative comments remain.)
CHANGES
bin/delv/delv.c
bin/dig/dighost.c
bin/tests/system/dyndb/driver/syncptr.c
bin/tools/mdig.c
lib/dns/byaddr.c
lib/dns/include/dns/byaddr.h
lib/dns/include/dns/rbt.h
lib/dns/rbt.c
lib/dns/result.c