Actions
Bug #14259
closedInteger#pow returns an invalid result with large modulo
Bug #14259:
Integer#pow returns an invalid result with large modulo
Updated by mrkn (Kenta Murata) over 8 years ago
- ruby -v set to ruby 2.5.0p0 (2017-12-25 revision 61468) [x86_64-darwin16]
Updated by mrkn (Kenta Murata) over 8 years ago
- Status changed from Assigned to Closed
Applied in changeset trunk|r61517.
numeric.c: Fix Integer#pow with a large Fixnum modulo
-
numeric.c: Fix Integer#pow with a large Fixnum modulo
[Bug #14259] [ruby-core:84562] -
test/ruby/test_numeric.rb: add assertions for reproducing this bug.
Updated by mrkn (Kenta Murata) over 8 years ago
- Backport changed from 2.3: UNKNOWN, 2.4: UNKNOWN, 2.5: UNKNOWN to 2.3: UNKNOWN, 2.4: UNKNOWN, 2.5: REQUIRED
Updated by andrykonchin (Andrew Konchin) over 8 years ago
Updated by naruse (Yui NARUSE) over 8 years ago
- Backport changed from 2.3: UNKNOWN, 2.4: UNKNOWN, 2.5: REQUIRED to 2.3: UNKNOWN, 2.4: UNKNOWN, 2.5: DONE
ruby_2_5 r61629 merged revision(s) 61517.
Updated by usa (Usaku NAKAMURA) over 8 years ago
- Backport changed from 2.3: UNKNOWN, 2.4: UNKNOWN, 2.5: DONE to 2.3: DONTNEED, 2.4: DONTNEED, 2.5: DONE
Updated by sawa (Tsuyoshi Sawada) about 6 years ago
- Subject changed from Integer#pow returns a Invalid result with a large modulo to Integer#pow returns an invalid result with large modulo
- Description updated (diff)
Actions