aboutsummaryrefslogtreecommitdiff
path: root/changes/bug22370
diff options
context:
space:
mode:
authorteor <teor2345@gmail.com>2017-05-25 12:30:21 +1000
committerRoger Dingledine <arma@torproject.org>2017-05-25 00:09:40 -0400
commitec61ae59a5d009a9e80f3bfa9a2aa5f5dfa05551 (patch)
tree038b36eb10ef855efc3f03cd85cd2e806bee9e0d /changes/bug22370
parent6e5486b11ac113ab7cf42d167dd5555b5916ddbc (diff)
downloadtor-ec61ae59a5d009a9e80f3bfa9a2aa5f5dfa05551.tar.gz
tor-ec61ae59a5d009a9e80f3bfa9a2aa5f5dfa05551.zip
Stop leaking keypin-rejected routerinfos on directory authorities
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.
Diffstat (limited to 'changes/bug22370')
-rw-r--r--changes/bug223704
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.