ORG81 Add automatic formatting/linting github checks #9
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
|