]> git.ipfire.org Git - thirdparty/bind9.git/commit
Remove error checks in dns_message for mem allocations
authorEvan Hunt <each@isc.org>
Thu, 20 May 2021 00:18:22 +0000 (17:18 -0700)
committerOndřej Surý <ondrej@sury.org>
Fri, 9 Jul 2021 13:58:02 +0000 (15:58 +0200)
commit2ce0de699528c8d505adfde37a916b1742e5562f
tree67b0766ec5b606865f29958717dc8475255e6f99
parente75436017096d22f6b66e6cc940a9116c7a488e5
Remove error checks in dns_message for mem allocations

Removed error checks for several functions that can no longer fail due
to failed memory allocation.
lib/dns/include/dns/message.h
lib/dns/message.c