view modules/malloca @ 39238:e5bf6ab0bb97

malloca: Add a compile-time verification. * lib/malloca.c (small_t): Verify that it is wide enough. * modules/malloca (Depends-on): Add verify.
author Paul Eggert <eggert@cs.ucla.edu>
date Sat, 03 Feb 2018 00:47:15 +0100
parents 6a04b04905e5
children
line wrap: on
line source

Description:
Safe automatic memory allocation.

Files:
lib/malloca.h
lib/malloca.c
m4/malloca.m4
m4/eealloc.m4
m4/longlong.m4

Depends-on:
alloca-opt
stdint
verify
xalloc-oversized

configure.ac:
gl_MALLOCA

Makefile.am:
lib_SOURCES += malloca.c

Include:
"malloca.h"

License:
LGPLv2+

Maintainer:
all