diff options
author | Nick Mathewson <nickm@torproject.org> | 2011-09-28 13:29:01 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2011-09-28 13:40:21 -0400 |
commit | a4b7525c3ce596d4221575806d44652aaa9047a9 (patch) | |
tree | a5d2a00ace1788a3167cd6adc86c94f5ef77930f /changes | |
parent | e98c9a1bf6e64a641fd904cbef58b1e46da89e91 (diff) | |
download | tor-a4b7525c3ce596d4221575806d44652aaa9047a9.tar.gz tor-a4b7525c3ce596d4221575806d44652aaa9047a9.zip |
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.
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug4118 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/bug4118 b/changes/bug4118 new file mode 100644 index 0000000000..e56ea70728 --- /dev/null +++ b/changes/bug4118 @@ -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. + |