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 see this yield a attempt to subtract with overflow, rather than multiply? the cause of this is a little deeper than just the formatting though: the nop instruction is reported as having a memory operand, and then never gets an explicit mem_size, so it keeps the default of 0. then in..
and then i've added fuzz targets for both decoding and displaying instructions in 26e019c. i'm gonna let cargo fuzz go a while longer before cutting a new release, though, since i doubt this is the only instruction i missed when adding the explicit mem_size field.
(grr, the second time i hit enter and made an issue too early, sorry if you have email notifs on!)
Gives a multiply with overflow with integer overflow checks on, gives a index out of bounds panic (thankfully not unchecked indexing) in release
The text was updated successfully, but these errors were encountered: