[tor-bugs] #8471 [Stem]: AUTH COOKIEFILE parsing failure

Tor Bug Tracker & Wiki blackhole at torproject.org
Fri Mar 15 02:59:49 UTC 2013


#8471: AUTH COOKIEFILE parsing failure
---------------------+------------------------------------------------------
 Reporter:  respice  |          Owner:  atagar
     Type:  defect   |         Status:  new   
 Priority:  normal   |      Milestone:        
Component:  Stem     |        Version:        
 Keywords:           |         Parent:        
   Points:           |   Actualpoints:        
---------------------+------------------------------------------------------

Comment(by respice):

 Yes,  the \\t sequence is replaced with a tab and the path is corrupted.

 Here is the telnet output.

 PROTOCOLINFO
 250-PROTOCOLINFO 1
 250-AUTH METHODS=COOKIE,SAFECOOKIE,HASHEDPASSWORD
 COOKIEFILE="C:\\Users\\Respice\\AppData\\Roaming\\tor\\control_auth_cookie"
 250-VERSION Tor="0.2.3.25"
 250 OK

 Here it is from the debugger ...

 Before stem escapement
 "next_entry"    str:
 C:\\\\Users\\\\Respice\\\\AppData\\\\Roaming\\\\tor\\\\control_auth_cookie

 After stem escapement
 "next_entry"    str: C:\\Users\\Respice\\AppData\\Roaming\\
 or\\control_auth_cookie

 Thanks for your great work!

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


More information about the tor-bugs mailing list