Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
David Goulet
Tor
Commits
8f8a061b
Commit
8f8a061b
authored
Aug 21, 2017
by
Nick Mathewson
🎨
Browse files
Merge branch 'maint-0.3.1'
parents
6f320867
10b24282
Changes
2
Hide whitespace changes
Inline
Side-by-side
changes/bug23291
0 → 100644
View file @
8f8a061b
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
View file @
8f8a061b
...
...
@@ -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.
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment