Corrected spinning loop potential in getrandombytes55/head
commit88d429003a44576d68509d7a76052d81cae6ebaa
authorScott Moeller <electronjoe@gmail.com>
Mon, 4 Mar 2013 04:55:19 +0000 (3 20:55 -0800)
committerScott Moeller <electronjoe@gmail.com>
Mon, 4 Mar 2013 04:58:36 +0000 (3 20:58 -0800)
tree3d18d3258c96432fdac45f3d9019f6431dd089cd
parent08d90a1aebe58f9c02d762e6fa459dbc117dfb31
Corrected spinning loop potential in getrandombytes

Client was unable to start due to repeated loop execution.

Successful file descriptor opening of /dev/urandom had no
impact on loop execution, preventing the client from moving on.

Signed-off-by: Scott Moeller <electronjoe@gmail.com>
xio.c