aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog.rst
diff options
context:
space:
mode:
authorNikolaus Rath <Nikolaus@rath.org>2017-07-12 16:43:23 +0200
committerNikolaus Rath <Nikolaus@rath.org>2017-07-12 16:45:17 +0200
commit82766d1093daccc933bfcdae44d3634db61806fe (patch)
tree1af965563e394eb5d08fc7c27576c500e9dc5a7c /ChangeLog.rst
parent6f6491cd1362e00c353d1edc918ba187c4427411 (diff)
downloadsshfs-82766d1093daccc933bfcdae44d3634db61806fe.tar
sshfs-82766d1093daccc933bfcdae44d3634db61806fe.tar.gz
sshfs-82766d1093daccc933bfcdae44d3634db61806fe.tar.bz2
sshfs-82766d1093daccc933bfcdae44d3634db61806fe.zip
sftp_readdir_async(): don't access request when it may have been freed
Fixes: #7
Diffstat (limited to 'ChangeLog.rst')
-rw-r--r--ChangeLog.rst6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog.rst b/ChangeLog.rst
index b1f7b79..606fa9d 100644
--- a/ChangeLog.rst
+++ b/ChangeLog.rst
@@ -1,3 +1,9 @@
+Unreleased Changes
+------------------
+
+* Fixed a crash due to a race condition when listing
+ directory contents.
+
Release 3.0.0 (2017-07-08)
--------------------------