]> git.ipfire.org Git - thirdparty/libvirt.git/commit
Fix crash in LXC driver open method when URI has no path
authorDaniel P. Berrange <berrange@redhat.com>
Thu, 11 Feb 2010 15:00:25 +0000 (15:00 +0000)
committerDaniel P. Berrange <berrange@redhat.com>
Fri, 12 Feb 2010 17:25:19 +0000 (17:25 +0000)
commit658341189beed7ef87974bbd4fd8d2b49d9b22b9
tree8ba804e77e20c7e4414df9d0a01eba5aeb6c76e4
parent823a684f8d0495bd5e7b413e1a81fd5a600abef7
Fix crash in LXC driver open method when URI has no path

If giving a lxc://  URI instead of lxc:/// the open method
would crash ona NULL pointer

* src/lxc/lxc_driver.c: Cope with a NULL URI path
src/lxc/lxc_driver.c