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>
Mon, 21 Jul 2014 16:59:05 +0000 (18:59 +0200)
commit60ac20d25ff061561fe2150a3197f894b36a0240
tree68bdd3ec98d2d997cda765b61918e4892fb96bde
parent78bc1108d5537400f7df7f79f1dc27084b53323c
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