Files
unbound/util
Anton Lindqvist 422213c171 add missing null check
I have a unbound forward zone configured on my router for my $DAYJOB.
The address associated with the zone is only accessible when the router
is connected to a VPN. If the VPN connection is absent, trying to
resolve any domain that must be handled by the zone crashes unbound.
Turns out there's a missing NULL check in `comm_point_send_udp_msg()`.
The same routine already has `if (addr) {} else {}` branches so I guess
protecting the call to `log_addr()` using the same conditional is
reasonable

I have also committed the same fix to unbound shipped with OpenBSD[1].

[1] https://marc.info/?l=openbsd-cvs&m=160993335615698&w=2
2021-01-06 12:44:26 +01:00
..
2019-07-16 19:45:49 +02:00
2016-02-09 13:51:35 +00:00
2016-02-09 13:51:35 +00:00
2020-02-05 14:20:27 +01:00
2021-01-04 14:18:24 +01:00
2020-02-10 15:54:41 +01:00
2020-09-16 18:38:51 +02:00
2021-01-06 12:44:26 +01:00
2017-01-19 14:11:59 +00:00
2017-01-20 16:09:37 +00:00
2017-04-13 13:03:38 +00:00
2017-09-15 14:29:28 +00:00
2017-01-19 14:11:59 +00:00