diff options
| author | akr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2010-02-05 15:04:38 +0000 |
|---|---|---|
| committer | akr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2010-02-05 15:04:38 +0000 |
| commit | 07c670db6f2cd24ba0da03e14c390ca0676e44d1 (patch) | |
| tree | e4d3486cc937dfd2b1816f9845177176cd7f724c /ChangeLog | |
| parent | fb8a3652d272e7421b1466d7c2045d79bb018218 (diff) | |
* random.c (fill_random_seed): don't use O_NOFOLLOW because
/dev/urandom is a symlink in OpenSolaris.
* lib/securerandom.rb (SecureRandom.random_bytes: ditto.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@26583 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +Sat Feb 6 00:02:31 2010 Tanaka Akira <akr@fsij.org> + + * random.c (fill_random_seed): don't use O_NOFOLLOW because + /dev/urandom is a symlink in OpenSolaris. + + * lib/securerandom.rb (SecureRandom.random_bytes: ditto. + Fri Feb 5 23:09:01 2010 Akinori MUSHA <knu@iDaemons.org> * ext/rational/rational.c: Added to provide a fast implementation |
