]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit0e033718050aa0051adfb39123354e33ed7f2f1d
tree4e9f453d5fc67784c8c4644da5523d388fa49011
parent3aa0614d3524720bc1f86ca975997289f6c85e50
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: 7e4769cf8931 ("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