aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorGravatar Miklos Szeredi <mszeredi@suse.cz>2013-02-07 14:59:28 +0100
committerGravatar Miklos Szeredi <mszeredi@suse.cz>2013-02-07 14:59:28 +0100
commit1bea285a3a586c97597b1f690f14051ff63f3f0b (patch)
treecee75e141538bbdb7cd74557c14b26d1cfb8f69b /ChangeLog
parent74f9acbd18c55708698831b4cfb980c262ee91ee (diff)
libfuse-fix-fs-cleanup
This fixes a segmentation fault if command-line option parsing fails during initialization. Reported by Eric Wong
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 83438b1..eeb4db6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -5,6 +5,8 @@
* libfuse: add poll_events to fuse_file_info. Patch by Enke Chen
+ * libfuse: fix fs cleanup. Reported by Eric Wong
+
2013-02-06 Miklos Szeredi <miklos@szeredi.hu>
* libfuse: set close-on-exec flag on pipe file descriptors. Patch