2000-06-14  Ulrich Drepper  <drepper@redhat.com>

	* misc/syslog.c (vsyslog): Initialize msgoff in all cases.
This commit is contained in:
Ulrich Drepper 2000-06-15 03:28:04 +00:00
parent e3978a35db
commit 6bca0305ec
2 changed files with 5 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2000-06-14 Ulrich Drepper <drepper@redhat.com>
* misc/syslog.c (vsyslog): Initialize msgoff in all cases.
2000-06-14 Kazumoto Kojima <kkojima@rr.iij4u.or.jp>
* sysdeps/sh/sh4/fpu/fclrexcpt.c: Remove definitions for backward

View File

@ -160,6 +160,7 @@ vsyslog(pri, fmt, ap)
*endp = '\0';
buf = failbuf;
bufsize = endp - failbuf;
msgoff = 0;
}
else
{