Home / Vulnerability Database / Solidity : Using continue in the do-while loop
Solidity

Solidity : Using continue in the do-while loop

Overview

Prior to version 0.5.0, Solidity compiler handles continue inside do-while loop incorrectly: it ignores while condition.

MEDIUM

DerScanner Severity Score

Do you want to fix Solidity : Using continue in the do-while loop 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