Re: usr.sbin/* getifaddrs ifa_addr NULL check

2020-12-29 Thread Claudio Jeker
On Tue, Dec 29, 2020 at 03:42:20PM +0100, Sebastian Benoit wrote: > Hi, > > claudios bgpd diff and florian mentioning rad(8) made me look into usr.sbin/ > for getifaddrs() usage. I think these need a NULL check as well. > > ok? Looks OK to me. > diff --git usr.sbin/ospf6d/parse.y usr.sbin/ospf

usr.sbin/* getifaddrs ifa_addr NULL check

2020-12-29 Thread Sebastian Benoit
Hi, claudios bgpd diff and florian mentioning rad(8) made me look into usr.sbin/ for getifaddrs() usage. I think these need a NULL check as well. ok? diff --git usr.sbin/ospf6d/parse.y usr.sbin/ospf6d/parse.y index f163e24149d..509aa2f2e88 100644 --- usr.sbin/ospf6d/parse.y +++ usr.sbin/ospf6d/p