Commit 6c26e5a
Enrico Steffinlongo
Fixed missing typecast in duplicate_per_byte
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.1 parent 78be04f commit 6c26e5a
1 file changed
+0
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
53 | | - | |
54 | | - | |
55 | 53 | | |
56 | 54 | | |
57 | 55 | | |
| |||
0 commit comments