diff options
author | Nick Mathewson <nickm@torproject.org> | 2013-03-01 12:22:57 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2013-03-01 12:22:57 -0500 |
commit | b528aaef035213dee93663599dc46b1898ae3f8e (patch) | |
tree | c772a7fbdce5fe1d856519b322cc1ebb2384d22f /changes/bug8377 | |
parent | 5e0ce4c578127d6479604280430db3d40f125cd6 (diff) | |
download | tor-b528aaef035213dee93663599dc46b1898ae3f8e.tar.gz tor-b528aaef035213dee93663599dc46b1898ae3f8e.zip |
Make sure that [::1] is recognized as a private address
Fixes bug 8377; bugfix on 0.2.1.3-alpha.
Diffstat (limited to 'changes/bug8377')
-rw-r--r-- | changes/bug8377 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/changes/bug8377 b/changes/bug8377 new file mode 100644 index 0000000000..c9ad151bc9 --- /dev/null +++ b/changes/bug8377 @@ -0,0 +1,3 @@ + o Minor bugfixes: + - Correctly recognize that [::1] is a loopback address. Fixes bug #8377; + bugfix on 0.2.1.3-alpha. |