Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Dmitry Baryshkov
nettle
Commits
5e480927
Commit
5e480927
authored
Apr 09, 2017
by
Niels Möller
Browse files
Fix memory leak in dlopen-test.
parent
870ede28
Changes
2
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
5e480927
2017-04-09 Niels Möller <nisse@lysator.liu.se>
* testsuite/dlopen-test.c (main): Call dlclose, to fix memory leak
on success.
* testsuite/pss-test.c: Delete magic to let valgrind to check if
pss_encode_mgf1 is side-channel silent with respect to the salt
and digest inputs. It turns out that the most significant bits of
...
...
testsuite/dlopen-test.c
View file @
5e480927
...
...
@@ -28,6 +28,7 @@ main (int argc UNUSED, char **argv UNUSED)
fprintf
(
stderr
,
"unexpected nettle version
\n
"
);
FAIL
();
}
dlclose
(
handle
);
return
EXIT_SUCCESS
;
#else
SKIP
();
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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