diff options
author | Andrea Shepard <andrea@torproject.org> | 2014-09-05 11:08:46 -0700 |
---|---|---|
committer | Andrea Shepard <andrea@torproject.org> | 2014-09-05 11:12:08 -0700 |
commit | 39a017809b6e7f8f779cfa0b4ebea3c0209bef0c (patch) | |
tree | f8c9334acf8e44c59204d871b353a32b0601a7be /changes/bug12160 | |
parent | dcb4ee5b83b69234ef8fd0fce8533ab1c4434bd9 (diff) | |
download | tor-39a017809b6e7f8f779cfa0b4ebea3c0209bef0c.tar.gz tor-39a017809b6e7f8f779cfa0b4ebea3c0209bef0c.zip |
Correctly update channel local mark when address of incoming connection changes after handshake; fixes bug #12160
Diffstat (limited to 'changes/bug12160')
-rw-r--r-- | changes/bug12160 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/bug12160 b/changes/bug12160 new file mode 100644 index 0000000000..2a7ace3410 --- /dev/null +++ b/changes/bug12160 @@ -0,0 +1,4 @@ + o Bugfixes + - Correctly update the local mark on the controlling channel when changing + the address of an or_connection_t after the handshake. Fixes bug #12160; + bugfix on 0.2.4.4-alpha. |