mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-24 22:58:50 +01:00
changes file for 30629
This commit is contained in:
parent
ba9b0319b0
commit
8f3430fc28
1 changed files with 6 additions and 0 deletions
6
changes/bug30629
Normal file
6
changes/bug30629
Normal file
|
@ -0,0 +1,6 @@
|
|||
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.
|
Loading…
Add table
Reference in a new issue