Re: [PATCH] net: ethernet: ti: cpmac.c: Cleaning up missing null-terminate after strncpy call

2014-08-11 Thread David Miller
From: Rickard Strandqvist Date: Sun, 10 Aug 2014 01:41:47 +0200 > Added a guaranteed null-terminate after call to strncpy. > > Signed-off-by: Rickard Strandqvist Applied. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kerne

[PATCH] net: ethernet: ti: cpmac.c: Cleaning up missing null-terminate after strncpy call

2014-08-09 Thread Rickard Strandqvist
Added a guaranteed null-terminate after call to strncpy. Signed-off-by: Rickard Strandqvist --- drivers/net/ethernet/ti/cpmac.c |1 + 1 file changed, 1 insertion(+) diff --git a/drivers/net/ethernet/ti/cpmac.c b/drivers/net/ethernet/ti/cpmac.c index 7399a52..ad268a3 100644 --- a/drivers/net