summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2011-03-06 13:31:06 -0500
committerNick Mathewson <nickm@torproject.org>2011-03-06 13:41:55 -0500
commit2ce132e335d60c7ef1d01aa00db5ab4c5b7d674f (patch)
tree59d3e425b3875077b844acfada861f2b0b9020b9 /changes
parent3da0837b0b114bb320a244679325d25d664752c1 (diff)
downloadtor-2ce132e335d60c7ef1d01aa00db5ab4c5b7d674f.tar.gz
tor-2ce132e335d60c7ef1d01aa00db5ab4c5b7d674f.zip
Oops, here's the *REAL* fix for the ipv6 issue
We need to _REJECT_ descriptors with accept6/reject6 lines. If we let them onto the network , other un-upgraded tors will crash.
Diffstat (limited to 'changes')
-rw-r--r--changes/ipv6_crash5
1 files changed, 3 insertions, 2 deletions
diff --git a/changes/ipv6_crash b/changes/ipv6_crash
index 2b04355a57..02f8aaa41c 100644
--- a/changes/ipv6_crash
+++ b/changes/ipv6_crash
@@ -1,3 +1,4 @@
- o Major bugfixes (directory authority)
+ o Major bugfixes:
- Fix a crash in parsing router descriptors containing IPv6
- addresses. Bugfix on 0.2.1.3-alpha.
+ addresses. This one crashed the directory authorities when somebody
+ fired up some experimental code. Bugfix on 0.2.1.3-alpha.