aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorGravatar Miklos Szeredi <mszeredi@suse.cz>2013-02-05 13:36:06 +0100
committerGravatar Miklos Szeredi <mszeredi@suse.cz>2013-02-05 13:36:06 +0100
commiteca08beaf5a7b4121da27c2a927a6ecbb08a74bf (patch)
tree5aee2b83578d489d3d7ac8d2e759ff5b1ba43894 /ChangeLog
parent95e1a99472b11560d98046fc2427788be0c14412 (diff)
libfuse: fix fuse_get_context() in non fuse threads
fuse_interrupted(), fuse_get_context(), etc... crashed in non-fuse threads. Instead return false, NULL or error depending on the function. Reported by Michael Berlin
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c4268b2..247cd29 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2013-02-05 Miklos Szeredi <miklos@szeredi.hu>
+
+ * libfuse: fix fuse_get_context() in non fuse threads. Reported
+ by Michael Berlin
+
2013-02-04 Miklos Szeredi <miklos@szeredi.hu>
* libfuse: fix crash in unlock_path(). Patch by Ratna Manoj