From 44088bc7fbe7c9234c090756dbf10742b1a281b1 Mon Sep 17 00:00:00 2001 From: Miklos Szeredi Date: Tue, 19 Mar 2013 17:16:14 +0100 Subject: libfuse: fix thread cancel race Exiting a worker my race with cancelling that same worker. This caused a segmenation fault. Reported and tested by Anatol Pomozov --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index a163bd4..3afa404 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2013-03-19 Miklos Szeredi + + * libfuse: fix thread cancel race. Exiting a worker my race with + cancelling that same worker. This caused a segmenation + fault. Reported and tested by Anatol Pomozov + 2013-02-04 Miklos Szeredi * libfuse: fix crash in unlock_path(). Patch by Ratna Manoj -- cgit v1.2.3