Re: [PATCH 0/5] obstacks again

2014-12-06 Thread Andreas Schwab
Alan Modra writes: > The alternative is to do as Paul suggested and make obstack_blank > accept a negative length argument, but that would > - kill >2G obstacks on 32-bit targets, > - lose the nice symmetry with other obstack functions, > and obstack_blank_fast is the right interface to use for s

Re: [PATCH] vasnprintf: fix potential use after free

2014-12-06 Thread Pádraig Brady
On 06/12/14 02:46, Eric Blake wrote: > On 12/05/2014 06:23 PM, Pádraig Brady wrote: >> * lib/vasnprintf.c (VASNPRINTF): Fix free-memory read, >> flagged by clang-analyzer 3.4.2. >> --- >> ChangeLog| 6 ++ >> lib/vasnprintf.c | 2 +- >> 2 files changed, 7 insertions(+), 1 deletion(-) >>

gettext problems

2014-12-06 Thread Bruce Korb
I am getting this error message: *** error: gettext infrastructure mismatch: using a Makefile.in.in from gettext \ version 0.19 but the autoconf macros are from gettext version 0.18 Googling yields: https://www.gnu.org/software/gnulib/manual/html_node/gettextize-and-autopoint.html If you ge

Re: gettext problems

2014-12-06 Thread Bruce Korb
Hi all, On 12/06/14 10:29, Bruce Korb wrote: I am getting this error message: *** error: gettext infrastructure mismatch: using a Makefile.in.in from gettext \ version 0.19 but the autoconf macros are from gettext version 0.18 What's wrong? Do I need to install an older version of gettext

Re: gettext problems

2014-12-06 Thread Daiki Ueno
Bruce Korb writes: > The problem is related (somehow) to gnulib-comp.m4. > The original flavor of that file lives in gnulib/m4 and does not contain > the string GNU_GETTEXT_VERSION, but the installed version does: > >> $ find sharutils-bld -type f|xargs fgrep AM_GNU_GETTEXT_VERSION >> [...] >> sh

Re: [PATCH] vasnprintf: fix potential use after free

2014-12-06 Thread Pádraig Brady
On 06/12/14 16:06, Pádraig Brady wrote: > On 06/12/14 02:46, Eric Blake wrote: >> On 12/05/2014 06:23 PM, Pádraig Brady wrote: >>> * lib/vasnprintf.c (VASNPRINTF): Fix free-memory read, >>> flagged by clang-analyzer 3.4.2. >>> --- >>> ChangeLog| 6 ++ >>> lib/vasnprintf.c | 2 +- >>> 2