Re: [lxc-devel] [patch] fix improper null termination

2010-01-31 Thread Daniel Lezcano
Ryousei Takano wrote: > Hi Daniel, > > This patch correctly terminates the string returned by readlink(2) with a > NULL charactor. Good catch. Thanks Ryousei. -- Daniel -- The Planet: dedicated and managed hosting,

[lxc-devel] [patch] fix improper null termination

2010-01-29 Thread Ryousei Takano
Hi Daniel, This patch correctly terminates the string returned by readlink(2) with a NULL charactor. Thanks, Ryousei --- src/lxc/start.c |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/lxc/start.c b/src/lxc/start.c index 032fdf6..684a700 100644 --- a/src/lxc/star