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

fix: memory finalize duplicate address attack from audit #934

Merged
merged 2 commits into from
Jun 14, 2024

Conversation

erabinov
Copy link
Contributor

No description provided.

@erabinov erabinov changed the title fix: memory finalize address uniqueness attack from audit fix: memory finalize duplicate address attack from audit Jun 14, 2024
// padding rows.
// The first row should be an initialize row.
builder.when_first_row().assert_one(local.is_initialize);
// After an initialize row, we should either have a finalize row, or another initialize row.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: can u put space above all of theses

@erabinov erabinov merged commit c55f7b2 into dev Jun 14, 2024
7 checks passed
@erabinov erabinov deleted the erabinov/memory_init branch June 14, 2024 19:38
erabinov added a commit that referenced this pull request Jun 14, 2024
erabinov added a commit that referenced this pull request Jun 14, 2024
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

Successfully merging this pull request may close these issues.

2 participants