hash: check insertion for memory exhaustion.

* src/uniqstr.c (uniqstr_new): New.
This commit is contained in:
Akim Demaille
2009-06-25 06:03:18 +02:00
parent 83b66dddb6
commit 67f8cf51c3
2 changed files with 8 additions and 2 deletions

View File

@@ -1,3 +1,8 @@
2009-06-25 Akim Demaille <demaille@gostai.com>
hash: check insertion for memory exhaustion.
* src/uniqstr.c (uniqstr_new): New.
2009-06-11 Akim Demaille <demaille@gostai.com>
style changes.