You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Although we removed calls to external transferFrom have been wrapper in require statements in commit [20e6637], I still think reentrancy issues need to be looked at more closely.
In particular, does using require guarantee that there is no possibility for reentrancy ?
All the reentrancy examples I have seen seemed to involve 'call()' and do not really go with standard solidity programming practices.
A clear explanation on why this line of code is safe would be helpful to me:
Although we removed calls to external
transferFrom
have been wrapper in require statements in commit [20e6637], I still think reentrancy issues need to be looked at more closely.In particular, does using
require
guarantee that there is no possibility for reentrancy ?All the reentrancy examples I have seen seemed to involve 'call()' and do not really go with standard solidity programming practices.
A clear explanation on why this line of code is safe would be helpful to me:
Any thoughts on this ?
The text was updated successfully, but these errors were encountered: