[tor-bugs] #7479 [Core Tor/Tor]: Replace more linked lists with queue.h implementations

Tor Bug Tracker & Wiki blackhole at torproject.org
Sun May 28 01:36:20 UTC 2017


#7479: Replace more linked lists with queue.h implementations
----------------------------------------------+----------------------------
 Reporter:  nickm                             |          Owner:
     Type:  defect                            |         Status:  new
 Priority:  Low                               |      Milestone:  Tor:
                                              |  unspecified
Component:  Core Tor/Tor                      |        Version:
 Severity:  Normal                            |     Resolution:
 Keywords:  tor-relay refactoring easy intro  |  Actual Points:
Parent ID:                                    |         Points:
 Reviewer:                                    |        Sponsor:
----------------------------------------------+----------------------------
Changes (by nickm):

 * keywords:  tor-relay refactoring => tor-relay refactoring easy intro
 * severity:   => Normal


Comment:

 Good candidates include:
   * sandbox_cfg_elem
   * chunk_t
   * pending_connection_t
   * edge_connection_t.next_stream
   * vote_microdesc_hash_t
   * memarea_chunk_t
   * logfile_t

 Tricky candidates include:
   * circuit_t.next_active_on_p_chan; circuit_t.next_active_on_n_chan (need
 to keep these lists separate.)
   * crypt_path_t (weird circular list. I forget why it is circular.)
   * config_line_t (used many places; watch out!)

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


More information about the tor-bugs mailing list