aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorCsaba Henk <csaba.henk@creo.hu>2006-06-03 23:04:18 +0000
committerCsaba Henk <csaba.henk@creo.hu>2006-06-03 23:04:18 +0000
commitd021ce48ab5e32a1bf783b007cf656565d7eb6d8 (patch)
treec6b14269a30a0e1ad756f9fd18604140c5c5c8d6 /ChangeLog
parent4f5c7b45d55a074d238d1052e4a55485d91b5987 (diff)
downloadlibfuse-d021ce48ab5e32a1bf783b007cf656565d7eb6d8.tar.gz
fix emergency unmount in helper.c
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 041dfcb..d8369ec 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2006-06-04 Csaba Henk <csaba.henk@creo.hu>
+
+ * lib: fix emergency umount in helper.c when malloc fails.
+ (The way it was done would end up in a segfault.)
+
2006-06-01 Csaba Henk <csaba.henk@creo.hu>
* lib: adjust threading related compiler flags.