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,
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,