Skip to content
Commit 08a6fac1 authored by Al Viro's avatar Al Viro
Browse files

[PATCH] get rid of leak in compat_execve()



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: default avatarAl Viro <viro@zeniv.linux.org.uk>
parent 5f719558
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment