bind9/lib
Mark Andrews 4ef755ffb0
Only copy the name data after we know its actual length
This prevents TSAN errors with the ncache code where the trust byte
access needs to be protected by a lock.  The old code copied the
entire region before determining where the name ended.  We now
determine where the name ends then copy just that data and in doing
so avoid reading the trust byte.
2024-04-17 17:14:34 +02:00
..
dns Only copy the name data after we know its actual length 2024-04-17 17:14:34 +02:00
isc complete removal of isc_loop_current() 2024-04-02 10:35:56 +02:00
isccc Fix UAF in ccmsg.c when reading stopped before sending 2024-02-08 17:24:11 +01:00
isccfg Deprecate fixed value for the rrset-order option 2024-04-02 15:21:00 +00:00
ns Don't use static stub when returning best NS 2024-03-14 11:39:27 +11: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