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:
c00b685
)
batman-adv: Directly check read of icmp packet in copy_from_user
author
Sven Eckelmann
<sven@narfation.org>
Sat, 10 Dec 2011 14:28:35 +0000
(15:28 +0100)
committer
Marek Lindner
<lindner_marek@yahoo.de>
Mon, 12 Dec 2011 11:11:06 +0000
(19:11 +0800)
The access_ok read check can be directly done in copy_from_user since a failure
of access_ok is handled the same way as an error in __copy_from_user.
Signed-off-by: Sven Eckelmann <sven@narfation.org>
Signed-off-by: Marek Lindner <lindner_marek@yahoo.de>
No differences found