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
Just saw this project on hackernews and noticed that to_opcode is a problem. If the input falls outside of the opcode range it produces undefined behavior. This probably needs to either assert with a panic or return Option for unknown opcodes.
The text was updated successfully, but these errors were encountered:
Just saw this project on hackernews and noticed that
to_opcode
is a problem. If the input falls outside of the opcode range it produces undefined behavior. This probably needs to either assert with a panic or returnOption
for unknown opcodes.The text was updated successfully, but these errors were encountered: