Skip to content

ORG81 Add automatic formatting/linting github checks #9

ORG81 Add automatic formatting/linting github checks

ORG81 Add automatic formatting/linting github checks #9

Triggered via pull request February 26, 2025 17:50
Status Failure
Total duration 54s
Artifacts

cpp-linter.yaml

on: pull_request
cpp-linter
45s
cpp-linter
Fit to window
Zoom out
Zoom in

Annotations

1 error and 10 warnings
cpp-linter
Process completed with exit code 1.
ml-metro5.c:24:3 [clang-analyzer-security.insecureAPI.DeprecatedOrUnsafeBufferHandling]: ml-metro5.c#L24
Call to function 'fprintf' is insecure as it does not provide security checks introduced in the C11 standard. Replace with analogous functions that support length arguments or provides boundary checks such as 'fprintf_s' in case of C11
ml-metro5.c:37:3 [clang-analyzer-security.insecureAPI.DeprecatedOrUnsafeBufferHandling]: ml-metro5.c#L37
Call to function 'fprintf' is insecure as it does not provide security checks introduced in the C11 standard. Replace with analogous functions that support length arguments or provides boundary checks such as 'fprintf_s' in case of C11
ml-metro5.c:39:5 [clang-analyzer-security.insecureAPI.DeprecatedOrUnsafeBufferHandling]: ml-metro5.c#L39
Call to function 'fprintf' is insecure as it does not provide security checks introduced in the C11 standard. Replace with analogous functions that support length arguments or provides boundary checks such as 'fprintf_s' in case of C11
ml-metro5.c:40:5 [clang-analyzer-security.insecureAPI.DeprecatedOrUnsafeBufferHandling]: ml-metro5.c#L40
Call to function 'fprintf' is insecure as it does not provide security checks introduced in the C11 standard. Replace with analogous functions that support length arguments or provides boundary checks such as 'fprintf_s' in case of C11
ml-metro5.c:43:7 [clang-analyzer-security.insecureAPI.DeprecatedOrUnsafeBufferHandling]: ml-metro5.c#L43
Call to function 'fprintf' is insecure as it does not provide security checks introduced in the C11 standard. Replace with analogous functions that support length arguments or provides boundary checks such as 'fprintf_s' in case of C11
ml-metro5.c:49:5 [clang-analyzer-security.insecureAPI.DeprecatedOrUnsafeBufferHandling]: ml-metro5.c#L49
Call to function 'fprintf' is insecure as it does not provide security checks introduced in the C11 standard. Replace with analogous functions that support length arguments or provides boundary checks such as 'fprintf_s' in case of C11
ml-metro5.c:52:3 [clang-analyzer-security.insecureAPI.DeprecatedOrUnsafeBufferHandling]: ml-metro5.c#L52
Call to function 'fprintf' is insecure as it does not provide security checks introduced in the C11 standard. Replace with analogous functions that support length arguments or provides boundary checks such as 'fprintf_s' in case of C11
ml-metro5.c:149:16 [clang-analyzer-core.CallAndMessage]: ml-metro5.c#L149
2nd function call argument is an uninitialized value
ml-metro5.c:156:3 [clang-analyzer-security.insecureAPI.DeprecatedOrUnsafeBufferHandling]: ml-metro5.c#L156
Call to function 'fprintf' is insecure as it does not provide security checks introduced in the C11 standard. Replace with analogous functions that support length arguments or provides boundary checks such as 'fprintf_s' in case of C11
ml-metro5.c:158:3 [clang-analyzer-security.insecureAPI.DeprecatedOrUnsafeBufferHandling]: ml-metro5.c#L158
Call to function 'fprintf' is insecure as it does not provide security checks introduced in the C11 standard. Replace with analogous functions that support length arguments or provides boundary checks such as 'fprintf_s' in case of C11