Skip to content

Latest commit

 

History

History
17 lines (16 loc) · 673 Bytes

Uninitialized storage pointers.md

File metadata and controls

17 lines (16 loc) · 673 Bytes

Uninitialized local storage variables can point to unexpected storage locations in the contract, which can lead to vulnerabilities. Solc 0.5.0 and above disallow such pointers. (see here)


Slide Screenshot

068.jpg


Slide Text

  • Uninitialized Storage Pointers
  • Local Storage Variables Uninitialized
  • Pointers -> Unexpected Storage Locations
  • Error-prone solc >= 0.5.0 Disallowed

References


Tags