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 removeNull for empty strings #3

Merged
merged 1 commit into from
Jan 25, 2022
Merged

Conversation

arkbriar
Copy link
Contributor

In C's world, '\x00' stands for the ending symbol of a string thus the empty string is stored as '\x00'.
In such cases, the original removeNull returns an incorrect string in go.

Copy link
Owner

@xin053 xin053 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You are right, thx for PR.

@xin053 xin053 merged commit f196c6c into xin053:master Jan 25, 2022
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