Bruno Haible <[EMAIL PROTECTED]> writes:
> Hi,
>
> At these places malloc/realloc/calloc NULL results are not well handled, IIUC.
>
> Simon:
> gc-gnulib.c:583
Thanks! Patch installed.
/Simon
> At these places malloc/realloc/calloc NULL results are not well handled, IIUC.
I fixed the hash.c one:
http://git.sv.gnu.org/gitweb/?p=gnulib.git;a=summary
* lib/hash.c (hash_initialize): Detect calloc failure.
Reported by Bruno Haible.
Bruno Haible <[EMAIL PROTECTED]> wrote:
> Hi,
>
> At these places malloc/realloc/calloc NULL results are not well handled, IIUC.
>
> Sergey:
> argp-help.c:440
> argp-help.c:463
> argp-help.c:464
> argp-help.c:877
> argp-help.c:880
> Simon:
> gc-gnulib.c:583
> Jim:
> hash.c:578
Good