walnux/fs/shm
pengyinjie 77205b353f [fs][shmfs]:Avoid an integer overflow
[Desc]:We need to check the parameter passed to the kmm_zalloc(size_t) function.
If it exceeds the limit of size_t, we need to return an error directly to avoid further errors.

Signed-off-by: pengyinjie <pengyinjie@xiaomi.com>
2024-08-24 20:33:59 +08:00
..
CMakeLists.txt fs/shmfs: Fix CONFIG_FS_SHM -> CONFIG_FS_SHMFS 2024-01-31 08:51:52 -08:00
Kconfig fs/shmfs: Fix CONFIG_FS_SHM -> CONFIG_FS_SHMFS 2024-01-31 08:51:52 -08:00
Make.defs fs/shm: Add initial implementation for posix shared memory 2023-01-18 11:01:20 +08:00
shm_open.c fs:notify add support for inotify 2024-08-22 01:50:37 +08:00
shm_unlink.c fs:notify add support for inotify 2024-08-22 01:50:37 +08:00
shmfs.c fs/shmfs: Fix stat() system call for shmfs object 2024-02-02 09:12:18 -08:00
shmfs.h fs: Add g_ prefix for all global file_operations instances 2023-04-24 16:13:29 +02:00
shmfs_alloc.c [fs][shmfs]:Avoid an integer overflow 2024-08-24 20:33:59 +08:00