aboutsummaryrefslogtreecommitdiff
path: root/src/test
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 /src/test
parentc9b76a12f5682babd2b8126930107a516cef5eff (diff)
parentb943cedf3485d0d00c739e69fd2bb16d4e959867 (diff)
downloadtor-800797e7f3c6cfacbf9655ef7d57ba96028a5c06.tar.gz
tor-800797e7f3c6cfacbf9655ef7d57ba96028a5c06.zip
Merge branch 'bug23291_028' into maint-0.2.8
Diffstat (limited to 'src/test')
-rw-r--r--src/test/test-memwipe.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/test-memwipe.c b/src/test/test-memwipe.c
index 5d4fcec664..2cb4215b61 100644
--- a/src/test/test-memwipe.c
+++ b/src/test/test-memwipe.c
@@ -76,7 +76,7 @@ static unsigned
check_a_buffer(void)
{
unsigned int i;
- volatile char buf[1024];
+ volatile char buf[BUF_LEN];
unsigned sum = 0;
/* See if this buffer has the string in it.