1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-07-28 00:21:52 +03:00
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

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