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:
b2a3ad9
)
cifs: writing past end of struct in cifs_convert_address()
author
Dan Carpenter
<dan.carpenter@oracle.com>
Thu, 1 Mar 2012 07:06:52 +0000
(10:06 +0300)
committer
Steve French
<sfrench@us.ibm.com>
Sat, 31 Mar 2012 22:32:18 +0000
(17:32 -0500)
"s6->sin6_scope_id" is an int bits but strict_strtoul() writes a long
so this can corrupt memory on 64 bit systems.
Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Reviewed-by: Jeff Layton <jlayton@redhat.com>
Signed-off-by: Steve French <sfrench@us.ibm.com>
No differences found