It crashes with Apr 14 04:00:30 fed ntpd[4726]: invalid op: 110 110 decimal is ascii u
This looks suspicious, but I'm sacking out. commit d9ead3aa6abd718d4cf73bcf8023d312d510359e Author: Gary E. Miller <[email protected]> Date: Thu Apr 13 18:36:24 2017 -0700 ntpd; add missing default case, fix a bad exit() code. ... case 'Z': if (ntp_optarg != NULL) set_sys_var(ntp_optarg, strlen(ntp_optarg) + 1, (u_short) (RW | DEF)); - break; + break; + default: + msyslog(LOG_ERR, "invalid op: %d", op); + exit(1); } } ------- There are two loops scanning the command line args. -- These are my opinions. I hate spam. _______________________________________________ devel mailing list [email protected] http://lists.ntpsec.org/mailman/listinfo/devel
