summaryrefslogtreecommitdiff
path: root/src
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
commitfea5c8a015548f54e3ef1d3de67e7a82f916c213 (patch)
tree2e36eefb6317221bdc65dbf3cbb08253133e832f /src
parent16bdb9e365ff43885a4d3b3478ebb224f5a26a33 (diff)
parent543fd89fb7fe4817b5e59beb132f5331ee7a2f48 (diff)
downloadtor-fea5c8a015548f54e3ef1d3de67e7a82f916c213.tar.gz
tor-fea5c8a015548f54e3ef1d3de67e7a82f916c213.zip
Merge branch 'maint-0.2.9' into maint-0.3.0
Diffstat (limited to 'src')
-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 d3f2dc0644..484f13dd05 100644
--- a/src/test/test-memwipe.c
+++ b/src/test/test-memwipe.c
@@ -82,7 +82,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.