mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 13:13:44 +01:00
78bcfc1280
This function does a nonfatal assertion to make sure that a machine is not registered twice, but Tobias Pulls found a case where it happens. Instead, make the function exit early so that it doesn't cause a remotely triggered memory leak. Fixes bug 33619; bugfix on 0.4.0.1-alpha. This is also tracked as TROVE-2020-004.
6 lines
314 B
Plaintext
6 lines
314 B
Plaintext
o Major bugfixes (circuit padding, memory leaks):
|
|
- Avoid a remotely triggered memory leak in the case that a circuit
|
|
padding machine is somehow negotiated twice on the same circuit. Fixes
|
|
bug 33619; bugfix on 0.4.0.1-alpha. Found by Tobias Pulls. This is
|
|
also tracked as TROVE-2020-004.
|