separated install and prepare, install is now root #188
Annotations
2 errors and 10 warnings
test/test.c#L141
use of undeclared identifier 'build_dir'
|
test/test.c#L176
void function 'test_make' should not return a value
|
src/get.c#L37
variable 'd' is not initialized
|
src/get.c#L38
variable 'dir' is not initialized
|
src/get.c#L42
Call to function 'sprintf' 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 'sprintf_s' in case of C11
|
src/get.c#L53
statement should be inside braces
|
src/get.c#L56
Call to function 'strcpy' is insecure as it does not provide bounding of the memory buffer. Replace unbounded copy functions with analogous functions that support length arguments such as 'strlcpy'. CWE-119
|
src/get.c#L78
Null pointer passed to 1st parameter expecting 'nonnull'
|
src/get.c#L100
Call to function 'snprintf' 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 'snprintf_s' in case of C11
|
src/get.c#L125
Call to function 'snprintf' 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 'snprintf_s' in case of C11
|
src/get.c#L128
Call to function 'snprintf' 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 'snprintf_s' in case of C11
|
src/install.c#L1
declaration uses identifier '_GNU_SOURCE', which is a reserved identifier
|
This job succeeded
Loading