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 leak when reading variable length strings #660

Merged
merged 2 commits into from Nov 28, 2022
Merged

Conversation

alkino
Copy link
Member

@alkino alkino commented Nov 28, 2022

Variable length strings are not of type VariableLength, so need to add a check for them.

Fix #658

Variable length strings are not of type VariableLength, so need to add
a check for them.
@codecov-commenter
Copy link

Codecov Report

❗ No coverage uploaded for pull request base (master@2a8930c). Click here to learn what that means.
The diff coverage is n/a.

@@            Coverage Diff            @@
##             master     #660   +/-   ##
=========================================
  Coverage          ?   79.46%           
=========================================
  Files             ?       66           
  Lines             ?     3697           
  Branches          ?        0           
=========================================
  Hits              ?     2938           
  Misses            ?      759           
  Partials          ?        0           

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@alkino alkino merged commit 4b072c5 into master Nov 28, 2022
@alkino alkino deleted the cornu/fix_leak_read branch November 28, 2022 10:06
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.

Memory leak in Attribute::read
3 participants