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
This will probably only be triggered by fuzzers and people dropping stuff on their keyboard, but this invocation of cur() will panic if the call to number() receives a string with a leading 0 that happens to be the last character in the file. You can get there via parse() with an mm1 file ending in : @0.
The text was updated successfully, but these errors were encountered:
This will probably only be triggered by fuzzers and people dropping stuff on their keyboard, but this invocation of
cur()
will panic if the call tonumber()
receives a string with a leading 0 that happens to be the last character in the file. You can get there viaparse()
with an mm1 file ending in :@0
.The text was updated successfully, but these errors were encountered: