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
Wim Lewis
nettle
Commits
63108e98
Commit
63108e98
authored
Feb 13, 2014
by
Niels Möller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
nettle-pbkdf2: Added missing deallocation.
parent
61925232
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
0 deletions
+6
-0
ChangeLog
ChangeLog
+4
-0
tools/nettle-pbkdf2.c
tools/nettle-pbkdf2.c
+2
-0
No files found.
ChangeLog
View file @
63108e98
2014-02-13 Niels Möller <nisse@lysator.liu.se>
* tools/nettle-pbkdf2.c (main): Added missing deallocation.
2014-02-12 Niels Möller <nisse@lysator.liu.se>
* chacha-poly1305.h: New file.
...
...
tools/nettle-pbkdf2.c
View file @
63108e98
...
...
@@ -173,6 +173,8 @@ main (int argc, char **argv)
hex
[
BASE16_ENCODE_LENGTH
(
output_length
-
i
)]
=
0
;
printf
(
"%s
\n
"
,
hex
);
}
free
(
output
);
if
(
fflush
(
stdout
)
!=
0
)
die
(
"Write failed: %s
\n
"
,
STRERROR
(
errno
));
...
...
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