linux-yocto/fs/ceph
Dmitry Kandybka 12a7802d4c ceph: fix possible integer overflow in ceph_zero_objects()
[ Upstream commit 0abd87942e ]

In 'ceph_zero_objects', promote 'object_size' to 'u64' to avoid possible
integer overflow.

Compile tested only.

Found by Linux Verification Center (linuxtesting.org) with SVACE.

Signed-off-by: Dmitry Kandybka <d.kandybka@gmail.com>
Reviewed-by: Viacheslav Dubeyko <Slava.Dubeyko@ibm.com>
Signed-off-by: Ilya Dryomov <idryomov@gmail.com>
Signed-off-by: Sasha Levin <sashal@kernel.org>
2025-07-06 10:57:56 +02:00
..
acl.c
addr.c ceph: fix cap ref leak via netfs init_request 2024-10-17 15:22:02 +02:00
cache.c
cache.h
caps.c ceph: prevent use-after-free in encode_cap_msg() 2024-02-23 09:12:46 +01:00
ceph_frag.c
debugfs.c
dir.c
export.c
file.c ceph: fix possible integer overflow in ceph_zero_objects() 2025-07-06 10:57:56 +02:00
inode.c
io.c
io.h
ioctl.c
ioctl.h
Kconfig
locks.c
Makefile
mds_client.c ceph: give up on paths longer than PATH_MAX 2025-01-17 13:34:36 +01:00
mds_client.h
mdsmap.c ceph: switch to corrected encoding of max_xattr_size in mdsmap 2024-03-15 10:48:13 -04:00
metric.c
metric.h
quota.c ceph: fix invalid pointer access if get_quota_realm return ERR_PTR 2024-02-05 20:12:59 +00:00
snap.c
strings.c
super.c ceph: set superblock s_magic for IMA fsmagic matching 2025-06-27 11:07:28 +01:00
super.h
util.c
xattr.c