]> git.ipfire.org Git - thirdparty/bind9.git/commit
Add and use __attribute__((nonnull)) in dnssec-signzone.c
authorOndřej Surý <ondrej@isc.org>
Thu, 21 Aug 2025 21:51:38 +0000 (23:51 +0200)
committerOndřej Surý <ondrej@isc.org>
Thu, 28 Aug 2025 14:23:59 +0000 (16:23 +0200)
commit9e350c177403ead4c8a6630a08f36f304b04484c
treef7fe5e026f129fbd351318a768fbb863bf00b0b7
parent40b7f5b7ba78e7659b16bb163a9dada77cc86c71
Add and use __attribute__((nonnull)) in dnssec-signzone.c

Clang 20 is complaining about passing NULL to an argument with 'nonnull'
attribute.  Mark these two functions with the same attribute to assure
that these two function also don't accept NULL as an argument.
bin/dnssec/dnssec-signzone.c
lib/isc/include/isc/attributes.h