From: Al Viro Date: Sat, 18 Aug 2012 02:42:36 +0000 (-0400) Subject: eventpoll: use-after-possible-free in epoll_create1() X-Git-Tag: v3.6-rc3~7^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=98022748f6c7bce85b9f123fd4d1a621219dd8d9;p=pandora-kernel.git 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: Al Viro --- Reading git-diff-tree failed