-
Notifications
You must be signed in to change notification settings - Fork 1.3k
SaturatedSliceIter::next has overflow bug #3468
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
cargo run Lib/test/test_userlist.py -v -k test_extendedslicing above one also panicked by same reasom |
a = self.type2test(range(10))
del a[9::1<<333] These line make panicked |
|
qingshi163
added a commit
to qingshi163/RustPython
that referenced
this issue
Nov 28, 2021
youknowone
added a commit
that referenced
this issue
Nov 28, 2021
fix #3468 SaturatedSliceIter overflow
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Probably introduced in #3340
The text was updated successfully, but these errors were encountered: