bind9/lib
Witold Kręcicki 175c4d9055 Fix a data access race in resolver
We were passing client address to dns_resolver_createfetch as a pointer
and it was saved as a pointer. The client (with its address) could be
gone before the fetch is finished, and in a very odd scenario
log_formerr would call isc_sockaddr_format() which first checks if the
address family is valid (and at this point it still is), then the
sockaddr is cleared, and then isc_netaddr_fromsockaddr is called which
fails an assertion as the address family is now invalid.
2020-06-05 16:06:42 +02:00
..
bind9 Fix "make dist" 2020-06-05 13:19:49 +02:00
dns Fix a data access race in resolver 2020-06-05 16:06:42 +02:00
irs Fix "make dist" 2020-06-05 13:19:49 +02:00
isc Fix "make dist" 2020-06-05 13:19:49 +02:00
isccc Fix "make dist" 2020-06-05 13:19:49 +02:00
isccfg Fix "make dist" 2020-06-05 13:19:49 +02:00
ns Fix "make dist" 2020-06-05 13:19:49 +02:00
samples Move the dependencies from sln to vcxproj files 2020-05-28 08:08:30 +02:00
win32/bindevt Move the dependencies from sln to vcxproj files 2020-05-28 08:08:30 +02:00
.gitignore Provide unit test driver 2020-05-21 12:13:01 +02:00
Makefile.am Complete rewrite the BIND 9 build system 2020-04-21 14:19:48 +02:00
unit-test-driver.sh.in Provide unit test driver 2020-05-21 12:13:01 +02:00