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

Warn / disallow gigantic storage arrays #2632

Closed
chriseth opened this issue Jul 26, 2017 · 0 comments
Closed

Warn / disallow gigantic storage arrays #2632

chriseth opened this issue Jul 26, 2017 · 0 comments
Assignees

Comments

@chriseth
Copy link
Contributor

As explained in
https://chriseth.github.io/notes/talks/safe_solidity/#/8
it can be dangerous to mix gigantic arrays in memory with mappings or other data structures. We should either disallow such arrays or warn about them. A complication is the fact that it might be possible to create a multi-dimensional array where each dimension stays below the safety limit, but the full array is again dangerous.

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