diff options
author | Nick Mathewson <nickm@torproject.org> | 2016-05-03 12:52:29 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2016-05-16 08:25:59 -0400 |
commit | ec81329339429182169c27f05c35e86ae9325267 (patch) | |
tree | c5d2ddfb82acfda50ace8f22a70ca33b082ef608 /changes | |
parent | 5b91e70a4f0020e7ea70a134f62a28f4633a8085 (diff) | |
download | tor-ec81329339429182169c27f05c35e86ae9325267.tar.gz tor-ec81329339429182169c27f05c35e86ae9325267.zip |
Do not leak the 'tag' when trying to read a truncated ed25519 key file
Fix for bug 18956.
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug18956 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/bug18956 b/changes/bug18956 new file mode 100644 index 0000000000..0cf10e9224 --- /dev/null +++ b/changes/bug18956 @@ -0,0 +1,5 @@ + o Minor bugfixes (memory leaks): + - Fix a small, uncommon memory leak that could occur when reading a + truncated ed25519 key file. Fixes bug 18956; bugfix on 0.2.6.1-alpha. + + |