diff options
author | Nick Mathewson <nickm@torproject.org> | 2011-03-06 13:42:05 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2011-03-06 13:42:05 -0500 |
commit | 4fa70e11ed93e8f2d67dfab6f64080a0d017e2d9 (patch) | |
tree | e523da5e4c755ad600beb09fc59f497124713c4f /changes | |
parent | 0f637492e30e19ad7abeedafdd58c087f01b4527 (diff) | |
parent | 2ce132e335d60c7ef1d01aa00db5ab4c5b7d674f (diff) | |
download | tor-4fa70e11ed93e8f2d67dfab6f64080a0d017e2d9.tar.gz tor-4fa70e11ed93e8f2d67dfab6f64080a0d017e2d9.zip |
Merge branch 'real_ipv6_fix' into maint-0.2.1
Diffstat (limited to 'changes')
-rw-r--r-- | changes/ipv6_crash | 5 |
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. |