bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH 05/18] posix: Rewrite to use struct scratch_buffer instead of


From: Paul Eggert
Subject: Re: [PATCH 05/18] posix: Rewrite to use struct scratch_buffer instead of extend_alloca
Date: Sat, 2 Sep 2017 03:40:18 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.2.1

Adhemerval Zanella wrote:
+                 p = getpwnam (pwtmpbuf.data);

That won't work on non-glibc platforms that lack getpwnam_r, as the argument should be 'name'. I installed the attached patch to Gnulib to fix this.

Attachment: 0001-glob-fix-typo-in-recent-change.patch
Description: Text Data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]