View | Details | Raw Unified | Return to bug 162009 | Differences between
and this patch

Collapse All | Expand All

(-)new/archive_write_disk_set_standard_lookup.c (-2 / +2 lines)
Lines 189-196 Link Here
189
#if HAVE_PWD_H
189
#if HAVE_PWD_H
190
#  if HAVE_GETPWNAM_R
190
#  if HAVE_GETPWNAM_R
191
	{
191
	{
192
		char _buffer[128];
192
		char _buffer[2048];
193
		size_t bufsize = 128;
193
		size_t bufsize = 2048;
194
		char *buffer = _buffer;
194
		char *buffer = _buffer;
195
		struct passwd	pwent, *result;
195
		struct passwd	pwent, *result;
196
		int r;
196
		int r;

Return to bug 162009