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:
1281bc2
)
isdn: make sure strings are null terminated
author
Dan Carpenter
<dan.carpenter@oracle.com>
Thu, 24 Nov 2011 02:41:49 +0000
(
02:41
+0000)
committer
David S. Miller
<davem@davemloft.net>
Tue, 29 Nov 2011 23:39:36 +0000
(18:39 -0500)
These strings come from the user. We strcpy() them inside
cf_command() so we should check that they are NULL terminated and
return an error if not.
Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
No differences found