From: Anton Tikhomirov Date: Thu, 23 Feb 2012 06:38:46 +0000 (+0900) Subject: usb: dwc3: use proper function for setting endpoint name X-Git-Tag: v3.4-rc1~184^2~22^2~35^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=27a78d6a283d6782438f72306746afe4bf44c215;p=pandora-kernel.git usb: dwc3: use proper function for setting endpoint name It's wrong to use the size of array as an argument for strncat. Memory corruption is possible. strlcat is exactly what we need here. Cc: stable@vger.kernel.org Signed-off-by: Anton Tikhomirov Signed-off-by: Felipe Balbi --- Reading git-diff-tree failed