diff options
author | Nick Mathewson <nickm@torproject.org> | 2013-02-07 15:13:21 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2013-02-07 15:13:21 -0500 |
commit | 0061d428900946ce8bf5c8bfb4c2b3b5faa4f691 (patch) | |
tree | c6144a9274651d859cf2166567c4f31923f3d82e /changes | |
parent | ad28397bbf1744993538fa96675a55bba59f2b57 (diff) | |
parent | f272ee6a20ec0df491bed485a0eea4ae2f82e40c (diff) | |
download | tor-0061d428900946ce8bf5c8bfb4c2b3b5faa4f691.tar.gz tor-0061d428900946ce8bf5c8bfb4c2b3b5faa4f691.zip |
Merge remote-tracking branch 'public/bug7816_024'
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug7816.024 | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/changes/bug7816.024 b/changes/bug7816.024 new file mode 100644 index 0000000000..b5d55f5d6d --- /dev/null +++ b/changes/bug7816.024 @@ -0,0 +1,8 @@ + o Minor bugfixes: + - 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. |