Skip to content
  • Moritz Grimm's avatar
    Strip xalloc to something much simpler · ab268e96
    Moritz Grimm authored
    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().
    ab268e96