Merge branch 'maint-0.2.8' into maint-0.2.9

This commit is contained in:
Nick Mathewson
2017-11-13 12:57:58 -05:00
2 changed files with 4 additions and 1 deletions
+1 -1
View File
@@ -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.