From 6bca0305ecb29eb89c231dcbd7ab090bfa0227d7 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Thu, 15 Jun 2000 03:28:04 +0000 Subject: Update. 2000-06-14 Ulrich Drepper * misc/syslog.c (vsyslog): Initialize msgoff in all cases. --- ChangeLog | 4 ++++ misc/syslog.c | 1 + 2 files changed, 5 insertions(+) diff --git a/ChangeLog b/ChangeLog index be5c96160e..a411e73805 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2000-06-14 Ulrich Drepper + + * misc/syslog.c (vsyslog): Initialize msgoff in all cases. + 2000-06-14 Kazumoto Kojima * sysdeps/sh/sh4/fpu/fclrexcpt.c: Remove definitions for backward diff --git a/misc/syslog.c b/misc/syslog.c index c44f941411..b89055b7b2 100644 --- a/misc/syslog.c +++ b/misc/syslog.c @@ -160,6 +160,7 @@ vsyslog(pri, fmt, ap) *endp = '\0'; buf = failbuf; bufsize = endp - failbuf; + msgoff = 0; } else { -- cgit v1.2.3