You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Original issue 156 created by ben.darnell on 2013-03-29T17:48:20.000Z:
What steps will reproduce the problem?
Create a database with keys that contain embedded NUL bytes
Run "leveldbutil dump" on its manifest
What is the expected output? What do you see instead?
If one of the largest or smallest keys for an sstable contains an embedded NUL byte, the output for that VersionEdit will be truncated at that point. NULs (and other special characters) should be escaped.
What version of the product are you using? On what operating system?
LevelDB 1.9 on OS X 10.8.
Please provide any additional information below.
leveldbutil also needs to be added to .gitignore, and perhaps to the "make all" target.
The text was updated successfully, but these errors were encountered:
Original issue 156 created by ben.darnell on 2013-03-29T17:48:20.000Z:
What steps will reproduce the problem?
What is the expected output? What do you see instead?
If one of the largest or smallest keys for an sstable contains an embedded NUL byte, the output for that VersionEdit will be truncated at that point. NULs (and other special characters) should be escaped.
What version of the product are you using? On what operating system?
LevelDB 1.9 on OS X 10.8.
Please provide any additional information below.
leveldbutil also needs to be added to .gitignore, and perhaps to the "make all" target.
The text was updated successfully, but these errors were encountered: