[Bug libc/17252] getrandom and getentropy syscall
fweimer at redhat dot com
sourceware-bugzilla@sourceware.org
Sat Aug 16 16:54:00 GMT 2014
https://sourceware.org/bugzilla/show_bug.cgi?id=17252
--- Comment #2 from Florian Weimer <fweimer at redhat dot com> ---
(In reply to Cristian Rodríguez from comment #0)
> Ideally, if the system call is not found in the running kernel, fallback to
> emulation by reading /dev/urandom in the default case or /dev/random if
> GRND_RANDOM is used.
If GRND_NONBLOCK is not set and the buffer is proper, the system call cannot
fail. It is impossible to achieve that with emulation.
--
You are receiving this mail because:
You are on the CC list for the bug.
More information about the Glibc-bugs
mailing list