From 5ef998fbf5472fcaa9be8fae2b2dcaf8485dd4c2 Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Tue, 18 Sep 2018 08:12:46 -0400 Subject: [PATCH] Changes file for 27764 --- changes/bug27764 | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 changes/bug27764 diff --git a/changes/bug27764 b/changes/bug27764 new file mode 100644 index 0000000000..f23fdf2e63 --- /dev/null +++ b/changes/bug27764 @@ -0,0 +1,4 @@ + o Minor bugfixes (memory leak): + - Fix an unlikely memory leak when trying to read a private key + from a ridiculously large file. Fixes bug 27764; bugfix on + 0.3.5.1-alpha. This is CID 1439488.