1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
ruby--ruby/ext/-test-/integer
naruse ec438d3222 merge revision(s) 67203: [Backport #15651]
numeric.c: fix infinite loop

	* numeric.c (int_pow): fix infinite loop in the case of y equal 1
	  and power of x does not overflow.
	  [ruby-core:91734] [Bug #15651]

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_2_6@67222 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2019-03-11 13:49:09 +00:00
..
core_ext.c merge revision(s) 67203: [Backport #15651] 2019-03-11 13:49:09 +00:00
depend ruby tool/update-deps --fix 2017-03-22 06:00:18 +00:00
extconf.rb auto_ext.rb 2016-05-29 03:08:45 +00:00
init.c
my_integer.c