Re: [libvirt] [PATCH] lxc: don't try to reference NULL when mounting filesystems

2016-08-22 Thread mxs kolo
> src/lxc/lxc_container.c | 3 +-- > 1 file changed, 1 insertion(+), 2 deletions(-) > > diff --git a/src/lxc/lxc_container.c b/src/lxc/lxc_container.c > index e1eb434..5357df4 100644 > --- a/src/lxc/lxc_container.c > +++ b/src/lxc/lxc_container.c > @@ -1627,8 +1627,7 @@ static int

Re: [libvirt] [PATCH] lxc: don't try to reference NULL when mounting filesystems

2016-08-15 Thread Peter Krempa
On Mon, Aug 15, 2016 at 12:38:30 +0100, Daniel Berrange wrote: > > > > > > would lead to lxcContainerMountAllFS calling STRPREFIX > on a NLL pointer because it failed to check if fs->src->path > was non-NULL. This is a regression caused by > > commit

[libvirt] [PATCH] lxc: don't try to reference NULL when mounting filesystems

2016-08-15 Thread Daniel P. Berrange
would lead to lxcContainerMountAllFS calling STRPREFIX on a NLL pointer because it failed to check if fs->src->path was non-NULL. This is a regression caused by commit da665fbd4858890fbb3bbf5da2a7b6ca37bb3220 Author: Olga Krishtal Date: Thu Jul