Re: [PATCH] Documentation: laptops: freefall.c: Cleaning up missing null-terminate in conjunction with strncpy

2014-07-28 Thread Pavel Machek
On Sun 2014-07-27 16:03:44, Randy Dunlap wrote: > On 07/27/14 07:40, Rickard Strandqvist wrote: > > Added a guaranteed null-terminate after call to strncpy. > > > > Signed-off-by: Rickard Strandqvist > > --- > > Documentation/laptops/freefall.c |6 -- > > 1 file changed, 4 insertions(+),

Re: [PATCH] Documentation: laptops: freefall.c: Cleaning up missing null-terminate in conjunction with strncpy

2014-07-27 Thread Randy Dunlap
On 07/27/14 07:40, Rickard Strandqvist wrote: > Added a guaranteed null-terminate after call to strncpy. > > Signed-off-by: Rickard Strandqvist > --- > Documentation/laptops/freefall.c |6 -- > 1 file changed, 4 insertions(+), 2 deletions(-) > > diff --git a/Documentation/laptops/freefa

Re: [PATCH] Documentation: laptops: freefall.c: Cleaning up missing null-terminate in conjunction with strncpy

2014-07-27 Thread Pavel Machek
On Sun 2014-07-27 16:40:43, Rickard Strandqvist wrote: > Added a guaranteed null-terminate after call to strncpy. > > Signed-off-by: Rickard Strandqvist Acked-by: Pavel Machek -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.k

[PATCH] Documentation: laptops: freefall.c: Cleaning up missing null-terminate in conjunction with strncpy

2014-07-27 Thread Rickard Strandqvist
Added a guaranteed null-terminate after call to strncpy. Signed-off-by: Rickard Strandqvist --- Documentation/laptops/freefall.c |6 -- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Documentation/laptops/freefall.c b/Documentation/laptops/freefall.c index aab2ff0..113d004