Skip to content
Snippets Groups Projects
Commit be5583f5 authored by Renaud Lottiaux's avatar Renaud Lottiaux Committed by Greg Kroah-Hartman
Browse files

bsdacct: fix access to invalid filp in acct_on()


commit df279ca8 upstream.

The file opened in acct_on and freshly stored in the ns->bacct struct can
be closed in acct_file_reopen by a concurrent call after we release
acct_lock and before we call mntput(file->f_path.mnt).

Record file->f_path.mnt in a local variable and use this variable only.

Signed-off-by: default avatarRenaud Lottiaux <renaud.lottiaux@kerlabs.com>
Signed-off-by: default avatarLouis Rilling <louis.rilling@kerlabs.com>
Cc: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
parent 57b70321
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment