summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2006-10-03 18:59:48 +0000
committerNick Mathewson <nickm@torproject.org>2006-10-03 18:59:48 +0000
commitca0ebd0ba8b194f9ca29098219350e5cdd0731e6 (patch)
treeb5112c84e1461d727fdd32ea98e6c68f2b7715d0
parent27dff6d1abeaddecbcf93d24eb790500a4506023 (diff)
downloadtor-ca0ebd0ba8b194f9ca29098219350e5cdd0731e6.tar.gz
tor-ca0ebd0ba8b194f9ca29098219350e5cdd0731e6.zip
svn:r8587
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 1ed6697972..3718e6a2ad 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -51,6 +51,9 @@ Changes in version 0.1.2.2-alpha - 2006-10-??
available in non-Exit nodes is much higher then the bandwidth available
in Exit nodes. (Fixes bug 200.)
- Give more meaningful errors on control authentication failure.
+ - Avoid possibility of controller-triggered crash when misusing certain
+ commands from a v0 controller on platforms that do not handle
+ printf("%s",NULL) gracefully.
- When deciding whether an IP is "local", check for IPs on the same /24
as us. This prevents some false positives during reachability
detection.