[tor-bugs] #13151 [Tor]: OR address is in host order in INTRODUCE2 cell

Tor Bug Tracker & Wiki blackhole at torproject.org
Sat Sep 13 19:56:01 UTC 2014


#13151: OR address is in host order in INTRODUCE2 cell
------------------------+--------------------------------
     Reporter:  asn     |      Owner:
         Type:  defect  |     Status:  new
     Priority:  normal  |  Milestone:  Tor: 0.2.6.x-final
    Component:  Tor     |    Version:
   Resolution:          |   Keywords:  tor-hs tor-client
Actual Points:          |  Parent ID:
       Points:          |
------------------------+--------------------------------

Comment (by arma):

 {{{
 -    set_uint32(tmp+1, htonl(extend_info->addr));
 +    set_uint32(tmp+1, tor_addr_to_ipv4h(&extend_info->addr));
 }}}

 yeah, not good. Looks like it went into 0.2.1.5-alpha.

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


More information about the tor-bugs mailing list