Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CEtherGateway does not handle CEther.transferFrom return value #126

Open
lekhovitsky opened this issue May 31, 2024 · 0 comments
Open

CEtherGateway does not handle CEther.transferFrom return value #126

lekhovitsky opened this issue May 31, 2024 · 0 comments

Comments

@lekhovitsky
Copy link
Collaborator

lekhovitsky commented May 31, 2024

CEther is one of those older contracts which return failure flag instead of reverting.

In CEtherGateway, the only contract in our system that explicitly interacts with it, this is reflected in mint, redeem and redeemUnderlying calls, but missed in transfer and transferFrom:

Thus, the contract should never be deployed in its current form. The fix would be to simply use safeTransfer and safeTransferFrom instead.

Credit to @pessimistic-io for discovery.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant