aboutsummaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2017-11-13 12:57:58 -0500
committerNick Mathewson <nickm@torproject.org>2017-11-13 12:57:58 -0500
commit543fd89fb7fe4817b5e59beb132f5331ee7a2f48 (patch)
tree5a304f2227939c62e2e8521c92efad3e6c23b04c /changes
parentab415ae95081ab662225a4600b93f66e7b4baf7a (diff)
parent800797e7f3c6cfacbf9655ef7d57ba96028a5c06 (diff)
downloadtor-543fd89fb7fe4817b5e59beb132f5331ee7a2f48.tar.gz
tor-543fd89fb7fe4817b5e59beb132f5331ee7a2f48.zip
Merge branch 'maint-0.2.8' into maint-0.2.9
Diffstat (limited to 'changes')
-rw-r--r--changes/bug232913
1 files changed, 3 insertions, 0 deletions
diff --git a/changes/bug23291 b/changes/bug23291
new file mode 100644
index 0000000000..a5b0efda0a
--- /dev/null
+++ b/changes/bug23291
@@ -0,0 +1,3 @@
+ o Minor bugfixes (testing):
+ - Fix an undersized buffer in test-memwipe.c. Fixes bug 23291; bugfix on
+ 0.2.7.2-alpha. Found and patched by Ties Stuij.