bison-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH] master: hash: check insertion for memory exhaustion.


From: Akim Demaille
Subject: Re: [PATCH] master: hash: check insertion for memory exhaustion.
Date: Thu, 25 Jun 2009 07:09:12 +0200

Also pushed in branch-2.5.


In branch-2.4.2, I updated gnulib and applied all the hash_insert related patches, ending with this one.

commit 48578d6c12bf4909a3753edae483605bc4ecd82f
Author: Akim Demaille <address@hidden>
Date:   Thu Jun 25 06:03:18 2009 +0200

    hash: check insertion for memory exhaustion.

        * src/uniqstr.c (uniqstr_new): New.

commit 914e713d0787d4db80e29b1aa0a26e0fd5c929fa
Author: Akim Demaille <address@hidden>
Date:   Thu Jun 11 14:42:12 2009 +0200

    hash: check insertion for memory exhaustion.

        * src/muscle-tab.c (muscle_insert, muscle_grow)
        * src/state.c (state_hash_insert): Check the return value of
        hash_insert.

commit 94505fb7e2f6a043d83db4bcd0d64ca675bce71e
Author: Akim Demaille <address@hidden>
Date:   Wed Jun 10 10:40:55 2009 +0200

    gnulib: update.

        * gnulib: Update to latest.
        * lib/.cvsignore, lib/.gitignore, m4/.cvsignore,
        * m4/.gitignore: Regen.
* src/symtab.c (symbol_from_uniqstr, semantic_type_from_uniqstr):
        Call xalloc_die on hash_insert failures.
        Requested by the new __warn_unused_result__ attribute of
        hash_insert.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]