test-symlink fails on "lustre" file system (was: bug#37312: test failure in sed-4.7)

2019-09-05 Thread Assaf Gordon
(adding bug-gnulib@) Hello, Thomas Oppe (CC'd) reported the following gnulib test failure on GNU/Linux with "lustre" file system. Details below: === The system details are: 1. Is this reproducible? After running "make check", there should be an executable file called "gnulib-tests/te

Re: bitset: check memory allocation

2019-09-05 Thread Paul Eggert
On 9/5/19 12:59 PM, Akim Demaille wrote: EBITSET_ELTS (src) -= realloc (EBITSET_ELTS (src), newsize * sizeof (tbitset_elt *)); += xrealloc (EBITSET_ELTS (src), newsize * sizeof (tbitset_elt *)); This code is trying to shrink the bitset, and in the unlikely e

bitset: check memory allocation

2019-09-05 Thread Akim Demaille
Hi! Ok to push? commit 1fddc3eddd988829cd2b5b74dc3fab58a3093af8 Author: Akim Demaille Date: Thu Sep 5 11:36:39 2019 +0200 bitset: check memory allocation Reported by 江 祖铭 (Zu-Ming Jiang). https://lists.gnu.org/archive/html/bug-bison/2019-08/msg00016.html * lib/bitset