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:
521cb40
)
kgdboc,kgdbts: strlen() doesn't count the terminator
author
Dan Carpenter
<error27@gmail.com>
Mon, 15 Mar 2010 12:28:00 +0000
(07:28 -0500)
committer
Jason Wessel
<jason.wessel@windriver.com>
Fri, 25 Mar 2011 21:37:30 +0000
(16:37 -0500)
This is an off by one because strlen() doesn't count the null
terminator. We strcpy() these strings into an array of size
MAX_CONFIG_LEN.
Signed-off-by: Dan Carpenter <error27@gmail.com>
Signed-off-by: Jason Wessel <jason.wessel@windriver.com>
No differences found