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

path_openat(): fix double fput()



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>
parent 766c4cbf
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