mirror of
https://github.com/torvalds/linux.git
synced 2024-11-24 05:02:12 +00:00
5a11d4d0ee
The autofs4_catatonic_mode() function accesses the wait queue without any locking but can be called at any time. This could lead to a possible double free of the name field of the wait and a double fput of the daemon communication pipe or an fput of a NULL file pointer. Signed-off-by: Ian Kent <raven@themaw.net> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org> |
||
---|---|---|
.. | ||
autofs_i.h | ||
expire.c | ||
init.c | ||
inode.c | ||
Makefile | ||
root.c | ||
symlink.c | ||
waitq.c |