diff options
author | Roger Dingledine <arma@torproject.org> | 2009-09-22 22:09:33 -0400 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2009-09-22 22:09:33 -0400 |
commit | 0d13e0ed145f4c1b5bd1623ab529d24208304390 (patch) | |
tree | 9683c2e5445686afa94c70c8114b4c8e6d3fc0ea /ChangeLog | |
parent | 6acfa31d5989ccb15812610669351b9206285905 (diff) | |
download | tor-0d13e0ed145f4c1b5bd1623ab529d24208304390.tar.gz tor-0d13e0ed145f4c1b5bd1623ab529d24208304390.zip |
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.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -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: |