From 0d13e0ed145f4c1b5bd1623ab529d24208304390 Mon Sep 17 00:00:00 2001 From: Roger Dingledine Date: Tue, 22 Sep 2009 22:09:33 -0400 Subject: Be more robust to bad circwindow values If the networkstatus consensus tells us that we should use a negative circuit package window, ignore it. Otherwise we'll believe it and then trigger an assert. Also, change the interface for networkstatus_get_param() so we don't have to lookup the consensus beforehand. --- ChangeLog | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index b679bdefb..7f9dc205d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,9 @@ -Changes in version 0.2.2.3-alpha - 2009-??-?? +Changes in version 0.2.2.3-alpha - 2009-09-23 + o Minor bugfixes: + - If the networkstatus consensus tells us that we should use a + negative circuit package window, ignore it. Otherwise we'll + believe it and then trigger an assert. + Changes in version 0.2.2.2-alpha - 2009-09-21 o Major features: -- cgit v1.2.3