bind9/lib
Ondřej Surý 855960ce46
Rename 'free' variable to 'nfree' to not clash with free()
The beauty and horrors of the C - the compiler properly detects variable
shadowing, but you can freely shadow a standard function 'free()' with
variable called 'free'.  And if you reference 'free()' just as 'free'
you get the function pointer which means you can do also pointer
arithmetics, so 'free > 0' is always valid even when you delete the
local variable.

Replace the local variables 'free' with a name that doesn't shadow the
'free()' function to prevent future hard to detect bugs.
2025-07-22 09:32:56 +02:00
..
dns Rename 'free' variable to 'nfree' to not clash with free() 2025-07-22 09:32:56 +02:00
isc Use regular reference counting macro for isc_nm_t structure 2025-07-09 21:22:48 +02:00
isccc replace the build system with meson 2025-06-11 10:30:12 +03:00
isccfg Warn about deprecated DNSKEY and DS algorithms / digest types 2025-07-15 23:53:57 +10:00
ns Merge tag 'v9.21.10' 2025-07-16 17:16:27 +02:00
.gitignore The isc/platform.h header has been completely removed 2021-07-06 05:33:48 +00:00
meson.build replace the build system with meson 2025-06-11 10:30:12 +03:00