#773570#5
Date:
2014-12-20 01:54:59 UTC
From:
To:
Hi,

In /ntpd/refclock_tsyncpci.c, on line 346 and 354, strncpy does not
account for the NUL byte, leaving the possiblity that the buffer will
not be null-terminated. This could cause problems down the track.

Thanks,