[tor-bugs] #31653 [Core Tor/Tor]: padding machine sending padding from relay to client closes circuit
Tor Bug Tracker & Wiki
blackhole at torproject.org
Fri Sep 6 08:54:14 UTC 2019
#31653: padding machine sending padding from relay to client closes circuit
-----------------------------+------------------------------------
Reporter: pulls | Owner: (none)
Type: defect | Status: new
Priority: Medium | Milestone: Tor: 0.4.2.x-final
Component: Core Tor/Tor | Version: Tor: 0.4.1.5
Severity: Normal | Resolution:
Keywords: wtf-pad circpad | Actual Points:
Parent ID: | Points:
Reviewer: | Sponsor:
-----------------------------+------------------------------------
Comment (by pulls):
Thanks, makes sense. The workaround works, no more closed circuits with:
{{{
if (in_usec <= 0) {
//return circpad_send_padding_cell_for_callback(mi);
in_usec = 0;
}
}}}
The relay wasn't branched from #29494 though, but tor-0.4.1.5.
--
Ticket URL: <https://trac.torproject.org/projects/tor/ticket/31653#comment:4>
Tor Bug Tracker & Wiki <https://trac.torproject.org/>
The Tor Project: anonymity online
More information about the tor-bugs
mailing list