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

KVS: Add error check for large offset reads #9954

Merged
merged 1 commit into from
Sep 24, 2021

Conversation

rgoliver
Copy link

Problem

Linux KVS doesn't check the offset size is smaller then the actual size. #9479

Change overview

Added a check and return an error.

Testing

Ran the persistent storage example/test app for linux which includes a test for offset reads.

Check the offset size isn't bigger then the read size and return
error.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants