mirror of
https://git.savannah.gnu.org/git/tar.git
synced 2026-09-20 15:14:14 +00:00
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.
This commit is contained in:
@@ -18,7 +18,6 @@
|
||||
# You should have received a copy of the GNU General Public License
|
||||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
alloca
|
||||
areadlinkat-with-size
|
||||
argmatch
|
||||
argp
|
||||
|
||||
Reference in New Issue
Block a user