linux-kernelorg-stable/fs/ubifs
pangliyuan bdb0ca39e0 ubifs: skip dumping tnc tree when zroot is null
Clearing slab cache will free all znode in memory and make
c->zroot.znode = NULL, then dumping tnc tree will access
c->zroot.znode which cause null pointer dereference.

Link: https://bugzilla.kernel.org/show_bug.cgi?id=219624#c0
Fixes: 1e51764a3c ("UBIFS: add new flash file system")
Signed-off-by: pangliyuan <pangliyuan1@huawei.com>
Reviewed-by: Zhihao Cheng <chengzhihao1@huawei.com>
Signed-off-by: Richard Weinberger <richard@nod.at>
2025-01-18 15:31:35 +01:00
..
Kconfig
Makefile
auth.c
budget.c
commit.c
compress.c
crypto.c
debug.c ubifs: skip dumping tnc tree when zroot is null 2025-01-18 15:31:35 +01:00
debug.h
dir.c
file.c
find.c
gc.c
io.c
ioctl.c ubifs: remove unused ioctl flags GETFLAGS/SETFLAGS 2024-11-14 17:56:13 +01:00
journal.c ubifs: Fix uninitialized use of err in ubifs_jnl_write_inode() 2024-11-15 17:45:25 +01:00
key.h
log.c
lprops.c
lpt.c
lpt_commit.c ubifs: dump_lpt_leb: remove return at end of void function 2025-01-18 15:26:40 +01:00
master.c
misc.c
misc.h
orphan.c ubifs: Display the inode number when orphan twice happens 2024-11-14 17:49:31 +01:00
recovery.c
replay.c
sb.c
scan.c
shrinker.c
super.c This pull request contains updates for JFFS2, UBI and UBIFS: 2024-11-30 10:32:47 -08:00
sysfs.c
tnc.c ubifs: Remove ineffective function ubifs_evict_xattr_inode() 2024-11-14 17:33:11 +01:00
tnc_commit.c ubifs: authentication: Fix use-after-free in ubifs_tnc_end_commit 2024-11-14 19:46:58 +01:00
tnc_misc.c
ubifs-media.h
ubifs.h ubifs: Remove ineffective function ubifs_evict_xattr_inode() 2024-11-14 17:33:11 +01:00
xattr.c ubifs: xattr: remove unused anonymous enum 2024-11-14 19:30:26 +01:00