scala / bug

Scala 2 bug reports only. Please, no questions — proper bug reports only.
https://scala-lang.org
230 stars 21 forks source link

NewVectorIterator.slice susceptible to arithmetic overflow #12823

Closed noresttherein closed 9 months ago

noresttherein commented 11 months ago

Reproduction steps

Scala version: 2.13.11

println(Vector(1, 2).iterator.slice(1, Int.MinValue).toList)

Problem

prints

List(2)