diff options
author | Nick Mathewson <nickm@torproject.org> | 2007-08-31 14:20:44 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2007-08-31 14:20:44 +0000 |
commit | 2ff871e530aba2191f289b9e055af4d873fd30fa (patch) | |
tree | 52e2bf028a42b8e2c5a932ab9558fcf1a5526161 /ChangeLog | |
parent | c341bc090e3419267f1445d4f945a3eebf687c40 (diff) | |
download | tor-2ff871e530aba2191f289b9e055af4d873fd30fa.tar.gz tor-2ff871e530aba2191f289b9e055af4d873fd30fa.zip |
r14871@catbus: nickm | 2007-08-31 10:12:53 -0400
Check correct circuit type when calling functions from rend_process_relay_cell. Backport candidate.
svn:r11336
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -13,6 +13,10 @@ Changes in version 0.2.0.7-alpha - 2007-??-?? - Accept LF instead of CRLF on controller, since some software has a hard time generating real Internet newlines. + o Major bugfixes: + - Fix possible segfaults in functions called from + rend_process_relay_cell(). + o Minor bugfixes: - When generating information telling us how to extend to a given router, do not try to include the nickname if it is absent. Fixes |