aboutsummaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2010-10-20 13:45:53 -0400
committerNick Mathewson <nickm@torproject.org>2010-10-20 13:45:53 -0400
commitc2323f1340449d135ce698631cefbd1e546a9fe3 (patch)
tree9300ac51608137f8a104db61514a8287380da683 /changes
parent4f0badf974e05360d57926ddbd73677e5d3a5557 (diff)
parent98aee8472f8028260f85b69499fa892060c9534c (diff)
downloadtor-c2323f1340449d135ce698631cefbd1e546a9fe3.tar
tor-c2323f1340449d135ce698631cefbd1e546a9fe3.tar.gz
Merge branch 'bug2097' into maint-0.2.2
Diffstat (limited to 'changes')
-rw-r--r--changes/set_ns_crash4
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/set_ns_crash b/changes/set_ns_crash
new file mode 100644
index 000000000..34466d7ad
--- /dev/null
+++ b/changes/set_ns_crash
@@ -0,0 +1,4 @@
+ o Major bugfixes:
+ - Avoid a crash bug triggered by looking at a dangling pointer while
+ setting the network status consensus. Found by Robert Ransom.
+ Bugfix on 0.2.2.17-alpha. Fixes bug 2097.