diff options
author | Konstantin Khlebnikov <koct9i@gmail.com> | 2014-06-17 06:58:05 +0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2014-06-16 17:21:59 -1000 |
commit | ebe06187bf2aec10d537ce4595e416035367d703 (patch) | |
tree | a428632381694d7de07944ea5398df4dfb20f0e1 /lib/flex_proportions.c | |
parent | 68986c9f0f4552c34c248501eb0c690553866d6e (diff) | |
download | blackbird-op-linux-ebe06187bf2aec10d537ce4595e416035367d703.tar.gz blackbird-op-linux-ebe06187bf2aec10d537ce4595e416035367d703.zip |
epoll: fix use-after-free in eventpoll_release_file
This fixes use-after-free of epi->fllink.next inside list loop macro.
This loop actually releases elements in the body. The list is
rcu-protected but here we cannot hold rcu_read_lock because we need to
lock mutex inside.
The obvious solution is to use list_for_each_entry_safe(). RCU-ness
isn't essential because nobody can change this list under us, it's final
fput for this file.
The bug was introduced by ae10b2b4eb01 ("epoll: optimize EPOLL_CTL_DEL
using rcu")
Signed-off-by: Konstantin Khlebnikov <koct9i@gmail.com>
Reported-by: Cyrill Gorcunov <gorcunov@openvz.org>
Cc: Stable <stable@vger.kernel.org> # 3.13+
Cc: Sasha Levin <sasha.levin@oracle.com>
Cc: Jason Baron <jbaron@akamai.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'lib/flex_proportions.c')
0 files changed, 0 insertions, 0 deletions