mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 21:23:58 +01:00
7 lines
395 B
Plaintext
7 lines
395 B
Plaintext
o Minor bugfixes (shutdown, libevent, memory safety):
|
|
- Avoid use-after-free bugs when shutting down, by making sure that we
|
|
shut down libevent only after shutting down all of its users. We
|
|
believe these are harmless in practice, since they only occur on the
|
|
shutdown path, and do not involve any attacker-controlled data. Fixes
|
|
bug 30629; bugfix on 0.4.1.1-alpha.
|