[tor-bugs] #32639 [Core Tor/Tor]: cancel_descriptor_fetches() uses wrong connection list function
    Tor Bug Tracker & Wiki 
    blackhole at torproject.org
       
    Thu Nov 28 14:06:58 UTC 2019
    
    
  
#32639: cancel_descriptor_fetches() uses wrong connection list function
-------------------------------+--------------------------------
     Reporter:  asn            |      Owner:  (none)
         Type:  defect         |     Status:  new
     Priority:  Medium         |  Milestone:  Tor: 0.4.3.x-final
    Component:  Core Tor/Tor   |    Version:
     Severity:  Normal         |   Keywords:  tor-hs newnym
Actual Points:                 |  Parent ID:
       Points:                 |   Reviewer:
      Sponsor:  Sponsor27-can  |
-------------------------------+--------------------------------
 cancel_descriptor_fetches() does:
 {{{
   smartlist_t *conns =
     connection_list_by_type_state(CONN_TYPE_DIR,
 DIR_PURPOSE_FETCH_HSDESC);
 }}}
 when it should be using `connection_list_by_type_purpose()`.
--
Ticket URL: <https://trac.torproject.org/projects/tor/ticket/32639>
Tor Bug Tracker & Wiki <https://trac.torproject.org/>
The Tor Project: anonymity online
    
    
More information about the tor-bugs
mailing list