bind9/lib
Witold Kręcicki c3dcab5f13 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.

(cherry picked from commit 175c4d9055)
2020-06-05 18:58:13 -07:00
..
bind9 change "expr == false" to "!expr" in conditionals 2020-05-25 17:04:04 -07:00
dns Fix a data access race in resolver 2020-06-05 18:58:13 -07:00
irs Adjust library API versions 2020-05-19 13:57:37 +02:00
isc Add +yaml support for EDE 2020-06-05 10:50:58 +10:00
isccc prep 9.16.3 2020-05-19 13:57:36 +02:00
isccfg Fix "array subscript is of type 'char'" 2020-06-04 16:27:43 +02:00
ns Ignore attempts to add DS records at zone apex 2020-06-04 16:06:45 +02:00
samples add support for building sphinx documentation 2020-06-01 09:54:46 +02:00
win32/bindevt Disable MSB8028 warning 2020-04-16 07:56:38 +02:00
.gitignore added gitignore, removed cvsignore 2012-03-03 23:10:05 -08:00
Kyuafile link in lib/isccc/tests/Kyuafile 2018-11-13 07:23:36 +11:00
Makefile.in remove lib/tests as nothing uses it anymore 2018-03-09 14:12:50 -08:00