Skip to content

Latest commit

 

History

History
19 lines (19 loc) · 707 Bytes

File metadata and controls

19 lines (19 loc) · 707 Bytes

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)


Slide Screenshot

090.jpg


Slide Text

  • Dynamic Arrays Cleanup
  • Dynamic Arrays
  • Types <= 16 Bytes
  • Assigned Array Shrinks
  • Deleted Slots -> Not Cleaned
  • Compiler Bug
  • Fixed -> 0.7.3

References


Tags