]> git.ipfire.org Git - people/ms/u-boot.git/commit
USB-CDC: Replace 'strcpy' by 'strlcpy'
authorVitaly Kuzmichev <vkuzmichev@mvista.com>
Fri, 13 Aug 2010 13:00:45 +0000 (17:00 +0400)
committerRemy Bohmer <linux@bohmer.net>
Mon, 20 Sep 2010 19:57:17 +0000 (21:57 +0200)
commit2e12abe65410bcfa4c6058a8b81231d5d62a323c
tree0ce8e8ed3e93bd1f3db0757c7fe5445fc0945639
parent0129e327f424f61a9123de44c73fe1082adb3672
USB-CDC: Replace 'strcpy' by 'strlcpy'

Replace 'strcpy' by more safe 'strlcpy' that is implemented in ether.c

Signed-off-by: Vitaly Kuzmichev <vkuzmichev@mvista.com>
drivers/usb/gadget/ether.c