[tor-bugs] #9640 [Tor]: assertion bug in directory_initiate_command_rend using tor2web mode

Tor Bug Tracker & Wiki blackhole at torproject.org
Tue Sep 3 16:13:32 UTC 2013


#9640: assertion bug in directory_initiate_command_rend using tor2web mode
-----------------------------+--------------------------------------------
     Reporter:  cypherpunks  |      Owner:
         Type:  defect       |     Status:  new
     Priority:  major        |  Milestone:  Tor: 0.2.4.x-final
    Component:  Tor          |    Version:  Tor: 0.2.4.16-rc
   Resolution:               |   Keywords:  tor-client tor-hs tor2web-mode
Actual Points:               |  Parent ID:
       Points:               |
-----------------------------+--------------------------------------------
Changes (by nickm):

 * priority:  normal => major


Comment:

 Hm.  That assertion is wrapped in:
 {{{
 #ifndef NON_ANONYMOUS_MODE_ENABLED
   tor_assert(!(is_sensitive_dir_purpose(dir_purpose) &&
                !anonymized_connection));
 #else
   (void)is_sensitive_dir_purpose;
 #endif
 }}}

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


More information about the tor-bugs mailing list