Corrected spinning loop potential in getrandombytes
commitb9fba14fd2fcb71384db5b8d11797ab094a03821
authorScott Moeller <electronjoe@gmail.com>
Mon, 4 Mar 2013 04:55:19 +0000 (3 20:55 -0800)
committerDaniel Borkmann <dborkman@redhat.com>
Mon, 4 Mar 2013 11:18:07 +0000 (4 12:18 +0100)
tree3d18d3258c96432fdac45f3d9019f6431dd089cd
parentc5944b2b8efc5b59de898f6583cf516ef14c5576
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