Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[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 <[email protected]>
- Loading branch information