fixed a bug where some directories where not created successfuly #45
Annotations
4 warnings
src/config.c#L19
variable 'configEntries' is non-const and globally accessible, consider making it const
|
src/move.c#L30
Call to function 'sprintf' is insecure as it does not provide bounding of the memory buffer or 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/move.c#L32
Call to function 'sprintf' is insecure as it does not provide bounding of the memory buffer or 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/move.c#L61
redundant return statement at the end of a function with a void return type
|
The logs for this run have expired and are no longer available.
Loading