1
0
mirror of https://gitlab.xiph.org/xiph/ezstream.git synced 2024-06-02 06:01:10 +00:00
ezstream/compat
Moritz Grimm ab268e9616 Strip xalloc to something much simpler
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().
2015-04-22 23:38:19 +02:00
..
compat.h Strip xalloc to something much simpler 2015-04-22 23:38:19 +02:00
getopt.c Untangle compatibility code 2015-02-27 22:42:51 +01:00
Makefile.am Strip xalloc to something much simpler 2015-04-22 23:38:19 +02:00
reallocarray.c Strip xalloc to something much simpler 2015-04-22 23:38:19 +02:00
strlcat.c Update to latest strlcat.c 2015-03-03 00:29:47 +01:00
strlcpy.c Untangle compatibility code 2015-02-27 22:42:51 +01:00
strtonum.c Untangle compatibility code 2015-02-27 22:42:51 +01:00