1
0
mirror of https://git.savannah.gnu.org/git/gnulib.git synced 2025-08-14 14:01:48 +03:00
Files
gnulib/modules/xalloc
Paul Eggert 8e63aebd5d xalloc: x2nrealloc check for ptrdiff_t overflow
* lib/xalloc.h (x2nrealloc): Check for ptrdiff_t overflow, too.
* modules/xalloc, modules/xvasprintf (Depends-on): Add stdint.
2016-12-29 01:17:24 -08:00

29 lines
308 B
Plaintext

Description:
Memory allocation with out-of-memory checking. Also see xalloc-die.
Files:
lib/xalloc.h
lib/xmalloc.c
m4/xalloc.m4
Depends-on:
extern-inline
stdint
xalloc-die
xalloc-oversized
configure.ac:
gl_XALLOC
Makefile.am:
lib_SOURCES += xmalloc.c
Include:
"xalloc.h"
License:
GPL
Maintainer:
all