mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-24 12:23:32 +01:00
Merge branch 'maint-0.2.8' into maint-0.2.9
This commit is contained in:
commit
543fd89fb7
3
changes/bug23291
Normal file
3
changes/bug23291
Normal file
@ -0,0 +1,3 @@
|
||||
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.
|
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user