summaryrefslogtreecommitdiff
path: root/test/files/run/t7880.scala
Commit message (Collapse)AuthorAgeFilesLines
* SI-7880 Fix infinite loop in ResizableArray#ensureSizeSimon Ochsenreither2013-12-231-0/+7
This issue was triggered for values greater than Int.MaxValue/2, which caused the computation of the new array size to overflow and become negative, leading to an infinite loop.