Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Nettle
nettle
Commits
87b3c035
Commit
87b3c035
authored
Nov 25, 2018
by
Niels Möller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
pkcs1-sec-decrypt-test.c: Fix valgrind marking of return value.
parent
3450ce90
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
0 deletions
+6
-0
ChangeLog
ChangeLog
+5
-0
testsuite/pkcs1-sec-decrypt-test.c
testsuite/pkcs1-sec-decrypt-test.c
+1
-0
No files found.
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
Markdown
is supported
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