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

Validate set schema for subsequent calls to SOS store #1532

Closed
wants to merge 1 commit into from

Commits on Nov 21, 2024

  1. Validate set schema for subsequent calls to SOS store

    It is possible that a set could be provided to the SOS store()
    function that has a different schema than what was originally
    provided. This can crash the ldmsd and/or store incorrect
    data to the container.
    
    This change caches the set digest of the first set in the
    storage instance and compares this cached value to the set
    digest provided in the store() function.
    
    If these digests do not match, the set is ignored and
    not stored.
    tom95858 committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    20ba78c View commit details
    Browse the repository at this point in the history