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

[aggregator] Add validation in AddTimedWithStagedMetadatas #3338

Merged
merged 1 commit into from
Mar 8, 2021

Commits on Mar 8, 2021

  1. [aggregator] Add validation in AddTimedWithStagedMetadatas

    Ensure that there is at least one provided staged metadata,
    and that it is not the default staged metadata.
    
    Without such checks, the processing can result in
    working off of an empty `metadata.TimedMetadata{}`,
    which can `panic()` when processing due to its 0 resolution.
    wesleyk committed Mar 8, 2021
    Configuration menu
    Copy the full SHA
    a33bb0d View commit details
    Browse the repository at this point in the history