diff --git a/glib/gutils.c b/glib/gutils.c index 698986ba4..50e7c361c 100644 --- a/glib/gutils.c +++ b/glib/gutils.c @@ -443,7 +443,7 @@ g_get_any_init (void) # ifdef HAVE_GETPWUID_R struct passwd pwd; - guint bufsize = 1; /* sizeof (struct passwd); */ + guint bufsize = 64; gint error; do diff --git a/gutils.c b/gutils.c index 698986ba4..50e7c361c 100644 --- a/gutils.c +++ b/gutils.c @@ -443,7 +443,7 @@ g_get_any_init (void) # ifdef HAVE_GETPWUID_R struct passwd pwd; - guint bufsize = 1; /* sizeof (struct passwd); */ + guint bufsize = 64; gint error; do