]> git.ipfire.org Git - thirdparty/libvirt.git/commit
lxc: avoid NULL dereference upon getmntent failure
authorJim Meyering <meyering@redhat.com>
Wed, 2 Sep 2009 07:58:50 +0000 (09:58 +0200)
committerJim Meyering <meyering@redhat.com>
Thu, 3 Sep 2009 16:04:23 +0000 (18:04 +0200)
commite4ac19a87a5ca4fbdcc51780ca4b8866c1690baa
treeeea86cf853bef82057e475978580b01c345f0796
parentcff257f584345ad6eee3c2d26672c3c314e06399
lxc: avoid NULL dereference upon getmntent failure

* src/lxc_container.c (lxcContainerUnmountOldFS): Don't pass
a NULL pointer to qsort.
src/lxc_container.c