Re: [lxc-devel] [PATCH] Do not use strlen() on non-null terminated buffer

2015-09-08 Thread Serge Hallyn
Quoting Christian Brauner (christianvanbrau...@gmail.com): > Signed-off-by: Christian Brauner Thanks, Christian. Acked-by: Serge E. Hallyn > --- > src/lxc/lxccontainer.c | 31 +-- > 1 file changed, 17

Re: [lxc-devel] [PATCH] Do not use strlen() on non-null terminated buffer

2015-09-07 Thread Christian Brauner
On Tue, Sep 08, 2015 at 02:36:20AM +, Serge Hallyn wrote: > Quoting Christian Brauner (christianvanbrau...@gmail.com): > > Signed-off-by: Christian Brauner > > Thanks, this looks good, but I'd like to give it another > look with a fresh pair of eyes in the

Re: [lxc-devel] [PATCH] Do not use strlen() on non-null terminated buffer

2015-09-07 Thread Serge Hallyn
Quoting Christian Brauner (christianvanbrau...@gmail.com): > Signed-off-by: Christian Brauner Thanks, this looks good, but I'd like to give it another look with a fresh pair of eyes in the morning. (and maybe write a testcase) > --- > src/lxc/lxccontainer.c | 31

[lxc-devel] [PATCH] Do not use strlen() on non-null terminated buffer

2015-09-07 Thread Christian Brauner
Signed-off-by: Christian Brauner --- src/lxc/lxccontainer.c | 31 +-- 1 file changed, 17 insertions(+), 14 deletions(-) diff --git a/src/lxc/lxccontainer.c b/src/lxc/lxccontainer.c index 932d658..fb99892 100644 ---

[lxc-devel] [PATCH] Do not use strlen() on non-null terminated buffer

2015-09-07 Thread Christian Brauner
Serge, you should add a Suggested-by line if you want to. Christian Brauner (1): Do not use strlen() on non-null terminated buffer src/lxc/lxccontainer.c | 31 +-- 1 file changed, 17 insertions(+), 14 deletions(-) -- 2.5.1