]> git.ipfire.org Git - thirdparty/tar.git/commit
Use xalignalloc
authorPaul Eggert <eggert@cs.ucla.edu>
Fri, 2 Aug 2024 16:32:11 +0000 (09:32 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Sun, 4 Aug 2024 08:41:43 +0000 (01:41 -0700)
commitba332e36d0a308bf0fd34178928118598aff4a15
treeaaad30fc7b4f0fada388b23aeecaab215a070d31
parent61656ef35bc0879e7172cab976fdbbc231d7a3b5
Use xalignalloc

It ports around issues that our handwritten code does not.
* gnulib.modules: Add xalignalloc.
* src/misc.c (ptr_align, page_aligned_alloc): Remove.
All page_aligned_alloc callers changed to use xalignalloc.
gnulib.modules
src/buffer.c
src/common.h
src/compare.c
src/misc.c