fusermount, libfuse: send value as unsigned in "user_id=" and "group_id="
authorMiklos Szeredi <mszeredi@suse.cz>
Tue, 15 Jul 2014 14:03:12 +0000 (16:03 +0200)
committerMiklos Szeredi <mszeredi@suse.cz>
Tue, 15 Jul 2014 14:03:12 +0000 (16:03 +0200)
commit52f46cfa682e284835807bcd60086a71b4365e91
treee89aa72b22cd73da48b7c3d048640e454870b189
parent780d47bbea52f1760908653f131063229053896b
fusermount, libfuse: send value as unsigned in "user_id=" and "group_id="

...options.  Uids/gids larger than 2147483647 would result in EINVAL when
mounting the filesystem.  This also needs a fix in the kernel.
ChangeLog
lib/mount.c
util/fusermount.c