Solidity Bug Info
Bug Name | Description | Severity |
---|---|---|
UninitializedFunctionPointerInConstructorCalling uninitialized internal function pointers created in the constructor does not always revert and can cause unexpected behaviour. | Uninitialized internal function pointers point to a special piece of code that causes a revert when called. Jump target positions are different during construction and after deployment, but the code for setting this special jump target only considered the situation after deployment. - First Introduced: 0.5.0 - Fixed in Version: 0.5.8 - Published: - Severity<: very low | very low |