]> git.ipfire.org Git - thirdparty/bind9.git/commit
Add strict checks on typepair values in the developer's mode
authorOndřej Surý <ondrej@isc.org>
Thu, 7 Aug 2025 06:12:36 +0000 (08:12 +0200)
committerOndřej Surý <ondrej@isc.org>
Fri, 15 Aug 2025 05:22:52 +0000 (07:22 +0200)
commit8837491697d8debbc4b8a2e941bf0066321d39e9
tree271098cf9f339a5f585f72cd52a817589ecca21e
parent76c027e949bdc94ee37f8f6bbe8eea787b9e2355
Add strict checks on typepair values in the developer's mode

When in developer's mode, make the DNS_TYPEPAIR_* macros be more
strict on the contents of the 'base' and 'covers', so we can catch
invalid use of the API.
lib/dns/include/dns/rdatatype.h
meson.build