From ec81329339429182169c27f05c35e86ae9325267 Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Tue, 3 May 2016 12:52:29 -0400 Subject: Do not leak the 'tag' when trying to read a truncated ed25519 key file Fix for bug 18956. --- changes/bug18956 | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 changes/bug18956 (limited to 'changes') 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. + + -- cgit v1.2.3-54-g00ecf