issues
search
code-423n4
/
2022-04-backd-findings
6
stars
4
forks
source link
QA Report
#160
Open
code423n4
opened
2 years ago
code423n4
commented
2 years ago
Unbounded array as input can revert the transaction.
https://github.com/code-423n4/2022-04-backd/blob/c856714a50437cb33240a5964b63687c9876275b/backd/contracts/actions/topup/TopUpKeeperHelper.sol#L72
batchCanExecute()
accepts unbounded array as input,. If the length of array is too large, the block gas limit can be reached leading to revert of the tx.
Unbounded array as input can revert the transaction.
batchCanExecute()
accepts unbounded array as input,. If the length of array is too large, the block gas limit can be reached leading to revert of the tx.