diff options
author | Nick Mathewson <nickm@torproject.org> | 2019-01-30 09:22:36 +0100 |
---|---|---|
committer | David Goulet <dgoulet@torproject.org> | 2019-02-12 12:57:33 -0500 |
commit | 72b978c3a58983d9b4d57f56db618e074ddae31e (patch) | |
tree | d2db0533c2af08cd24693382e5f582bfecc57c76 /changes/ticket28614 | |
parent | bbd893d6bd8e79ab6e303152c871027bc0380a38 (diff) | |
download | tor-72b978c3a58983d9b4d57f56db618e074ddae31e.tar.gz tor-72b978c3a58983d9b4d57f56db618e074ddae31e.zip |
On windows, if we fail to load a consensus and it has a CRLF, retry.
Fixes bug 28614; bugfix on 0.4.0.1-alpha when we started mmapping
the consensus.
Diffstat (limited to 'changes/ticket28614')
-rw-r--r-- | changes/ticket28614 | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/changes/ticket28614 b/changes/ticket28614 index c022baf668..6c65ce49de 100644 --- a/changes/ticket28614 +++ b/changes/ticket28614 @@ -1,4 +1,8 @@ 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 bug 28614; bugfix on 0.4.0.1-alpha. + 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. + |