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:
a535a9f
)
Input: cyapa - off by one in cyapa_update_fw_store()
author
Dan Carpenter
<dan.carpenter@oracle.com>
Thu, 22 Jan 2015 16:20:16 +0000
(08:20 -0800)
committer
Dmitry Torokhov
<dmitry.torokhov@gmail.com>
Thu, 22 Jan 2015 16:23:15 +0000
(08:23 -0800)
If "(count == NAME_MAX)" then we could end up putting the NUL terminator
one space beyond the end of the fw_name[] array.
Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
No differences found