Skip to content
Commit 9b4f526c authored by Al Viro's avatar Al Viro
Browse files

[PATCH] proc_readfd_common() race fix



Since we drop the rcu_read_lock inside the loop, we can't assume
that files->fdt will remain unchanged (and not freed) between
iterations.

Signed-off-by: default avatarAl Viro <viro@zeniv.linux.org.uk>
parent ed152437
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