summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2017-11-13 12:57:55 -0500
committerNick Mathewson <nickm@torproject.org>2017-11-13 12:57:55 -0500
commit800797e7f3c6cfacbf9655ef7d57ba96028a5c06 (patch)
treecdd815c41c2acc9d6509fca3d0b9813d5ab7a439 /changes
parentc9b76a12f5682babd2b8126930107a516cef5eff (diff)
parentb943cedf3485d0d00c739e69fd2bb16d4e959867 (diff)
downloadtor-800797e7f3c6cfacbf9655ef7d57ba96028a5c06.tar.gz
tor-800797e7f3c6cfacbf9655ef7d57ba96028a5c06.zip
Merge branch 'bug23291_028' into maint-0.2.8
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.