Re: [lxc-devel] [PATCH] don't truncate environment sometimes in setproctitle

2015-11-16 Thread Tycho Andersen
On Mon, Nov 16, 2015 at 02:49:56PM -0700, Tycho Andersen wrote: > Instead, let's just allocate new space for the proctitle to live and point > the kernel at that. > > Signed-off-by: Tycho Andersen > --- > src/lxc/lxccontainer.c | 2 +- > src/lxc/utils.c| 29 +

[lxc-devel] [PATCH] don't truncate environment sometimes in setproctitle

2015-11-16 Thread Tycho Andersen
Instead, let's just allocate new space for the proctitle to live and point the kernel at that. Signed-off-by: Tycho Andersen --- src/lxc/lxccontainer.c | 2 +- src/lxc/utils.c| 29 + 2 files changed, 10 insertions(+), 21 deletions(-) diff --git a/src/lxc/lxc