mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 21:23:58 +01:00
Merge branch 'maint-0.3.1'
This commit is contained in:
commit
8f8a061b0c
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)
|
check_a_buffer(void)
|
||||||
{
|
{
|
||||||
unsigned int i;
|
unsigned int i;
|
||||||
volatile char buf[1024];
|
volatile char buf[BUF_LEN];
|
||||||
unsigned sum = 0;
|
unsigned sum = 0;
|
||||||
|
|
||||||
/* See if this buffer has the string in it.
|
/* See if this buffer has the string in it.
|
||||||
|
Loading…
Reference in New Issue
Block a user