From eca08beaf5a7b4121da27c2a927a6ecbb08a74bf Mon Sep 17 00:00:00 2001 From: Miklos Szeredi Date: Tue, 5 Feb 2013 13:36:06 +0100 Subject: 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 --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index c4268b2..247cd29 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2013-02-05 Miklos Szeredi + + * libfuse: fix fuse_get_context() in non fuse threads. Reported + by Michael Berlin + 2013-02-04 Miklos Szeredi * libfuse: fix crash in unlock_path(). Patch by Ratna Manoj -- cgit v1.2.3