acrn-kernel/fs/ntfs3
Su Hui 6a7a2d5a08 fs/ntfs3: Avoid possible memory leak
[ Upstream commit e4494770a5 ]

smatch warn:
fs/ntfs3/fslog.c:2172 last_log_lsn() warn: possible memory leak of 'page_bufs'
Jump to label 'out' to free 'page_bufs' and is more consistent with
other code.

Signed-off-by: Su Hui <suhui@nfschina.com>
Signed-off-by: Konstantin Komarov <almaz.alexandrovich@paragon-software.com>
Signed-off-by: Sasha Levin <sashal@kernel.org>
2023-11-08 14:10:59 +01:00
..
lib
Kconfig
Makefile
attrib.c fs/ntfs3: Fix NULL pointer dereference on error in attr_allocate_frame() 2023-11-08 14:10:59 +01:00
attrlist.c fs/ntfs3: Use kvmalloc instead of kmalloc(... __GFP_NOWARN) 2023-11-08 14:10:58 +01:00
bitfunc.c
bitmap.c fs/ntfs3: Use kvmalloc instead of kmalloc(... __GFP_NOWARN) 2023-11-08 14:10:58 +01:00
debug.h
dir.c fs/ntfs3: Fix directory element type detection 2023-11-08 14:10:59 +01:00
file.c
frecord.c fs/ntfs3: Fix possible NULL-ptr-deref in ni_readpage_cmpr() 2023-11-08 14:10:58 +01:00
fslog.c fs/ntfs3: Avoid possible memory leak 2023-11-08 14:10:59 +01:00
fsntfs.c
index.c
inode.c
lznt.c
namei.c
ntfs.h
ntfs_fs.h
record.c
run.c
super.c fs/ntfs3: Use kvmalloc instead of kmalloc(... __GFP_NOWARN) 2023-11-08 14:10:58 +01:00
upcase.c
xattr.c