[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[tor-bugs] #32639 [Core Tor/Tor]: cancel_descriptor_fetches() uses wrong connection list function



#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
_______________________________________________
tor-bugs mailing list
tor-bugs@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-bugs