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 String objects with non-applied encoding #428

Merged
merged 1 commit into from
Feb 8, 2022

Conversation

larskanis
Copy link
Collaborator

The COPY and record decoders use a ruby string as internal buffer. If this buffer is given to the user, it must be passed through rb_str_modify().

Fixes #427

The COPY and record decoders use a ruby string as internal buffer.
If this buffer is given to the user, it must be passed through rb_str_modify().

Fixes ged#427
@larskanis larskanis merged commit 24ca8f6 into ged:master Feb 8, 2022
@larskanis larskanis deleted the fix-427 branch February 11, 2022 07:44
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.

String object whose length is incorrect is created
1 participant