[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[tor-bugs] #8471 [Stem]: AUTH COOKIEFILE parsing failure
#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
_______________________________________________
tor-bugs mailing list
tor-bugs@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-bugs