]> git.ipfire.org Git - thirdparty/libvirt.git/commit
vbox: avoid provoking assertions in VBoxSVC
authorJean-Baptiste Rouault <jean-baptiste.rouault@diateam.net>
Fri, 13 Apr 2012 13:04:14 +0000 (15:04 +0200)
committerEric Blake <eblake@redhat.com>
Tue, 17 Apr 2012 16:49:26 +0000 (10:49 -0600)
commit78345c68c9341afb8129b89b5041b95e5648ea2d
tree4cc421e5c3df22c0993510bcfa3133eeffc9158a
parent7adeac67e8d5c537639e25941124749fab003186
vbox: avoid provoking assertions in VBoxSVC

Passing a NULL pointer to IMachine::delete virtualbox API
causes VBoxSVC to raise an assertion. This patch passes
an empty array instead.
src/vbox/vbox_tmpl.c