]> git.ipfire.org Git - thirdparty/libvirt.git/commit
util: iohelper: Don't handle OOM from posix_memalign
authorPeter Krempa <pkrempa@redhat.com>
Tue, 23 Feb 2021 16:15:08 +0000 (17:15 +0100)
committerPeter Krempa <pkrempa@redhat.com>
Tue, 2 Mar 2021 08:50:19 +0000 (09:50 +0100)
commitdda78f0b624c1d26e61883dc4132df803abe76fb
tree629617c115b7b30717d7397963dad279a3526dd5
parentcc622f55481246cfa746b835095b68c9a9bbe6a9
util: iohelper: Don't handle OOM from posix_memalign

Similarly to other allocation calls abort() on failure.

Signed-off-by: Peter Krempa <pkrempa@redhat.com>
Reviewed-by: Laine Stump <laine@redhat.com>
src/util/iohelper.c