diff options
author | Roger Dingledine <arma@torproject.org> | 2011-05-17 20:51:47 -0400 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2011-05-17 21:13:59 -0400 |
commit | 073fed06c458fac428b2377b4828412acb7d3802 (patch) | |
tree | 1995bf6bb1726ea2a79bc184ada2e02776f058d0 /changes | |
parent | 07c5026efa4c5fac64e5f3e843eae6bea0de54db (diff) | |
download | tor-073fed06c458fac428b2377b4828412acb7d3802.tar.gz tor-073fed06c458fac428b2377b4828412acb7d3802.zip |
discard circuits when we change our bridge configuration
otherwise we might reuse circuits from the previous configuration,
which could be bad depending on the user's situation
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug3200 | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/changes/bug3200 b/changes/bug3200 new file mode 100644 index 0000000000..a80d51633e --- /dev/null +++ b/changes/bug3200 @@ -0,0 +1,6 @@ + o Minor bugfixes: + - When a client starts or stops using bridges, never use a circuit + that was built before the configuration change. This behavior could + put at risk a user who uses bridges to ensure that her traffic + only goes to the chosen addresses. Bugfix on 0.2.0.3-alpha; fixes + bug 3200. |