diff options
author | Roger Dingledine <arma@torproject.org> | 2017-05-25 00:27:27 -0400 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2017-05-25 00:27:27 -0400 |
commit | 83439e78cc08f5a05d314de4409e69aa6d1601d7 (patch) | |
tree | 26f9ba9d65c82f70bb775c0ffecea4d3b354449c /changes | |
parent | 5c52d3c2c05a42c9535789d335a51f09a7855d68 (diff) | |
parent | ec61ae59a5d009a9e80f3bfa9a2aa5f5dfa05551 (diff) | |
download | tor-83439e78cc08f5a05d314de4409e69aa6d1601d7.tar.gz tor-83439e78cc08f5a05d314de4409e69aa6d1601d7.zip |
Merge branch 'maint-0.2.9' into maint-0.3.0
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug22370 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/bug22370 b/changes/bug22370 new file mode 100644 index 0000000000..e0e87e3339 --- /dev/null +++ b/changes/bug22370 @@ -0,0 +1,4 @@ + o Minor bugfixes (memory handling): + - When directory authorities reject a router descriptor due to keypinning, + free the router descriptor rather than leaking the memory. + Fixes bug 22370; bugfix on 0.2.7.2-alpha. |