diff options
author | Nick Mathewson <nickm@torproject.org> | 2011-11-14 22:42:10 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2011-11-14 22:43:40 -0500 |
commit | 5bea660f8ebf8ec1a78c21ce5e2a6bd5dd681eed (patch) | |
tree | a9bd19a3648494f1c9851575c78284fe6ea6efd9 /changes/bug4349 | |
parent | 2b7bdc295a516df457246fb69f83c8667695c59b (diff) | |
download | tor-5bea660f8ebf8ec1a78c21ce5e2a6bd5dd681eed.tar.gz tor-5bea660f8ebf8ec1a78c21ce5e2a6bd5dd681eed.zip |
Use real_addr in send_netinfo
Reported by "troll_un"; bugfix on 0.2.0.10-alpha; fixes bug 4349.
Diffstat (limited to 'changes/bug4349')
-rw-r--r-- | changes/bug4349 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/bug4349 b/changes/bug4349 new file mode 100644 index 0000000000..633916bdfd --- /dev/null +++ b/changes/bug4349 @@ -0,0 +1,4 @@ + o Minor bugfixes: + - When sending a NETINFO cell, include the original address + received for the other side, not its canonical address. Found + by "troll_un"; fixes bug 4349; bugfix on 0.2.0.10-alpha. |