Skip to content

Latest commit

 

History

History
17 lines (17 loc) · 694 Bytes

File metadata and controls

17 lines (17 loc) · 694 Bytes

Function calls to internal library functions with calldata parameters called via “using for” can result in invalid data being read. This is due to a compiler bug introduced in v0.6.9 and fixed in v0.6.10. (see here)


Slide Screenshot

093.jpg


Slide Text

  • Calldata Parameters using for
  • Function Calls -> Internal Library Functions
  • Read -> Invalid Data
  • Compiler Bug -> Fixed
  • solc 0.6.9 -> 0.6.10

References


Tags