git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8d62cd6
)
usb: dwc3: use proper function for setting endpoint name
author
Anton Tikhomirov
<av.tikhomirov@samsung.com>
Thu, 23 Feb 2012 06:38:46 +0000
(15:38 +0900)
committer
Felipe Balbi
<balbi@ti.com>
Fri, 2 Mar 2012 10:12:04 +0000
(12:12 +0200)
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 <av.tikhomirov@samsung.com>
Signed-off-by: Felipe Balbi <balbi@ti.com>
No differences found