mirror of
https://gitlab.xiph.org/xiph/ezstream.git
synced 2024-11-03 04:17:18 -05:00
ab268e9616
The libxalloc was reincarnated long ago in a separate utility library. It did a good job help make ezstream have robust memory management years ago, but now it's time to move on and get back to basics. The replacement introduces reallocarray(), which is an overflow-checking alternative to both malloc (NULL ptr) and realloc(). |
||
---|---|---|
.. | ||
compat.h | ||
getopt.c | ||
Makefile.am | ||
reallocarray.c | ||
strlcat.c | ||
strlcpy.c | ||
strtonum.c |