tor/changes/bug30942
George Kadianakis 74c0595965 Ignore regular cells in padding circuits.
Padding circuits were regular cells that got closed before their padding
machine could finish. This means that they can still receive regular cells from
their past life, but they have no way or reason to answer them anymore. Hence
let's ignore them before they even get to the proper subsystems.
2019-08-05 13:48:58 +03:00

4 lines
241 B
Plaintext

o Minor bugfixes (circuit padding):
- Ignore non-padding cells on padding circuits. This addresses various
warning messages from subsystems that were not expecting padding
circuits. Fixes bug 30942; bugfix on 0.4.1.1-alpha.