mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-24 12:23:32 +01:00
7b1a3c5164
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.
6 lines
294 B
Plaintext
6 lines
294 B
Plaintext
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.
|