[Security-sig] Does the buildtime HAVE_GETRANDOM_SYSCALL check actually make sense?
Victor Stinner
victor.stinner at gmail.com
Sun Jun 26 05:30:15 EDT 2016
The configure check ensures that constants required to build random.c are
available. We can only run this check at the compilation. I don't want to
maintain hardcoded constants.
The proper fix is to add getrandom() to the libc:
https://sourceware.org/bugzilla/show_bug.cgi?id=17252
But you may have the same issue if you build the lib with "old" header
files.
Victor
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/security-sig/attachments/20160626/a4ed955b/attachment.html>
More information about the Security-SIG
mailing list