tor

The Tor anonymity network
git clone https://git.dasho.dev/tor.git
Log | Files | Refs | README | LICENSE

commit 7ba873ca2da35dc3bcf08d458b78641ddad63949
parent 93b28972c10cfc87ab1865bead3ba713901d9d79
Author: Ties Stuij <ties@stuij.se>
Date:   Sun, 13 Aug 2017 17:55:45 +0200

22839: fix check_heap_buffer buffer size in test-memwipe

Diffstat:
Msrc/test/test-memwipe.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/test/test-memwipe.c b/src/test/test-memwipe.c @@ -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.