Re: implementing fmemopen, open_memstream

2021-02-22 Thread Bruno Haible
Hi Bruce, > On 2/21/21 3:07 PM, Bruno Haible wrote: > > What do you do on > >AIX, HP-UX, Solaris, OpenServer, UnixWare, native Windows ? > > Their stdio implementation does not contain function pointers in structs. > > Also, I worked for SCO and when it committed seppuku with bad lawyering >

Re: [PATCH 1/2] posix: Falling back to non wide mode in case of encoding error [BZ #14185]

2021-02-22 Thread Florian Weimer
* Adhemerval Zanella via Libc-alpha: > +static int > +fnmatch_convert_to_wide (const char *str, struct scratch_buffer *buf, > + size_t *n) > +{ > + mbstate_t ps; > + memset (&ps, '\0', sizeof (ps)); > + > + size_t nw = buf->length / sizeof (wchar_t); > + *n = strnlen (s

Re: [PATCH 1/2] posix: Falling back to non wide mode in case of encoding error [BZ #14185]

2021-02-22 Thread Florian Weimer
* Florian Weimer via Libc-alpha: > * Adhemerval Zanella via Libc-alpha: > >> +static int >> +fnmatch_convert_to_wide (const char *str, struct scratch_buffer *buf, >> + size_t *n) >> +{ >> + mbstate_t ps; >> + memset (&ps, '\0', sizeof (ps)); >> + >> + size_t nw = buf->le

Re: removing permissions for long unused accounts?

2021-02-22 Thread Bernhard Voelker
On 2/21/21 7:20 PM, Bruno Haible wrote: > The following people still have write access to the gnulib repository [...] Just out of curiosity: where can one see who has write permissions? In the 'memberlist' in Savannah https://savannah.gnu.org/project/memberlist.php?group=gnulib or somewhere else

Re: removing permissions for long unused accounts?

2021-02-22 Thread Bruno Haible
Bernhard Voelker asked: > Just out of curiosity: where can one see who has write permissions? > In the 'memberlist' in Savannah > https://savannah.gnu.org/project/memberlist.php?group=gnulib Yes. Bruno

Re: removing permissions for long unused accounts?

2021-02-22 Thread Paul Eggert
On 2/21/21 10:20 AM, Bruno Haible wrote: it sounds like a reasonable security measure to revoke the write access for users who have been inactive for a certain time, say 4 years. That sounds reasonable, for people inactive on the GNU project. However, Sergey (for example) has contributed to GN

Re: removing permissions for long unused accounts?

2021-02-22 Thread Bruno Haible
Hi Paul, > Also, by "active" do we mean "authored a patch", "committed a patch", or > "pushed a commit to Savannah"? I assume pushing is what counts. Dunno if > that's easily measured, though. Pushing is what counts, yes. There is nothing to do for contributors who send us patches for us to com

Re: removing permissions for long unused accounts?

2021-02-22 Thread Dmitry V. Levin
Hi, On Tue, Feb 23, 2021 at 01:19:42AM +0100, Bruno Haible wrote: > Hi Paul, > > > Also, by "active" do we mean "authored a patch", "committed a patch", or > > "pushed a commit to Savannah"? I assume pushing is what counts. Dunno if > > that's easily measured, though. > > Pushing is what count