[tor-bugs] #9644 [Tor]: Memory leak in get_cert_list() when the client bootstraps

Tor Bug Tracker & Wiki blackhole at torproject.org
Tue Sep 3 17:50:10 UTC 2013


#9644: Memory leak in get_cert_list() when the client bootstraps
------------------------+-----------------------------------
     Reporter:  arma    |      Owner:
         Type:  defect  |     Status:  new
     Priority:  normal  |  Milestone:  Tor: 0.2.4.x-final
    Component:  Tor     |    Version:
   Resolution:          |   Keywords:  tor-client small-leak
Actual Points:          |  Parent ID:
       Points:          |
------------------------+-----------------------------------
Changes (by nickm):

 * keywords:  tor-client => tor-client small-leak


Comment:

 This would appear to be a singleton leak of trusted_dir_certs in
 routerlist.c; the solution is for it and its contents to be freed by
 routerlist_free_all.  But that appears to already happen in
 routerlist_free_all.  Very strange.

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


More information about the tor-bugs mailing list