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

DAQ: fix FedRawData source going out of array boundaries #32116

Merged
merged 4 commits into from
Nov 13, 2020

Commits on Nov 11, 2020

  1. Fix FRD array version check. Version 6 was not added to the version size

    mapping, but was allowed in modules, leading to reading out of
    boundaries. Hardcoded version is no longer used now except in header
    where it also defines array size.
    smorovic committed Nov 11, 2020
    Configuration menu
    Copy the full SHA
    1916264 View commit details
    Browse the repository at this point in the history
  2. using constexpr

    smorovic committed Nov 11, 2020
    Configuration menu
    Copy the full SHA
    24184d2 View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2020

  1. Configuration menu
    Copy the full SHA
    384d7f4 View commit details
    Browse the repository at this point in the history
  2. code format

    smorovic committed Nov 12, 2020
    Configuration menu
    Copy the full SHA
    8ab76bd View commit details
    Browse the repository at this point in the history