Files
android_kernel_xiaomi_sm8450/drivers/net/ethernet/sfc
Ben Hutchings a4ed2d4cd9 sfc: Use strlcpy() to copy ethtool stats names
Fix CID 113703 in the Coverity report on Linux.

ethtool stats names are limited to 32 bytes including a null
terminator.  Use strlcpy() to ensure that we will always include the
null terminator even if a source string becomes longer than this.

Signed-off-by: Ben Hutchings <bhutchings@solarflare.com>
2012-07-17 16:12:32 +01:00
..
2012-02-22 20:48:38 +00:00
2012-02-16 00:11:30 +00:00
2012-02-22 20:48:38 +00:00
2012-03-06 18:14:16 +00:00
2012-07-17 16:12:30 +01:00
2012-07-17 16:12:31 +01:00