aboutsummaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2012-12-28 23:04:44 -0500
committerNick Mathewson <nickm@torproject.org>2012-12-28 23:04:44 -0500
commitf272ee6a20ec0df491bed485a0eea4ae2f82e40c (patch)
tree647e84a6f093da741b0039ec0ff993e14e4678cf /changes
parentee1d8dc4805e0aabfbda4c8b34e12d2071333a51 (diff)
downloadtor-f272ee6a20ec0df491bed485a0eea4ae2f82e40c.tar
tor-f272ee6a20ec0df491bed485a0eea4ae2f82e40c.tar.gz
Fix an impossible-in-normal-operation leaks in dirvote
Spotted by coverity; partial fix for 7816; bugfix on 0.2.0.5-alpha.
Diffstat (limited to 'changes')
-rw-r--r--changes/bug7816.0244
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/bug7816.024 b/changes/bug7816.024
index 6ed6b7485..b5d55f5d6 100644
--- a/changes/bug7816.024
+++ b/changes/bug7816.024
@@ -2,3 +2,7 @@
- Avoid leaking IPv6 policy content if we fail to format it into
a router descriptor. Spotted by Coverity. Fixes part of 7816;
bugfix on 0.2.4.7-alpha.
+
+ - Avoid leaking memory if we fail to compute a consensus signature
+ or we generated a consensus we couldn't parse. Spotted by Coverity.
+ Fixes part of 7816; bugfix on 0.2.0.5-alpha.