net: mvpp2: Use strscpy to handle stat strings
authorMaxime Chevallier <maxime.chevallier@bootlin.com>
Thu, 6 Jun 2019 08:42:56 +0000 (10:42 +0200)
committerDavid S. Miller <davem@davemloft.net>
Thu, 6 Jun 2019 17:38:42 +0000 (10:38 -0700)
commitd37acd5aa99c57505b64913e0e2624ec3daed8c5
tree4e9f453d5fc67784c8c4644da5523d388fa49011
parent85cb928787eab6a2f4ca9d2a798b6f3bed53ced1
net: mvpp2: Use strscpy to handle stat strings

Use a safe strscpy call to copy the ethtool stat strings into the
relevant buffers, instead of a memcpy that will be accessing
out-of-bound data.

Fixes: 118d6298f6f0 ("net: mvpp2: add ethtool GOP statistics")
Signed-off-by: Maxime Chevallier <maxime.chevallier@bootlin.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/marvell/mvpp2/mvpp2_main.c