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

eventpoll: use-after-possible-free in epoll_create1()



As soon as we'd installed the file into descriptor table, it can
get closed by another thread.  Freeing ep in process...

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