mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 13:13:44 +01:00
bdff7e3299
If we do a replace-then-munmap, windows will never actually rewrite the microdesc cache. Found by wanoskarnet; bugfix on 0.2.2.6-alpha.
7 lines
301 B
Plaintext
7 lines
301 B
Plaintext
o Minor bugfixes
|
|
- Avoid a bug that would keep us from replacing a microdescriptor
|
|
cache on Windows. (We would try to replace the file while still
|
|
holding it open. That's fine on Unix, but Windows doesn't let us
|
|
do that.) Bugfix on 0.2.2.6-alpha; bug found by wanoskarnet.
|
|
|