Skip to content
Snippets Groups Projects
Commit 800797e7 authored by Nick Mathewson's avatar Nick Mathewson :game_die:
Browse files

Merge branch 'bug23291_028' into maint-0.2.8

parents c9b76a12 b943cedf
Branches
Tags
No related merge requests found
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.
......@@ -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.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment