Ubuntu-focal-kernel/fs/gfs2
Andreas Gruenbacher 05d0dcb8c7 gfs2: setattr_chown: Add missing initialization
BugLink: https://bugs.launchpad.net/bugs/2080595

[ Upstream commit 2d8d7990619878a848b1d916c2f936d3012ee17d ]

Add a missing initialization of variable ap in setattr_chown().
Without, chown() may be able to bypass quotas.

Signed-off-by: Andreas Gruenbacher <agruenba@redhat.com>
Signed-off-by: Sasha Levin <sashal@kernel.org>
Signed-off-by: Koichiro Den <koichiro.den@canonical.com>
Signed-off-by: Stefan Bader <stefan.bader@canonical.com>
2024-09-27 10:50:24 +02:00
..
Kconfig
Makefile
acl.c
acl.h
aops.c treewide: Remove uninitialized_var() usage 2023-08-09 12:25:41 +02:00
aops.h
bmap.c gfs2: Fix invalid metadata access in punch_hole 2024-07-05 10:51:52 +02:00
bmap.h
dentry.c
dir.c
dir.h
export.c
file.c
gfs2.h
glock.c gfs2: Fix potential glock use-after-free on unmount 2024-08-28 12:09:04 +02:00
glock.h gfs2: Fix potential glock use-after-free on unmount 2024-08-28 12:09:04 +02:00
glops.c gfs2: Fix inode height consistency check 2023-08-09 12:25:29 +02:00
glops.h
incore.h gfs2: Fix potential glock use-after-free on unmount 2024-08-28 12:09:04 +02:00
inode.c gfs2: setattr_chown: Add missing initialization 2024-09-27 10:50:24 +02:00
inode.h
lock_dlm.c gfs2: Fix potential glock use-after-free on unmount 2024-08-28 12:09:04 +02:00
log.c
log.h
lops.c treewide: Remove uninitialized_var() usage 2023-08-09 12:25:41 +02:00
lops.h
main.c
meta_io.c
meta_io.h
ops_fstype.c gfs2: Fix potential glock use-after-free on unmount 2024-08-28 12:09:04 +02:00
quota.c gfs2: ignore negated quota changes 2024-02-02 14:13:08 +01:00
quota.h
recovery.c
recovery.h
rgrp.c gfs2: Fix kernel NULL pointer dereference in gfs2_rgrp_dump 2024-02-29 15:23:35 +01:00
rgrp.h
super.c gfs2: Fix potential glock use-after-free on unmount 2024-08-28 12:09:04 +02:00
super.h
sys.c
sys.h
trace_gfs2.h
trans.c
trans.h
util.c
util.h
xattr.c
xattr.h