mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
Merge branch 'bug7011'
Conflicts: src/or/circuitbuild.c The conflict was trivial, since no line of code actually changed in both branches: There was a fmt_addr() that turned into fmt_addrport() in bug7011, and a "if (!n_conn)" that turned into "if (!n_chan)" in master.
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
o Minor bugfixes:
|
||||
- Use square brackets around IPv6 addresses in numerous places that needed
|
||||
them, including log messages, HTTPS CONNECT proxy requests,
|
||||
TransportProxy statefile entries, and pluggable transport extra-info
|
||||
lines. Fix for bug 7011; patch by David Fifield.
|
||||
|
||||
Reference in New Issue
Block a user