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

Peter Krempa pkrempa at redhat.com
Mon Aug 15 14:58:15 UTC 2016


On Mon, Aug 15, 2016 at 12:38:30 +0100, Daniel Berrange wrote:
>   <filesystem type='ram' accessmode='passthrough'>
>     <source usage='524288' units='KiB'/>
>     <target dir='/dev/shm'/>
>   </filesystem>
> 
> 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 <okrishtal at virtuozzo.com>
>   Date:   Thu Jul 14 16:52:38 2016 +0300
> 
>     filesystem: adds possibility to use storage pool as fs source
> 
>     Signed-off-by: Olga Krishtal <okrishtal at virtuozzo.com>
> 
> Signed-off-by: Daniel P. Berrange <berrange at redhat.com>
> ---
>  src/lxc/lxc_container.c | 3 +--
>  1 file changed, 1 insertion(+), 2 deletions(-)

ACK




More information about the libvir-list mailing list