[uml-devel] [PATCH] um,ethertap: use strncpy

2014-08-27 Thread Alan
I can't prove the case pointed out in https://bugzilla.kernel.org/show_bug.cgi?id=82341 is correct so let us play safe. Signed-off-by: Alan Cox --- arch/um/os-Linux/drivers/ethertap_user.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/um/os-Linux/drivers/ethertap_us

Re: [uml-devel] [PATCH] um,ethertap: use strncpy

2014-08-27 Thread Geert Uytterhoeven
On Wed, Aug 27, 2014 at 5:28 PM, Alan wrote: > I can't prove the case pointed out in > https://bugzilla.kernel.org/show_bug.cgi?id=82341 > is correct so let us play safe. > > Signed-off-by: Alan Cox > --- > arch/um/os-Linux/drivers/ethertap_user.c |2 +- > 1 file changed, 1 insertion(+), 1 d