diff options
author | Nick Mathewson <nickm@torproject.org> | 2015-08-12 13:35:53 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2015-08-12 13:35:53 -0400 |
commit | 6b2696296640585bb6247ff6c88570c38b4b25a8 (patch) | |
tree | dac6f071aa125bc6580b477f5e9d667bd9c0b5bd /changes | |
parent | 2088b3b8e28003fa74989a337dc67f41ef19e1c7 (diff) | |
parent | 9deb3c61feb85563aeb336fec97fa3845a193f08 (diff) | |
download | tor-6b2696296640585bb6247ff6c88570c38b4b25a8.tar.gz tor-6b2696296640585bb6247ff6c88570c38b4b25a8.zip |
Merge branch 'bug16539'
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug16539 | 4 |
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. + |