]> bbs.cooldavid.org Git - jme.git/commit
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>
Fri, 24 Feb 2012 02:45:50 +0000 (10:45 +0800)
commitc0e7819373b51a44fbfa26e55ee9085d73580a4f
tree92cf42130ef590c157f69d2f1127c2382f9a7e5b
parenta2f95d8127f356665e029b054b27a51698b2b6de
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