mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 21:23:58 +01:00
74c0595965
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.
4 lines
241 B
Plaintext
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. |