bind9/lib
Mark Andrews 0045b24500 Silence uninitialized value false positives
In base32_decode_char the GCC 12 static analyser fails to determine
that ctx->val[1], ctx->val[3], ctx->val[4] and ctx->val[6] are
assigned values by the previous call to base32_decode_char.  Initialise
ctx->val to zeros when initalising the rest of ctx to silence the
false positive.
2023-03-08 22:40:03 +00:00
..
dns Add additional contraints to dns_rdata_checksvcb 2023-03-08 21:47:14 +00:00
isc Silence uninitialized value false positives 2023-03-08 22:40:03 +00:00
isccc Silence GCC 12 NULL pointer dereference warnings 2023-03-08 22:14:59 +00:00
isccfg Remove TKEY Mode 2 (Diffie-Hellman) 2023-03-08 08:36:25 +01:00
ns Implement dns_db node tracing 2023-02-28 11:44:15 +01:00
.gitignore The isc/platform.h header has been completely removed 2021-07-06 05:33:48 +00:00
Makefile.am Move irs_resconf into libdns and remove libirs 2023-02-24 09:38:59 +00:00