From: Carolyn Wyborny Date: Wed, 2 Mar 2011 01:11:26 +0000 (+0000) Subject: igb: Fix strncpy calls to be safe per source code review tools X-Git-Tag: v2.6.39-rc1~468^2~170^2~21 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3b668a77bad7f03c3df28971760a3883a395ce55;p=pandora-kernel.git igb: Fix strncpy calls to be safe per source code review tools This fix changes the remaining calls to strncpy that have not yet been changed to use the "sizeof(buf) - 1" syntax rather than just a number for buffer size. Signed-off-by: Carolyn Wyborny Tested-by: Aaron Brown Signed-off-by: Jeff Kirsher --- Reading git-diff-tree failed