mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-14 14:01:48 +03:00
* lib/safe-alloc.c: Include xalloc-oversized.h. (safe_alloc_oversized): Remove. All uses changed to xalloc_oversized. * modules/safe-alloc (Depends-on): Add xalloc-oversized.
26 lines
307 B
Plaintext
26 lines
307 B
Plaintext
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
|
|
|
|
Depends-on:
|
|
xalloc-oversized
|
|
|
|
configure.ac:
|
|
gl_SAFE_ALLOC
|
|
|
|
Makefile.am:
|
|
lib_SOURCES += safe-alloc.c
|
|
|
|
Include:
|
|
"safe-alloc.h"
|
|
|
|
License:
|
|
LGPLv2+
|
|
|
|
Maintainer:
|
|
David Lutterkort
|