summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2015-08-12 12:27:45 -0400
committerNick Mathewson <nickm@torproject.org>2015-08-12 12:27:45 -0400
commit9deb3c61feb85563aeb336fec97fa3845a193f08 (patch)
treede917efc932ad335946d31c1912724f2cb7adb9f /changes
parent23fb084cb2d7d20d906106b2eb7676f455f333e1 (diff)
downloadtor-9deb3c61feb85563aeb336fec97fa3845a193f08.tar.gz
tor-9deb3c61feb85563aeb336fec97fa3845a193f08.zip
Fix a memory leak when adding an ri with expired ed certs
Fixes bug 16539; bugfix on 0.2.7.2-alpha.
Diffstat (limited to 'changes')
-rw-r--r--changes/bug165394
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/bug16539 b/changes/bug16539
new file mode 100644
index 0000000000..8a0b6d251c
--- /dev/null
+++ b/changes/bug16539
@@ -0,0 +1,4 @@
+ o Minor bugfixes (Ed25519):
+ - Fix a memory leak when reading router descriptors with
+ expired Ed25519 certificate. Fixes bug 16539; bugfix on 0.2.7.2-alpha.
+