aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2007-08-31 14:20:44 +0000
committerNick Mathewson <nickm@torproject.org>2007-08-31 14:20:44 +0000
commit2ff871e530aba2191f289b9e055af4d873fd30fa (patch)
tree52e2bf028a42b8e2c5a932ab9558fcf1a5526161 /ChangeLog
parentc341bc090e3419267f1445d4f945a3eebf687c40 (diff)
downloadtor-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--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f51446e677..071372ad22 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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