linux-stable/net/9p
Dominique Martinet 18280c1260 9p: clear dangling pointers in p9stat_free
[ Upstream commit 62e3941776 ]

p9stat_free is more of a cleanup function than a 'free' function as it
only frees the content of the struct; there are chances of use-after-free
if it is improperly used (e.g. p9stat_free called twice as it used to be
possible to)

Clearing dangling pointers makes the function idempotent and safer to use.

Link: http://lkml.kernel.org/r/1535410108-20650-2-git-send-email-asmadeus@codewreck.org
Signed-off-by: Dominique Martinet <dominique.martinet@cea.fr>
Reported-by: syzbot+d4252148d198410b864f@syzkaller.appspotmail.com
Signed-off-by: Sasha Levin <sashal@kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2018-11-21 09:24:04 +01:00
..
client.c net/9p/client.c: version pointer uninitialized 2018-09-09 19:55:55 +02:00
error.c hlist: drop the node parameter from iterators 2013-02-27 19:10:24 -08:00
Kconfig xen/9pfs: select CONFIG_XEN_XENBUS_FRONTEND 2017-05-02 11:14:36 +02:00
Makefile License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
mod.c
protocol.c 9p: clear dangling pointers in p9stat_free 2018-11-21 09:24:04 +01:00
protocol.h
trans_common.c net/9p: remove (now-)unused helpers 2015-04-11 22:28:29 -04:00
trans_common.h net/9p: remove (now-)unused helpers 2015-04-11 22:28:29 -04:00
trans_fd.c net/9p/trans_fd.c: fix race by holding the lock 2018-09-15 09:45:29 +02:00
trans_rdma.c 9p: fix multiple NULL-pointer-dereferences 2018-09-09 19:55:55 +02:00
trans_virtio.c net/9p: fix error path of p9_virtio_probe 2018-09-15 09:45:29 +02:00
trans_xen.c 9p: fix multiple NULL-pointer-dereferences 2018-09-09 19:55:55 +02:00
util.c net/9p: convert to idr_alloc() 2013-02-27 19:10:20 -08:00