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:
201f99f
)
staging: ozwpan: prevent overflow in oz_cdev_write()
author
Dan Carpenter
<dan.carpenter@oracle.com>
Tue, 29 Oct 2013 19:07:47 +0000
(22:07 +0300)
committer
Linus Torvalds
<torvalds@linux-foundation.org>
Wed, 30 Oct 2013 19:24:49 +0000
(12:24 -0700)
We need to check "count" so we don't overflow the ei->data buffer.
Reported-by: Nico Golde <nico@ngolde.de>
Reported-by: Fabian Yamaguchi <fabs@goesec.de>
Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Cc: stable@kernel.org
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
No differences found