Message265452
The attached patch (against 20160330) addresses the issue for me on Linux; it has not been tested on other platforms. It adds the GRND_NONBLOCK flag to the getrandom() call and sends the appropriate failure return if it returns due to lack of entropy. The enclosing functions fall back to reading from /dev/urandom in this case.
Affected files:
Python/random.c - changes to py_getrandom()
configure.ac and pyconfig.h.in - look for linux/random.h for inclusion
Can this, or something similar, be considered for integration with mainline? |
|
Date |
User |
Action |
Args |
2016-05-13 08:18:43 | Colm Buckley | set | recipients:
+ Colm Buckley, lemburg, rhettinger, doko, vstinner, matejcik, skrah, socketpair, thomas-petazzoni |
2016-05-13 08:18:43 | Colm Buckley | set | messageid: <1463127523.86.0.358210205168.issue26839@psf.upfronthosting.co.za> |
2016-05-13 08:18:43 | Colm Buckley | link | issue26839 messages |
2016-05-13 08:18:43 | Colm Buckley | create | |
|