nuttx/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
Kconfig
Make.defs
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_alloc.c [fs][shmfs]:Avoid an integer overflow 2024-08-24 20:33:59 +08:00
shmfs.c fs/shmfs: Fix stat() system call for shmfs object 2024-02-02 09:12:18 -08:00
shmfs.h