[tor-bugs] #8471 [Stem]: AUTH COOKIEFILE parsing failure
Tor Bug Tracker & Wiki
blackhole at torproject.org
Thu Mar 14 04:39:21 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:
---------------------+------------------------------------------------------
Windows 7, Parsed path containing escape characters is corrupted in
response._parse_entry. Paths with \\t are miss parsed because the code
mistakes valid characters as escape characters. Failure occurs here:
if escaped:
for esc_sequence, replacement in CONTROL_ESCAPES.items():
next_entry = next_entry.replace(esc_sequence, replacement)
--
Ticket URL: <https://trac.torproject.org/projects/tor/ticket/8471>
Tor Bug Tracker & Wiki <https://trac.torproject.org/>
The Tor Project: anonymity online
More information about the tor-bugs
mailing list