Skip to content

Latest commit

 

History

History
17 lines (16 loc) · 751 Bytes

Uninitialized function pointers in constructors.md

File metadata and controls

17 lines (16 loc) · 751 Bytes

Calling uninitialized function pointers in constructors of contracts compiled with solc versions 0.4.5-0.4.26 and 0.5.0-0.5.7 lead to unexpected behavior because of a compiler bug. (see here)


Slide Screenshot

069.jpg


Slide Text

  • Uninitialized Function Pointers
  • Constructors -> Unexpected Behavior
  • solc 0.4.5-0.4.26
  • solc 0.5.0-0.5.7

References


Tags