diff options
author | Nick Mathewson <nickm@torproject.org> | 2013-06-12 10:01:10 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2013-06-12 10:01:10 -0400 |
commit | a64d062c958eed643e3bb0802269af12f9eabcb7 (patch) | |
tree | 30411ddcd192616ee8082f2cf05f1f1131281204 /changes | |
parent | 8c88c75966f834a39786deec6106361f3937563e (diff) | |
parent | 3bdc4e5feee7059344f61d8d7362c77fafc5c8a8 (diff) | |
download | tor-a64d062c958eed643e3bb0802269af12f9eabcb7.tar.gz tor-a64d062c958eed643e3bb0802269af12f9eabcb7.zip |
Merge remote-tracking branch 'origin/maint-0.2.4'
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug2077_share_delete | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/changes/bug2077_share_delete b/changes/bug2077_share_delete new file mode 100644 index 0000000000..71e9160538 --- /dev/null +++ b/changes/bug2077_share_delete @@ -0,0 +1,7 @@ + o Major bugfixes (windows): + - Open files to be mapped with FILE_SHARE_DELETE so that we can + replace them before closing the mapping. This is a likely cause of + warnings and crashes when replacing the microdescriptor cache + file. Diagnosed based on comments by "doorss" and by Robert + Ransom. Possible fix for bug 2077; bugfix on 0.2.2.6-alpha. + |