]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
fix: nil: correct the DbC assertions in message.c
authorEvan Hunt <each@isc.org>
Tue, 27 May 2025 23:11:27 +0000 (23:11 +0000)
committerEvan Hunt <each@isc.org>
Tue, 27 May 2025 23:11:27 +0000 (23:11 +0000)
the comments for some calls in the dns_message API specified
requirements which were not actually enforced in the functions.
in most cases, this has now been corrected by adding the missing
REQUIREs. in one case, the comment was incorrect and has been
revised.

Merge branch 'each-fix-message-requires' into 'main'

See merge request isc-projects/bind9!10466


Trivial merge