[tor-bugs] #7011 [Tor]: Stored IPv6 TransportProxy bindaddr lacks brackets

Tor Bug Tracker & Wiki torproject-admin at torproject.org
Tue Oct 9 23:22:55 UTC 2012


#7011: Stored IPv6 TransportProxy bindaddr lacks brackets
------------------------+---------------------------------------------------
 Reporter:  dcf         |          Owner:  asn               
     Type:  defect      |         Status:  needs_revision    
 Priority:  normal      |      Milestone:  Tor: 0.2.4.x-final
Component:  Tor         |        Version:                    
 Keywords:  tor-bridge  |         Parent:                    
   Points:              |   Actualpoints:                    
------------------------+---------------------------------------------------

Comment(by dcf):

 Replying to [comment:13 aagbsn]:
 > BridgeDB parses IPv6 transport lines. See:
 https://tor.extc.org/?transport=obfs2&ipv6=True :-)

 So what is it doing, is it assuming that the last colon in an address:port
 string is always a port separator, even when address is IPv6 without
 brackets? The code in comment:5 would, for example, format the address
 1234::5678 and port 9999 as
 {{{
 transport foo 1234::5678:9999
 }}}
 and not
 {{{
 transport foo [1234::5678]:9999
 }}}

 So in other words, is there code somewhere that already expects IPv6
 addresses in transport lines not to have brackets, and are we going to
 break it if we add brackets?

-- 
Ticket URL: <https://trac.torproject.org/projects/tor/ticket/7011#comment:15>
Tor Bug Tracker & Wiki <https://trac.torproject.org/>
The Tor Project: anonymity online


More information about the tor-bugs mailing list