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 leak when reading group input. #101

Merged
merged 1 commit into from
Oct 18, 2024

Conversation

marlam
Copy link
Contributor

@marlam marlam commented Oct 17, 2024

Since this occurs in a potentially endless loop, a malicious user could cause resource exhaustion.

Since this occurs in a potentially endless loop, a malicious user could cause resource exhaustion.
Copy link

codecov bot commented Oct 17, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 71.42%. Comparing base (e5a0b54) to head (268a08e).
Report is 8 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #101      +/-   ##
==========================================
+ Coverage   71.02%   71.42%   +0.40%     
==========================================
  Files           6        6              
  Lines         283      287       +4     
  Branches       44       44              
==========================================
+ Hits          201      205       +4     
  Misses         71       71              
  Partials       11       11              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@mrvanes
Copy link
Contributor

mrvanes commented Oct 18, 2024

Good catch!

@mrvanes mrvanes merged commit 5e8705d into SURFscz:main Oct 18, 2024
31 checks passed
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