File ntp-strcat.patch of Package ntp
diff -N -u -r ntp-offset/ntpd/refclock_parse.c ntp-strcat/ntpd/refclock_parse.c
--- ntp-offset/ntpd/refclock_parse.c 2008-09-25 17:03:56.000000000 +0200
+++ ntp-strcat/ntpd/refclock_parse.c 2008-09-25 17:28:03.000000000 +0200
@@ -3578,7 +3578,7 @@
NLOG(NLOG_CLOCKINFO) /* conditional if clause for conditional syslog */
msyslog(LOG_WARNING, "PARSE receiver #%d: conversion status \"%s\"",
- CLK_UNIT(parse->peer), parsestatus(parsetime->parse_status, buffer, sizeof(buffer)));
+ CLK_UNIT(parse->peer), parsestatus(parsetime->parse_status, buffer, sizeof(buffer) - strlen(buffer) - 1));
if ((parsetime->parse_status & CVT_MASK) == CVT_FAIL)
{