Skip to content

MuonG4SD: Fix uninitialized reads in tests.

Scott Snyder requested to merge ssnyder/athena:uninit.MuonG4SD-20200904 into master

Some of the test code was trying to construct identifiers using invalid inputs, resulting in out-of-bounds array reads and unpredictable results.

Merge request reports