You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I can't really tell if the 0-length check is correct and the code is wrong, or if the test should be != 0 instead. I lean toward it should be != 0, but someone more knowledgeable with the code should check.
This was spotted by qazwsxal on Discord. This is in runner.py, lines 216-222:
Notice that the code is indexing into a proven zero-length array.
The text was updated successfully, but these errors were encountered: