From: Mark Rustad Date: Fri, 6 Jun 2014 01:57:06 +0000 (+0000) Subject: ixgbe: Change some uses of strncpy to strlcpy X-Git-Tag: omap-for-v3.17/fixes-against-rc2~149^2~92^2~12 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=339de30f5b40b08574a8ca53670d795f7dd1f8bb;p=pandora-kernel.git ixgbe: Change some uses of strncpy to strlcpy Change some uses of strncpy to use the more appropriate strlcpy when clearing is not needed to prevent information leakage. Also change some length arguments to use the preferred sizeof form. Signed-off-by: Mark Rustad Tested-by: Phil Schmitt Signed-off-by: Jeff Kirsher --- Reading git-diff-tree failed