boot: Use xmalloc
authorJan Janssen <medhefgo@web.de>
Sat, 28 May 2022 17:36:21 +0000 (19:36 +0200)
committerJan Janssen <medhefgo@web.de>
Thu, 9 Jun 2022 10:50:13 +0000 (12:50 +0200)
commit0af26643d09bab0a886986c65d42408c8bc00853
tree4d559a2e3e7b2c1031d50c0d30262c556e845a10
parent9148312fab2cb67c7716c228886f6615beb3b6a7
boot: Use xmalloc

This drops the unused xnew0 and xallocate_zero_pool as there is only two
users of it. _cleanup_freepool_ will be phased out once the types in the
declarations are changed/renamed.
src/boot/efi/boot.c
src/boot/efi/cpio.c
src/boot/efi/efi-string.c
src/boot/efi/initrd.c
src/boot/efi/measure.c
src/boot/efi/pe.c
src/boot/efi/random-seed.c
src/boot/efi/stub.c
src/boot/efi/util.c
src/boot/efi/util.h
src/boot/efi/xbootldr.c