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(autocapture): prevent potential memory exhaustion when generating combinations #863

Merged
merged 2 commits into from
Sep 5, 2024

Conversation

Dogfalo
Copy link
Collaborator

@Dogfalo Dogfalo commented Sep 4, 2024

Summary

This change mirrors this PR in the upstream library: antonmedv/finder#84
This prevents a scenario where a very large number of combinations are generated and causes memory exhaustion.

Checklist

  • Does your PR title have the correct title format?
  • Does your PR have a breaking change?: No

@Dogfalo Dogfalo requested a review from a team September 4, 2024 22:48
@Dogfalo Dogfalo changed the title fix(autocapture): prevent potential memory exhaustion when generating combinations… fix(autocapture): prevent potential memory exhaustion when generating combinations Sep 4, 2024
@Dogfalo Dogfalo merged commit 6fd6495 into v1.x Sep 5, 2024
2 of 3 checks passed
@Dogfalo Dogfalo deleted the prevent-combination-generation branch September 5, 2024 15:46
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