Task #138 - passim-0.1.7-1.fc41/scan-results.err

back to task #138
download
Error: CLANG_WARNING:
passim-0.1.7/redhat-linux-build/tmp-introspect4u_3y47w/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: CLANG_WARNING:
passim-0.1.7/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: CLANG_WARNING:
passim-0.1.7/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.7/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|   	}