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

VER: Yahya/4911-size-reduction-check-for-run #61

Merged
merged 7 commits into from
Oct 11, 2020

Conversation

yhassanzadeh13
Copy link
Contributor

The Run method of Backend does not adopt any check on the size of the mempool against the limit. This may cause size violation if the Run method of Backend adds items to the backend as it is the case in IdentifierMap. This PR addresses this issue by making Backend perform a size checking after each internal execution of Run.

@yhassanzadeh13
Copy link
Contributor Author

@tarakby this PR adds some lint fixes to crypto. Would be great if you could check please to make sure that it does not break anything on that package.

Copy link
Member

@Kay-Zee Kay-Zee left a comment

Choose a reason for hiding this comment

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

Nice find!

@Kay-Zee Kay-Zee merged commit b01cfde into master Oct 11, 2020
@Kay-Zee Kay-Zee deleted the yahya/4911-investigate-vn-crash-cause branch October 11, 2020 18:32
@Kay-Zee Kay-Zee added the Bugfix label Oct 11, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants