forked from AliceO2Group/O2Physics
-
Notifications
You must be signed in to change notification settings - Fork 0
report_cppcheck
Vít Kučera edited this page Dec 15, 2025
·
31 revisions
To access the full raw file, add .md in the URL.
| category | issues |
|---|---|
containerOutOfBounds |
2 |
resourceLeak |
7 |
| total | 9 |
| directory | issues | issues per 1000 lines |
|---|---|---|
PWGDQ |
2 | 0.0392 |
PWGUD |
7 | 0.169 |
| total | 9 | 0.0115 |
PWGDQ/Tasks/dqEfficiency.cxx:1207:44: error: Out of bounds access in expression 'trackGlobalIndexes.at(0)' because 'trackGlobalIndexes' is empty. [containerOutOfBounds]
PWGDQ/Tasks/tableReader.cxx:1969:44: error: Out of bounds access in expression 'trackGlobalIndexes.at(0)' because 'trackGlobalIndexes' is empty. [containerOutOfBounds]
PWGUD/Core/UDGoodRunSelector.cxx:122:5: error: Resource leak: fjson [resourceLeak]
PWGUD/Core/UDGoodRunSelector.cxx:132:5: error: Resource leak: fjson [resourceLeak]
PWGUD/Core/UDGoodRunSelector.cxx:138:5: error: Resource leak: fjson [resourceLeak]
PWGUD/Core/decayTree.cxx:252:5: error: Resource leak: fjson [resourceLeak]
PWGUD/Core/decayTree.cxx:259:5: error: Resource leak: fjson [resourceLeak]
PWGUD/Core/decayTree.cxx:275:5: error: Resource leak: fjson [resourceLeak]
PWGUD/Core/decayTree.cxx:279:5: error: Resource leak: fjson [resourceLeak]
To access the full raw file, add .md in the URL.