diff options
author | Nick Mathewson <nickm@torproject.org> | 2015-10-21 11:16:28 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2015-10-21 11:16:28 -0400 |
commit | 9c4a0aef0c0d8e1c3ad8d9ed7b655eae8a175ccb (patch) | |
tree | c867139d120fc91b4bdc7f63ff2a90efb3f022d3 /changes | |
parent | 5d45a26f39816c17459a3c71617cddcd3d19cea6 (diff) | |
download | tor-9c4a0aef0c0d8e1c3ad8d9ed7b655eae8a175ccb.tar.gz tor-9c4a0aef0c0d8e1c3ad8d9ed7b655eae8a175ccb.zip |
Fix a memory leak in reading an expired ed signing key.
Closes 17403.
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug17403 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/changes/bug17403 b/changes/bug17403 new file mode 100644 index 0000000000..e83a4a247b --- /dev/null +++ b/changes/bug17403 @@ -0,0 +1,3 @@ + o Minor bugfixes (memory leaks): + - Fix a memory leak when reading an expired signing key from disk. + Fixes bug 17403; bugfix on 0.2.7.2-rc. |