Mercurial > hg > octave-lojdl > gnulib-hg
annotate modules/xalloc @ 17305:0e5a583a2a8d
regex: test for buffer overrun
* m4/regex.m4 (gl_REGEX): Add test case, by Andreas Schwab,
for the just-fixed regex bug.
author | Paul Eggert <eggert@cs.ucla.edu> |
---|---|
date | Tue, 29 Jan 2013 22:34:58 -0800 |
parents | 902795f52835 |
children |
rev | line source |
---|---|
4110 | 1 Description: |
5166
95d4226b62d3
Remove dependency of xalloc in exitfail, error, gettext.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5074
diff
changeset
|
2 Memory allocation with out-of-memory checking. Also see xalloc-die. |
4110 | 3 |
4 Files: | |
5 lib/xalloc.h | |
6 lib/xmalloc.c | |
7 m4/xalloc.m4 | |
8 | |
9 Depends-on: | |
17177 | 10 extern-inline |
5991
06ad66111945
* modules/xalloc (Depends-on): Add xalloc-die.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5722
diff
changeset
|
11 xalloc-die |
14643
b3b2f9e830e9
xalloc-oversized: new module
Eric Blake <eblake@redhat.com>
parents:
7632
diff
changeset
|
12 xalloc-oversized |
4110 | 13 |
14 configure.ac: | |
15 gl_XALLOC | |
16 | |
17 Makefile.am: | |
15256
c799149bb7da
xalloc: Move AC_LIBOBJ invocations to module description.
Bruno Haible <bruno@clisp.org>
parents:
14643
diff
changeset
|
18 lib_SOURCES += xmalloc.c |
4110 | 19 |
20 Include: | |
21 "xalloc.h" | |
22 | |
5251
42b53a22aee5
Add a license tag to every module.
Bruno Haible <bruno@clisp.org>
parents:
5166
diff
changeset
|
23 License: |
42b53a22aee5
Add a license tag to every module.
Bruno Haible <bruno@clisp.org>
parents:
5166
diff
changeset
|
24 GPL |
42b53a22aee5
Add a license tag to every module.
Bruno Haible <bruno@clisp.org>
parents:
5166
diff
changeset
|
25 |
4197 | 26 Maintainer: |
4783
d1dc5d9bf1ba
Revamp xalloc interface so that it can check for address arithmetic overflow.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4710
diff
changeset
|
27 all |