bind9/lib
Ondřej Surý 3bb47bc6cd
Remove MAKE_EMPTY() macro from dns_name unit
The MAKE_EMPTY() macro was clearing up the output variable in case of
the failure.  However, this was breaking the usual design pattern that
the output variables are left in indeterminate state or we don't touch
them at all when a failure occurs.  Remove the macro and change the
dns_name_downcase() to not touch the name contents until success.
2025-02-25 12:17:34 +01:00
..
dns Remove MAKE_EMPTY() macro from dns_name unit 2025-02-25 12:17:34 +01:00
isc Explicitly create and shutdown the call_rcu_thread 2025-02-22 16:19:01 +01:00
isccc Remove unused symtab implementation 2025-02-25 11:29:58 +01:00
isccfg Simplify dns_name_init() 2025-02-25 12:17:34 +01:00
ns Simplify name initializers 2025-02-25 12:17:34 +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