]> git.ipfire.org Git - thirdparty/libvirt.git/commit
Add missing check for OOM when building boot menu args
authorDaniel P. Berrange <berrange@redhat.com>
Mon, 23 Sep 2013 14:11:19 +0000 (15:11 +0100)
committerDaniel P. Berrange <berrange@redhat.com>
Tue, 24 Sep 2013 15:58:23 +0000 (16:58 +0100)
commita4b0c75ce8e221ace1eba61fe0f722dbb0a95671
tree3be041d5631682304d877a38b6ba1aa589ab782e
parentde87497fd109eea625cfd657fb3d68200290f09a
Add missing check for OOM when building boot menu args

When building boot menu args, if OOM occurred the CLI args
would end up containing  'order=(null)' due to a missing
call to 'virBufferError'.

Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
src/qemu/qemu_command.c