CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2026/04/22 07:54:50
Modified files:
usr.sbin/ntpd : ntpd.c
Log message:
in show_peer_msg, grow the buffer to hold the sprintf'd stratum by 1 byte.
the previous buffer was large enough since startum is clamped to 0..15,
however, it is a bit much to ask for analyzers - including those in
compilers - to detect that, an extra byte on the stack costs us effectively
nothing, and it feels a bit more robust.
triggered by bcook's portable diffs, ok claudio