Files
bind9/lib/dns
Aram Sargsyan 079a4176bb Fix a bug in dns_zone_getprimaryaddr()
When all the addresses were already iterated over, the
dns_remote_curraddr() function asserts. So before calling it,
dns_zone_getprimaryaddr() now checks the address list using the
dns_remote_done() function. This also means that instead of
returning 'isc_sockaddr_t' it now returns 'isc_result_t' and
writes the primary's address into the provided pointer only when
returning success.

(cherry picked from commit 7293cb0612)
2025-03-03 12:23:23 +00:00
..
2024-11-26 07:17:06 +00:00
2024-12-09 09:04:28 +01:00
2024-12-09 09:04:28 +01:00
2024-12-10 08:47:25 +00:00
2024-12-13 13:50:05 +00:00
2025-02-14 13:41:11 +11:00
2025-02-26 01:04:59 +00:00
2024-12-13 13:50:05 +00:00
2025-03-03 12:23:23 +00:00