Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rework tiles with associator #86

Merged
merged 5 commits into from
Feb 10, 2025

Define Span, update Tiles and add TilesAlpakaView

e40cf99
Select commit
Loading
Failed to load commit list.
Merged

Rework tiles with associator #86

Define Span, update Tiles and add TilesAlpakaView
e40cf99
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / Flawfinder (reported by Codacy) succeeded Feb 10, 2025 in 5s

10 new alerts

New alerts in code changed by this pull request

  • 10 warnings

See annotations below for details.

View all branch alerts.

Annotations

Check warning on line 133 in include/CLUEstering/CLUEstering.hpp

See this annotation in the file changed.

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

Does not check for buffer overflows when copying to destination (CWE-120). Make sure destination can always hold the source data.

Check warning on line 134 in include/CLUEstering/CLUEstering.hpp

See this annotation in the file changed.

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

Does not check for buffer overflows when copying to destination (CWE-120). Make sure destination can always hold the source data.

Check warning on line 228 in include/CLUEstering/CLUEstering.hpp

See this annotation in the file changed.

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

Does not check for buffer overflows when copying to destination (CWE-120). Make sure destination can always hold the source data.

Check warning on line 230 in include/CLUEstering/CLUEstering.hpp

See this annotation in the file changed.

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

Does not check for buffer overflows when copying to destination (CWE-120). Make sure destination can always hold the source data.

Check warning on line 231 in include/CLUEstering/CLUEstering.hpp

See this annotation in the file changed.

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

Does not check for buffer overflows when copying to destination (CWE-120). Make sure destination can always hold the source data.

Check warning on line 240 in include/CLUEstering/CLUEstering.hpp

See this annotation in the file changed.

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

Does not check for buffer overflows when copying to destination (CWE-120). Make sure destination can always hold the source data.

Check warning on line 141 in include/CLUEstering/DataFormats/alpaka/AssociationMap.hpp

See this annotation in the file changed.

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

Does not check for buffer overflows when copying to destination (CWE-120). Make sure destination can always hold the source data.

Check warning on line 157 in include/CLUEstering/DataFormats/alpaka/AssociationMap.hpp

See this annotation in the file changed.

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

Does not check for buffer overflows when copying to destination (CWE-120). Make sure destination can always hold the source data.

Check warning on line 368 in include/CLUEstering/DataFormats/alpaka/AssociationMap.hpp

See this annotation in the file changed.

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

Does not check for buffer overflows when copying to destination (CWE-120). Make sure destination can always hold the source data.

Check warning on line 130 in include/CLUEstering/DataFormats/alpaka/TilesAlpaka.hpp

See this annotation in the file changed.

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

Does not check for buffer overflows when copying to destination (CWE-120). Make sure destination can always hold the source data.