bind9/bin/dnssec
Ondřej Surý 8c97b56b2c
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.

(cherry picked from commit 9e350c1774)
2025-08-28 16:27:00 +02:00
..
.gitignore [master] dnssec-cds 2017-10-05 01:04:18 -07:00
dnssec-cds.c Remove redundant parentheses from the return statement 2024-11-19 16:06:16 +01:00
dnssec-cds.rst Add internal hyperlinks to See Also section of manual pages 2022-03-14 11:01:32 +01:00
dnssec-dsfromkey.c Warn about deprecated DNSKEY and DS algorithms / digest types 2025-07-16 09:14:22 +10:00
dnssec-dsfromkey.rst Update man pages for deprecated algorithms 2025-07-16 09:16:55 +10:00
dnssec-importkey.c Remove redundant parentheses from the return statement 2024-11-19 16:06:16 +01:00
dnssec-importkey.rst Teach dnssec-settime to read unset times that it writes 2022-05-23 15:15:10 +02:00
dnssec-keyfromlabel.c Warn about deprecated DNSKEY and DS algorithms / digest types 2025-07-16 09:14:22 +10:00
dnssec-keyfromlabel.rst Update man pages for deprecated algorithms 2025-07-16 09:16:55 +10:00
dnssec-keygen.c Warn about deprecated DNSKEY and DS algorithms / digest types 2025-07-16 09:14:22 +10:00
dnssec-keygen.rst Update man pages for deprecated algorithms 2025-07-16 09:16:55 +10:00
dnssec-revoke.c Remove redundant parentheses from the return statement 2024-11-19 16:06:16 +01:00
dnssec-revoke.rst Add internal hyperlinks to See Also section of manual pages 2022-03-14 11:01:32 +01:00
dnssec-settime.c Remove redundant parentheses from the return statement 2024-11-19 16:06:16 +01:00
dnssec-settime.rst Remove trailing whitespace from all text files 2023-06-13 16:13:16 +02:00
dnssec-signzone.c Add and use __attribute__((nonnull)) in dnssec-signzone.c 2025-08-28 16:27:00 +02:00
dnssec-signzone.rst Fix broken links in documentation 2025-01-24 14:38:52 +01:00
dnssec-verify.c Remove redundant parentheses from the return statement 2024-11-19 16:06:16 +01:00
dnssec-verify.rst Add internal hyperlinks to See Also section of manual pages 2022-03-14 11:01:32 +01:00
dnssectool.c Remove redundant parentheses from the return statement 2024-11-19 16:06:16 +01:00
dnssectool.h Replace ISC_NORETURN with C11's noreturn 2022-03-25 08:42:18 +01:00
Makefile.am Move the include Makefile.tests to the bottom of Makefile.am(s) 2021-06-24 15:33:52 +02:00