diff options
author | Nick Mathewson <nickm@torproject.org> | 2006-10-03 18:59:44 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2006-10-03 18:59:44 +0000 |
commit | 27dff6d1abeaddecbcf93d24eb790500a4506023 (patch) | |
tree | 9e9be143419b4208f09e3e78c7fb0af6bf4e843d /ChangeLog | |
parent | 55bd42d50f0f37f4e9e72d8dd8d6b7768ce4d7ba (diff) | |
download | tor-27dff6d1abeaddecbcf93d24eb790500a4506023.tar.gz tor-27dff6d1abeaddecbcf93d24eb790500a4506023.zip |
r8843@totoro: nickm | 2006-10-02 16:31:07 -0400
Forwardport changelog msg about v0 controller bug
svn:r8586
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -54,6 +54,9 @@ Changes in version 0.1.2.2-alpha - 2006-10-?? - When deciding whether an IP is "local", check for IPs on the same /24 as us. This prevents some false positives during reachability detection. + - Avoid possibility of controller-triggered crash when misusing certain + commands from a v0 controller on platforms that do not handle + printf("%s",NULL) gracefully. o Security Fixes, minor: - If a client asked for a server by name, and we didn't have a |