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:
78506f2
)
serial: mxs: fix buffer overflow
author
Wolfram Sang
<wsa@the-dreams.de>
Fri, 19 Apr 2013 19:12:17 +0000
(21:12 +0200)
committer
Greg Kroah-Hartman
<gregkh@linuxfoundation.org>
Mon, 22 Apr 2013 17:22:21 +0000
(10:22 -0700)
SMATCH correctly found an off-by-one error:
drivers/tty/serial/mxs-auart.c:889 auart_console_write() error: buffer overflow 'auart_port' 5 <= 5
Signed-off-by: Wolfram Sang <wsa@the-dreams.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
No differences found