]> git.ipfire.org Git - thirdparty/tar.git/commit
Stop using alloca
authorPaul Eggert <eggert@cs.ucla.edu>
Wed, 2 Aug 2023 15:41:12 +0000 (08:41 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Wed, 2 Aug 2023 16:02:33 +0000 (09:02 -0700)
commit8e5483577dcd4dcb7981a2863e42b820058d8371
treef57d7b3ced533f2e2592fa2d785ad11c8cc61611
parent9a30bb267430eb1b69151f947cf4613803182c61
Stop using alloca

* gnulib.modules: Remove alloca.
* src/create.c (dump_file0): Return address of any allocated
storage.  Caller changed to free it.  Use xmalloc instead
of alloca, to obtain this storage.
* src/list.c (from_header): Use quote_mem instead of quote,
removing the need to use alloca.
NEWS
gnulib.modules
src/create.c
src/list.c