Displaying 1 result from an estimated 1 matches for "365ff".
Did you mean:
365f
2002 Nov 14
0
[Bug 435] New: internal entropy gatherer
...ll commands in ssh_prng_cmds. Looking
at the source code of
ssh-rand-helper.c I found in line 309 and 310:
dup2(p[1], STDOUT_FILENO);
dup2(p[1], STDERR_FILENO);
I guess the first should be p[0] (because in line 362 we have
bytes_read = read(p[0], buf, sizeof(buf));
p[0] is not set and in 365ff
if (bytes_read == -1) {
error_abort = 1;
later (starting 399) error_abort causes the 'timed out' message.
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.