Re: [lxc-devel] [PATCH 1/6] coverity: free malloc'ed memory in error case

2013-05-07 Thread Serge Hallyn
Thanks, Dwight. Acked-by: Serge E. Hallyn to the whole set. Quoting Dwight Engen (dwight.en...@oracle.com): > Signed-off-by: Dwight Engen > --- > src/lxc/bdev.c | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/src/lxc/bdev.c b/src/lxc/bdev.c > index 35351a9..1a611f9 100644 > --- a/

[lxc-devel] [PATCH 1/6] coverity: free malloc'ed memory in error case

2013-05-07 Thread Dwight Engen
Signed-off-by: Dwight Engen --- src/lxc/bdev.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/lxc/bdev.c b/src/lxc/bdev.c index 35351a9..1a611f9 100644 --- a/src/lxc/bdev.c +++ b/src/lxc/bdev.c @@ -1203,6 +1203,8 @@ static int overlayfs_clonepaths(struct bdev *orig, struct bdev *new,