mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
fix memory leak in protover.c
Fix a memory leak where directory authorities would leak a chunk of memory for every router descriptor every time they considered voting. This bug was taking down directory authorities in the live network due to out-of-memory issues. Fixes bug 26435; bugfix on 0.3.3.6.
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
o Major bugfixes:
|
||||
- Fix a memory leak where directory authorities would leak a chunk
|
||||
of memory for every router descriptor every time they considered
|
||||
voting. This bug was taking down directory authorities due to
|
||||
out-of-memory issues. Fixes bug 26435; bugfix on 0.3.3.6.
|
||||
Reference in New Issue
Block a user