summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2017-07-05 15:42:25 -0400
committerNick Mathewson <nickm@torproject.org>2017-07-05 15:42:25 -0400
commit759154b1ad8b2b5fabf09cb1dde93177c65d05a8 (patch)
tree5a4cbd1f7b12645e6949b2b404dbe63ef5a855e6 /changes
parent546f5b364bd8198b23b1ad4e66790eb1ce9b438e (diff)
downloadtor-759154b1ad8b2b5fabf09cb1dde93177c65d05a8.tar.gz
tor-759154b1ad8b2b5fabf09cb1dde93177c65d05a8.zip
Fix unit test memory leak in certs_ok_ed25519.
Fixes bug 22803; bugfix on 0.3.0.1-alpha.
Diffstat (limited to 'changes')
-rw-r--r--changes/bug228033
1 files changed, 3 insertions, 0 deletions
diff --git a/changes/bug22803 b/changes/bug22803
new file mode 100644
index 0000000000..80b4b9f589
--- /dev/null
+++ b/changes/bug22803
@@ -0,0 +1,3 @@
+ o Minor bugfixes (unit tests):
+ - Fix a memory leak in the link-handshake/certs_ok_ed25519 test.
+ Fixes bug 22803; bugfix on 0.3.0.1-alpha.