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
Function `duplicate_per_byte` checks that the `init_expr` is at max
8-bit wide. However `shadow_memoryt::initialize_shadow_memory` was
removing the outer typecast to an 8-bit value, resulting in a call to
`duplicate_per_byte` with an `init_expr` larger than 8-bit.
This commit removes the typecast removal and fixes the issue.
0 commit comments