diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2003-10-13 06:07:10 +0000 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2003-10-13 06:07:10 +0000 |
commit | e970fbf9c5bdbe3f099c579dfb465a389aac3dc2 (patch) | |
tree | 9ede3acbb9f0dc46c596cf2d9c1f5dbdc14adaa2 /modules/xalloc | |
parent | 10f1955111d164643ac0dc70803ec4b4a1d19a3b (diff) | |
download | gnulib-e970fbf9c5bdbe3f099c579dfb465a389aac3dc2.tar.gz |
Revamp xalloc interface so that it can check for address arithmetic overflow.
Diffstat (limited to 'modules/xalloc')
-rw-r--r-- | modules/xalloc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/xalloc b/modules/xalloc index 3a9ea12040..46482cc88e 100644 --- a/modules/xalloc +++ b/modules/xalloc @@ -13,7 +13,7 @@ realloc error gettext exitfail -exit +stdbool configure.ac: gl_XALLOC @@ -25,5 +25,5 @@ Include: "xalloc.h" Maintainer: -Bruno Haible +all |