From: Yukihiro Matsumoto Date: 2009-06-11T01:34:57+09:00 Subject: Re: [Security] Ruby 1.8.6-pl369 released Hi, In message "Re: [Security] Ruby 1.8.6-pl369 released" on Thu, 11 Jun 2009 01:28:06 +0900, Charles Oliver Nutter writes: |1.9.1 appears to produce Float::MAX or Float::MIN for exponents |outside float range, not Inf. It seems like the possibility of it |running forever trying to produce an impossibly large Bignum should be |addressed in some similar way. 1.9.2 BigDecimal#to_f produces Inf for too big numbers. I am not sure what we can do for BigDecimal#to_i yet. matz.