diff options
author | Nick Mathewson <nickm@torproject.org> | 2012-08-27 16:16:27 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2012-08-27 16:16:27 -0400 |
commit | 0c5a44ed0a790951bdfd319eec734c04eb972a08 (patch) | |
tree | 89f4945bd65bc06450b95131cfcf04b6da54fd5d /changes | |
parent | e232938ec82c8c35b99331995d1aeaca67ba9ec1 (diff) | |
parent | bffe0d3ccc6b49975eae9173b0c1c465d40d2dbf (diff) | |
download | tor-0c5a44ed0a790951bdfd319eec734c04eb972a08.tar.gz tor-0c5a44ed0a790951bdfd319eec734c04eb972a08.zip |
Merge remote-tracking branch 'origin/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. + |