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(p2p,rpc): limit Cairo 0 class definition size #2475

Merged
merged 2 commits into from
Jan 9, 2025

Conversation

kkovaacs
Copy link
Contributor

@kkovaacs kkovaacs commented Jan 9, 2025

Make sure the uncompressed size of Cairo 0 class definitions does not exceed our limit of 4 MiB.

Closes #2471

Make sure the uncompressed size of Cairo 0 class definitions does not
exceed our limit of 4 MiB.

Closes #2471
@kkovaacs kkovaacs marked this pull request as ready for review January 9, 2025 14:58
@kkovaacs kkovaacs requested a review from a team as a code owner January 9, 2025 14:58
@kkovaacs kkovaacs merged commit c0d0247 into main Jan 9, 2025
8 checks passed
@kkovaacs kkovaacs deleted the krisztian/limit-cairo0-class-definition-size branch January 9, 2025 15:33
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.

P2P: Decompression buffer size not limited when syncing classes
2 participants