We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In the following sscanf calls, '%64s' requires 65 bytes.
splinterdb/tests/functional/ycsb_test.c
Line 584 in 6a2348c
Lines 598 to 602 in 6a2348c
But the length of result[i].key is only 24 bytes.
result[i].key
Lines 244 to 246 in 6a2348c
Line 17 in 6a2348c
Please either modify the sscanf format specifier, or make YCSB_KEY_SIZE larger.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
In the following sscanf calls, '%64s' requires 65 bytes.
splinterdb/tests/functional/ycsb_test.c
Line 584 in 6a2348c
splinterdb/tests/functional/ycsb_test.c
Lines 598 to 602 in 6a2348c
But the length of
result[i].key
is only 24 bytes.splinterdb/tests/functional/ycsb_test.c
Lines 244 to 246 in 6a2348c
splinterdb/tests/functional/ycsb_test.c
Line 17 in 6a2348c
Please either modify the sscanf format specifier, or make YCSB_KEY_SIZE larger.
The text was updated successfully, but these errors were encountered: