CVSROOT: /cvs Module name: src Changes by: [email protected] 2016/04/04 08:00:42
Modified files:
usr.sbin/dhcpd : udpsock.c
Log message:
In udpsockmode codepath dhcpd.c had the promise route for pledge(2) but it was
missing from udpsock_startup() (udpsock.c) which happens earlier and therefore
would abort the program due to SIOCGIFADDR ioctl(2) on udpsock_handler
Reported by Philip Higgins <phil ! unita.com.au>
OK tb@
