This project is mirrored from https://*****:*****@gitlab.cern.ch/atlas/athena.git.
Pull mirroring updated .
- 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
-
-
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
-
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
-
CaloRec: Fix cppcheck warning. nextCelIterEnd gets invalidated on erase().
-
Jean-Baptiste De Vivie De Regie authored
ZdcNtuple: Fix cppcheck warning. See merge request atlas/athena!76745
-
ZdcNtuple: Fix cppcheck warning. Potential null pointer dereference.
-
Jean-Baptiste De Vivie De Regie authored
CxxUtils: Avoid out-of-bounds vector reference. See merge request atlas/athena!76708
-
CxxUtils: Avoid out-of-bounds vector reference. Fix calculation of end iterator to avoid dereferencing. Fixes crash seen when building with -D_GLIBCXX_ASSERTIONS.
-
Jean-Baptiste De Vivie De Regie authored
TrkVertexSeedFinderUtils: Fix out-of-bounds vector access. See merge request atlas/athena!76706
-
TrkVertexSeedFinderUtils: Fix out-of-bounds vector access. In these lines ``` std::vector< std::pair< int, int> > idxprevious = (*idxs)[splt-1] ; offset = idxprevious[sz].second ; ``` we seem to want to refer to the last element in idxprevious. But sz is the size of (*idxs)[split], so this can result in an out-of-bounds access. Changed to use back(). Also get rid of some needless vector copies. Fixes crash when compiling with -D_GLIBCXX_ASSERTIONS.
-
Jean-Baptiste De Vivie De Regie authored
TrackOverlayRec: Cleanup CMakeLists.txt See merge request atlas/athena!76689
-
Jean-Baptiste De Vivie De Regie authored
Remove unused OverlayByteStreamUtils See merge request atlas/athena!76688
-
Frank Winklmeier authored
-