Loading changes/bug23291 0 → 100644 +3 −0 Original line number Diff line number Diff line 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. src/test/test-memwipe.c +1 −1 Original line number Diff line number Diff line Loading @@ -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 Loading
changes/bug23291 0 → 100644 +3 −0 Original line number Diff line number Diff line 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.
src/test/test-memwipe.c +1 −1 Original line number Diff line number Diff line Loading @@ -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