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:
666547f
)
{compat_,}verify_iovec(): switch to generic copying of iovecs
author
Al Viro
<viro@zeniv.linux.org.uk>
Mon, 10 Nov 2014 03:33:45 +0000
(22:33 -0500)
committer
Al Viro
<viro@zeniv.linux.org.uk>
Wed, 19 Nov 2014 21:23:16 +0000
(16:23 -0500)
use {compat_,}rw_copy_check_uvector(). As the result, we are
guaranteed that all iovecs seen in ->msg_iov by ->sendmsg()
and ->recvmsg() will pass access_ok().
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
No differences found