ruleset: count heap objects #114
Annotations
10 warnings
src/util.c#L25
variable 'G' is non-const and globally accessible, consider making it const
|
src/util.c#L29
function 'init' has cognitive complexity of 58 (threshold 25)
|
src/util.c#L56
function 'drop_privileges' has cognitive complexity of 108 (threshold 25)
|
src/util.c#L88
function 'daemonize' has cognitive complexity of 223 (threshold 25)
|
src/util.c#L104
256 is a magic number; consider replacing it with a named constant
|
src/util.c#L132
variable 'f' is not initialized
|
src/util.c#L155
256 is a magic number; consider replacing it with a named constant
|
src/util.c#L156
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/forward.c#L66
function 'forward_ctx_stop' has cognitive complexity of 42 (threshold 25)
|
src/forward.c#L123
function 'xfer_state_cb' has cognitive complexity of 28 (threshold 25)
|
The logs for this run have expired and are no longer available.
Loading