Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
LSH
lsh
Commits
c2cea0a2
Commit
c2cea0a2
authored
Aug 03, 2008
by
Niels Möller
Browse files
Comment fix.
Rev: nettle/yarrow256.c:1.2 Rev: src/unix_process.c:1.22
parent
7658805f
Changes
2
Hide whitespace changes
Inline
Side-by-side
nettle/yarrow256.c
View file @
c2cea0a2
...
...
@@ -278,7 +278,7 @@ yarrow256_update(struct yarrow256_ctx *ctx,
&&
(
entropy
>
YARROW_MULTIPLIER
*
length
)
)
entropy
=
YARROW_MULTIPLIER
*
length
;
/* FIXME: Calling a more sophisticated estimat
e
r
sh
ould be done
/* FIXME: Calling a more sophisticated estimat
o
r
c
ould be done
* here. */
entropy
+=
source
->
estimate
[
current
];
...
...
src/unix_process.c
View file @
c2cea0a2
...
...
@@ -414,7 +414,7 @@ spawn_child(struct spawn_info *info, int sync,
* signalling EOF on the pty (^D written to the master side mangled
* into NUL on the reading side. Observed on linux-2.6.16. Not
* solved; delaying the close a little using io_set_close_on_exec
* made no difference. */
* made no difference
)
. */
safe_close
(
sync
);
...
...
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