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

Explore Possibly Preventing Buffer Over/underflow #3

Open
siromivel opened this issue Feb 21, 2019 · 0 comments
Open

Explore Possibly Preventing Buffer Over/underflow #3

siromivel opened this issue Feb 21, 2019 · 0 comments
Assignees
Labels
question Further information is requested

Comments

@siromivel
Copy link
Owner

I don't know that this is possible, but it would be really nice if we could ensure safety while functions being passed into Lambdeth are executed. Solidity does not allow operator overloading so we should explore any other avenues to enforce use of SafeMath.sol or similar libraries.

If this isn't possible it's not terrible, production contracts should be audited either way this would just be a nice way to take some of the burden off of security auditors.

@siromivel siromivel self-assigned this Feb 24, 2019
@siromivel siromivel added enhancement New feature or request question Further information is requested and removed enhancement New feature or request labels Feb 24, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

1 participant