mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 21:23:58 +01:00
72b978c3a5
Fixes bug 28614; bugfix on 0.4.0.1-alpha when we started mmapping the consensus.
9 lines
412 B
Plaintext
9 lines
412 B
Plaintext
o Major bugfixes (windows, startup):
|
|
- When writing a consensus file to disk, always write in
|
|
"binary" mode so that we can safely map it into memory later.
|
|
Fixes part of bug 28614; bugfix on 0.4.0.1-alpha.
|
|
- When reading a consensus file from disk, detect whether it
|
|
was written in text mode, and re-read it in text mode if it
|
|
Fixes part of bug 28614; bugfix on 0.4.0.1-alpha.
|
|
|