diff options
author | Nick Mathewson <nickm@torproject.org> | 2016-05-16 08:26:11 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2016-05-16 08:26:11 -0400 |
commit | 060e0d0a7510564bf86a79612c219b0205028e9d (patch) | |
tree | f012cc3fe1a9c334316cbb7d4f992a9e4ae78522 /changes | |
parent | 7bc9d1e00204c5f11ccf81a9eeca3efaead63cc9 (diff) | |
parent | 62c5a1fa45efcb52eb3ce9d0cce04e31490a5468 (diff) | |
download | tor-060e0d0a7510564bf86a79612c219b0205028e9d.tar.gz tor-060e0d0a7510564bf86a79612c219b0205028e9d.zip |
Merge branch 'crypto_unit_tests_v2_squashed'
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. + + |