]> bbs.cooldavid.org Git - jme.git/commit - jme.c
Sweep additional floors of strcpy in .get_drvinfo routines
authorRick Jones <rick.jones2@hp.com>
Wed, 9 Nov 2011 09:58:07 +0000 (09:58 +0000)
committerGuo-Fu Tseng <cooldavid@cooldavid.org>
Wed, 22 Feb 2012 18:17:37 +0000 (02:17 +0800)
commit3f88967ddd0e406e7816912b1fca03867c3bf1b8
treed43049b196ee4119ced432aa5529e7d112a940e7
parent0da918aaf383d552992c6389601956ef1ddb9d05
Sweep additional floors of strcpy in .get_drvinfo routines

Perform another round of floor sweeping, converting the .get_drvinfo
routines of additional drivers from strcpy to strlcpy along with
some conversion of sprintf to snprintf.

Signed-off-by: Rick Jones <rick.jones2@hp.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
jme.c