diff options
author | Nick Mathewson <nickm@torproject.org> | 2012-08-27 16:15:01 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2012-08-27 16:15:01 -0400 |
commit | bffe0d3ccc6b49975eae9173b0c1c465d40d2dbf (patch) | |
tree | aff69c3b873c1a071ed09ee7494dea909b577e59 /changes | |
parent | 443e4ae1ee0520cead27dd3a21e9f79b1bed8f8b (diff) | |
parent | 45b520b6a4872a5c52b934df9c345e04536568b1 (diff) | |
download | tor-bffe0d3ccc6b49975eae9173b0c1c465d40d2dbf.tar.gz tor-bffe0d3ccc6b49975eae9173b0c1c465d40d2dbf.zip |
Merge branch 'bug6710_023' into maint-0.2.3
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug6710 | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/changes/bug6710 b/changes/bug6710 new file mode 100644 index 0000000000..2c89346114 --- /dev/null +++ b/changes/bug6710 @@ -0,0 +1,6 @@ + o Major bugfixes (security): + - Reject any attempt to extend to an internal address. Without + this fix, a router could be used to probe addresses on an + internal network to see whether they were accepting + connections. Fix for bug 6710; bugfix on 0.0.8pre1. + |