2025-05-08 14:43 ftp://ftp.de.debian.org/debian/pool/main/u/unicorn/unicorn_6.1.0+git.20250131.1370f52.orig.tar.gz cppcheck-options: --library=posix --library=gnu --library=bsd --library=ruby --inconclusive --enable=style,information --inline-suppr --template=daca2 --disable=missingInclude --suppress=unmatchedSuppression --check-library --debug-warnings --suppress=autoNoType --suppress=valueFlowBailout --suppress=bailoutUninitVar --suppress=symbolDatabaseWarning --suppress=normalCheckLevelConditionExpressions -D__GNUC__ --platform=unix64 -j1 platform: Linux-6.8.0-59-generic-x86_64-with-glibc2.39 python: 3.12.3 client-version: 1.3.67 compiler: g++ (Ubuntu 14.2.0-4ubuntu2~24.04) 14.2.0 cppcheck: head 2.17.0 head-info: 66c9938 (2025-05-08 13:55:11 +0200) count: 5 5 elapsed-time: 0.1 0.1 head-timing-info: old-timing-info: head results: ext/unicorn_http/httpdate.c:88:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Qnil [valueFlowBailoutIncompleteVar] ext/unicorn_http/httpdate.c:18:22: portability: Non reentrant function 'gmtime' called. For threadsafe applications it is recommended to use the reentrant replacement function 'gmtime_r'. [prohibitedgmtimeCalled] ext/unicorn_http/httpdate.c:16:40: style: Parameter 'now' can be declared as pointer to const [constParameterPointer] ext/unicorn_http/httpdate.c:18:13: style: Variable 'global' can be declared as pointer to const [constVariablePointer] ext/unicorn_http/httpdate.c:21:9: warning: Uninitialized variable: tm [uninitvar] ext/unicorn_http/httpdate.c:64:24: note: Calling function 'my_gmtime_r', 2nd argument '&tm' value is ext/unicorn_http/httpdate.c:19:6: note: Assuming condition is false ext/unicorn_http/httpdate.c:21:9: note: Uninitialized variable: tm diff: DONE