Home / Vulnerability Database / Solidity : Deletion of dynamically-sized storage array
Solidity

Solidity : Deletion of dynamically-sized storage array

Overview

Applying delete or .length = 0 to dynamically-sized storage arrays may lead to Out-of-Gas exception.

References

LOW

DerScanner Severity Score

Do you want to fix Solidity : Deletion of dynamically-sized storage array in your application?

See also

Solidity

Solidity : Return value of transfer, transferFrom, or approve function of ERC-20 standard is always false.

Solidity

Solidity : Using approve function of the ERC-20 token standard

Solidity

Solidity : ERC-20 transfer should throw