Files
bind9/lib/dns
Witold KręcickiandOndřej Surý b0707ebba0 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-06 07:10:13 +02:00
..
2020-05-13 12:18:55 +10:00
2020-03-16 18:53:20 +11:00
2020-04-16 08:12:39 +02:00
2020-05-19 14:25:05 +02:00
2019-03-14 13:53:04 -07:00
2020-03-04 12:41:01 +01:00
2020-02-24 22:04:43 -08:00
2020-02-24 22:04:43 -08:00
2020-01-13 15:06:35 +01:00
2019-02-19 10:26:00 +11:00
2019-10-04 14:34:21 +10:00
2020-06-05 12:10:53 +10:00
2019-09-12 19:31:56 +10:00
2018-11-15 00:16:35 +00:00
2020-02-21 14:09:59 -08:00
2020-06-06 07:10:13 +02:00
2020-02-21 14:09:59 -08:00
2020-05-04 14:23:23 -07:00
2019-03-14 09:01:31 +11:00
2019-02-19 09:38:09 +11:00
2020-05-19 14:24:52 +02:00
2020-03-09 16:52:58 -07:00
2019-11-05 23:07:07 +01:00