commit | 9d24271d86eb45ed569467cc8d6ef0f491778f26 | [log] [tgz] |
---|---|---|
author | Victor Stinner <victor.stinner@gmail.com> | Tue Apr 12 22:28:49 2016 +0200 |
committer | Victor Stinner <victor.stinner@gmail.com> | Tue Apr 12 22:28:49 2016 +0200 |
tree | 6c8a5136e291f8e4c60cbe2e1bda1f8f53432543 | |
parent | c6ec54d8eb47e685dfcc489d4c6e2a78bb817ef0 [diff] |
Fix os.urandom() on Solaris 11.3 Issue #26735: Fix os.urandom() on Solaris 11.3 and newer when reading more than 1,024 bytes: call getrandom() multiple times with a limit of 1024 bytes per call.