General

Profile

kevinoid (Kevin Locke)

Issues

open closed Total
Assigned issues 0 0 0
Reported issues 0 1 1

Activity

06/11/2018

05:53 PM Ruby Bug #14837: ruby blocks due to unavoidable getrandom without GRND_NONBLOCK
After re-reading the diff more closely I realized I had misunderstood. As I now understand, r63624 has the effect of adding `GRND_NONBLOCK` for `Random.new_seed` and the internal seeds and removing it for `Random.urandom`, which is prob... kevinoid (Kevin Locke)
05:02 PM Ruby Bug #14837: ruby blocks due to unavoidable getrandom without GRND_NONBLOCK
Thanks for the quick response and fix! Sorry I didn't see the changes sooner. (I didn't get an email notification, will investigate.)
If SecureRandom requires cryptographically random numbers, removing `GRND_NONBLOCK` will cause sec...
kevinoid (Kevin Locke)

06/09/2018

05:05 AM Ruby Bug #14837 (Closed): ruby blocks due to unavoidable getrandom without GRND_NONBLOCK
Following the [instructions in the Rubygems FAQ](https://guides.rubygems.org/faqs/#user-install) I added the following to `~/.bashrc`:
~~~ sh
if which ruby >/dev/null && which gem >/dev/null; then
PATH="$(ruby -e 'puts Gem.user_...
kevinoid (Kevin Locke)

Also available in: Atom