summaryrefslogtreecommitdiff
path: root/modules/safe-alloc
diff options
context:
space:
mode:
authorDavid Lutterkort <lutter@redhat.com>2009-02-21 11:08:37 +0100
committerBruno Haible <bruno@clisp.org>2009-02-21 11:08:37 +0100
commit032310a69161066be953842f2dc69efae2f745a1 (patch)
treedcd1cbd9504549c5fbf854af0a6b1a7b2db58977 /modules/safe-alloc
parentcdfa6894da381779a52b2dba143d34dce0307f06 (diff)
downloadgnulib-032310a69161066be953842f2dc69efae2f745a1.tar.gz
New module 'safe-alloc'.
Diffstat (limited to 'modules/safe-alloc')
-rw-r--r--modules/safe-alloc21
1 files changed, 21 insertions, 0 deletions
diff --git a/modules/safe-alloc b/modules/safe-alloc
new file mode 100644
index 0000000000..bffbecc478
--- /dev/null
+++ b/modules/safe-alloc
@@ -0,0 +1,21 @@
+Description:
+A set of macros to make calls to alloc/calloc/realloc safer.
+
+Files:
+lib/safe-alloc.h
+lib/safe-alloc.c
+m4/safe-alloc.m4
+
+configure.ac:
+gl_SAFE_ALLOC
+
+Makefile.am:
+
+Include:
+"safe-alloc.h"
+
+License:
+LGPLv2+
+
+Maintainer:
+David Lutterkort