This project is mirrored from https://*****:*****@gitlab.cern.ch/atlas/athena.git.
Pull mirroring updated .
- Dec 18, 2024
-
-
Jean-Baptiste De Vivie De Regie authored
main-cppcheck-ZDC See merge request atlas/athena!76817
-
main-cppcheck-ZDC
-
Jiri Masik authored
TrigInDetAnalysis: fix remaining cppcheck defects See merge request atlas/athena!76754
-
Jiri Masik authored
Frozen FW test: make diff step reporting result See merge request atlas/athena!76802
-
Frozen FW test: make diff step reporting result
-
Jiri Masik authored
TrigEgammaEmulationTool: fix uninitialized variables See merge request atlas/athena!76772
-
Jean-Baptiste De Vivie De Regie authored
removed obsolete test from ISF_Validation See merge request atlas/athena!76816
-
removed obsolete test from ISF_Validation
-
- Dec 17, 2024
-
-
Jean-Baptiste De Vivie De Regie authored
Update references for IDPVM mu20GeV_simreco + Z' TIDE ART tests See merge request atlas/athena!76788
-
Update references for IDPVM mu20GeV_simreco + Z' TIDE ART tests
-
Jean-Baptiste De Vivie De Regie authored
ZdcMonitoring: Fix cppcheck warning. See merge request atlas/athena!76786
-
ZdcMonitoring: Fix cppcheck warning. ZdcMonitoring: Fix cppcheck warning. Pass string by const reference, not by value.
-
Jiri Masik authored
TrigT1Result: vector bounds checks. See merge request !76775
-
TrigT1Result: vector bounds checks. Protect against out-of-bounds vector reads.
-
Duc Ta authored
TrackParticleCnvAlg: Fix when running in BStoRDO step See merge request atlas/athena!76697
-
Duc Ta authored
TrkDetDescrSvc: Fix out-of-bounds vector write. See merge request atlas/athena!76773
-
TrkDetDescrSvc: Fix out-of-bounds vector write. reserve/resize confusion. Fixes crash with -D_GLIBCXX_ASSERTIONS.
-
Duc Ta authored
MuonEventTPCnv: Fix out-of-bounds vector accesses in tests. See merge request atlas/athena!76774
-
MuonEventTPCnv: Fix out-of-bounds vector accesses in tests. Some dummy DD objects had too-short vectors. Fixed.
-
Duc Ta authored
TRT_ConditionsData: Fix out-of-bounds vector accesses. See merge request atlas/athena!76776
-
TRT_ConditionsData: Fix out-of-bounds vector accesses. resize/reserve confusion.
-
Jean-Baptiste De Vivie De Regie authored
BStoRDO: Store all ID BS errors See merge request atlas/athena!76769
-
Jean-Baptiste De Vivie De Regie authored
Rediuce memory requirements for ART tests See merge request atlas/athena!76764
-
Rediuce memory requirements for ART tests
-
Jean-Baptiste De Vivie De Regie authored
Fix spurious PV warning in JetTagDQA See merge request atlas/athena!76761
-
Fix spurious PV warning in JetTagDQA
-
Jean-Baptiste De Vivie De Regie authored
Add OverlayVertexSkimmingAlg See merge request atlas/athena!76696
-
- Dec 16, 2024
-
-
Frank Winklmeier authored
-
Tadej Novak authored
-
Jiri Masik authored
TrigConfxAOD: rename xAODMenuWriterMT to xAODMenuWriter See merge request atlas/athena!76748
-
Jiri Masik authored
TrigSteeringEvent: Avoid out-of-bounds vector access. See merge request atlas/athena!76707
-
TrigSteeringEvent: Avoid out-of-bounds vector access. Truncation_test was failing when build with -D_GLIBCXX_ASSERTIONS.
-
Jiri Masik authored
Switch 2 L1 jTAU multiplicity algorithms to cTAUs See merge request atlas/athena!76612
-
Switch 2 L1 jTAU multiplicity algorithms to cTAUs
-
Frank Winklmeier authored
Fix uninitialized variables, potential nullptr de-ref and pass by value.
-
Jiri Masik authored
L1CaloFEXByteStream: Fix out-of-bounds array accesses. See merge request atlas/athena!76699
-
L1CaloFEXByteStream: Fix out-of-bounds array accesses. Unused fibers are marked with *_NFI[i] == -1. Need to skip those rather than trying to use that as an index. Solves crashes seen when building with -D_GLIBCXX_ASSERTIONS.
-
Jean-Baptiste De Vivie De Regie authored
eflowRec: Fix use of invalid iterators. See merge request atlas/athena!76712
-
eflowRec: Fix use of invalid iterators. annihilateCluster was looping though a vector, erasing each element in turn, in order to clear the vector. Not only is this ineffient, it ends up using invalid iterators. This was causing a crash with gcc15. Just change to using clear().
-
Jean-Baptiste De Vivie De Regie authored
CaloRec: Fix cppcheck warning. See merge request atlas/athena!76720
-