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:
5f71955
)
[PATCH] get rid of leak in compat_execve()
author
Al Viro
<viro@zeniv.linux.org.uk>
Sat, 10 May 2008 20:38:25 +0000
(16:38 -0400)
committer
Al Viro
<viro@zeniv.linux.org.uk>
Fri, 16 May 2008 21:23:05 +0000
(17:23 -0400)
Even though copy_compat_strings() doesn't cache the pages,
copy_strings_kernel() and stuff indirectly called by e.g.
->load_binary() is doing that, so we need to drop the
cache contents in the end.
[found by WANG Cong <wangcong@zeuux.org>]
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
No differences found