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

Empty string value/key shouldn't be treated as null #773

Merged
merged 1 commit into from
Apr 5, 2020

Conversation

iradul
Copy link
Collaborator

@iradul iradul commented Apr 5, 2020

When accessing data from empty string Buffer Buffer.from("") in Node v13, it returns NULL instead of pointer.
Consequence to this is that key/value is written as NULL which is wrong.
Refs #36, #759, nodejs/node#32089

@iradul iradul merged commit d4372fe into Blizzard:master Apr 5, 2020
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.

1 participant