aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorMiklos Szeredi <mszeredi@suse.cz>2014-07-15 16:03:12 +0200
committerMiklos Szeredi <mszeredi@suse.cz>2014-07-21 18:59:05 +0200
commit60ac20d25ff061561fe2150a3197f894b36a0240 (patch)
tree68bdd3ec98d2d997cda765b61918e4892fb96bde /ChangeLog
parent78bc1108d5537400f7df7f79f1dc27084b53323c (diff)
downloadandroid_external_fuse-60ac20d25ff061561fe2150a3197f894b36a0240.tar.gz
android_external_fuse-60ac20d25ff061561fe2150a3197f894b36a0240.tar.bz2
android_external_fuse-60ac20d25ff061561fe2150a3197f894b36a0240.zip
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.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 1b71fd4..f4657a0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2014-07-15 Miklos Szeredi <miklos@szeredi.hu>
+
+ * 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.
+
2013-08-26 Miklos Szeredi <miklos@szeredi.hu>
* libfuse: Add missing includes. This allows compiling fuse with