Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
isofs: handle large user and group ID
If uid or gid of mount options is larger than INT_MAX, isofs_fill_super will return -EINVAL. The problem can be encountered by a domain user or reproduced via: mount -o loop,uid=2147483648 ubuntu-16.04.6-server-amd64.iso /mnt This can be fixed as commit 233a01f ("fuse: handle large user and group ID"). Link: https://lore.kernel.org/r/[email protected] Reviewed-by: Robbie Ko <[email protected]> Reviewed-by: Chung-Chiang Cheng <[email protected]> Signed-off-by: BingJing Chang <[email protected]> Signed-off-by: Jan Kara <[email protected]>
- Loading branch information