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: correct null-termination at the end of string values #22

Merged
merged 1 commit into from
Sep 12, 2024

Conversation

dancarrollg
Copy link
Contributor

Fix to null-termination at the end of created string values. Fixes #21

Fix to null-termination at the end of string values. Fixes halildurmus#21
@dancarrollg dancarrollg changed the title Fix the null-termination at the end of string values fix: correct null-termination at the end of string values Sep 12, 2024
@halildurmus halildurmus self-requested a review September 12, 2024 20:59
@codecov-commenter
Copy link

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 85.98%. Comparing base (612c8a4) to head (d45e141).

Additional details and impacted files
@@           Coverage Diff           @@
##             main      #22   +/-   ##
=======================================
  Coverage   85.98%   85.98%           
=======================================
  Files           7        7           
  Lines         214      214           
=======================================
  Hits          184      184           
  Misses         30       30           

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

@halildurmus
Copy link
Owner

Nice catch! I plan to publish a new version with this fix tomorrow. Thank you for contributing!

@halildurmus halildurmus merged commit 5696607 into halildurmus:main Sep 12, 2024
9 of 10 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.

Creating string values results in malformed data that certain APIs cannot read
3 participants