When assigning a dynamically sized array with types of size at most 16 bytes in storage causing the assigned array to shrink, some parts of deleted slots were not zeroed out. This is due to a compiler bug fixed in v0.7.3
. (see here)
- Dynamic Arrays Cleanup
- Dynamic Arrays
- Types <= 16 Bytes
- Assigned Array Shrinks
- Deleted Slots -> Not Cleaned
- Compiler Bug
- Fixed -> 0.7.3