[tor-bugs] #8700 [Tor]: Tor attaches streams to newly created circuits even with __LeaveStreamsUnattached=1

Tor Bug Tracker & Wiki blackhole at torproject.org
Mon Apr 15 00:23:15 UTC 2013


#8700: Tor attaches streams to newly created circuits even with
__LeaveStreamsUnattached=1
----------------------------+-----------------------------------------------
    Reporter:  cypherpunks  |       Owner:                     
        Type:  defect       |      Status:  closed             
    Priority:  minor        |   Milestone:  Tor: 0.2.4.x-final 
   Component:  Tor          |     Version:  Tor: 0.2.4.11-alpha
  Resolution:  invalid      |    Keywords:  tor-client         
      Parent:               |      Points:                     
Actualpoints:               |  
----------------------------+-----------------------------------------------
Changes (by cypherpunks):

  * status:  needs_review => closed
  * resolution:  => invalid


Comment:

 Thanks for the review. I looked over all my code again and have found my
 errorr: !__LeaveStreamsUnattached would sometimes be set to 0, but because
 the ATTACHSTREAM calls came so fast after stream creation, the call would
 succeed. Only when a new circuit was created, connection_ap_attach_pending
 would be faster than my ATTACHSTREAM calls, causing me to suspect a bug in
 there.

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


More information about the tor-bugs mailing list