We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Add bounds checking to the initial implication of the AVM
The initial skeleton implementation does not have bounds tracking implemented
Reads and writes from memory should have their bounds checked
Right now it is not a large issue, but there will likely be a ceiling to the memory size.
aztec-packages/yarn-project/acir-simulator/src/avm/avm_context.ts
Line 51 in 91025fa
The text was updated successfully, but these errors were encountered:
done
Sorry, something went wrong.
fcarreiro
No branches or pull requests
Add bounds checking to the initial implication of the AVM
The initial skeleton implementation does not have bounds tracking implemented
Reads and writes from memory should have their bounds checked
Right now it is not a large issue, but there will likely be a ceiling to the memory size.
aztec-packages/yarn-project/acir-simulator/src/avm/avm_context.ts
Line 51 in 91025fa
The text was updated successfully, but these errors were encountered: