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:
4f73bc4
)
drivers/tty/serial/8250: use strlcpy instead of strcpy
author
Chen Gang
<gang.chen@asianux.com>
Sun, 20 Jan 2013 09:36:02 +0000
(17:36 +0800)
committer
Greg Kroah-Hartman
<gregkh@linuxfoundation.org>
Sun, 20 Jan 2013 23:50:36 +0000
(15:50 -0800)
The fields must be null-terminated, or next printk for %s, will cause issue.
Signed-off-by: Chen Gang <gang.chen@asianux.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
No differences found