]> git.ipfire.org Git - thirdparty/libvirt.git/commit
viralloc: Report OOM error on failure
authorMichal Privoznik <mprivozn@redhat.com>
Fri, 7 Jun 2013 08:37:25 +0000 (10:37 +0200)
committerMichal Privoznik <mprivozn@redhat.com>
Wed, 10 Jul 2013 09:07:31 +0000 (11:07 +0200)
commit8290cbbc389c339b5a5ee603ed79d4c7389922ed
treea0f40d8dab2d57d15f985b51579dea684d37c186
parent1cdaebf2370c2c333581979ca2959095b6ed9f84
viralloc: Report OOM error on failure

Similarly to VIR_STRDUP, we want the OOM error to be reported in
VIR_ALLOC and friends.
20 files changed:
po/POTFILES.in
python/libvirt-override.c
src/conf/domain_conf.c
src/conf/network_conf.c
src/esx/esx_vi.c
src/lxc/lxc_process.c
src/security/security_manager.c
src/security/security_selinux.c
src/util/viralloc.c
src/util/viralloc.h
src/util/virbuffer.c
src/util/vircgroup.c
src/util/virerror.c
src/util/virlog.c
src/util/virpci.c
src/util/virthreadpthread.c
tests/commandhelper.c
tests/networkxml2conftest.c
tests/test_conf.c
tests/xmconfigtest.c