Lucene search
+L

1 matches found

Code423n4
Code423n4
added 2023/03/07 12:0 a.m.14 views

setWithdrawalQueue never removes items from the queue and can get out of gas

Lines of code Vulnerability details Impact setWithdrawalQueue calls delete, this sets to 0 each element of the array rather than removing elements what it's done with .pop. After that, strategies are pushed in a for loop, therefore, each time setWithdrawalQueue is called, length of the queue is...

6.7AI score
SaveExploits0
Rows per page
Query Builder