[Bug 968] OpenSSH 3.8p1 PRNG seed extraction failed error

bugzilla-daemon at mindrot.org bugzilla-daemon at mindrot.org
Sat Jan 8 09:39:33 EST 2005


http://bugzilla.mindrot.org/show_bug.cgi?id=968





------- Additional Comments From djm at mindrot.org  2005-01-08 09:39 -------
Created an attachment (id=760)
 --> (http://bugzilla.mindrot.org/attachment.cgi?id=760&action=view)
Use temporary file for prng_seed

I wonder if this is a race condition in prng_seed creation/reading. Please give
this patch a try and see if it helps.

You might also want to try some stress-tests on ssh-rand-helper. E.g. something
like this:

for x in 0 1 2 3 4 5 6 7 8 9; do 
for y in 0 1 2 3 4; do 
sh -c "ssh-rand-helper -vvv > out.$x.$y 2>&1 || echo $x.$y failed" &
done ; done

This will run 50 concurrent ssh-rand-helpers, and should report on failures.




------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.




More information about the openssh-bugs mailing list