]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
[9.20] fix: nil: correct the DbC assertions in message.c
authorEvan Hunt <each@isc.org>
Wed, 28 May 2025 00:21:07 +0000 (00:21 +0000)
committerEvan Hunt <each@isc.org>
Wed, 28 May 2025 00:21:07 +0000 (00:21 +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.

Backport of MR !10466

Merge branch 'backport-each-fix-message-requires-9.20' into 'bind-9.20'

See merge request isc-projects/bind9!10484


Trivial merge