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

manifest: virtual iterator bounds checking virtual sstable metadata #2698

Merged
merged 1 commit into from
Aug 3, 2023

Commits on Aug 3, 2023

  1. manifest: Added Virtual SSTable Metadata Bounds Checking

    Added a check inside of `FileMetadata.ValidateVirtual()` to ensure that
    the keys returned from a virtual sstable are within the bounds of the
    Smallest and Largest metadata keys.
    
    Informs: cockroachdb#2593
    raggar committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    2ff121d View commit details
    Browse the repository at this point in the history