Re: two ill effects of maint.mk

2021-06-21 Thread Bruno Haible
Hi Paul, > > Can someone please deal with this? Simon? Akim? Berny? Not always me :-) > > Something like the attached patch perhaps? (I haven't tested or > installed it.) Thanks for working on this. Yes, this will revert the ill effects on "make" and "make check". > --- a/build-aux/gendocs.sh

Re: [PATCH 2/3] lib/argp-help: Fix possible dereference of a NULL state

2021-06-21 Thread Darren Kenny
On Friday, 2021-06-18 at 19:36:55 +02, Bruno Haible wrote: > Darren Kenny wrote: >> All other instances of call to __argp_failure() where there is >> a dgettext() call first check whether the valie of state is NULL >> before attempting to dereference it to get the root_argp->argp_domain. >> >> Thi

[PATCH] sigsegv, sigsegv-tests: Assign my contributions to the FSF.

2021-06-21 Thread Eric Blake
Following Bruno's lead, I'm also happy with this change. * m4/sigaltstack.m4: Change copyright notice: Write "Copyright (C) FSF" instead of "Copyright (C) Eric Blake". * tests/altstack-util.h: Likewise. * tests/test-sigsegv-catch-stackoverflow1.c: Likewise. * tests/test-sigsegv-catch-stackoverflow

Re: [PATCH] regex: fix match with possessive quantifier

2021-06-21 Thread Paul Eggert
On 6/6/21 2:45 PM, Dmitry V. Levin wrote: I've applied it now, and the following follow-up patch: These recently-installed patches fail for me, which indicates that the patches aren't correct. Could you please fix this? The test failure is causing 'make check' to fail for GNU grep. I tested