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:
9434266
)
isdnloop: use strlcpy() instead of strcpy()
author
Dan Carpenter
<dan.carpenter@oracle.com>
Thu, 14 Nov 2013 08:21:10 +0000
(11:21 +0300)
committer
David S. Miller
<davem@davemloft.net>
Thu, 14 Nov 2013 21:50:20 +0000
(16:50 -0500)
These strings come from a copy_from_user() and there is no way to be
sure they are NUL terminated.
Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
No differences found