Rework tiles with associator #86
10 new alerts
New alerts in code changed by this pull request
- 10 warnings
See annotations below for details.
Annotations
Check warning on line 133 in include/CLUEstering/CLUEstering.hpp
Code scanning / Flawfinder (reported by Codacy)
Does not check for buffer overflows when copying to destination (CWE-120). Make sure destination can always hold the source data. Warning
Check warning on line 134 in include/CLUEstering/CLUEstering.hpp
Code scanning / Flawfinder (reported by Codacy)
Does not check for buffer overflows when copying to destination (CWE-120). Make sure destination can always hold the source data. Warning
Check warning on line 228 in include/CLUEstering/CLUEstering.hpp
Code scanning / Flawfinder (reported by Codacy)
Does not check for buffer overflows when copying to destination (CWE-120). Make sure destination can always hold the source data. Warning
Check warning on line 230 in include/CLUEstering/CLUEstering.hpp
Code scanning / Flawfinder (reported by Codacy)
Does not check for buffer overflows when copying to destination (CWE-120). Make sure destination can always hold the source data. Warning
Check warning on line 231 in include/CLUEstering/CLUEstering.hpp
Code scanning / Flawfinder (reported by Codacy)
Does not check for buffer overflows when copying to destination (CWE-120). Make sure destination can always hold the source data. Warning
Check warning on line 240 in include/CLUEstering/CLUEstering.hpp
Code scanning / Flawfinder (reported by Codacy)
Does not check for buffer overflows when copying to destination (CWE-120). Make sure destination can always hold the source data. Warning
Check warning on line 141 in include/CLUEstering/DataFormats/alpaka/AssociationMap.hpp
Code scanning / Flawfinder (reported by Codacy)
Does not check for buffer overflows when copying to destination (CWE-120). Make sure destination can always hold the source data. Warning
Check warning on line 157 in include/CLUEstering/DataFormats/alpaka/AssociationMap.hpp
Code scanning / Flawfinder (reported by Codacy)
Does not check for buffer overflows when copying to destination (CWE-120). Make sure destination can always hold the source data. Warning
Check warning on line 368 in include/CLUEstering/DataFormats/alpaka/AssociationMap.hpp
Code scanning / Flawfinder (reported by Codacy)
Does not check for buffer overflows when copying to destination (CWE-120). Make sure destination can always hold the source data. Warning
Check warning on line 130 in include/CLUEstering/DataFormats/alpaka/TilesAlpaka.hpp
Code scanning / Flawfinder (reported by Codacy)
Does not check for buffer overflows when copying to destination (CWE-120). Make sure destination can always hold the source data. Warning