Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Wim Lewis
nettle
Commits
83ce4b71
Commit
83ce4b71
authored
Apr 15, 2013
by
Niels Möller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
umac-test: Fixed memory leak.
parent
cdde35bb
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
0 deletions
+5
-0
ChangeLog
ChangeLog
+4
-0
testsuite/umac-test.c
testsuite/umac-test.c
+1
-0
No files found.
ChangeLog
View file @
83ce4b71
2013-04-15 Niels Möller <nisse@lysator.liu.se>
* testsuite/umac-test.c (test_align): Fixed memory leak.
2013-04-12 Niels Möller <nisse@lysator.liu.se>
* armv7/umac-nh.asm: New file. 2.4 time speedup.
...
...
testsuite/umac-test.c
View file @
83ce4b71
...
...
@@ -152,6 +152,7 @@ test_align (const struct tstring *key,
&
ctx128
,
(
nettle_hash_digest_func
*
)
umac128_digest
,
msg
,
length
,
16
,
ref128
->
data
);
}
free
(
buffer
);
}
void
...
...
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