diff options
author | Nick Mathewson <nickm@torproject.org> | 2011-06-07 14:46:28 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2011-06-07 14:46:28 -0400 |
commit | d696bd1bfc3b61943ae4a2be8e4a9fcdfeaec246 (patch) | |
tree | 8110dd23bdb1885aabd7661cd31e38a24c17bd70 /changes | |
parent | d25d08dc4dceef484206c932648023b36cf3ec7c (diff) | |
download | tor-d696bd1bfc3b61943ae4a2be8e4a9fcdfeaec246.tar.gz tor-d696bd1bfc3b61943ae4a2be8e4a9fcdfeaec246.zip |
Fix crash bug (3361) when setting off-flavor networkstatus
When we set a networkstatus in the non-preferred flavor, we'd check
the time in the current_consensus. But that might have been NULL,
which could produce a crash as seen in bug 3361.
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug3361 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/bug3361 b/changes/bug3361 new file mode 100644 index 0000000000..06bd954a0a --- /dev/null +++ b/changes/bug3361 @@ -0,0 +1,4 @@ + o Major bugfixes: + - Fix a crash bug that could occur when setting a consensus in a + non-used flavor without having a current consensus set. Fixes bug + 3361; bugfix on 0.2.3.1-alpha. |