getrandom.2: Reads from /dev/urandom can block for large request sizes

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2015-01-29 09:12:48 +01:00
parent 2cc7c11a89
commit 6b5e7695be
1 changed files with 2 additions and 1 deletions

View File

@ -199,7 +199,8 @@ When reading from
.I /dev/urandom
.RB ( GRND_RANDOM
is not set),
blocking occurs only if the entropy pool has not been initialized yet.
blocking can occur if the entropy pool has not been initialized yet
or if the requested number of bytes is large.
When reading from
.I /dev/random
.RB ( GRND_RANDOM