mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
Merge branch 'maint-0.2.8' into maint-0.2.9
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user