-
Notifications
You must be signed in to change notification settings - Fork 18
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
Last byte of string value is replaced by zero byte #40
Comments
Yikes thats really bad, and supports what I was saying here that we need to either remove the second code path (using strings) or add much more testing for it. Thanks for the report - I'll fix & publish an updated version now. |
... The silver lining is that that test code would have crashed in 0.10.3 due to the |
📦 foundationdb@0.10.6 |
Yep, we updated to Thanks for the quick response! |
This started happening after updating to
0.10.4
. I narrowed it down to a set of commands in Node REPL:It can be seen that the last byte became
00
.This doesn't happen if I pass
Buffer.from('123')
to theset()
call.The text was updated successfully, but these errors were encountered: