Even after latest patch the NTP code still doesn't compile cleanly.

===> usr.sbin/ntp/libntp (all)
/usr/src/usr.sbin/ntp/libntp/../../../contrib/ntp/libntp/authreadkeys.c:252:4: 
warning: format specifies type 'unsigned int' but the argument has type 'size_t'
      (aka 'unsigned long') [-Wformat]
                        nerr);
                        ^~~~
/usr/src/usr.sbin/ntp/libntp/../../../contrib/ntp/libntp/authreadkeys.c:257:4: 
warning: format specifies type 'unsigned int' but the argument has type 
'unsigned long' [-Wformat]
                        nerr - nerr_loglimit);
                        ^~~~~~~~~~~~~~~~~~~~

Fortunately, it seems not to cause severe security issue.

Dan

_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-security
To unsubscribe, send any mail to "[email protected]"

Reply via email to