• Al Viro's avatar
    path_openat(): fix double fput() · f15133df
    Al Viro authored
    path_openat() jumps to the wrong place after do_tmpfile() - it has
    already done path_cleanup() (as part of path_lookupat() called by
    do_tmpfile()), so doing that again can lead to double fput().
    
    Cc: stable@vger.kernel.org	# v3.11+
    Signed-off-by: default avatarAl Viro <viro@zeniv.linux.org.uk>
    f15133df
namei.c 113 KB