Re: [PATCH] malloc, realloc: fix recently-introduced #undef typos

2021-04-16 Thread Bruno Haible
> +2021-04-16 Paul Eggert > + > + malloc, realloc: fix recently-introduced #undef typos That must have been more than a typo? It must have been an endless recursion? Thanks for the fix! Bruno

[PATCH] malloc, realloc: fix recently-introduced #undef typos

2021-04-16 Thread Paul Eggert
* lib/malloc.c (malloc): * lib/realloc.c (malloc, realloc): #undef before using. --- ChangeLog | 6 ++ lib/malloc.c | 3 +++ lib/realloc.c | 4 3 files changed, 13 insertions(+) diff --git a/ChangeLog b/ChangeLog index 7c519ee44..3207c22cf 100644 --- a/ChangeLog +++ b/ChangeLog @@ -

Re: current gnulib regex breaks in gawk

2021-04-16 Thread Dmitry V. Levin
Hi Arnold, On Sun, Feb 07, 2021 at 11:36:29PM -0700, arn...@skeeve.com wrote: > arn...@skeeve.com wrote: > > > I still have to have the following change, otherwise I get a linkage > > error on the gl_dyanarray_* routines. :-( > > > > So, at least for the nonce, my copy and Gnulib's will be out of

Re: [PATCH 07/10] regex: fix longstanding backref match bug

2021-04-16 Thread Dmitry V. Levin
On Fri, Feb 05, 2021 at 05:25:59PM -0800, Paul Eggert wrote: > This fixes a longstanding glibc bug concerning backreferences > (2009-12-04). Nit: this short URL doesn't work, while the longer one does: https://sourceware.org/bugzilla/show_bug.cgi?id=11053 > * lib/re

Re: tar + cpio - covscan issues

2021-04-16 Thread Bruno Haible
Kamil Dudka wrote: > > Downstream consumers can exclude the gnulib-copied directories using the > > 'csgrep' program, AFAIU? > > Not so easily. csgrep can filter the results by path in the source tree. > The problem with gnulib is that different projects embed it in different > directories. For

Re: tar + cpio - covscan issues

2021-04-16 Thread Bruno Haible
Paul Eggert wrote: > Another possibility would be to libraryize Gnulib, scan that library > once and record its false positives on your side once, and then change > Gnulib-using packages to use that library instead of their in-source > Gnulib copies. This would also be some work on your side, bu

Re: tar + cpio - covscan issues

2021-04-16 Thread Paul Eggert
On 4/16/21 1:02 AM, Kamil Dudka wrote: We have to (re)verify the software that we distribute in the end. Understandable. I am reading your responses as "upstream is not going to change anything". We will have to find some ways to deduplicate and record these false positives on our side then.

Re: Autogenerated header files not included in .gitignore

2021-04-16 Thread Marc Nieper-Wißkirchen
PS: Alternatively to the suggestion of a new gnulib-tool option "--vc-files=...", one could also make Gnulib's behavior dependent on the presence of a file, say ".gnulib-in-tree-build". This has the advantage that no source files have to be changed to switch from one behavior to the other but that

Re: tar + cpio - covscan issues

2021-04-16 Thread Kamil Dudka
On Thursday, April 15, 2021 10:30:14 PM CEST Paul Eggert wrote: > On 4/15/21 1:07 PM, Kamil Dudka wrote: > > People maintaining their own medium-size projects can easily play with > > this. I am in a different situation when I need to scan 3700 distinct > > projects and approx. 480 million lines of