Ugh, I said the wrong thing for this commit. I meant: don't dereference NULL p->addr
still ok millert@ On Fri, Jan 9, 2015 at 5:44 PM, Brent Cook <bc...@cvs.openbsd.org> wrote: > CVSROOT: /cvs > Module name: src > Changes by: bc...@cvs.openbsd.org 2015/01/09 16:44:07 > > Modified files: > usr.sbin/ntpd : client.c > > Log message: > return -1 on host() address parsing failure, not 1. > > Match what parse.y expects it to return. > > ok millert@