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
87b3c035
Commit
87b3c035
authored
Nov 25, 2018
by
Niels Möller
Browse files
pkcs1-sec-decrypt-test.c: Fix valgrind marking of return value.
parent
3450ce90
Changes
2
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
87b3c035
2018-11-25 Niels Möller <nisse@lysator.liu.se>
* testsuite/pkcs1-sec-decrypt-test.c (pkcs1_decrypt_for_test): Fix
valgrind marking of return value.
2018-11-08 Simo Sorce <simo@redhat.com>
* testsuite/pkcs1-sec-decrypt-test.c: Adds tests for
...
...
testsuite/pkcs1-sec-decrypt-test.c
View file @
87b3c035
...
...
@@ -18,6 +18,7 @@ pkcs1_decrypt_for_test(size_t msg_len, uint8_t *msg,
VALGRIND_MAKE_MEM_DEFINED
(
msg
,
msg_len
);
VALGRIND_MAKE_MEM_DEFINED
(
pad
,
pad_len
);
VALGRIND_MAKE_MEM_DEFINED
(
&
ret
,
sizeof
(
ret
));
return
ret
;
}
...
...
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