mirror of
https://https.git.savannah.gnu.org/git/gnulib.git
synced 2026-06-15 15:25:49 +00:00
e94aad0ca4
Problem reported by Vivien Kraus in: https://lists.gnu.org/r/bug-gnulib/2025-07/msg00073.html This module never caught on. * lib/safe-alloc.h (REALLOC_N): Remove. * modules/safe-alloc: Now obsolete. * tests/test-safe-alloc.c (main): Remove REALLOC_N test.
34 lines
380 B
Plaintext
34 lines
380 B
Plaintext
Description:
|
|
A set of macros to make calls to alloc/calloc/realloc safer.
|
|
|
|
Status:
|
|
obsolete
|
|
|
|
Notice:
|
|
This module is obsolete.
|
|
|
|
Files:
|
|
lib/safe-alloc.h
|
|
lib/safe-alloc.c
|
|
m4/safe-alloc.m4
|
|
|
|
Depends-on:
|
|
calloc-gnu
|
|
extern-inline
|
|
reallocarray
|
|
|
|
configure.ac:
|
|
gl_SAFE_ALLOC
|
|
|
|
Makefile.am:
|
|
lib_SOURCES += safe-alloc.c
|
|
|
|
Include:
|
|
"safe-alloc.h"
|
|
|
|
License:
|
|
LGPLv2+
|
|
|
|
Maintainer:
|
|
David Lutterkort
|