]> git.ipfire.org Git - thirdparty/bind9.git/commit
correct the DbC assertions in message.c
authorEvan Hunt <each@isc.org>
Thu, 15 May 2025 17:30:29 +0000 (10:30 -0700)
committerEvan Hunt <each@isc.org>
Tue, 27 May 2025 23:11:04 +0000 (23:11 +0000)
commitc437da59ee78df59ce8708fa87a489154745a383
treedb496654c3fde333482bb069f205eebf77eba454
parentb045726f8f408412a401bfcbedef61a88215c757
correct the DbC assertions in message.c

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.
lib/dns/include/dns/message.h
lib/dns/message.c