(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
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
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