1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-07-29 11:41:21 +03:00
* sysdeps/unix/sysv/linux/getsysstats.c (get_proc_path):
	Initialize result.
This commit is contained in:
Andreas Jaeger
2000-07-06 09:26:45 +00:00
parent fe4e204f8f
commit 71cebc12d3
2 changed files with 4 additions and 1 deletions

View File

@ -45,7 +45,7 @@ get_proc_path (char *buffer, size_t bufsize)
{
struct mntent mount_point;
struct mntent *entry;
char *result;
char *result = NULL;
char *copy_result;
FILE *fp;