Task #965 - passim-0.1.8-1.fc41/scan-results.err
back to task #965download
Error: CPPCHECK_WARNING: passim-0.1.8-build/passim-0.1.8/libpassim/passim-client.c: information[normalCheckLevelMaxBranches]: Limiting analysis of branches. Use --check-level=exhaustive to analyze all branches. Error: CPPCHECK_WARNING: passim-0.1.8-build/passim-0.1.8/libpassim/passim-item.c: information[normalCheckLevelMaxBranches]: Limiting analysis of branches. Use --check-level=exhaustive to analyze all branches. Error: CPPCHECK_WARNING: passim-0.1.8-build/passim-0.1.8/redhat-linux-build/tmp-introspecty__kvqln/Passim-1.0.c: information[normalCheckLevelMaxBranches]: Limiting analysis of branches. Use --check-level=exhaustive to analyze all branches. Error: CLANG_WARNING: passim-0.1.8-build/passim-0.1.8/redhat-linux-build/tmp-introspecty__kvqln/Passim-1.0.c:799:27: warning[core.NullDereference]: Access to field 'message' results in a dereference of a null pointer (loaded from variable 'error') Error: CPPCHECK_WARNING: passim-0.1.8-build/passim-0.1.8/src/passim-avahi.c: information[normalCheckLevelMaxBranches]: Limiting analysis of branches. Use --check-level=exhaustive to analyze all branches. Error: CPPCHECK_WARNING: passim-0.1.8-build/passim-0.1.8/src/passim-cli.c: information[normalCheckLevelMaxBranches]: Limiting analysis of branches. Use --check-level=exhaustive to analyze all branches. Error: CLANG_WARNING: passim-0.1.8-build/passim-0.1.8/src/passim-cli.c:123:2: warning[unix.Malloc]: Potential leak of memory pointed to by 'values_copy' # 121| # 122| /* not found */ # 123|-> g_set_error_literal(error, G_IO_ERROR, G_IO_ERROR_INVALID_ARGUMENT, "Command not found"); # 124| return FALSE; # 125| } Error: CPPCHECK_WARNING: passim-0.1.8-build/passim-0.1.8/src/passim-common.c: information[normalCheckLevelMaxBranches]: Limiting analysis of branches. Use --check-level=exhaustive to analyze all branches. Error: CPPCHECK_WARNING: passim-0.1.8-build/passim-0.1.8/src/passim-gnutls.c: information[normalCheckLevelMaxBranches]: Limiting analysis of branches. Use --check-level=exhaustive to analyze all branches. Error: CPPCHECK_WARNING: passim-0.1.8-build/passim-0.1.8/src/passim-self-test.c: information[normalCheckLevelMaxBranches]: Limiting analysis of branches. Use --check-level=exhaustive to analyze all branches. Error: CPPCHECK_WARNING: passim-0.1.8-build/passim-0.1.8/src/passim-server.c: information[normalCheckLevelMaxBranches]: Limiting analysis of branches. Use --check-level=exhaustive to analyze all branches. Error: CLANG_WARNING: passim-0.1.8-build/passim-0.1.8/src/passim-server.c:908:3: warning[unix.Malloc]: Potential leak of memory pointed to by 'ctx' # 906| /* only GET supported */ # 907| if (soup_server_message_get_method(msg) != SOUP_METHOD_GET) { # 908|-> passim_server_msg_send_error(self, msg, SOUP_STATUS_FORBIDDEN, NULL); # 909| return; # 910| } Error: CLANG_WARNING: passim-0.1.8-build/passim-0.1.8/src/passim-server.c:1630:3: warning[unix.Malloc]: Potential leak of memory pointed to by 'self' # 1628| g_option_context_add_main_entries(context, options, NULL); # 1629| if (!g_option_context_parse(context, &argc, &argv, &error)) { # 1630|-> g_printerr("Failed to parse arguments: %s", error->message); # 1631| return EXIT_FAILURE; # 1632| }