git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7b3d8bf
)
fuse: handle large user and group ID
author
Miklos Szeredi
<mszeredi@suse.cz>
Mon, 7 Jul 2014 13:28:51 +0000
(15:28 +0200)
committer
Miklos Szeredi
<mszeredi@suse.cz>
Mon, 7 Jul 2014 13:28:51 +0000
(15:28 +0200)
If the number in "user_id=N" or "group_id=N" mount options was larger than
INT_MAX then fuse returned EINVAL.
Fix this to handle all valid uid/gid values.
Signed-off-by: Miklos Szeredi <mszeredi@suse.cz>
Cc: stable@vger.kernel.org
fs/fuse/inode.c
patch
|
blob
|
history
diff --cc
fs/fuse/inode.c
Simple merge