linux-yocto/fs/ceph
Dmitry Kandybka 42923c6e9c 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-10 15:57:34 +02:00
..
acl.c
addr.c ceph: remove the incorrect Fw reference check when dirtying pages 2024-10-17 15:11:19 +02:00
cache.c
cache.h
caps.c ceph: prevent use-after-free in encode_cap_msg() 2024-02-23 08:55:09 +01:00
ceph_frag.c
debugfs.c
dir.c
export.c
file.c ceph: fix possible integer overflow in ceph_zero_objects() 2025-07-10 15:57:34 +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-23 17:15:48 +01:00
mds_client.h
mdsmap.c
metric.c
metric.h
quota.c
snap.c
strings.c
super.c ceph: validate snapdirname option length when mounting 2025-01-09 13:28:36 +01:00
super.h
util.c
xattr.c