mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
Fix a crash bug in tor_assert(md->held_by_node)
The fix is to turn held_by_node into a reference count. Fixes bug 4118; bugfix on 0.2.3.1-alpha.
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
o Major bugfixes:
|
||||
- Fix a crash bug that could occur when the same microdescriptor was
|
||||
referenced by two node_t objects at once. Fix for bug 4118; bugfix
|
||||
on Tor 0.2.3.1-alpha.
|
||||
|
||||
Reference in New Issue
Block a user