diff options
author | Nick Mathewson <nickm@torproject.org> | 2015-02-05 22:54:34 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2015-02-05 22:54:34 -0500 |
commit | 4785cd361736377980bcb0d177ef609006c10e55 (patch) | |
tree | 274bc6647eb209f8f3c91c98f8bf26e7ccab66bb | |
parent | 1799c2be09e7fabc1ff7cb98f0dcf73947c85319 (diff) | |
download | tor-4785cd361736377980bcb0d177ef609006c10e55.tar.gz tor-4785cd361736377980bcb0d177ef609006c10e55.zip |
changes file for 13796
-rw-r--r-- | changes/bug13796 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/changes/bug13796 b/changes/bug13796 new file mode 100644 index 0000000000..5c84f99917 --- /dev/null +++ b/changes/bug13796 @@ -0,0 +1,3 @@ + o Minor bugfixes: + - Use getsockname, not getsockopt, to retrieve the address for + a TPROXY-redirected connection. Fixes bug 13796; bugfix on 0.2.5.2-alpha. |