libsecret-0.21.7-7.fc44

List of Findings

Error: GCC_ANALYZER_WARNING (CWE-688): [#def1]
libsecret-0.21.7/egg/egg-secure-memory.c:1359:9: warning[-Wanalyzer-null-argument]: use of NULL where non-null expected
libsecret-0.21.7/egg/egg-secure-memory.c:1342:1: enter_function: entry to ‘egg_secure_strndup_full’
libsecret-0.21.7/egg/egg-secure-memory.c:1351:12: branch_false: following ‘false’ branch (when ‘str’ is non-NULL)...
libsecret-0.21.7/egg/egg-secure-memory.c:1354:15: branch_false: ...to here
libsecret-0.21.7/egg/egg-secure-memory.c:1355:12: branch_false: following ‘false’ branch (when ‘end’ is NULL)...
libsecret-0.21.7/egg/egg-secure-memory.c:1357:9: branch_false: ...to here
libsecret-0.21.7/egg/egg-secure-memory.c:1358:23: call_function: calling ‘egg_secure_alloc_full’ from ‘egg_secure_strndup_full’
libsecret-0.21.7/egg/egg-secure-memory.c:1358:23: return_function: returning to ‘egg_secure_strndup_full’ from ‘egg_secure_alloc_full’
libsecret-0.21.7/egg/egg-secure-memory.c:1359:9: danger: argument 1 (‘egg_secure_alloc_full(tag,  len,  options)’) NULL where non-null expected
# 1357|   	len = length + 1;
# 1358|   	res = (char *)egg_secure_alloc_full (tag, len, options);
# 1359|-> 	memcpy (res, str, len);
# 1360|   	res[length] = '\0';
# 1361|   	return res;

Error: GCC_ANALYZER_WARNING (CWE-404): [#def2]
libsecret-0.21.7/egg/egg-testing.c:185:9: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
libsecret-0.21.7/egg/egg-testing.c:201:1: enter_function: entry to ‘egg_tests_create_scratch_directory’
libsecret-0.21.7/egg/egg-testing.c:212:12: branch_false: following ‘false’ branch...
libsecret-0.21.7/egg/egg-testing.c:215:9: branch_false: ...to here
libsecret-0.21.7/egg/egg-testing.c:215:9: acquire_resource: ‘va_start’ called here
libsecret-0.21.7/egg/egg-testing.c:217:16: branch_true: following ‘true’ branch (when ‘file_to_copy’ is non-NULL)...
libsecret-0.21.7/egg/egg-testing.c:218:17: branch_true: ...to here
libsecret-0.21.7/egg/egg-testing.c:218:17: call_function: calling ‘egg_tests_copy_scratch_file’ from ‘egg_tests_create_scratch_directory’
#  183|   	gsize length;
#  184|   
#  185|-> 	g_assert (directory);
#  186|   
#  187|   	g_file_get_contents (filename, &contents, &length, &error);

Error: GCC_ANALYZER_WARNING (CWE-404): [#def3]
libsecret-0.21.7/egg/egg-testing.c:187:9: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
libsecret-0.21.7/egg/egg-testing.c:201:1: enter_function: entry to ‘egg_tests_create_scratch_directory’
libsecret-0.21.7/egg/egg-testing.c:212:12: branch_false: following ‘false’ branch...
libsecret-0.21.7/egg/egg-testing.c:215:9: branch_false: ...to here
libsecret-0.21.7/egg/egg-testing.c:215:9: acquire_resource: ‘va_start’ called here
libsecret-0.21.7/egg/egg-testing.c:217:16: branch_true: following ‘true’ branch (when ‘file_to_copy’ is non-NULL)...
libsecret-0.21.7/egg/egg-testing.c:218:17: branch_true: ...to here
libsecret-0.21.7/egg/egg-testing.c:218:17: call_function: calling ‘egg_tests_copy_scratch_file’ from ‘egg_tests_create_scratch_directory’
#  185|   	g_assert (directory);
#  186|   
#  187|-> 	g_file_get_contents (filename, &contents, &length, &error);
#  188|   	g_assert_no_error (error);
#  189|   

Error: GCC_ANALYZER_WARNING (CWE-404): [#def4]
libsecret-0.21.7/egg/egg-testing.c:188:9: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
libsecret-0.21.7/egg/egg-testing.c:201:1: enter_function: entry to ‘egg_tests_create_scratch_directory’
libsecret-0.21.7/egg/egg-testing.c:212:12: branch_false: following ‘false’ branch...
libsecret-0.21.7/egg/egg-testing.c:215:9: branch_false: ...to here
libsecret-0.21.7/egg/egg-testing.c:215:9: acquire_resource: ‘va_start’ called here
libsecret-0.21.7/egg/egg-testing.c:217:16: branch_true: following ‘true’ branch (when ‘file_to_copy’ is non-NULL)...
libsecret-0.21.7/egg/egg-testing.c:218:17: branch_true: ...to here
libsecret-0.21.7/egg/egg-testing.c:218:17: call_function: calling ‘egg_tests_copy_scratch_file’ from ‘egg_tests_create_scratch_directory’
#  186|   
#  187|   	g_file_get_contents (filename, &contents, &length, &error);
#  188|-> 	g_assert_no_error (error);
#  189|   
#  190|   	basename = g_path_get_basename (filename);

Error: GCC_ANALYZER_WARNING (CWE-404): [#def5]
libsecret-0.21.7/egg/egg-testing.c:190:20: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
libsecret-0.21.7/egg/egg-testing.c:201:1: enter_function: entry to ‘egg_tests_create_scratch_directory’
libsecret-0.21.7/egg/egg-testing.c:212:12: branch_false: following ‘false’ branch...
libsecret-0.21.7/egg/egg-testing.c:215:9: branch_false: ...to here
libsecret-0.21.7/egg/egg-testing.c:215:9: acquire_resource: ‘va_start’ called here
libsecret-0.21.7/egg/egg-testing.c:217:16: branch_true: following ‘true’ branch (when ‘file_to_copy’ is non-NULL)...
libsecret-0.21.7/egg/egg-testing.c:218:17: branch_true: ...to here
libsecret-0.21.7/egg/egg-testing.c:218:17: call_function: calling ‘egg_tests_copy_scratch_file’ from ‘egg_tests_create_scratch_directory’
#  188|   	g_assert_no_error (error);
#  189|   
#  190|-> 	basename = g_path_get_basename (filename);
#  191|   	destination = g_build_filename (directory, basename, NULL);
#  192|   	g_free (basename);

Error: GCC_ANALYZER_WARNING (CWE-404): [#def6]
libsecret-0.21.7/egg/egg-testing.c:191:23: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
libsecret-0.21.7/egg/egg-testing.c:201:1: enter_function: entry to ‘egg_tests_create_scratch_directory’
libsecret-0.21.7/egg/egg-testing.c:212:12: branch_false: following ‘false’ branch...
libsecret-0.21.7/egg/egg-testing.c:215:9: branch_false: ...to here
libsecret-0.21.7/egg/egg-testing.c:215:9: acquire_resource: ‘va_start’ called here
libsecret-0.21.7/egg/egg-testing.c:217:16: branch_true: following ‘true’ branch (when ‘file_to_copy’ is non-NULL)...
libsecret-0.21.7/egg/egg-testing.c:218:17: branch_true: ...to here
libsecret-0.21.7/egg/egg-testing.c:218:17: call_function: calling ‘egg_tests_copy_scratch_file’ from ‘egg_tests_create_scratch_directory’
#  189|   
#  190|   	basename = g_path_get_basename (filename);
#  191|-> 	destination = g_build_filename (directory, basename, NULL);
#  192|   	g_free (basename);
#  193|   

Error: GCC_ANALYZER_WARNING (CWE-404): [#def7]
libsecret-0.21.7/egg/egg-testing.c:192:9: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
libsecret-0.21.7/egg/egg-testing.c:201:1: enter_function: entry to ‘egg_tests_create_scratch_directory’
libsecret-0.21.7/egg/egg-testing.c:212:12: branch_false: following ‘false’ branch...
libsecret-0.21.7/egg/egg-testing.c:215:9: branch_false: ...to here
libsecret-0.21.7/egg/egg-testing.c:215:9: acquire_resource: ‘va_start’ called here
libsecret-0.21.7/egg/egg-testing.c:217:16: branch_true: following ‘true’ branch (when ‘file_to_copy’ is non-NULL)...
libsecret-0.21.7/egg/egg-testing.c:218:17: branch_true: ...to here
libsecret-0.21.7/egg/egg-testing.c:218:17: call_function: calling ‘egg_tests_copy_scratch_file’ from ‘egg_tests_create_scratch_directory’
#  190|   	basename = g_path_get_basename (filename);
#  191|   	destination = g_build_filename (directory, basename, NULL);
#  192|-> 	g_free (basename);
#  193|   
#  194|   	g_file_set_contents (destination, contents, length, &error);

Error: GCC_ANALYZER_WARNING (CWE-404): [#def8]
libsecret-0.21.7/egg/egg-testing.c:194:9: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
libsecret-0.21.7/egg/egg-testing.c:201:1: enter_function: entry to ‘egg_tests_create_scratch_directory’
libsecret-0.21.7/egg/egg-testing.c:212:12: branch_false: following ‘false’ branch...
libsecret-0.21.7/egg/egg-testing.c:215:9: branch_false: ...to here
libsecret-0.21.7/egg/egg-testing.c:215:9: acquire_resource: ‘va_start’ called here
libsecret-0.21.7/egg/egg-testing.c:217:16: branch_true: following ‘true’ branch (when ‘file_to_copy’ is non-NULL)...
libsecret-0.21.7/egg/egg-testing.c:218:17: branch_true: ...to here
libsecret-0.21.7/egg/egg-testing.c:218:17: call_function: calling ‘egg_tests_copy_scratch_file’ from ‘egg_tests_create_scratch_directory’
#  192|   	g_free (basename);
#  193|   
#  194|-> 	g_file_set_contents (destination, contents, length, &error);
#  195|   	g_assert_no_error (error);
#  196|   	g_free (destination);

Error: GCC_ANALYZER_WARNING (CWE-404): [#def9]
libsecret-0.21.7/libsecret/secret-attributes.c:122:9: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
libsecret-0.21.7/libsecret/secret-attributes.c:80:1: enter_function: entry to ‘secret_attributes_build’
libsecret-0.21.7/libsecret/secret-attributes.c:86:9: acquire_resource: ‘va_start’ called here
libsecret-0.21.7/libsecret/secret-attributes.c:87:22: call_function: calling ‘secret_attributes_buildv’ from ‘secret_attributes_build’
#  120|   	gint i;
#  121|   
#  122|-> 	g_return_val_if_fail (schema != NULL, NULL);
#  123|   
#  124|   	attributes = g_hash_table_new_full (g_str_hash, g_str_equal, g_free, g_free);

Error: GCC_ANALYZER_WARNING (CWE-404): [#def10]
libsecret-0.21.7/libsecret/secret-attributes.c:124:22: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
libsecret-0.21.7/libsecret/secret-attributes.c:80:1: enter_function: entry to ‘secret_attributes_build’
libsecret-0.21.7/libsecret/secret-attributes.c:86:9: acquire_resource: ‘va_start’ called here
libsecret-0.21.7/libsecret/secret-attributes.c:87:22: call_function: calling ‘secret_attributes_buildv’ from ‘secret_attributes_build’
#  122|   	g_return_val_if_fail (schema != NULL, NULL);
#  123|   
#  124|-> 	attributes = g_hash_table_new_full (g_str_hash, g_str_equal, g_free, g_free);
#  125|   
#  126|   	for (;;) {

Error: GCC_ANALYZER_WARNING (CWE-404): [#def11]
libsecret-0.21.7/libsecret/secret-attributes.c:159:30: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
libsecret-0.21.7/libsecret/secret-attributes.c:80:1: enter_function: entry to ‘secret_attributes_build’
libsecret-0.21.7/libsecret/secret-attributes.c:86:9: acquire_resource: ‘va_start’ called here
libsecret-0.21.7/libsecret/secret-attributes.c:87:22: call_function: calling ‘secret_attributes_buildv’ from ‘secret_attributes_build’
#  157|   				return NULL;
#  158|   			}
#  159|-> 			if (!g_utf8_validate (string, -1, NULL)) {
#  160|   				g_critical ("The value for attribute '%s' was not a valid UTF-8 string.", attribute_name);
#  161|   				g_hash_table_unref (attributes);

Error: GCC_ANALYZER_WARNING (CWE-476): [#def12]
libsecret-0.21.7/libsecret/secret-attributes.c:320:37: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘error’
libsecret-0.21.7/libsecret/secret-attributes.c:311:1: enter_function: entry to ‘_secret_attributes_validate’
libsecret-0.21.7/libsecret/secret-attributes.c:316:17: release_memory: ‘error’ is NULL
libsecret-0.21.7/libsecret/secret-attributes.c:318:14: call_function: calling ‘secret_attributes_validate’ from ‘_secret_attributes_validate’
libsecret-0.21.7/libsecret/secret-attributes.c:318:14: return_function: returning to ‘_secret_attributes_validate’ from ‘secret_attributes_validate’
libsecret-0.21.7/libsecret/secret-attributes.c:318:12: branch_true: following ‘true’ branch...
libsecret-0.21.7/libsecret/secret-attributes.c:320:20: branch_true: ...to here
libsecret-0.21.7/libsecret/secret-attributes.c:320:20: branch_true: following ‘true’ branch (when ‘matching == 0’)...
libsecret-0.21.7/libsecret/secret-attributes.c:320:42: branch_true: ...to here
libsecret-0.21.7/libsecret/secret-attributes.c:320:42: release_memory: ‘error’ is NULL
libsecret-0.21.7/libsecret/secret-attributes.c:320:37: danger: dereference of NULL ‘error’
#  318|   	if (!secret_attributes_validate (schema, attributes, &error)) {
#  319|   		// if matching is false, an empty table is fine
#  320|-> 		if ((!matching) && (error->code == SECRET_ERROR_EMPTY_TABLE)) {
#  321|   			g_error_free (error);
#  322|   			return TRUE;

Error: GCC_ANALYZER_WARNING (CWE-476): [#def13]
libsecret-0.21.7/libsecret/secret-attributes.c:325:17: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘error’
libsecret-0.21.7/libsecret/secret-attributes.c:311:1: enter_function: entry to ‘_secret_attributes_validate’
libsecret-0.21.7/libsecret/secret-attributes.c:316:17: release_memory: ‘error’ is NULL
libsecret-0.21.7/libsecret/secret-attributes.c:318:14: call_function: calling ‘secret_attributes_validate’ from ‘_secret_attributes_validate’
libsecret-0.21.7/libsecret/secret-attributes.c:318:14: return_function: returning to ‘_secret_attributes_validate’ from ‘secret_attributes_validate’
libsecret-0.21.7/libsecret/secret-attributes.c:318:12: branch_true: following ‘true’ branch...
libsecret-0.21.7/libsecret/secret-attributes.c:320:20: branch_true: ...to here
libsecret-0.21.7/libsecret/secret-attributes.c:320:20: branch_false: following ‘false’ branch (when ‘matching != 0’)...
libsecret-0.21.7/libsecret/secret-attributes.c:325:17: branch_false: ...to here
libsecret-0.21.7/libsecret/secret-attributes.c:325:17: release_memory: ‘error’ is NULL
libsecret-0.21.7/libsecret/secret-attributes.c:325:17: danger: dereference of NULL ‘error’
#  323|   		}
#  324|   		
#  325|-> 		g_warning ("%s: error validating schema: %s", pretty_function, error->message);
#  326|   		g_error_free (error);
#  327|   		return FALSE;

Error: GCC_ANALYZER_WARNING (CWE-404): [#def14]
libsecret-0.21.7/libsecret/secret-password.c:73:22: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
libsecret-0.21.7/libsecret/secret-password.c:67:9: branch_true: following ‘true’ branch (when ‘schema’ is non-NULL)...
libsecret-0.21.7/libsecret/secret-password.c:68:9: branch_true: ...to here
libsecret-0.21.7/libsecret/secret-password.c:68:9: branch_true: following ‘true’ branch (when ‘label’ is non-NULL)...
libsecret-0.21.7/libsecret/secret-password.c:69:9: branch_true: ...to here
libsecret-0.21.7/libsecret/secret-password.c:69:9: branch_true: following ‘true’ branch (when ‘password’ is non-NULL)...
libsecret-0.21.7/libsecret/secret-password.c:70:9: branch_true: ...to here
libsecret-0.21.7/libsecret/secret-password.c:72:9: acquire_resource: ‘va_start’ called here
libsecret-0.21.7/libsecret/secret-password.c:73:22: throw: if ‘secret_attributes_buildv’ throws an exception...
libsecret-0.21.7/libsecret/secret-password.c:73:22: danger: missing call to ‘va_end’ to match ‘va_start’ at [(7)](sarif:/runs/0/results/0/codeFlows/0/threadFlows/0/locations/6)
#   71|   
#   72|   	va_start (va, user_data);
#   73|-> 	attributes = secret_attributes_buildv (schema, va);
#   74|   	va_end (va);
#   75|   

Error: GCC_ANALYZER_WARNING (CWE-404): [#def15]
libsecret-0.21.7/libsecret/secret-password.c:258:22: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
libsecret-0.21.7/libsecret/secret-password.c:252:9: branch_true: following ‘true’ branch (when ‘schema’ is non-NULL)...
libsecret-0.21.7/libsecret/secret-password.c:253:9: branch_true: ...to here
libsecret-0.21.7/libsecret/secret-password.c:253:9: branch_true: following ‘true’ branch (when ‘label’ is non-NULL)...
libsecret-0.21.7/libsecret/secret-password.c:254:9: branch_true: ...to here
libsecret-0.21.7/libsecret/secret-password.c:254:9: branch_true: following ‘true’ branch (when ‘value’ is non-NULL)...
libsecret-0.21.7/libsecret/secret-password.c:255:9: branch_true: ...to here
libsecret-0.21.7/libsecret/secret-password.c:257:9: acquire_resource: ‘va_start’ called here
libsecret-0.21.7/libsecret/secret-password.c:258:22: throw: if ‘secret_attributes_buildv’ throws an exception...
libsecret-0.21.7/libsecret/secret-password.c:258:22: danger: missing call to ‘va_end’ to match ‘va_start’ at [(7)](sarif:/runs/0/results/1/codeFlows/0/threadFlows/0/locations/6)
#  256|   
#  257|   	va_start (va, user_data);
#  258|-> 	attributes = secret_attributes_buildv (schema, va);
#  259|   	va_end (va);
#  260|   

Error: GCC_ANALYZER_WARNING (CWE-404): [#def16]
libsecret-0.21.7/libsecret/secret-password.c:397:22: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
libsecret-0.21.7/libsecret/secret-password.c:390:9: branch_true: following ‘true’ branch (when ‘schema’ is non-NULL)...
libsecret-0.21.7/libsecret/secret-password.c:391:9: branch_true: ...to here
libsecret-0.21.7/libsecret/secret-password.c:391:9: branch_true: following ‘true’ branch (when ‘label’ is non-NULL)...
libsecret-0.21.7/libsecret/secret-password.c:392:9: branch_true: ...to here
libsecret-0.21.7/libsecret/secret-password.c:392:9: branch_true: following ‘true’ branch (when ‘password’ is non-NULL)...
libsecret-0.21.7/libsecret/secret-password.c:393:9: branch_true: ...to here
libsecret-0.21.7/libsecret/secret-password.c:396:9: acquire_resource: ‘va_start’ called here
libsecret-0.21.7/libsecret/secret-password.c:397:22: throw: if ‘secret_attributes_buildv’ throws an exception...
libsecret-0.21.7/libsecret/secret-password.c:397:22: danger: missing call to ‘va_end’ to match ‘va_start’ at [(7)](sarif:/runs/0/results/2/codeFlows/0/threadFlows/0/locations/6)
#  395|   
#  396|   	va_start (va, error);
#  397|-> 	attributes = secret_attributes_buildv (schema, va);
#  398|   	va_end (va);
#  399|   

Error: GCC_ANALYZER_WARNING (CWE-404): [#def17]
libsecret-0.21.7/libsecret/secret-password.c:519:22: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
libsecret-0.21.7/libsecret/secret-password.c:512:9: branch_true: following ‘true’ branch (when ‘schema’ is non-NULL)...
libsecret-0.21.7/libsecret/secret-password.c:513:9: branch_true: ...to here
libsecret-0.21.7/libsecret/secret-password.c:513:9: branch_true: following ‘true’ branch (when ‘label’ is non-NULL)...
libsecret-0.21.7/libsecret/secret-password.c:514:9: branch_true: ...to here
libsecret-0.21.7/libsecret/secret-password.c:514:9: branch_true: following ‘true’ branch (when ‘value’ is non-NULL)...
libsecret-0.21.7/libsecret/secret-password.c:515:9: branch_true: ...to here
libsecret-0.21.7/libsecret/secret-password.c:518:9: acquire_resource: ‘va_start’ called here
libsecret-0.21.7/libsecret/secret-password.c:519:22: throw: if ‘secret_attributes_buildv’ throws an exception...
libsecret-0.21.7/libsecret/secret-password.c:519:22: danger: missing call to ‘va_end’ to match ‘va_start’ at [(7)](sarif:/runs/0/results/3/codeFlows/0/threadFlows/0/locations/6)
#  517|   
#  518|   	va_start (va, error);
#  519|-> 	attributes = secret_attributes_buildv (schema, va);
#  520|   	va_end (va);
#  521|   

Error: GCC_ANALYZER_WARNING (CWE-404): [#def18]
libsecret-0.21.7/libsecret/secret-password.c:627:22: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
libsecret-0.21.7/libsecret/secret-password.c:623:9: branch_true: following ‘true’ branch (when ‘schema’ is non-NULL)...
libsecret-0.21.7/libsecret/secret-password.c:624:9: branch_true: ...to here
libsecret-0.21.7/libsecret/secret-password.c:626:9: acquire_resource: ‘va_start’ called here
libsecret-0.21.7/libsecret/secret-password.c:627:22: throw: if ‘secret_attributes_buildv’ throws an exception...
libsecret-0.21.7/libsecret/secret-password.c:627:22: danger: missing call to ‘va_end’ to match ‘va_start’ at [(3)](sarif:/runs/0/results/4/codeFlows/0/threadFlows/0/locations/2)
#  625|   
#  626|   	va_start (va, user_data);
#  627|-> 	attributes = secret_attributes_buildv (schema, va);
#  628|   	va_end (va);
#  629|   

Error: GCC_ANALYZER_WARNING (CWE-404): [#def19]
libsecret-0.21.7/libsecret/secret-password.c:864:22: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
libsecret-0.21.7/libsecret/secret-password.c:859:9: branch_true: following ‘true’ branch (when ‘schema’ is non-NULL)...
libsecret-0.21.7/libsecret/secret-password.c:860:9: branch_true: ...to here
libsecret-0.21.7/libsecret/secret-password.c:863:9: acquire_resource: ‘va_start’ called here
libsecret-0.21.7/libsecret/secret-password.c:864:22: throw: if ‘secret_attributes_buildv’ throws an exception...
libsecret-0.21.7/libsecret/secret-password.c:864:22: danger: missing call to ‘va_end’ to match ‘va_start’ at [(3)](sarif:/runs/0/results/5/codeFlows/0/threadFlows/0/locations/2)
#  862|   
#  863|   	va_start (va, error);
#  864|-> 	attributes = secret_attributes_buildv (schema, va);
#  865|   	va_end (va);
#  866|   

Error: GCC_ANALYZER_WARNING (CWE-404): [#def20]
libsecret-0.21.7/libsecret/secret-password.c:916:22: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
libsecret-0.21.7/libsecret/secret-password.c:911:9: branch_true: following ‘true’ branch (when ‘schema’ is non-NULL)...
libsecret-0.21.7/libsecret/secret-password.c:912:9: branch_true: ...to here
libsecret-0.21.7/libsecret/secret-password.c:915:9: acquire_resource: ‘va_start’ called here
libsecret-0.21.7/libsecret/secret-password.c:916:22: throw: if ‘secret_attributes_buildv’ throws an exception...
libsecret-0.21.7/libsecret/secret-password.c:916:22: danger: missing call to ‘va_end’ to match ‘va_start’ at [(3)](sarif:/runs/0/results/6/codeFlows/0/threadFlows/0/locations/2)
#  914|   
#  915|   	va_start (va, error);
#  916|-> 	attributes = secret_attributes_buildv (schema, va);
#  917|   	va_end (va);
#  918|   

Error: GCC_ANALYZER_WARNING (CWE-404): [#def21]
libsecret-0.21.7/libsecret/secret-password.c:1018:22: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
libsecret-0.21.7/libsecret/secret-password.c:1013:9: branch_true: following ‘true’ branch (when ‘schema’ is non-NULL)...
libsecret-0.21.7/libsecret/secret-password.c:1014:9: branch_true: ...to here
libsecret-0.21.7/libsecret/secret-password.c:1017:9: acquire_resource: ‘va_start’ called here
libsecret-0.21.7/libsecret/secret-password.c:1018:22: throw: if ‘secret_attributes_buildv’ throws an exception...
libsecret-0.21.7/libsecret/secret-password.c:1018:22: danger: missing call to ‘va_end’ to match ‘va_start’ at [(3)](sarif:/runs/0/results/7/codeFlows/0/threadFlows/0/locations/2)
# 1016|   
# 1017|   	va_start (va, error);
# 1018|-> 	attributes = secret_attributes_buildv (schema, va);
# 1019|   	va_end (va);
# 1020|   

Error: GCC_ANALYZER_WARNING (CWE-404): [#def22]
libsecret-0.21.7/libsecret/secret-password.c:1171:22: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
libsecret-0.21.7/libsecret/secret-password.c:1167:9: branch_true: following ‘true’ branch (when ‘schema’ is non-NULL)...
libsecret-0.21.7/libsecret/secret-password.c:1168:9: branch_true: ...to here
libsecret-0.21.7/libsecret/secret-password.c:1170:9: acquire_resource: ‘va_start’ called here
libsecret-0.21.7/libsecret/secret-password.c:1171:22: throw: if ‘secret_attributes_buildv’ throws an exception...
libsecret-0.21.7/libsecret/secret-password.c:1171:22: danger: missing call to ‘va_end’ to match ‘va_start’ at [(3)](sarif:/runs/0/results/8/codeFlows/0/threadFlows/0/locations/2)
# 1169|   
# 1170|   	va_start (va, user_data);
# 1171|-> 	attributes = secret_attributes_buildv (schema, va);
# 1172|   	va_end (va);
# 1173|   

Error: GCC_ANALYZER_WARNING (CWE-404): [#def23]
libsecret-0.21.7/libsecret/secret-password.c:1351:22: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
libsecret-0.21.7/libsecret/secret-password.c:1346:9: branch_true: following ‘true’ branch (when ‘schema’ is non-NULL)...
libsecret-0.21.7/libsecret/secret-password.c:1347:9: branch_true: ...to here
libsecret-0.21.7/libsecret/secret-password.c:1350:9: acquire_resource: ‘va_start’ called here
libsecret-0.21.7/libsecret/secret-password.c:1351:22: throw: if ‘secret_attributes_buildv’ throws an exception...
libsecret-0.21.7/libsecret/secret-password.c:1351:22: danger: missing call to ‘va_end’ to match ‘va_start’ at [(3)](sarif:/runs/0/results/9/codeFlows/0/threadFlows/0/locations/2)
# 1349|   
# 1350|   	va_start (va, error);
# 1351|-> 	attributes = secret_attributes_buildv (schema, va);
# 1352|   	va_end (va);
# 1353|   

Error: GCC_ANALYZER_WARNING (CWE-404): [#def24]
libsecret-0.21.7/libsecret/secret-password.c:1452:22: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
libsecret-0.21.7/libsecret/secret-password.c:1448:9: branch_true: following ‘true’ branch (when ‘schema’ is non-NULL)...
libsecret-0.21.7/libsecret/secret-password.c:1449:9: branch_true: ...to here
libsecret-0.21.7/libsecret/secret-password.c:1451:9: acquire_resource: ‘va_start’ called here
libsecret-0.21.7/libsecret/secret-password.c:1452:22: throw: if ‘secret_attributes_buildv’ throws an exception...
libsecret-0.21.7/libsecret/secret-password.c:1452:22: danger: missing call to ‘va_end’ to match ‘va_start’ at [(3)](sarif:/runs/0/results/10/codeFlows/0/threadFlows/0/locations/2)
# 1450|   
# 1451|           va_start (va, user_data);
# 1452|->         attributes = secret_attributes_buildv (schema, va);
# 1453|           va_end (va);
# 1454|   

Error: GCC_ANALYZER_WARNING (CWE-404): [#def25]
libsecret-0.21.7/libsecret/secret-password.c:1650:22: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
libsecret-0.21.7/libsecret/secret-password.c:1645:9: branch_true: following ‘true’ branch (when ‘schema’ is non-NULL)...
libsecret-0.21.7/libsecret/secret-password.c:1646:9: branch_true: ...to here
libsecret-0.21.7/libsecret/secret-password.c:1649:9: acquire_resource: ‘va_start’ called here
libsecret-0.21.7/libsecret/secret-password.c:1650:22: throw: if ‘secret_attributes_buildv’ throws an exception...
libsecret-0.21.7/libsecret/secret-password.c:1650:22: danger: missing call to ‘va_end’ to match ‘va_start’ at [(3)](sarif:/runs/0/results/11/codeFlows/0/threadFlows/0/locations/2)
# 1648|   
# 1649|           va_start (va, error);
# 1650|->         attributes = secret_attributes_buildv (schema, va);
# 1651|           va_end (va);
# 1652|   

Error: GCC_ANALYZER_WARNING (CWE-404): [#def26]
libsecret-0.21.7/libsecret/secret-schema.c:185:9: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
libsecret-0.21.7/libsecret/secret-schema.c:256:1: enter_function: entry to ‘secret_schema_new’
libsecret-0.21.7/libsecret/secret-schema.c:266:9: branch_true: following ‘true’ branch (when ‘name’ is non-NULL)...
libsecret-0.21.7/libsecret/secret-schema.c:268:9: branch_true: ...to here
libsecret-0.21.7/libsecret/secret-schema.c:268:9: acquire_resource: ‘va_start’ called here
libsecret-0.21.7/libsecret/secret-schema.c:277:18: call_function: calling ‘secret_schema_newv’ from ‘secret_schema_new’
#  183|   
#  184|   	g_return_val_if_fail (name != NULL, NULL);
#  185|-> 	g_return_val_if_fail (attribute_names_and_types != NULL, NULL);
#  186|   
#  187|   	schema = g_new0 (SecretSchema, 1);

Error: GCC_ANALYZER_WARNING (CWE-404): [#def27]
libsecret-0.21.7/libsecret/secret-schema.c:187:18: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
libsecret-0.21.7/libsecret/secret-schema.c:256:1: enter_function: entry to ‘secret_schema_new’
libsecret-0.21.7/libsecret/secret-schema.c:266:9: branch_true: following ‘true’ branch (when ‘name’ is non-NULL)...
libsecret-0.21.7/libsecret/secret-schema.c:268:9: branch_true: ...to here
libsecret-0.21.7/libsecret/secret-schema.c:268:9: acquire_resource: ‘va_start’ called here
libsecret-0.21.7/libsecret/secret-schema.c:277:18: call_function: calling ‘secret_schema_newv’ from ‘secret_schema_new’
#  185|   	g_return_val_if_fail (attribute_names_and_types != NULL, NULL);
#  186|   
#  187|-> 	schema = g_new0 (SecretSchema, 1);
#  188|   	schema->name = g_strdup (name);
#  189|   	schema->flags = flags;

Error: GCC_ANALYZER_WARNING (CWE-404): [#def28]
libsecret-0.21.7/libsecret/secret-schema.c:269:22: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
libsecret-0.21.7/libsecret/secret-schema.c:266:9: branch_true: following ‘true’ branch (when ‘name’ is non-NULL)...
libsecret-0.21.7/libsecret/secret-schema.c:268:9: branch_true: ...to here
libsecret-0.21.7/libsecret/secret-schema.c:268:9: acquire_resource: ‘va_start’ called here
libsecret-0.21.7/libsecret/secret-schema.c:269:22: throw: if ‘g_hash_table_new’ throws an exception...
libsecret-0.21.7/libsecret/secret-schema.c:269:22: danger: missing call to ‘va_end’ to match ‘va_start’ at [(3)](sarif:/runs/0/results/4/codeFlows/0/threadFlows/0/locations/2)
#  267|   
#  268|   	va_start (va, flags);
#  269|-> 	attributes = g_hash_table_new (g_str_hash, g_str_equal);
#  270|   
#  271|   	while ((attribute = va_arg (va, const gchar *)) != NULL) {

Error: GCC_ANALYZER_WARNING (CWE-404): [#def29]
libsecret-0.21.7/libsecret/secret-schema.c:273:17: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
libsecret-0.21.7/libsecret/secret-schema.c:266:9: branch_true: following ‘true’ branch (when ‘name’ is non-NULL)...
libsecret-0.21.7/libsecret/secret-schema.c:268:9: branch_true: ...to here
libsecret-0.21.7/libsecret/secret-schema.c:268:9: acquire_resource: ‘va_start’ called here
libsecret-0.21.7/libsecret/secret-schema.c:271:16: branch_true: following ‘true’ branch (when ‘attribute’ is non-NULL)...
libsecret-0.21.7/libsecret/secret-schema.c:272:17: branch_true: ...to here
libsecret-0.21.7/libsecret/secret-schema.c:273:17: throw: if ‘g_hash_table_insert’ throws an exception...
libsecret-0.21.7/libsecret/secret-schema.c:273:17: danger: missing call to ‘va_end’ to match ‘va_start’ at [(3)](sarif:/runs/0/results/5/codeFlows/0/threadFlows/0/locations/2)
#  271|   	while ((attribute = va_arg (va, const gchar *)) != NULL) {
#  272|   		type = va_arg (va, SecretSchemaAttributeType);
#  273|-> 		g_hash_table_insert (attributes, (gpointer *)attribute,
#  274|   		                     GINT_TO_POINTER (type));
#  275|   	}

Error: GCC_ANALYZER_WARNING (CWE-404): [#def30]
libsecret-0.21.7/libsecret/test-collection.c:403:17: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
libsecret-0.21.7/libsecret/test-collection.c:402:9: acquire_resource: ‘va_start’ called here
libsecret-0.21.7/libsecret/test-collection.c:403:17: throw: if ‘g_hash_table_new’ throws an exception...
libsecret-0.21.7/libsecret/test-collection.c:403:17: danger: missing call to ‘va_end’ to match ‘va_start’ at [(1)](sarif:/runs/0/results/0/codeFlows/0/threadFlows/0/locations/0)
#  401|   
#  402|   	va_start (va, items);
#  403|-> 	paths = g_hash_table_new (g_str_hash, g_str_equal);
#  404|   	while ((path = va_arg (va, gchar *)) != NULL)
#  405|   		g_hash_table_insert (paths, (gpointer)path, (gpointer)path);

Error: GCC_ANALYZER_WARNING (CWE-404): [#def31]
libsecret-0.21.7/libsecret/test-collection.c:405:17: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
libsecret-0.21.7/libsecret/test-collection.c:402:9: acquire_resource: ‘va_start’ called here
libsecret-0.21.7/libsecret/test-collection.c:404:16: branch_true: following ‘true’ branch (when ‘path’ is non-NULL)...
libsecret-0.21.7/libsecret/test-collection.c:405:17: branch_true: ...to here
libsecret-0.21.7/libsecret/test-collection.c:405:17: throw: if ‘g_hash_table_insert’ throws an exception...
libsecret-0.21.7/libsecret/test-collection.c:405:17: danger: missing call to ‘va_end’ to match ‘va_start’ at [(1)](sarif:/runs/0/results/1/codeFlows/0/threadFlows/0/locations/0)
#  403|   	paths = g_hash_table_new (g_str_hash, g_str_equal);
#  404|   	while ((path = va_arg (va, gchar *)) != NULL)
#  405|-> 		g_hash_table_insert (paths, (gpointer)path, (gpointer)path);
#  406|   	va_end (va);
#  407|   

Error: GCC_ANALYZER_WARNING (CWE-775): [#def32]
libsecret-0.21.7/redhat-linux-build/tmp-introspectbx9xdhib/Secret-1.c:68:7: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(input_filename, "rb")’
libsecret-0.21.7/redhat-linux-build/tmp-introspectbx9xdhib/Secret-1.c:630:1: enter_function: entry to ‘dump_irepository’
libsecret-0.21.7/redhat-linux-build/tmp-introspectbx9xdhib/Secret-1.c:645:6: branch_false: following ‘false’ branch...
libsecret-0.21.7/redhat-linux-build/tmp-introspectbx9xdhib/Secret-1.c:654:15: branch_false: ...to here
libsecret-0.21.7/redhat-linux-build/tmp-introspectbx9xdhib/Secret-1.c:658:6: branch_false: following ‘false’ branch...
libsecret-0.21.7/redhat-linux-build/tmp-introspectbx9xdhib/Secret-1.c:669:11: branch_false: ...to here
libsecret-0.21.7/redhat-linux-build/tmp-introspectbx9xdhib/Secret-1.c:669:11: acquire_resource: opened here
libsecret-0.21.7/redhat-linux-build/tmp-introspectbx9xdhib/Secret-1.c:670:6: branch_false: following ‘false’ branch...
libsecret-0.21.7/redhat-linux-build/tmp-introspectbx9xdhib/Secret-1.c:682:12: branch_false: ...to here
libsecret-0.21.7/redhat-linux-build/tmp-introspectbx9xdhib/Secret-1.c:683:6: branch_false: following ‘false’ branch...
libsecret-0.21.7/redhat-linux-build/tmp-introspectbx9xdhib/Secret-1.c:696:3: branch_false: ...to here
libsecret-0.21.7/redhat-linux-build/tmp-introspectbx9xdhib/Secret-1.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’

Error: GCC_ANALYZER_WARNING (CWE-775): [#def33]
libsecret-0.21.7/redhat-linux-build/tmp-introspectbx9xdhib/Secret-1.c:68:7: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(output_filename, "wb")’
libsecret-0.21.7/redhat-linux-build/tmp-introspectbx9xdhib/Secret-1.c:630:1: enter_function: entry to ‘dump_irepository’
libsecret-0.21.7/redhat-linux-build/tmp-introspectbx9xdhib/Secret-1.c:645:6: branch_false: following ‘false’ branch...
libsecret-0.21.7/redhat-linux-build/tmp-introspectbx9xdhib/Secret-1.c:654:15: branch_false: ...to here
libsecret-0.21.7/redhat-linux-build/tmp-introspectbx9xdhib/Secret-1.c:658:6: branch_false: following ‘false’ branch...
libsecret-0.21.7/redhat-linux-build/tmp-introspectbx9xdhib/Secret-1.c:669:11: branch_false: ...to here
libsecret-0.21.7/redhat-linux-build/tmp-introspectbx9xdhib/Secret-1.c:670:6: branch_false: following ‘false’ branch...
libsecret-0.21.7/redhat-linux-build/tmp-introspectbx9xdhib/Secret-1.c:682:12: branch_false: ...to here
libsecret-0.21.7/redhat-linux-build/tmp-introspectbx9xdhib/Secret-1.c:682:12: acquire_resource: opened here
libsecret-0.21.7/redhat-linux-build/tmp-introspectbx9xdhib/Secret-1.c:683:6: branch_false: following ‘false’ branch...
libsecret-0.21.7/redhat-linux-build/tmp-introspectbx9xdhib/Secret-1.c:696:3: branch_false: ...to here
libsecret-0.21.7/redhat-linux-build/tmp-introspectbx9xdhib/Secret-1.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’

Error: GCC_ANALYZER_WARNING (CWE-401): [#def34]
libsecret-0.21.7/redhat-linux-build/tmp-introspectbx9xdhib/Secret-1.c:68:7: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(input_filename, "rb")’
libsecret-0.21.7/redhat-linux-build/tmp-introspectbx9xdhib/Secret-1.c:630:1: enter_function: entry to ‘dump_irepository’
libsecret-0.21.7/redhat-linux-build/tmp-introspectbx9xdhib/Secret-1.c:645:6: branch_false: following ‘false’ branch...
libsecret-0.21.7/redhat-linux-build/tmp-introspectbx9xdhib/Secret-1.c:654:15: branch_false: ...to here
libsecret-0.21.7/redhat-linux-build/tmp-introspectbx9xdhib/Secret-1.c:658:6: branch_false: following ‘false’ branch...
libsecret-0.21.7/redhat-linux-build/tmp-introspectbx9xdhib/Secret-1.c:669:11: branch_false: ...to here
libsecret-0.21.7/redhat-linux-build/tmp-introspectbx9xdhib/Secret-1.c:669:11: acquire_memory: allocated here
libsecret-0.21.7/redhat-linux-build/tmp-introspectbx9xdhib/Secret-1.c:670:6: branch_false: following ‘false’ branch...
libsecret-0.21.7/redhat-linux-build/tmp-introspectbx9xdhib/Secret-1.c:682:12: branch_false: ...to here
libsecret-0.21.7/redhat-linux-build/tmp-introspectbx9xdhib/Secret-1.c:683:6: branch_false: following ‘false’ branch...
libsecret-0.21.7/redhat-linux-build/tmp-introspectbx9xdhib/Secret-1.c:696:3: branch_false: ...to here
libsecret-0.21.7/redhat-linux-build/tmp-introspectbx9xdhib/Secret-1.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’

Error: GCC_ANALYZER_WARNING (CWE-401): [#def35]
libsecret-0.21.7/redhat-linux-build/tmp-introspectbx9xdhib/Secret-1.c:68:7: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(output_filename, "wb")’
libsecret-0.21.7/redhat-linux-build/tmp-introspectbx9xdhib/Secret-1.c:630:1: enter_function: entry to ‘dump_irepository’
libsecret-0.21.7/redhat-linux-build/tmp-introspectbx9xdhib/Secret-1.c:645:6: branch_false: following ‘false’ branch...
libsecret-0.21.7/redhat-linux-build/tmp-introspectbx9xdhib/Secret-1.c:654:15: branch_false: ...to here
libsecret-0.21.7/redhat-linux-build/tmp-introspectbx9xdhib/Secret-1.c:658:6: branch_false: following ‘false’ branch...
libsecret-0.21.7/redhat-linux-build/tmp-introspectbx9xdhib/Secret-1.c:669:11: branch_false: ...to here
libsecret-0.21.7/redhat-linux-build/tmp-introspectbx9xdhib/Secret-1.c:670:6: branch_false: following ‘false’ branch...
libsecret-0.21.7/redhat-linux-build/tmp-introspectbx9xdhib/Secret-1.c:682:12: branch_false: ...to here
libsecret-0.21.7/redhat-linux-build/tmp-introspectbx9xdhib/Secret-1.c:682:12: acquire_memory: allocated here
libsecret-0.21.7/redhat-linux-build/tmp-introspectbx9xdhib/Secret-1.c:683:6: branch_false: following ‘false’ branch...
libsecret-0.21.7/redhat-linux-build/tmp-introspectbx9xdhib/Secret-1.c:696:3: branch_false: ...to here
libsecret-0.21.7/redhat-linux-build/tmp-introspectbx9xdhib/Secret-1.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’

Error: GCC_ANALYZER_WARNING (CWE-775): [#def36]
libsecret-0.21.7/redhat-linux-build/tmp-introspectbx9xdhib/Secret-1.c:81:24: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(input_filename, "rb")’
libsecret-0.21.7/redhat-linux-build/tmp-introspectbx9xdhib/Secret-1.c:630:1: enter_function: entry to ‘dump_irepository’
libsecret-0.21.7/redhat-linux-build/tmp-introspectbx9xdhib/Secret-1.c:645:6: branch_false: following ‘false’ branch...
libsecret-0.21.7/redhat-linux-build/tmp-introspectbx9xdhib/Secret-1.c:654:15: branch_false: ...to here
libsecret-0.21.7/redhat-linux-build/tmp-introspectbx9xdhib/Secret-1.c:658:6: branch_false: following ‘false’ branch...
libsecret-0.21.7/redhat-linux-build/tmp-introspectbx9xdhib/Secret-1.c:669:11: branch_false: ...to here
libsecret-0.21.7/redhat-linux-build/tmp-introspectbx9xdhib/Secret-1.c:669:11: acquire_resource: opened here
libsecret-0.21.7/redhat-linux-build/tmp-introspectbx9xdhib/Secret-1.c:670:6: branch_false: following ‘false’ branch...
libsecret-0.21.7/redhat-linux-build/tmp-introspectbx9xdhib/Secret-1.c:682:12: branch_false: ...to here
libsecret-0.21.7/redhat-linux-build/tmp-introspectbx9xdhib/Secret-1.c:683:6: branch_false: following ‘false’ branch...
libsecret-0.21.7/redhat-linux-build/tmp-introspectbx9xdhib/Secret-1.c:696:3: branch_false: ...to here
libsecret-0.21.7/redhat-linux-build/tmp-introspectbx9xdhib/Secret-1.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
libsecret-0.21.7/redhat-linux-build/tmp-introspectbx9xdhib/Secret-1.c:696:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
libsecret-0.21.7/redhat-linux-build/tmp-introspectbx9xdhib/Secret-1.c:697:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
libsecret-0.21.7/redhat-linux-build/tmp-introspectbx9xdhib/Secret-1.c:697:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
libsecret-0.21.7/redhat-linux-build/tmp-introspectbx9xdhib/Secret-1.c:704:20: call_function: calling ‘read_line’ from ‘dump_irepository’

Error: GCC_ANALYZER_WARNING (CWE-775): [#def37]
libsecret-0.21.7/redhat-linux-build/tmp-introspectbx9xdhib/Secret-1.c:81:24: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(output_filename, "wb")’
libsecret-0.21.7/redhat-linux-build/tmp-introspectbx9xdhib/Secret-1.c:630:1: enter_function: entry to ‘dump_irepository’
libsecret-0.21.7/redhat-linux-build/tmp-introspectbx9xdhib/Secret-1.c:645:6: branch_false: following ‘false’ branch...
libsecret-0.21.7/redhat-linux-build/tmp-introspectbx9xdhib/Secret-1.c:654:15: branch_false: ...to here
libsecret-0.21.7/redhat-linux-build/tmp-introspectbx9xdhib/Secret-1.c:658:6: branch_false: following ‘false’ branch...
libsecret-0.21.7/redhat-linux-build/tmp-introspectbx9xdhib/Secret-1.c:669:11: branch_false: ...to here
libsecret-0.21.7/redhat-linux-build/tmp-introspectbx9xdhib/Secret-1.c:670:6: branch_false: following ‘false’ branch...
libsecret-0.21.7/redhat-linux-build/tmp-introspectbx9xdhib/Secret-1.c:682:12: branch_false: ...to here
libsecret-0.21.7/redhat-linux-build/tmp-introspectbx9xdhib/Secret-1.c:682:12: acquire_resource: opened here
libsecret-0.21.7/redhat-linux-build/tmp-introspectbx9xdhib/Secret-1.c:683:6: branch_false: following ‘false’ branch...
libsecret-0.21.7/redhat-linux-build/tmp-introspectbx9xdhib/Secret-1.c:696:3: branch_false: ...to here
libsecret-0.21.7/redhat-linux-build/tmp-introspectbx9xdhib/Secret-1.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
libsecret-0.21.7/redhat-linux-build/tmp-introspectbx9xdhib/Secret-1.c:696:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
libsecret-0.21.7/redhat-linux-build/tmp-introspectbx9xdhib/Secret-1.c:697:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
libsecret-0.21.7/redhat-linux-build/tmp-introspectbx9xdhib/Secret-1.c:697:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
libsecret-0.21.7/redhat-linux-build/tmp-introspectbx9xdhib/Secret-1.c:704:20: call_function: calling ‘read_line’ from ‘dump_irepository’

Error: GCC_ANALYZER_WARNING (CWE-401): [#def38]
libsecret-0.21.7/redhat-linux-build/tmp-introspectbx9xdhib/Secret-1.c:81:24: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(input_filename, "rb")’
libsecret-0.21.7/redhat-linux-build/tmp-introspectbx9xdhib/Secret-1.c:630:1: enter_function: entry to ‘dump_irepository’
libsecret-0.21.7/redhat-linux-build/tmp-introspectbx9xdhib/Secret-1.c:645:6: branch_false: following ‘false’ branch...
libsecret-0.21.7/redhat-linux-build/tmp-introspectbx9xdhib/Secret-1.c:654:15: branch_false: ...to here
libsecret-0.21.7/redhat-linux-build/tmp-introspectbx9xdhib/Secret-1.c:658:6: branch_false: following ‘false’ branch...
libsecret-0.21.7/redhat-linux-build/tmp-introspectbx9xdhib/Secret-1.c:669:11: branch_false: ...to here
libsecret-0.21.7/redhat-linux-build/tmp-introspectbx9xdhib/Secret-1.c:669:11: acquire_memory: allocated here
libsecret-0.21.7/redhat-linux-build/tmp-introspectbx9xdhib/Secret-1.c:670:6: branch_false: following ‘false’ branch...
libsecret-0.21.7/redhat-linux-build/tmp-introspectbx9xdhib/Secret-1.c:682:12: branch_false: ...to here
libsecret-0.21.7/redhat-linux-build/tmp-introspectbx9xdhib/Secret-1.c:683:6: branch_false: following ‘false’ branch...
libsecret-0.21.7/redhat-linux-build/tmp-introspectbx9xdhib/Secret-1.c:696:3: branch_false: ...to here
libsecret-0.21.7/redhat-linux-build/tmp-introspectbx9xdhib/Secret-1.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
libsecret-0.21.7/redhat-linux-build/tmp-introspectbx9xdhib/Secret-1.c:696:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
libsecret-0.21.7/redhat-linux-build/tmp-introspectbx9xdhib/Secret-1.c:697:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
libsecret-0.21.7/redhat-linux-build/tmp-introspectbx9xdhib/Secret-1.c:697:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
libsecret-0.21.7/redhat-linux-build/tmp-introspectbx9xdhib/Secret-1.c:704:20: call_function: calling ‘read_line’ from ‘dump_irepository’

Error: GCC_ANALYZER_WARNING (CWE-401): [#def39]
libsecret-0.21.7/redhat-linux-build/tmp-introspectbx9xdhib/Secret-1.c:81:24: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(output_filename, "wb")’
libsecret-0.21.7/redhat-linux-build/tmp-introspectbx9xdhib/Secret-1.c:630:1: enter_function: entry to ‘dump_irepository’
libsecret-0.21.7/redhat-linux-build/tmp-introspectbx9xdhib/Secret-1.c:645:6: branch_false: following ‘false’ branch...
libsecret-0.21.7/redhat-linux-build/tmp-introspectbx9xdhib/Secret-1.c:654:15: branch_false: ...to here
libsecret-0.21.7/redhat-linux-build/tmp-introspectbx9xdhib/Secret-1.c:658:6: branch_false: following ‘false’ branch...
libsecret-0.21.7/redhat-linux-build/tmp-introspectbx9xdhib/Secret-1.c:669:11: branch_false: ...to here
libsecret-0.21.7/redhat-linux-build/tmp-introspectbx9xdhib/Secret-1.c:670:6: branch_false: following ‘false’ branch...
libsecret-0.21.7/redhat-linux-build/tmp-introspectbx9xdhib/Secret-1.c:682:12: branch_false: ...to here
libsecret-0.21.7/redhat-linux-build/tmp-introspectbx9xdhib/Secret-1.c:682:12: acquire_memory: allocated here
libsecret-0.21.7/redhat-linux-build/tmp-introspectbx9xdhib/Secret-1.c:683:6: branch_false: following ‘false’ branch...
libsecret-0.21.7/redhat-linux-build/tmp-introspectbx9xdhib/Secret-1.c:696:3: branch_false: ...to here
libsecret-0.21.7/redhat-linux-build/tmp-introspectbx9xdhib/Secret-1.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
libsecret-0.21.7/redhat-linux-build/tmp-introspectbx9xdhib/Secret-1.c:696:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
libsecret-0.21.7/redhat-linux-build/tmp-introspectbx9xdhib/Secret-1.c:697:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
libsecret-0.21.7/redhat-linux-build/tmp-introspectbx9xdhib/Secret-1.c:697:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
libsecret-0.21.7/redhat-linux-build/tmp-introspectbx9xdhib/Secret-1.c:704:20: call_function: calling ‘read_line’ from ‘dump_irepository’

Error: GCC_ANALYZER_WARNING (CWE-775): [#def40]
libsecret-0.21.7/redhat-linux-build/tmp-introspectbx9xdhib/Secret-1.c:93:11: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(input_filename, "rb")’
libsecret-0.21.7/redhat-linux-build/tmp-introspectbx9xdhib/Secret-1.c:630:1: enter_function: entry to ‘dump_irepository’
libsecret-0.21.7/redhat-linux-build/tmp-introspectbx9xdhib/Secret-1.c:645:6: branch_false: following ‘false’ branch...
libsecret-0.21.7/redhat-linux-build/tmp-introspectbx9xdhib/Secret-1.c:654:15: branch_false: ...to here
libsecret-0.21.7/redhat-linux-build/tmp-introspectbx9xdhib/Secret-1.c:658:6: branch_false: following ‘false’ branch...
libsecret-0.21.7/redhat-linux-build/tmp-introspectbx9xdhib/Secret-1.c:669:11: branch_false: ...to here
libsecret-0.21.7/redhat-linux-build/tmp-introspectbx9xdhib/Secret-1.c:669:11: acquire_resource: opened here
libsecret-0.21.7/redhat-linux-build/tmp-introspectbx9xdhib/Secret-1.c:670:6: branch_false: following ‘false’ branch...
libsecret-0.21.7/redhat-linux-build/tmp-introspectbx9xdhib/Secret-1.c:682:12: branch_false: ...to here
libsecret-0.21.7/redhat-linux-build/tmp-introspectbx9xdhib/Secret-1.c:683:6: branch_false: following ‘false’ branch...
libsecret-0.21.7/redhat-linux-build/tmp-introspectbx9xdhib/Secret-1.c:696:3: branch_false: ...to here
libsecret-0.21.7/redhat-linux-build/tmp-introspectbx9xdhib/Secret-1.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
libsecret-0.21.7/redhat-linux-build/tmp-introspectbx9xdhib/Secret-1.c:696:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
libsecret-0.21.7/redhat-linux-build/tmp-introspectbx9xdhib/Secret-1.c:697:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
libsecret-0.21.7/redhat-linux-build/tmp-introspectbx9xdhib/Secret-1.c:697:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
libsecret-0.21.7/redhat-linux-build/tmp-introspectbx9xdhib/Secret-1.c:704:20: call_function: calling ‘read_line’ from ‘dump_irepository’

Error: GCC_ANALYZER_WARNING (CWE-775): [#def41]
libsecret-0.21.7/redhat-linux-build/tmp-introspectbx9xdhib/Secret-1.c:93:11: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(output_filename, "wb")’
libsecret-0.21.7/redhat-linux-build/tmp-introspectbx9xdhib/Secret-1.c:630:1: enter_function: entry to ‘dump_irepository’
libsecret-0.21.7/redhat-linux-build/tmp-introspectbx9xdhib/Secret-1.c:645:6: branch_false: following ‘false’ branch...
libsecret-0.21.7/redhat-linux-build/tmp-introspectbx9xdhib/Secret-1.c:654:15: branch_false: ...to here
libsecret-0.21.7/redhat-linux-build/tmp-introspectbx9xdhib/Secret-1.c:658:6: branch_false: following ‘false’ branch...
libsecret-0.21.7/redhat-linux-build/tmp-introspectbx9xdhib/Secret-1.c:669:11: branch_false: ...to here
libsecret-0.21.7/redhat-linux-build/tmp-introspectbx9xdhib/Secret-1.c:670:6: branch_false: following ‘false’ branch...
libsecret-0.21.7/redhat-linux-build/tmp-introspectbx9xdhib/Secret-1.c:682:12: branch_false: ...to here
libsecret-0.21.7/redhat-linux-build/tmp-introspectbx9xdhib/Secret-1.c:682:12: acquire_resource: opened here
libsecret-0.21.7/redhat-linux-build/tmp-introspectbx9xdhib/Secret-1.c:683:6: branch_false: following ‘false’ branch...
libsecret-0.21.7/redhat-linux-build/tmp-introspectbx9xdhib/Secret-1.c:696:3: branch_false: ...to here
libsecret-0.21.7/redhat-linux-build/tmp-introspectbx9xdhib/Secret-1.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
libsecret-0.21.7/redhat-linux-build/tmp-introspectbx9xdhib/Secret-1.c:696:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
libsecret-0.21.7/redhat-linux-build/tmp-introspectbx9xdhib/Secret-1.c:697:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
libsecret-0.21.7/redhat-linux-build/tmp-introspectbx9xdhib/Secret-1.c:697:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
libsecret-0.21.7/redhat-linux-build/tmp-introspectbx9xdhib/Secret-1.c:704:20: call_function: calling ‘read_line’ from ‘dump_irepository’

Error: GCC_ANALYZER_WARNING (CWE-401): [#def42]
libsecret-0.21.7/redhat-linux-build/tmp-introspectbx9xdhib/Secret-1.c:93:11: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(input_filename, "rb")’
libsecret-0.21.7/redhat-linux-build/tmp-introspectbx9xdhib/Secret-1.c:630:1: enter_function: entry to ‘dump_irepository’
libsecret-0.21.7/redhat-linux-build/tmp-introspectbx9xdhib/Secret-1.c:645:6: branch_false: following ‘false’ branch...
libsecret-0.21.7/redhat-linux-build/tmp-introspectbx9xdhib/Secret-1.c:654:15: branch_false: ...to here
libsecret-0.21.7/redhat-linux-build/tmp-introspectbx9xdhib/Secret-1.c:658:6: branch_false: following ‘false’ branch...
libsecret-0.21.7/redhat-linux-build/tmp-introspectbx9xdhib/Secret-1.c:669:11: branch_false: ...to here
libsecret-0.21.7/redhat-linux-build/tmp-introspectbx9xdhib/Secret-1.c:669:11: acquire_memory: allocated here
libsecret-0.21.7/redhat-linux-build/tmp-introspectbx9xdhib/Secret-1.c:670:6: branch_false: following ‘false’ branch...
libsecret-0.21.7/redhat-linux-build/tmp-introspectbx9xdhib/Secret-1.c:682:12: branch_false: ...to here
libsecret-0.21.7/redhat-linux-build/tmp-introspectbx9xdhib/Secret-1.c:683:6: branch_false: following ‘false’ branch...
libsecret-0.21.7/redhat-linux-build/tmp-introspectbx9xdhib/Secret-1.c:696:3: branch_false: ...to here
libsecret-0.21.7/redhat-linux-build/tmp-introspectbx9xdhib/Secret-1.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
libsecret-0.21.7/redhat-linux-build/tmp-introspectbx9xdhib/Secret-1.c:696:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
libsecret-0.21.7/redhat-linux-build/tmp-introspectbx9xdhib/Secret-1.c:697:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
libsecret-0.21.7/redhat-linux-build/tmp-introspectbx9xdhib/Secret-1.c:697:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
libsecret-0.21.7/redhat-linux-build/tmp-introspectbx9xdhib/Secret-1.c:704:20: call_function: calling ‘read_line’ from ‘dump_irepository’

Error: GCC_ANALYZER_WARNING (CWE-401): [#def43]
libsecret-0.21.7/redhat-linux-build/tmp-introspectbx9xdhib/Secret-1.c:93:11: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(output_filename, "wb")’
libsecret-0.21.7/redhat-linux-build/tmp-introspectbx9xdhib/Secret-1.c:630:1: enter_function: entry to ‘dump_irepository’
libsecret-0.21.7/redhat-linux-build/tmp-introspectbx9xdhib/Secret-1.c:645:6: branch_false: following ‘false’ branch...
libsecret-0.21.7/redhat-linux-build/tmp-introspectbx9xdhib/Secret-1.c:654:15: branch_false: ...to here
libsecret-0.21.7/redhat-linux-build/tmp-introspectbx9xdhib/Secret-1.c:658:6: branch_false: following ‘false’ branch...
libsecret-0.21.7/redhat-linux-build/tmp-introspectbx9xdhib/Secret-1.c:669:11: branch_false: ...to here
libsecret-0.21.7/redhat-linux-build/tmp-introspectbx9xdhib/Secret-1.c:670:6: branch_false: following ‘false’ branch...
libsecret-0.21.7/redhat-linux-build/tmp-introspectbx9xdhib/Secret-1.c:682:12: branch_false: ...to here
libsecret-0.21.7/redhat-linux-build/tmp-introspectbx9xdhib/Secret-1.c:682:12: acquire_memory: allocated here
libsecret-0.21.7/redhat-linux-build/tmp-introspectbx9xdhib/Secret-1.c:683:6: branch_false: following ‘false’ branch...
libsecret-0.21.7/redhat-linux-build/tmp-introspectbx9xdhib/Secret-1.c:696:3: branch_false: ...to here
libsecret-0.21.7/redhat-linux-build/tmp-introspectbx9xdhib/Secret-1.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
libsecret-0.21.7/redhat-linux-build/tmp-introspectbx9xdhib/Secret-1.c:696:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
libsecret-0.21.7/redhat-linux-build/tmp-introspectbx9xdhib/Secret-1.c:697:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
libsecret-0.21.7/redhat-linux-build/tmp-introspectbx9xdhib/Secret-1.c:697:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
libsecret-0.21.7/redhat-linux-build/tmp-introspectbx9xdhib/Secret-1.c:704:20: call_function: calling ‘read_line’ from ‘dump_irepository’

Error: GCC_ANALYZER_WARNING (CWE-775): [#def44]
libsecret-0.21.7/redhat-linux-build/tmp-introspectbx9xdhib/Secret-1.c:99:3: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(input_filename, "rb")’
libsecret-0.21.7/redhat-linux-build/tmp-introspectbx9xdhib/Secret-1.c:630:1: enter_function: entry to ‘dump_irepository’
libsecret-0.21.7/redhat-linux-build/tmp-introspectbx9xdhib/Secret-1.c:645:6: branch_false: following ‘false’ branch...
libsecret-0.21.7/redhat-linux-build/tmp-introspectbx9xdhib/Secret-1.c:654:15: branch_false: ...to here
libsecret-0.21.7/redhat-linux-build/tmp-introspectbx9xdhib/Secret-1.c:658:6: branch_false: following ‘false’ branch...
libsecret-0.21.7/redhat-linux-build/tmp-introspectbx9xdhib/Secret-1.c:669:11: branch_false: ...to here
libsecret-0.21.7/redhat-linux-build/tmp-introspectbx9xdhib/Secret-1.c:669:11: acquire_resource: opened here
libsecret-0.21.7/redhat-linux-build/tmp-introspectbx9xdhib/Secret-1.c:670:6: branch_false: following ‘false’ branch...
libsecret-0.21.7/redhat-linux-build/tmp-introspectbx9xdhib/Secret-1.c:682:12: branch_false: ...to here
libsecret-0.21.7/redhat-linux-build/tmp-introspectbx9xdhib/Secret-1.c:683:6: branch_false: following ‘false’ branch...
libsecret-0.21.7/redhat-linux-build/tmp-introspectbx9xdhib/Secret-1.c:696:3: branch_false: ...to here
libsecret-0.21.7/redhat-linux-build/tmp-introspectbx9xdhib/Secret-1.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
libsecret-0.21.7/redhat-linux-build/tmp-introspectbx9xdhib/Secret-1.c:696:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
libsecret-0.21.7/redhat-linux-build/tmp-introspectbx9xdhib/Secret-1.c:697:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
libsecret-0.21.7/redhat-linux-build/tmp-introspectbx9xdhib/Secret-1.c:697:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
libsecret-0.21.7/redhat-linux-build/tmp-introspectbx9xdhib/Secret-1.c:704:20: call_function: calling ‘read_line’ from ‘dump_irepository’

Error: GCC_ANALYZER_WARNING (CWE-775): [#def45]
libsecret-0.21.7/redhat-linux-build/tmp-introspectbx9xdhib/Secret-1.c:99:3: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(output_filename, "wb")’
libsecret-0.21.7/redhat-linux-build/tmp-introspectbx9xdhib/Secret-1.c:630:1: enter_function: entry to ‘dump_irepository’
libsecret-0.21.7/redhat-linux-build/tmp-introspectbx9xdhib/Secret-1.c:645:6: branch_false: following ‘false’ branch...
libsecret-0.21.7/redhat-linux-build/tmp-introspectbx9xdhib/Secret-1.c:654:15: branch_false: ...to here
libsecret-0.21.7/redhat-linux-build/tmp-introspectbx9xdhib/Secret-1.c:658:6: branch_false: following ‘false’ branch...
libsecret-0.21.7/redhat-linux-build/tmp-introspectbx9xdhib/Secret-1.c:669:11: branch_false: ...to here
libsecret-0.21.7/redhat-linux-build/tmp-introspectbx9xdhib/Secret-1.c:670:6: branch_false: following ‘false’ branch...
libsecret-0.21.7/redhat-linux-build/tmp-introspectbx9xdhib/Secret-1.c:682:12: branch_false: ...to here
libsecret-0.21.7/redhat-linux-build/tmp-introspectbx9xdhib/Secret-1.c:682:12: acquire_resource: opened here
libsecret-0.21.7/redhat-linux-build/tmp-introspectbx9xdhib/Secret-1.c:683:6: branch_false: following ‘false’ branch...
libsecret-0.21.7/redhat-linux-build/tmp-introspectbx9xdhib/Secret-1.c:696:3: branch_false: ...to here
libsecret-0.21.7/redhat-linux-build/tmp-introspectbx9xdhib/Secret-1.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
libsecret-0.21.7/redhat-linux-build/tmp-introspectbx9xdhib/Secret-1.c:696:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
libsecret-0.21.7/redhat-linux-build/tmp-introspectbx9xdhib/Secret-1.c:697:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
libsecret-0.21.7/redhat-linux-build/tmp-introspectbx9xdhib/Secret-1.c:697:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
libsecret-0.21.7/redhat-linux-build/tmp-introspectbx9xdhib/Secret-1.c:704:20: call_function: calling ‘read_line’ from ‘dump_irepository’

Error: GCC_ANALYZER_WARNING (CWE-401): [#def46]
libsecret-0.21.7/redhat-linux-build/tmp-introspectbx9xdhib/Secret-1.c:99:3: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(input_filename, "rb")’
libsecret-0.21.7/redhat-linux-build/tmp-introspectbx9xdhib/Secret-1.c:630:1: enter_function: entry to ‘dump_irepository’
libsecret-0.21.7/redhat-linux-build/tmp-introspectbx9xdhib/Secret-1.c:645:6: branch_false: following ‘false’ branch...
libsecret-0.21.7/redhat-linux-build/tmp-introspectbx9xdhib/Secret-1.c:654:15: branch_false: ...to here
libsecret-0.21.7/redhat-linux-build/tmp-introspectbx9xdhib/Secret-1.c:658:6: branch_false: following ‘false’ branch...
libsecret-0.21.7/redhat-linux-build/tmp-introspectbx9xdhib/Secret-1.c:669:11: branch_false: ...to here
libsecret-0.21.7/redhat-linux-build/tmp-introspectbx9xdhib/Secret-1.c:669:11: acquire_memory: allocated here
libsecret-0.21.7/redhat-linux-build/tmp-introspectbx9xdhib/Secret-1.c:670:6: branch_false: following ‘false’ branch...
libsecret-0.21.7/redhat-linux-build/tmp-introspectbx9xdhib/Secret-1.c:682:12: branch_false: ...to here
libsecret-0.21.7/redhat-linux-build/tmp-introspectbx9xdhib/Secret-1.c:683:6: branch_false: following ‘false’ branch...
libsecret-0.21.7/redhat-linux-build/tmp-introspectbx9xdhib/Secret-1.c:696:3: branch_false: ...to here
libsecret-0.21.7/redhat-linux-build/tmp-introspectbx9xdhib/Secret-1.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
libsecret-0.21.7/redhat-linux-build/tmp-introspectbx9xdhib/Secret-1.c:696:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
libsecret-0.21.7/redhat-linux-build/tmp-introspectbx9xdhib/Secret-1.c:697:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
libsecret-0.21.7/redhat-linux-build/tmp-introspectbx9xdhib/Secret-1.c:697:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
libsecret-0.21.7/redhat-linux-build/tmp-introspectbx9xdhib/Secret-1.c:704:20: call_function: calling ‘read_line’ from ‘dump_irepository’

Error: GCC_ANALYZER_WARNING (CWE-401): [#def47]
libsecret-0.21.7/redhat-linux-build/tmp-introspectbx9xdhib/Secret-1.c:99:3: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(output_filename, "wb")’
libsecret-0.21.7/redhat-linux-build/tmp-introspectbx9xdhib/Secret-1.c:630:1: enter_function: entry to ‘dump_irepository’
libsecret-0.21.7/redhat-linux-build/tmp-introspectbx9xdhib/Secret-1.c:645:6: branch_false: following ‘false’ branch...
libsecret-0.21.7/redhat-linux-build/tmp-introspectbx9xdhib/Secret-1.c:654:15: branch_false: ...to here
libsecret-0.21.7/redhat-linux-build/tmp-introspectbx9xdhib/Secret-1.c:658:6: branch_false: following ‘false’ branch...
libsecret-0.21.7/redhat-linux-build/tmp-introspectbx9xdhib/Secret-1.c:669:11: branch_false: ...to here
libsecret-0.21.7/redhat-linux-build/tmp-introspectbx9xdhib/Secret-1.c:670:6: branch_false: following ‘false’ branch...
libsecret-0.21.7/redhat-linux-build/tmp-introspectbx9xdhib/Secret-1.c:682:12: branch_false: ...to here
libsecret-0.21.7/redhat-linux-build/tmp-introspectbx9xdhib/Secret-1.c:682:12: acquire_memory: allocated here
libsecret-0.21.7/redhat-linux-build/tmp-introspectbx9xdhib/Secret-1.c:683:6: branch_false: following ‘false’ branch...
libsecret-0.21.7/redhat-linux-build/tmp-introspectbx9xdhib/Secret-1.c:696:3: branch_false: ...to here
libsecret-0.21.7/redhat-linux-build/tmp-introspectbx9xdhib/Secret-1.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
libsecret-0.21.7/redhat-linux-build/tmp-introspectbx9xdhib/Secret-1.c:696:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
libsecret-0.21.7/redhat-linux-build/tmp-introspectbx9xdhib/Secret-1.c:697:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
libsecret-0.21.7/redhat-linux-build/tmp-introspectbx9xdhib/Secret-1.c:697:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
libsecret-0.21.7/redhat-linux-build/tmp-introspectbx9xdhib/Secret-1.c:704:20: call_function: calling ‘read_line’ from ‘dump_irepository’

Error: GCC_ANALYZER_WARNING (CWE-775): [#def48]
libsecret-0.21.7/redhat-linux-build/tmp-introspectbx9xdhib/Secret-1.c:102:16: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(input_filename, "rb")’
libsecret-0.21.7/redhat-linux-build/tmp-introspectbx9xdhib/Secret-1.c:630:1: enter_function: entry to ‘dump_irepository’
libsecret-0.21.7/redhat-linux-build/tmp-introspectbx9xdhib/Secret-1.c:645:6: branch_false: following ‘false’ branch...
libsecret-0.21.7/redhat-linux-build/tmp-introspectbx9xdhib/Secret-1.c:654:15: branch_false: ...to here
libsecret-0.21.7/redhat-linux-build/tmp-introspectbx9xdhib/Secret-1.c:658:6: branch_false: following ‘false’ branch...
libsecret-0.21.7/redhat-linux-build/tmp-introspectbx9xdhib/Secret-1.c:669:11: branch_false: ...to here
libsecret-0.21.7/redhat-linux-build/tmp-introspectbx9xdhib/Secret-1.c:669:11: acquire_resource: opened here
libsecret-0.21.7/redhat-linux-build/tmp-introspectbx9xdhib/Secret-1.c:670:6: branch_false: following ‘false’ branch...
libsecret-0.21.7/redhat-linux-build/tmp-introspectbx9xdhib/Secret-1.c:682:12: branch_false: ...to here
libsecret-0.21.7/redhat-linux-build/tmp-introspectbx9xdhib/Secret-1.c:683:6: branch_false: following ‘false’ branch...
libsecret-0.21.7/redhat-linux-build/tmp-introspectbx9xdhib/Secret-1.c:696:3: branch_false: ...to here
libsecret-0.21.7/redhat-linux-build/tmp-introspectbx9xdhib/Secret-1.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
libsecret-0.21.7/redhat-linux-build/tmp-introspectbx9xdhib/Secret-1.c:696:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
libsecret-0.21.7/redhat-linux-build/tmp-introspectbx9xdhib/Secret-1.c:697:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
libsecret-0.21.7/redhat-linux-build/tmp-introspectbx9xdhib/Secret-1.c:697:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
libsecret-0.21.7/redhat-linux-build/tmp-introspectbx9xdhib/Secret-1.c:704:20: call_function: calling ‘read_line’ from ‘dump_irepository’

Error: GCC_ANALYZER_WARNING (CWE-775): [#def49]
libsecret-0.21.7/redhat-linux-build/tmp-introspectbx9xdhib/Secret-1.c:102:16: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(output_filename, "wb")’
libsecret-0.21.7/redhat-linux-build/tmp-introspectbx9xdhib/Secret-1.c:630:1: enter_function: entry to ‘dump_irepository’
libsecret-0.21.7/redhat-linux-build/tmp-introspectbx9xdhib/Secret-1.c:645:6: branch_false: following ‘false’ branch...
libsecret-0.21.7/redhat-linux-build/tmp-introspectbx9xdhib/Secret-1.c:654:15: branch_false: ...to here
libsecret-0.21.7/redhat-linux-build/tmp-introspectbx9xdhib/Secret-1.c:658:6: branch_false: following ‘false’ branch...
libsecret-0.21.7/redhat-linux-build/tmp-introspectbx9xdhib/Secret-1.c:669:11: branch_false: ...to here
libsecret-0.21.7/redhat-linux-build/tmp-introspectbx9xdhib/Secret-1.c:670:6: branch_false: following ‘false’ branch...
libsecret-0.21.7/redhat-linux-build/tmp-introspectbx9xdhib/Secret-1.c:682:12: branch_false: ...to here
libsecret-0.21.7/redhat-linux-build/tmp-introspectbx9xdhib/Secret-1.c:682:12: acquire_resource: opened here
libsecret-0.21.7/redhat-linux-build/tmp-introspectbx9xdhib/Secret-1.c:683:6: branch_false: following ‘false’ branch...
libsecret-0.21.7/redhat-linux-build/tmp-introspectbx9xdhib/Secret-1.c:696:3: branch_false: ...to here
libsecret-0.21.7/redhat-linux-build/tmp-introspectbx9xdhib/Secret-1.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
libsecret-0.21.7/redhat-linux-build/tmp-introspectbx9xdhib/Secret-1.c:696:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
libsecret-0.21.7/redhat-linux-build/tmp-introspectbx9xdhib/Secret-1.c:697:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
libsecret-0.21.7/redhat-linux-build/tmp-introspectbx9xdhib/Secret-1.c:697:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
libsecret-0.21.7/redhat-linux-build/tmp-introspectbx9xdhib/Secret-1.c:704:20: call_function: calling ‘read_line’ from ‘dump_irepository’

Error: GCC_ANALYZER_WARNING (CWE-401): [#def50]
libsecret-0.21.7/redhat-linux-build/tmp-introspectbx9xdhib/Secret-1.c:102:16: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(input_filename, "rb")’
libsecret-0.21.7/redhat-linux-build/tmp-introspectbx9xdhib/Secret-1.c:630:1: enter_function: entry to ‘dump_irepository’
libsecret-0.21.7/redhat-linux-build/tmp-introspectbx9xdhib/Secret-1.c:645:6: branch_false: following ‘false’ branch...
libsecret-0.21.7/redhat-linux-build/tmp-introspectbx9xdhib/Secret-1.c:654:15: branch_false: ...to here
libsecret-0.21.7/redhat-linux-build/tmp-introspectbx9xdhib/Secret-1.c:658:6: branch_false: following ‘false’ branch...
libsecret-0.21.7/redhat-linux-build/tmp-introspectbx9xdhib/Secret-1.c:669:11: branch_false: ...to here
libsecret-0.21.7/redhat-linux-build/tmp-introspectbx9xdhib/Secret-1.c:669:11: acquire_memory: allocated here
libsecret-0.21.7/redhat-linux-build/tmp-introspectbx9xdhib/Secret-1.c:670:6: branch_false: following ‘false’ branch...
libsecret-0.21.7/redhat-linux-build/tmp-introspectbx9xdhib/Secret-1.c:682:12: branch_false: ...to here
libsecret-0.21.7/redhat-linux-build/tmp-introspectbx9xdhib/Secret-1.c:683:6: branch_false: following ‘false’ branch...
libsecret-0.21.7/redhat-linux-build/tmp-introspectbx9xdhib/Secret-1.c:696:3: branch_false: ...to here
libsecret-0.21.7/redhat-linux-build/tmp-introspectbx9xdhib/Secret-1.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
libsecret-0.21.7/redhat-linux-build/tmp-introspectbx9xdhib/Secret-1.c:696:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
libsecret-0.21.7/redhat-linux-build/tmp-introspectbx9xdhib/Secret-1.c:697:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
libsecret-0.21.7/redhat-linux-build/tmp-introspectbx9xdhib/Secret-1.c:697:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
libsecret-0.21.7/redhat-linux-build/tmp-introspectbx9xdhib/Secret-1.c:704:20: call_function: calling ‘read_line’ from ‘dump_irepository’

Error: GCC_ANALYZER_WARNING (CWE-401): [#def51]
libsecret-0.21.7/redhat-linux-build/tmp-introspectbx9xdhib/Secret-1.c:102:16: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(output_filename, "wb")’
libsecret-0.21.7/redhat-linux-build/tmp-introspectbx9xdhib/Secret-1.c:630:1: enter_function: entry to ‘dump_irepository’
libsecret-0.21.7/redhat-linux-build/tmp-introspectbx9xdhib/Secret-1.c:645:6: branch_false: following ‘false’ branch...
libsecret-0.21.7/redhat-linux-build/tmp-introspectbx9xdhib/Secret-1.c:654:15: branch_false: ...to here
libsecret-0.21.7/redhat-linux-build/tmp-introspectbx9xdhib/Secret-1.c:658:6: branch_false: following ‘false’ branch...
libsecret-0.21.7/redhat-linux-build/tmp-introspectbx9xdhib/Secret-1.c:669:11: branch_false: ...to here
libsecret-0.21.7/redhat-linux-build/tmp-introspectbx9xdhib/Secret-1.c:670:6: branch_false: following ‘false’ branch...
libsecret-0.21.7/redhat-linux-build/tmp-introspectbx9xdhib/Secret-1.c:682:12: branch_false: ...to here
libsecret-0.21.7/redhat-linux-build/tmp-introspectbx9xdhib/Secret-1.c:682:12: acquire_memory: allocated here
libsecret-0.21.7/redhat-linux-build/tmp-introspectbx9xdhib/Secret-1.c:683:6: branch_false: following ‘false’ branch...
libsecret-0.21.7/redhat-linux-build/tmp-introspectbx9xdhib/Secret-1.c:696:3: branch_false: ...to here
libsecret-0.21.7/redhat-linux-build/tmp-introspectbx9xdhib/Secret-1.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
libsecret-0.21.7/redhat-linux-build/tmp-introspectbx9xdhib/Secret-1.c:696:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
libsecret-0.21.7/redhat-linux-build/tmp-introspectbx9xdhib/Secret-1.c:697:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
libsecret-0.21.7/redhat-linux-build/tmp-introspectbx9xdhib/Secret-1.c:697:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
libsecret-0.21.7/redhat-linux-build/tmp-introspectbx9xdhib/Secret-1.c:704:20: call_function: calling ‘read_line’ from ‘dump_irepository’

Error: GCC_ANALYZER_WARNING (CWE-404): [#def52]
libsecret-0.21.7/redhat-linux-build/tmp-introspectbx9xdhib/Secret-1.c:120:9: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
libsecret-0.21.7/redhat-linux-build/tmp-introspectbx9xdhib/Secret-1.c:599:1: enter_function: entry to ‘dump_error_quark’
libsecret-0.21.7/redhat-linux-build/tmp-introspectbx9xdhib/Secret-1.c:601:3: call_function: calling ‘escaped_printf’ from ‘dump_error_quark’

Error: GCC_ANALYZER_WARNING (CWE-775): [#def53]
libsecret-0.21.7/redhat-linux-build/tmp-introspectbx9xdhib/Secret-1.c:138:7: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(input_filename, "rb")’
libsecret-0.21.7/redhat-linux-build/tmp-introspectbx9xdhib/Secret-1.c:630:1: enter_function: entry to ‘dump_irepository’
libsecret-0.21.7/redhat-linux-build/tmp-introspectbx9xdhib/Secret-1.c:645:6: branch_false: following ‘false’ branch...
libsecret-0.21.7/redhat-linux-build/tmp-introspectbx9xdhib/Secret-1.c:654:15: branch_false: ...to here
libsecret-0.21.7/redhat-linux-build/tmp-introspectbx9xdhib/Secret-1.c:658:6: branch_false: following ‘false’ branch...
libsecret-0.21.7/redhat-linux-build/tmp-introspectbx9xdhib/Secret-1.c:669:11: branch_false: ...to here
libsecret-0.21.7/redhat-linux-build/tmp-introspectbx9xdhib/Secret-1.c:669:11: acquire_resource: opened here
libsecret-0.21.7/redhat-linux-build/tmp-introspectbx9xdhib/Secret-1.c:670:6: branch_false: following ‘false’ branch...
libsecret-0.21.7/redhat-linux-build/tmp-introspectbx9xdhib/Secret-1.c:682:12: branch_false: ...to here
libsecret-0.21.7/redhat-linux-build/tmp-introspectbx9xdhib/Secret-1.c:683:6: branch_false: following ‘false’ branch...
libsecret-0.21.7/redhat-linux-build/tmp-introspectbx9xdhib/Secret-1.c:696:3: branch_false: ...to here
libsecret-0.21.7/redhat-linux-build/tmp-introspectbx9xdhib/Secret-1.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’

Error: GCC_ANALYZER_WARNING (CWE-775): [#def54]
libsecret-0.21.7/redhat-linux-build/tmp-introspectbx9xdhib/Secret-1.c:138:7: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(output_filename, "wb")’
libsecret-0.21.7/redhat-linux-build/tmp-introspectbx9xdhib/Secret-1.c:630:1: enter_function: entry to ‘dump_irepository’
libsecret-0.21.7/redhat-linux-build/tmp-introspectbx9xdhib/Secret-1.c:645:6: branch_false: following ‘false’ branch...
libsecret-0.21.7/redhat-linux-build/tmp-introspectbx9xdhib/Secret-1.c:654:15: branch_false: ...to here
libsecret-0.21.7/redhat-linux-build/tmp-introspectbx9xdhib/Secret-1.c:658:6: branch_false: following ‘false’ branch...
libsecret-0.21.7/redhat-linux-build/tmp-introspectbx9xdhib/Secret-1.c:669:11: branch_false: ...to here
libsecret-0.21.7/redhat-linux-build/tmp-introspectbx9xdhib/Secret-1.c:670:6: branch_false: following ‘false’ branch...
libsecret-0.21.7/redhat-linux-build/tmp-introspectbx9xdhib/Secret-1.c:682:12: branch_false: ...to here
libsecret-0.21.7/redhat-linux-build/tmp-introspectbx9xdhib/Secret-1.c:682:12: acquire_resource: opened here
libsecret-0.21.7/redhat-linux-build/tmp-introspectbx9xdhib/Secret-1.c:683:6: branch_false: following ‘false’ branch...
libsecret-0.21.7/redhat-linux-build/tmp-introspectbx9xdhib/Secret-1.c:696:3: branch_false: ...to here
libsecret-0.21.7/redhat-linux-build/tmp-introspectbx9xdhib/Secret-1.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’

Error: GCC_ANALYZER_WARNING (CWE-401): [#def55]
libsecret-0.21.7/redhat-linux-build/tmp-introspectbx9xdhib/Secret-1.c:138:7: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(input_filename, "rb")’
libsecret-0.21.7/redhat-linux-build/tmp-introspectbx9xdhib/Secret-1.c:630:1: enter_function: entry to ‘dump_irepository’
libsecret-0.21.7/redhat-linux-build/tmp-introspectbx9xdhib/Secret-1.c:645:6: branch_false: following ‘false’ branch...
libsecret-0.21.7/redhat-linux-build/tmp-introspectbx9xdhib/Secret-1.c:654:15: branch_false: ...to here
libsecret-0.21.7/redhat-linux-build/tmp-introspectbx9xdhib/Secret-1.c:658:6: branch_false: following ‘false’ branch...
libsecret-0.21.7/redhat-linux-build/tmp-introspectbx9xdhib/Secret-1.c:669:11: branch_false: ...to here
libsecret-0.21.7/redhat-linux-build/tmp-introspectbx9xdhib/Secret-1.c:669:11: acquire_memory: allocated here
libsecret-0.21.7/redhat-linux-build/tmp-introspectbx9xdhib/Secret-1.c:670:6: branch_false: following ‘false’ branch...
libsecret-0.21.7/redhat-linux-build/tmp-introspectbx9xdhib/Secret-1.c:682:12: branch_false: ...to here
libsecret-0.21.7/redhat-linux-build/tmp-introspectbx9xdhib/Secret-1.c:683:6: branch_false: following ‘false’ branch...
libsecret-0.21.7/redhat-linux-build/tmp-introspectbx9xdhib/Secret-1.c:696:3: branch_false: ...to here
libsecret-0.21.7/redhat-linux-build/tmp-introspectbx9xdhib/Secret-1.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’

Error: GCC_ANALYZER_WARNING (CWE-401): [#def56]
libsecret-0.21.7/redhat-linux-build/tmp-introspectbx9xdhib/Secret-1.c:138:7: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(output_filename, "wb")’
libsecret-0.21.7/redhat-linux-build/tmp-introspectbx9xdhib/Secret-1.c:630:1: enter_function: entry to ‘dump_irepository’
libsecret-0.21.7/redhat-linux-build/tmp-introspectbx9xdhib/Secret-1.c:645:6: branch_false: following ‘false’ branch...
libsecret-0.21.7/redhat-linux-build/tmp-introspectbx9xdhib/Secret-1.c:654:15: branch_false: ...to here
libsecret-0.21.7/redhat-linux-build/tmp-introspectbx9xdhib/Secret-1.c:658:6: branch_false: following ‘false’ branch...
libsecret-0.21.7/redhat-linux-build/tmp-introspectbx9xdhib/Secret-1.c:669:11: branch_false: ...to here
libsecret-0.21.7/redhat-linux-build/tmp-introspectbx9xdhib/Secret-1.c:670:6: branch_false: following ‘false’ branch...
libsecret-0.21.7/redhat-linux-build/tmp-introspectbx9xdhib/Secret-1.c:682:12: branch_false: ...to here
libsecret-0.21.7/redhat-linux-build/tmp-introspectbx9xdhib/Secret-1.c:682:12: acquire_memory: allocated here
libsecret-0.21.7/redhat-linux-build/tmp-introspectbx9xdhib/Secret-1.c:683:6: branch_false: following ‘false’ branch...
libsecret-0.21.7/redhat-linux-build/tmp-introspectbx9xdhib/Secret-1.c:696:3: branch_false: ...to here
libsecret-0.21.7/redhat-linux-build/tmp-introspectbx9xdhib/Secret-1.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’

Error: GCC_ANALYZER_WARNING (CWE-775): [#def57]
libsecret-0.21.7/redhat-linux-build/tmp-introspectbx9xdhib/Secret-1.c:686:7: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(input_filename, "rb")’
libsecret-0.21.7/redhat-linux-build/tmp-introspectbx9xdhib/Secret-1.c:645:6: branch_false: following ‘false’ branch...
libsecret-0.21.7/redhat-linux-build/tmp-introspectbx9xdhib/Secret-1.c:654:15: branch_false: ...to here
libsecret-0.21.7/redhat-linux-build/tmp-introspectbx9xdhib/Secret-1.c:658:6: branch_false: following ‘false’ branch...
libsecret-0.21.7/redhat-linux-build/tmp-introspectbx9xdhib/Secret-1.c:669:11: branch_false: ...to here
libsecret-0.21.7/redhat-linux-build/tmp-introspectbx9xdhib/Secret-1.c:669:11: acquire_resource: opened here
libsecret-0.21.7/redhat-linux-build/tmp-introspectbx9xdhib/Secret-1.c:670:6: branch_false: following ‘false’ branch...
libsecret-0.21.7/redhat-linux-build/tmp-introspectbx9xdhib/Secret-1.c:682:12: branch_false: ...to here
libsecret-0.21.7/redhat-linux-build/tmp-introspectbx9xdhib/Secret-1.c:683:6: branch_true: following ‘true’ branch...
libsecret-0.21.7/redhat-linux-build/tmp-introspectbx9xdhib/Secret-1.c:685:25: branch_true: ...to here
libsecret-0.21.7/redhat-linux-build/tmp-introspectbx9xdhib/Secret-1.c:686:7: throw: if ‘g_file_error_quark’ throws an exception...
libsecret-0.21.7/redhat-linux-build/tmp-introspectbx9xdhib/Secret-1.c:686:7: danger: ‘fopen(input_filename, "rb")’ leaks here; was opened at [(5)](sarif:/runs/0/results/199/codeFlows/0/threadFlows/0/locations/4)

Error: GCC_ANALYZER_WARNING (CWE-401): [#def58]
libsecret-0.21.7/redhat-linux-build/tmp-introspectbx9xdhib/Secret-1.c:686:7: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(input_filename, "rb")’
libsecret-0.21.7/redhat-linux-build/tmp-introspectbx9xdhib/Secret-1.c:645:6: branch_false: following ‘false’ branch...
libsecret-0.21.7/redhat-linux-build/tmp-introspectbx9xdhib/Secret-1.c:654:15: branch_false: ...to here
libsecret-0.21.7/redhat-linux-build/tmp-introspectbx9xdhib/Secret-1.c:658:6: branch_false: following ‘false’ branch...
libsecret-0.21.7/redhat-linux-build/tmp-introspectbx9xdhib/Secret-1.c:669:11: branch_false: ...to here
libsecret-0.21.7/redhat-linux-build/tmp-introspectbx9xdhib/Secret-1.c:669:11: acquire_memory: allocated here
libsecret-0.21.7/redhat-linux-build/tmp-introspectbx9xdhib/Secret-1.c:670:6: branch_false: following ‘false’ branch...
libsecret-0.21.7/redhat-linux-build/tmp-introspectbx9xdhib/Secret-1.c:682:12: branch_false: ...to here
libsecret-0.21.7/redhat-linux-build/tmp-introspectbx9xdhib/Secret-1.c:683:6: branch_true: following ‘true’ branch...
libsecret-0.21.7/redhat-linux-build/tmp-introspectbx9xdhib/Secret-1.c:685:25: branch_true: ...to here
libsecret-0.21.7/redhat-linux-build/tmp-introspectbx9xdhib/Secret-1.c:686:7: throw: if ‘g_file_error_quark’ throws an exception...
libsecret-0.21.7/redhat-linux-build/tmp-introspectbx9xdhib/Secret-1.c:686:7: danger: ‘fopen(input_filename, "rb")’ leaks here; was allocated at [(5)](sarif:/runs/0/results/200/codeFlows/0/threadFlows/0/locations/4)

Error: GCC_ANALYZER_WARNING (CWE-775): [#def59]
libsecret-0.21.7/redhat-linux-build/tmp-introspectbx9xdhib/Secret-1.c:686:41: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(input_filename, "rb")’
libsecret-0.21.7/redhat-linux-build/tmp-introspectbx9xdhib/Secret-1.c:645:6: branch_false: following ‘false’ branch...
libsecret-0.21.7/redhat-linux-build/tmp-introspectbx9xdhib/Secret-1.c:654:15: branch_false: ...to here
libsecret-0.21.7/redhat-linux-build/tmp-introspectbx9xdhib/Secret-1.c:658:6: branch_false: following ‘false’ branch...
libsecret-0.21.7/redhat-linux-build/tmp-introspectbx9xdhib/Secret-1.c:669:11: branch_false: ...to here
libsecret-0.21.7/redhat-linux-build/tmp-introspectbx9xdhib/Secret-1.c:669:11: acquire_resource: opened here
libsecret-0.21.7/redhat-linux-build/tmp-introspectbx9xdhib/Secret-1.c:670:6: branch_false: following ‘false’ branch...
libsecret-0.21.7/redhat-linux-build/tmp-introspectbx9xdhib/Secret-1.c:682:12: branch_false: ...to here
libsecret-0.21.7/redhat-linux-build/tmp-introspectbx9xdhib/Secret-1.c:683:6: branch_true: following ‘true’ branch...
libsecret-0.21.7/redhat-linux-build/tmp-introspectbx9xdhib/Secret-1.c:685:25: branch_true: ...to here
libsecret-0.21.7/redhat-linux-build/tmp-introspectbx9xdhib/Secret-1.c:686:41: throw: if ‘g_file_error_from_errno’ throws an exception...
libsecret-0.21.7/redhat-linux-build/tmp-introspectbx9xdhib/Secret-1.c:686:41: danger: ‘fopen(input_filename, "rb")’ leaks here; was opened at [(5)](sarif:/runs/0/results/203/codeFlows/0/threadFlows/0/locations/4)

Error: GCC_ANALYZER_WARNING (CWE-401): [#def60]
libsecret-0.21.7/redhat-linux-build/tmp-introspectbx9xdhib/Secret-1.c:686:41: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(input_filename, "rb")’
libsecret-0.21.7/redhat-linux-build/tmp-introspectbx9xdhib/Secret-1.c:645:6: branch_false: following ‘false’ branch...
libsecret-0.21.7/redhat-linux-build/tmp-introspectbx9xdhib/Secret-1.c:654:15: branch_false: ...to here
libsecret-0.21.7/redhat-linux-build/tmp-introspectbx9xdhib/Secret-1.c:658:6: branch_false: following ‘false’ branch...
libsecret-0.21.7/redhat-linux-build/tmp-introspectbx9xdhib/Secret-1.c:669:11: branch_false: ...to here
libsecret-0.21.7/redhat-linux-build/tmp-introspectbx9xdhib/Secret-1.c:669:11: acquire_memory: allocated here
libsecret-0.21.7/redhat-linux-build/tmp-introspectbx9xdhib/Secret-1.c:670:6: branch_false: following ‘false’ branch...
libsecret-0.21.7/redhat-linux-build/tmp-introspectbx9xdhib/Secret-1.c:682:12: branch_false: ...to here
libsecret-0.21.7/redhat-linux-build/tmp-introspectbx9xdhib/Secret-1.c:683:6: branch_true: following ‘true’ branch...
libsecret-0.21.7/redhat-linux-build/tmp-introspectbx9xdhib/Secret-1.c:685:25: branch_true: ...to here
libsecret-0.21.7/redhat-linux-build/tmp-introspectbx9xdhib/Secret-1.c:686:41: throw: if ‘g_file_error_from_errno’ throws an exception...
libsecret-0.21.7/redhat-linux-build/tmp-introspectbx9xdhib/Secret-1.c:686:41: danger: ‘fopen(input_filename, "rb")’ leaks here; was allocated at [(5)](sarif:/runs/0/results/204/codeFlows/0/threadFlows/0/locations/4)

Error: GCC_ANALYZER_WARNING (CWE-775): [#def61]
libsecret-0.21.7/redhat-linux-build/tmp-introspectbx9xdhib/Secret-1.c:699:18: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(input_filename, "rb")’
libsecret-0.21.7/redhat-linux-build/tmp-introspectbx9xdhib/Secret-1.c:630:1: enter_function: entry to ‘dump_irepository’
libsecret-0.21.7/redhat-linux-build/tmp-introspectbx9xdhib/Secret-1.c:645:6: branch_false: following ‘false’ branch...
libsecret-0.21.7/redhat-linux-build/tmp-introspectbx9xdhib/Secret-1.c:654:15: branch_false: ...to here
libsecret-0.21.7/redhat-linux-build/tmp-introspectbx9xdhib/Secret-1.c:658:6: branch_false: following ‘false’ branch...
libsecret-0.21.7/redhat-linux-build/tmp-introspectbx9xdhib/Secret-1.c:669:11: branch_false: ...to here
libsecret-0.21.7/redhat-linux-build/tmp-introspectbx9xdhib/Secret-1.c:669:11: acquire_resource: opened here
libsecret-0.21.7/redhat-linux-build/tmp-introspectbx9xdhib/Secret-1.c:670:6: branch_false: following ‘false’ branch...
libsecret-0.21.7/redhat-linux-build/tmp-introspectbx9xdhib/Secret-1.c:682:12: branch_false: ...to here
libsecret-0.21.7/redhat-linux-build/tmp-introspectbx9xdhib/Secret-1.c:683:6: branch_false: following ‘false’ branch...
libsecret-0.21.7/redhat-linux-build/tmp-introspectbx9xdhib/Secret-1.c:696:3: branch_false: ...to here
libsecret-0.21.7/redhat-linux-build/tmp-introspectbx9xdhib/Secret-1.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
libsecret-0.21.7/redhat-linux-build/tmp-introspectbx9xdhib/Secret-1.c:696:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
libsecret-0.21.7/redhat-linux-build/tmp-introspectbx9xdhib/Secret-1.c:697:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
libsecret-0.21.7/redhat-linux-build/tmp-introspectbx9xdhib/Secret-1.c:697:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
libsecret-0.21.7/redhat-linux-build/tmp-introspectbx9xdhib/Secret-1.c:699:18: throw: if ‘g_hash_table_new’ throws an exception...
libsecret-0.21.7/redhat-linux-build/tmp-introspectbx9xdhib/Secret-1.c:699:18: danger: ‘fopen(input_filename, "rb")’ leaks here; was opened at [(6)](sarif:/runs/0/results/205/codeFlows/0/threadFlows/0/locations/5)

Error: GCC_ANALYZER_WARNING (CWE-775): [#def62]
libsecret-0.21.7/redhat-linux-build/tmp-introspectbx9xdhib/Secret-1.c:699:18: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(output_filename, "wb")’
libsecret-0.21.7/redhat-linux-build/tmp-introspectbx9xdhib/Secret-1.c:630:1: enter_function: entry to ‘dump_irepository’
libsecret-0.21.7/redhat-linux-build/tmp-introspectbx9xdhib/Secret-1.c:645:6: branch_false: following ‘false’ branch...
libsecret-0.21.7/redhat-linux-build/tmp-introspectbx9xdhib/Secret-1.c:654:15: branch_false: ...to here
libsecret-0.21.7/redhat-linux-build/tmp-introspectbx9xdhib/Secret-1.c:658:6: branch_false: following ‘false’ branch...
libsecret-0.21.7/redhat-linux-build/tmp-introspectbx9xdhib/Secret-1.c:669:11: branch_false: ...to here
libsecret-0.21.7/redhat-linux-build/tmp-introspectbx9xdhib/Secret-1.c:670:6: branch_false: following ‘false’ branch...
libsecret-0.21.7/redhat-linux-build/tmp-introspectbx9xdhib/Secret-1.c:682:12: branch_false: ...to here
libsecret-0.21.7/redhat-linux-build/tmp-introspectbx9xdhib/Secret-1.c:682:12: acquire_resource: opened here
libsecret-0.21.7/redhat-linux-build/tmp-introspectbx9xdhib/Secret-1.c:683:6: branch_false: following ‘false’ branch...
libsecret-0.21.7/redhat-linux-build/tmp-introspectbx9xdhib/Secret-1.c:696:3: branch_false: ...to here
libsecret-0.21.7/redhat-linux-build/tmp-introspectbx9xdhib/Secret-1.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
libsecret-0.21.7/redhat-linux-build/tmp-introspectbx9xdhib/Secret-1.c:696:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
libsecret-0.21.7/redhat-linux-build/tmp-introspectbx9xdhib/Secret-1.c:697:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
libsecret-0.21.7/redhat-linux-build/tmp-introspectbx9xdhib/Secret-1.c:697:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
libsecret-0.21.7/redhat-linux-build/tmp-introspectbx9xdhib/Secret-1.c:699:18: throw: if ‘g_hash_table_new’ throws an exception...
libsecret-0.21.7/redhat-linux-build/tmp-introspectbx9xdhib/Secret-1.c:699:18: danger: ‘fopen(output_filename, "wb")’ leaks here; was opened at [(8)](sarif:/runs/0/results/206/codeFlows/0/threadFlows/0/locations/7)

Error: GCC_ANALYZER_WARNING (CWE-401): [#def63]
libsecret-0.21.7/redhat-linux-build/tmp-introspectbx9xdhib/Secret-1.c:699:18: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(input_filename, "rb")’
libsecret-0.21.7/redhat-linux-build/tmp-introspectbx9xdhib/Secret-1.c:630:1: enter_function: entry to ‘dump_irepository’
libsecret-0.21.7/redhat-linux-build/tmp-introspectbx9xdhib/Secret-1.c:645:6: branch_false: following ‘false’ branch...
libsecret-0.21.7/redhat-linux-build/tmp-introspectbx9xdhib/Secret-1.c:654:15: branch_false: ...to here
libsecret-0.21.7/redhat-linux-build/tmp-introspectbx9xdhib/Secret-1.c:658:6: branch_false: following ‘false’ branch...
libsecret-0.21.7/redhat-linux-build/tmp-introspectbx9xdhib/Secret-1.c:669:11: branch_false: ...to here
libsecret-0.21.7/redhat-linux-build/tmp-introspectbx9xdhib/Secret-1.c:669:11: acquire_memory: allocated here
libsecret-0.21.7/redhat-linux-build/tmp-introspectbx9xdhib/Secret-1.c:670:6: branch_false: following ‘false’ branch...
libsecret-0.21.7/redhat-linux-build/tmp-introspectbx9xdhib/Secret-1.c:682:12: branch_false: ...to here
libsecret-0.21.7/redhat-linux-build/tmp-introspectbx9xdhib/Secret-1.c:683:6: branch_false: following ‘false’ branch...
libsecret-0.21.7/redhat-linux-build/tmp-introspectbx9xdhib/Secret-1.c:696:3: branch_false: ...to here
libsecret-0.21.7/redhat-linux-build/tmp-introspectbx9xdhib/Secret-1.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
libsecret-0.21.7/redhat-linux-build/tmp-introspectbx9xdhib/Secret-1.c:696:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
libsecret-0.21.7/redhat-linux-build/tmp-introspectbx9xdhib/Secret-1.c:697:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
libsecret-0.21.7/redhat-linux-build/tmp-introspectbx9xdhib/Secret-1.c:697:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
libsecret-0.21.7/redhat-linux-build/tmp-introspectbx9xdhib/Secret-1.c:699:18: throw: if ‘g_hash_table_new’ throws an exception...
libsecret-0.21.7/redhat-linux-build/tmp-introspectbx9xdhib/Secret-1.c:699:18: danger: ‘fopen(input_filename, "rb")’ leaks here; was allocated at [(6)](sarif:/runs/0/results/207/codeFlows/0/threadFlows/0/locations/5)

Error: GCC_ANALYZER_WARNING (CWE-401): [#def64]
libsecret-0.21.7/redhat-linux-build/tmp-introspectbx9xdhib/Secret-1.c:699:18: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(output_filename, "wb")’
libsecret-0.21.7/redhat-linux-build/tmp-introspectbx9xdhib/Secret-1.c:630:1: enter_function: entry to ‘dump_irepository’
libsecret-0.21.7/redhat-linux-build/tmp-introspectbx9xdhib/Secret-1.c:645:6: branch_false: following ‘false’ branch...
libsecret-0.21.7/redhat-linux-build/tmp-introspectbx9xdhib/Secret-1.c:654:15: branch_false: ...to here
libsecret-0.21.7/redhat-linux-build/tmp-introspectbx9xdhib/Secret-1.c:658:6: branch_false: following ‘false’ branch...
libsecret-0.21.7/redhat-linux-build/tmp-introspectbx9xdhib/Secret-1.c:669:11: branch_false: ...to here
libsecret-0.21.7/redhat-linux-build/tmp-introspectbx9xdhib/Secret-1.c:670:6: branch_false: following ‘false’ branch...
libsecret-0.21.7/redhat-linux-build/tmp-introspectbx9xdhib/Secret-1.c:682:12: branch_false: ...to here
libsecret-0.21.7/redhat-linux-build/tmp-introspectbx9xdhib/Secret-1.c:682:12: acquire_memory: allocated here
libsecret-0.21.7/redhat-linux-build/tmp-introspectbx9xdhib/Secret-1.c:683:6: branch_false: following ‘false’ branch...
libsecret-0.21.7/redhat-linux-build/tmp-introspectbx9xdhib/Secret-1.c:696:3: branch_false: ...to here
libsecret-0.21.7/redhat-linux-build/tmp-introspectbx9xdhib/Secret-1.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
libsecret-0.21.7/redhat-linux-build/tmp-introspectbx9xdhib/Secret-1.c:696:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
libsecret-0.21.7/redhat-linux-build/tmp-introspectbx9xdhib/Secret-1.c:697:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
libsecret-0.21.7/redhat-linux-build/tmp-introspectbx9xdhib/Secret-1.c:697:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
libsecret-0.21.7/redhat-linux-build/tmp-introspectbx9xdhib/Secret-1.c:699:18: throw: if ‘g_hash_table_new’ throws an exception...
libsecret-0.21.7/redhat-linux-build/tmp-introspectbx9xdhib/Secret-1.c:699:18: danger: ‘fopen(output_filename, "wb")’ leaks here; was allocated at [(8)](sarif:/runs/0/results/208/codeFlows/0/threadFlows/0/locations/7)

Error: GCC_ANALYZER_WARNING (CWE-775): [#def65]
libsecret-0.21.7/redhat-linux-build/tmp-introspectsa285vz4/MockService-0.c:68:7: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(input_filename, "rb")’
libsecret-0.21.7/redhat-linux-build/tmp-introspectsa285vz4/MockService-0.c:630:1: enter_function: entry to ‘dump_irepository’
libsecret-0.21.7/redhat-linux-build/tmp-introspectsa285vz4/MockService-0.c:645:6: branch_false: following ‘false’ branch...
libsecret-0.21.7/redhat-linux-build/tmp-introspectsa285vz4/MockService-0.c:654:15: branch_false: ...to here
libsecret-0.21.7/redhat-linux-build/tmp-introspectsa285vz4/MockService-0.c:658:6: branch_false: following ‘false’ branch...
libsecret-0.21.7/redhat-linux-build/tmp-introspectsa285vz4/MockService-0.c:669:11: branch_false: ...to here
libsecret-0.21.7/redhat-linux-build/tmp-introspectsa285vz4/MockService-0.c:669:11: acquire_resource: opened here
libsecret-0.21.7/redhat-linux-build/tmp-introspectsa285vz4/MockService-0.c:670:6: branch_false: following ‘false’ branch...
libsecret-0.21.7/redhat-linux-build/tmp-introspectsa285vz4/MockService-0.c:682:12: branch_false: ...to here
libsecret-0.21.7/redhat-linux-build/tmp-introspectsa285vz4/MockService-0.c:683:6: branch_false: following ‘false’ branch...
libsecret-0.21.7/redhat-linux-build/tmp-introspectsa285vz4/MockService-0.c:696:3: branch_false: ...to here
libsecret-0.21.7/redhat-linux-build/tmp-introspectsa285vz4/MockService-0.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’

Error: GCC_ANALYZER_WARNING (CWE-775): [#def66]
libsecret-0.21.7/redhat-linux-build/tmp-introspectsa285vz4/MockService-0.c:68:7: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(output_filename, "wb")’
libsecret-0.21.7/redhat-linux-build/tmp-introspectsa285vz4/MockService-0.c:630:1: enter_function: entry to ‘dump_irepository’
libsecret-0.21.7/redhat-linux-build/tmp-introspectsa285vz4/MockService-0.c:645:6: branch_false: following ‘false’ branch...
libsecret-0.21.7/redhat-linux-build/tmp-introspectsa285vz4/MockService-0.c:654:15: branch_false: ...to here
libsecret-0.21.7/redhat-linux-build/tmp-introspectsa285vz4/MockService-0.c:658:6: branch_false: following ‘false’ branch...
libsecret-0.21.7/redhat-linux-build/tmp-introspectsa285vz4/MockService-0.c:669:11: branch_false: ...to here
libsecret-0.21.7/redhat-linux-build/tmp-introspectsa285vz4/MockService-0.c:670:6: branch_false: following ‘false’ branch...
libsecret-0.21.7/redhat-linux-build/tmp-introspectsa285vz4/MockService-0.c:682:12: branch_false: ...to here
libsecret-0.21.7/redhat-linux-build/tmp-introspectsa285vz4/MockService-0.c:682:12: acquire_resource: opened here
libsecret-0.21.7/redhat-linux-build/tmp-introspectsa285vz4/MockService-0.c:683:6: branch_false: following ‘false’ branch...
libsecret-0.21.7/redhat-linux-build/tmp-introspectsa285vz4/MockService-0.c:696:3: branch_false: ...to here
libsecret-0.21.7/redhat-linux-build/tmp-introspectsa285vz4/MockService-0.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’

Error: GCC_ANALYZER_WARNING (CWE-401): [#def67]
libsecret-0.21.7/redhat-linux-build/tmp-introspectsa285vz4/MockService-0.c:68:7: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(input_filename, "rb")’
libsecret-0.21.7/redhat-linux-build/tmp-introspectsa285vz4/MockService-0.c:630:1: enter_function: entry to ‘dump_irepository’
libsecret-0.21.7/redhat-linux-build/tmp-introspectsa285vz4/MockService-0.c:645:6: branch_false: following ‘false’ branch...
libsecret-0.21.7/redhat-linux-build/tmp-introspectsa285vz4/MockService-0.c:654:15: branch_false: ...to here
libsecret-0.21.7/redhat-linux-build/tmp-introspectsa285vz4/MockService-0.c:658:6: branch_false: following ‘false’ branch...
libsecret-0.21.7/redhat-linux-build/tmp-introspectsa285vz4/MockService-0.c:669:11: branch_false: ...to here
libsecret-0.21.7/redhat-linux-build/tmp-introspectsa285vz4/MockService-0.c:669:11: acquire_memory: allocated here
libsecret-0.21.7/redhat-linux-build/tmp-introspectsa285vz4/MockService-0.c:670:6: branch_false: following ‘false’ branch...
libsecret-0.21.7/redhat-linux-build/tmp-introspectsa285vz4/MockService-0.c:682:12: branch_false: ...to here
libsecret-0.21.7/redhat-linux-build/tmp-introspectsa285vz4/MockService-0.c:683:6: branch_false: following ‘false’ branch...
libsecret-0.21.7/redhat-linux-build/tmp-introspectsa285vz4/MockService-0.c:696:3: branch_false: ...to here
libsecret-0.21.7/redhat-linux-build/tmp-introspectsa285vz4/MockService-0.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’

Error: GCC_ANALYZER_WARNING (CWE-401): [#def68]
libsecret-0.21.7/redhat-linux-build/tmp-introspectsa285vz4/MockService-0.c:68:7: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(output_filename, "wb")’
libsecret-0.21.7/redhat-linux-build/tmp-introspectsa285vz4/MockService-0.c:630:1: enter_function: entry to ‘dump_irepository’
libsecret-0.21.7/redhat-linux-build/tmp-introspectsa285vz4/MockService-0.c:645:6: branch_false: following ‘false’ branch...
libsecret-0.21.7/redhat-linux-build/tmp-introspectsa285vz4/MockService-0.c:654:15: branch_false: ...to here
libsecret-0.21.7/redhat-linux-build/tmp-introspectsa285vz4/MockService-0.c:658:6: branch_false: following ‘false’ branch...
libsecret-0.21.7/redhat-linux-build/tmp-introspectsa285vz4/MockService-0.c:669:11: branch_false: ...to here
libsecret-0.21.7/redhat-linux-build/tmp-introspectsa285vz4/MockService-0.c:670:6: branch_false: following ‘false’ branch...
libsecret-0.21.7/redhat-linux-build/tmp-introspectsa285vz4/MockService-0.c:682:12: branch_false: ...to here
libsecret-0.21.7/redhat-linux-build/tmp-introspectsa285vz4/MockService-0.c:682:12: acquire_memory: allocated here
libsecret-0.21.7/redhat-linux-build/tmp-introspectsa285vz4/MockService-0.c:683:6: branch_false: following ‘false’ branch...
libsecret-0.21.7/redhat-linux-build/tmp-introspectsa285vz4/MockService-0.c:696:3: branch_false: ...to here
libsecret-0.21.7/redhat-linux-build/tmp-introspectsa285vz4/MockService-0.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’

Error: GCC_ANALYZER_WARNING (CWE-775): [#def69]
libsecret-0.21.7/redhat-linux-build/tmp-introspectsa285vz4/MockService-0.c:81:24: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(input_filename, "rb")’
libsecret-0.21.7/redhat-linux-build/tmp-introspectsa285vz4/MockService-0.c:630:1: enter_function: entry to ‘dump_irepository’
libsecret-0.21.7/redhat-linux-build/tmp-introspectsa285vz4/MockService-0.c:645:6: branch_false: following ‘false’ branch...
libsecret-0.21.7/redhat-linux-build/tmp-introspectsa285vz4/MockService-0.c:654:15: branch_false: ...to here
libsecret-0.21.7/redhat-linux-build/tmp-introspectsa285vz4/MockService-0.c:658:6: branch_false: following ‘false’ branch...
libsecret-0.21.7/redhat-linux-build/tmp-introspectsa285vz4/MockService-0.c:669:11: branch_false: ...to here
libsecret-0.21.7/redhat-linux-build/tmp-introspectsa285vz4/MockService-0.c:669:11: acquire_resource: opened here
libsecret-0.21.7/redhat-linux-build/tmp-introspectsa285vz4/MockService-0.c:670:6: branch_false: following ‘false’ branch...
libsecret-0.21.7/redhat-linux-build/tmp-introspectsa285vz4/MockService-0.c:682:12: branch_false: ...to here
libsecret-0.21.7/redhat-linux-build/tmp-introspectsa285vz4/MockService-0.c:683:6: branch_false: following ‘false’ branch...
libsecret-0.21.7/redhat-linux-build/tmp-introspectsa285vz4/MockService-0.c:696:3: branch_false: ...to here
libsecret-0.21.7/redhat-linux-build/tmp-introspectsa285vz4/MockService-0.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
libsecret-0.21.7/redhat-linux-build/tmp-introspectsa285vz4/MockService-0.c:696:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
libsecret-0.21.7/redhat-linux-build/tmp-introspectsa285vz4/MockService-0.c:697:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
libsecret-0.21.7/redhat-linux-build/tmp-introspectsa285vz4/MockService-0.c:697:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
libsecret-0.21.7/redhat-linux-build/tmp-introspectsa285vz4/MockService-0.c:704:20: call_function: calling ‘read_line’ from ‘dump_irepository’

Error: GCC_ANALYZER_WARNING (CWE-775): [#def70]
libsecret-0.21.7/redhat-linux-build/tmp-introspectsa285vz4/MockService-0.c:81:24: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(output_filename, "wb")’
libsecret-0.21.7/redhat-linux-build/tmp-introspectsa285vz4/MockService-0.c:630:1: enter_function: entry to ‘dump_irepository’
libsecret-0.21.7/redhat-linux-build/tmp-introspectsa285vz4/MockService-0.c:645:6: branch_false: following ‘false’ branch...
libsecret-0.21.7/redhat-linux-build/tmp-introspectsa285vz4/MockService-0.c:654:15: branch_false: ...to here
libsecret-0.21.7/redhat-linux-build/tmp-introspectsa285vz4/MockService-0.c:658:6: branch_false: following ‘false’ branch...
libsecret-0.21.7/redhat-linux-build/tmp-introspectsa285vz4/MockService-0.c:669:11: branch_false: ...to here
libsecret-0.21.7/redhat-linux-build/tmp-introspectsa285vz4/MockService-0.c:670:6: branch_false: following ‘false’ branch...
libsecret-0.21.7/redhat-linux-build/tmp-introspectsa285vz4/MockService-0.c:682:12: branch_false: ...to here
libsecret-0.21.7/redhat-linux-build/tmp-introspectsa285vz4/MockService-0.c:682:12: acquire_resource: opened here
libsecret-0.21.7/redhat-linux-build/tmp-introspectsa285vz4/MockService-0.c:683:6: branch_false: following ‘false’ branch...
libsecret-0.21.7/redhat-linux-build/tmp-introspectsa285vz4/MockService-0.c:696:3: branch_false: ...to here
libsecret-0.21.7/redhat-linux-build/tmp-introspectsa285vz4/MockService-0.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
libsecret-0.21.7/redhat-linux-build/tmp-introspectsa285vz4/MockService-0.c:696:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
libsecret-0.21.7/redhat-linux-build/tmp-introspectsa285vz4/MockService-0.c:697:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
libsecret-0.21.7/redhat-linux-build/tmp-introspectsa285vz4/MockService-0.c:697:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
libsecret-0.21.7/redhat-linux-build/tmp-introspectsa285vz4/MockService-0.c:704:20: call_function: calling ‘read_line’ from ‘dump_irepository’

Error: GCC_ANALYZER_WARNING (CWE-401): [#def71]
libsecret-0.21.7/redhat-linux-build/tmp-introspectsa285vz4/MockService-0.c:81:24: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(input_filename, "rb")’
libsecret-0.21.7/redhat-linux-build/tmp-introspectsa285vz4/MockService-0.c:630:1: enter_function: entry to ‘dump_irepository’
libsecret-0.21.7/redhat-linux-build/tmp-introspectsa285vz4/MockService-0.c:645:6: branch_false: following ‘false’ branch...
libsecret-0.21.7/redhat-linux-build/tmp-introspectsa285vz4/MockService-0.c:654:15: branch_false: ...to here
libsecret-0.21.7/redhat-linux-build/tmp-introspectsa285vz4/MockService-0.c:658:6: branch_false: following ‘false’ branch...
libsecret-0.21.7/redhat-linux-build/tmp-introspectsa285vz4/MockService-0.c:669:11: branch_false: ...to here
libsecret-0.21.7/redhat-linux-build/tmp-introspectsa285vz4/MockService-0.c:669:11: acquire_memory: allocated here
libsecret-0.21.7/redhat-linux-build/tmp-introspectsa285vz4/MockService-0.c:670:6: branch_false: following ‘false’ branch...
libsecret-0.21.7/redhat-linux-build/tmp-introspectsa285vz4/MockService-0.c:682:12: branch_false: ...to here
libsecret-0.21.7/redhat-linux-build/tmp-introspectsa285vz4/MockService-0.c:683:6: branch_false: following ‘false’ branch...
libsecret-0.21.7/redhat-linux-build/tmp-introspectsa285vz4/MockService-0.c:696:3: branch_false: ...to here
libsecret-0.21.7/redhat-linux-build/tmp-introspectsa285vz4/MockService-0.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
libsecret-0.21.7/redhat-linux-build/tmp-introspectsa285vz4/MockService-0.c:696:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
libsecret-0.21.7/redhat-linux-build/tmp-introspectsa285vz4/MockService-0.c:697:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
libsecret-0.21.7/redhat-linux-build/tmp-introspectsa285vz4/MockService-0.c:697:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
libsecret-0.21.7/redhat-linux-build/tmp-introspectsa285vz4/MockService-0.c:704:20: call_function: calling ‘read_line’ from ‘dump_irepository’

Error: GCC_ANALYZER_WARNING (CWE-401): [#def72]
libsecret-0.21.7/redhat-linux-build/tmp-introspectsa285vz4/MockService-0.c:81:24: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(output_filename, "wb")’
libsecret-0.21.7/redhat-linux-build/tmp-introspectsa285vz4/MockService-0.c:630:1: enter_function: entry to ‘dump_irepository’
libsecret-0.21.7/redhat-linux-build/tmp-introspectsa285vz4/MockService-0.c:645:6: branch_false: following ‘false’ branch...
libsecret-0.21.7/redhat-linux-build/tmp-introspectsa285vz4/MockService-0.c:654:15: branch_false: ...to here
libsecret-0.21.7/redhat-linux-build/tmp-introspectsa285vz4/MockService-0.c:658:6: branch_false: following ‘false’ branch...
libsecret-0.21.7/redhat-linux-build/tmp-introspectsa285vz4/MockService-0.c:669:11: branch_false: ...to here
libsecret-0.21.7/redhat-linux-build/tmp-introspectsa285vz4/MockService-0.c:670:6: branch_false: following ‘false’ branch...
libsecret-0.21.7/redhat-linux-build/tmp-introspectsa285vz4/MockService-0.c:682:12: branch_false: ...to here
libsecret-0.21.7/redhat-linux-build/tmp-introspectsa285vz4/MockService-0.c:682:12: acquire_memory: allocated here
libsecret-0.21.7/redhat-linux-build/tmp-introspectsa285vz4/MockService-0.c:683:6: branch_false: following ‘false’ branch...
libsecret-0.21.7/redhat-linux-build/tmp-introspectsa285vz4/MockService-0.c:696:3: branch_false: ...to here
libsecret-0.21.7/redhat-linux-build/tmp-introspectsa285vz4/MockService-0.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
libsecret-0.21.7/redhat-linux-build/tmp-introspectsa285vz4/MockService-0.c:696:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
libsecret-0.21.7/redhat-linux-build/tmp-introspectsa285vz4/MockService-0.c:697:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
libsecret-0.21.7/redhat-linux-build/tmp-introspectsa285vz4/MockService-0.c:697:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
libsecret-0.21.7/redhat-linux-build/tmp-introspectsa285vz4/MockService-0.c:704:20: call_function: calling ‘read_line’ from ‘dump_irepository’

Error: GCC_ANALYZER_WARNING (CWE-775): [#def73]
libsecret-0.21.7/redhat-linux-build/tmp-introspectsa285vz4/MockService-0.c:93:11: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(input_filename, "rb")’
libsecret-0.21.7/redhat-linux-build/tmp-introspectsa285vz4/MockService-0.c:630:1: enter_function: entry to ‘dump_irepository’
libsecret-0.21.7/redhat-linux-build/tmp-introspectsa285vz4/MockService-0.c:645:6: branch_false: following ‘false’ branch...
libsecret-0.21.7/redhat-linux-build/tmp-introspectsa285vz4/MockService-0.c:654:15: branch_false: ...to here
libsecret-0.21.7/redhat-linux-build/tmp-introspectsa285vz4/MockService-0.c:658:6: branch_false: following ‘false’ branch...
libsecret-0.21.7/redhat-linux-build/tmp-introspectsa285vz4/MockService-0.c:669:11: branch_false: ...to here
libsecret-0.21.7/redhat-linux-build/tmp-introspectsa285vz4/MockService-0.c:669:11: acquire_resource: opened here
libsecret-0.21.7/redhat-linux-build/tmp-introspectsa285vz4/MockService-0.c:670:6: branch_false: following ‘false’ branch...
libsecret-0.21.7/redhat-linux-build/tmp-introspectsa285vz4/MockService-0.c:682:12: branch_false: ...to here
libsecret-0.21.7/redhat-linux-build/tmp-introspectsa285vz4/MockService-0.c:683:6: branch_false: following ‘false’ branch...
libsecret-0.21.7/redhat-linux-build/tmp-introspectsa285vz4/MockService-0.c:696:3: branch_false: ...to here
libsecret-0.21.7/redhat-linux-build/tmp-introspectsa285vz4/MockService-0.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
libsecret-0.21.7/redhat-linux-build/tmp-introspectsa285vz4/MockService-0.c:696:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
libsecret-0.21.7/redhat-linux-build/tmp-introspectsa285vz4/MockService-0.c:697:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
libsecret-0.21.7/redhat-linux-build/tmp-introspectsa285vz4/MockService-0.c:697:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
libsecret-0.21.7/redhat-linux-build/tmp-introspectsa285vz4/MockService-0.c:704:20: call_function: calling ‘read_line’ from ‘dump_irepository’

Error: GCC_ANALYZER_WARNING (CWE-775): [#def74]
libsecret-0.21.7/redhat-linux-build/tmp-introspectsa285vz4/MockService-0.c:93:11: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(output_filename, "wb")’
libsecret-0.21.7/redhat-linux-build/tmp-introspectsa285vz4/MockService-0.c:630:1: enter_function: entry to ‘dump_irepository’
libsecret-0.21.7/redhat-linux-build/tmp-introspectsa285vz4/MockService-0.c:645:6: branch_false: following ‘false’ branch...
libsecret-0.21.7/redhat-linux-build/tmp-introspectsa285vz4/MockService-0.c:654:15: branch_false: ...to here
libsecret-0.21.7/redhat-linux-build/tmp-introspectsa285vz4/MockService-0.c:658:6: branch_false: following ‘false’ branch...
libsecret-0.21.7/redhat-linux-build/tmp-introspectsa285vz4/MockService-0.c:669:11: branch_false: ...to here
libsecret-0.21.7/redhat-linux-build/tmp-introspectsa285vz4/MockService-0.c:670:6: branch_false: following ‘false’ branch...
libsecret-0.21.7/redhat-linux-build/tmp-introspectsa285vz4/MockService-0.c:682:12: branch_false: ...to here
libsecret-0.21.7/redhat-linux-build/tmp-introspectsa285vz4/MockService-0.c:682:12: acquire_resource: opened here
libsecret-0.21.7/redhat-linux-build/tmp-introspectsa285vz4/MockService-0.c:683:6: branch_false: following ‘false’ branch...
libsecret-0.21.7/redhat-linux-build/tmp-introspectsa285vz4/MockService-0.c:696:3: branch_false: ...to here
libsecret-0.21.7/redhat-linux-build/tmp-introspectsa285vz4/MockService-0.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
libsecret-0.21.7/redhat-linux-build/tmp-introspectsa285vz4/MockService-0.c:696:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
libsecret-0.21.7/redhat-linux-build/tmp-introspectsa285vz4/MockService-0.c:697:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
libsecret-0.21.7/redhat-linux-build/tmp-introspectsa285vz4/MockService-0.c:697:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
libsecret-0.21.7/redhat-linux-build/tmp-introspectsa285vz4/MockService-0.c:704:20: call_function: calling ‘read_line’ from ‘dump_irepository’

Error: GCC_ANALYZER_WARNING (CWE-401): [#def75]
libsecret-0.21.7/redhat-linux-build/tmp-introspectsa285vz4/MockService-0.c:93:11: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(input_filename, "rb")’
libsecret-0.21.7/redhat-linux-build/tmp-introspectsa285vz4/MockService-0.c:630:1: enter_function: entry to ‘dump_irepository’
libsecret-0.21.7/redhat-linux-build/tmp-introspectsa285vz4/MockService-0.c:645:6: branch_false: following ‘false’ branch...
libsecret-0.21.7/redhat-linux-build/tmp-introspectsa285vz4/MockService-0.c:654:15: branch_false: ...to here
libsecret-0.21.7/redhat-linux-build/tmp-introspectsa285vz4/MockService-0.c:658:6: branch_false: following ‘false’ branch...
libsecret-0.21.7/redhat-linux-build/tmp-introspectsa285vz4/MockService-0.c:669:11: branch_false: ...to here
libsecret-0.21.7/redhat-linux-build/tmp-introspectsa285vz4/MockService-0.c:669:11: acquire_memory: allocated here
libsecret-0.21.7/redhat-linux-build/tmp-introspectsa285vz4/MockService-0.c:670:6: branch_false: following ‘false’ branch...
libsecret-0.21.7/redhat-linux-build/tmp-introspectsa285vz4/MockService-0.c:682:12: branch_false: ...to here
libsecret-0.21.7/redhat-linux-build/tmp-introspectsa285vz4/MockService-0.c:683:6: branch_false: following ‘false’ branch...
libsecret-0.21.7/redhat-linux-build/tmp-introspectsa285vz4/MockService-0.c:696:3: branch_false: ...to here
libsecret-0.21.7/redhat-linux-build/tmp-introspectsa285vz4/MockService-0.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
libsecret-0.21.7/redhat-linux-build/tmp-introspectsa285vz4/MockService-0.c:696:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
libsecret-0.21.7/redhat-linux-build/tmp-introspectsa285vz4/MockService-0.c:697:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
libsecret-0.21.7/redhat-linux-build/tmp-introspectsa285vz4/MockService-0.c:697:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
libsecret-0.21.7/redhat-linux-build/tmp-introspectsa285vz4/MockService-0.c:704:20: call_function: calling ‘read_line’ from ‘dump_irepository’

Error: GCC_ANALYZER_WARNING (CWE-401): [#def76]
libsecret-0.21.7/redhat-linux-build/tmp-introspectsa285vz4/MockService-0.c:93:11: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(output_filename, "wb")’
libsecret-0.21.7/redhat-linux-build/tmp-introspectsa285vz4/MockService-0.c:630:1: enter_function: entry to ‘dump_irepository’
libsecret-0.21.7/redhat-linux-build/tmp-introspectsa285vz4/MockService-0.c:645:6: branch_false: following ‘false’ branch...
libsecret-0.21.7/redhat-linux-build/tmp-introspectsa285vz4/MockService-0.c:654:15: branch_false: ...to here
libsecret-0.21.7/redhat-linux-build/tmp-introspectsa285vz4/MockService-0.c:658:6: branch_false: following ‘false’ branch...
libsecret-0.21.7/redhat-linux-build/tmp-introspectsa285vz4/MockService-0.c:669:11: branch_false: ...to here
libsecret-0.21.7/redhat-linux-build/tmp-introspectsa285vz4/MockService-0.c:670:6: branch_false: following ‘false’ branch...
libsecret-0.21.7/redhat-linux-build/tmp-introspectsa285vz4/MockService-0.c:682:12: branch_false: ...to here
libsecret-0.21.7/redhat-linux-build/tmp-introspectsa285vz4/MockService-0.c:682:12: acquire_memory: allocated here
libsecret-0.21.7/redhat-linux-build/tmp-introspectsa285vz4/MockService-0.c:683:6: branch_false: following ‘false’ branch...
libsecret-0.21.7/redhat-linux-build/tmp-introspectsa285vz4/MockService-0.c:696:3: branch_false: ...to here
libsecret-0.21.7/redhat-linux-build/tmp-introspectsa285vz4/MockService-0.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
libsecret-0.21.7/redhat-linux-build/tmp-introspectsa285vz4/MockService-0.c:696:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
libsecret-0.21.7/redhat-linux-build/tmp-introspectsa285vz4/MockService-0.c:697:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
libsecret-0.21.7/redhat-linux-build/tmp-introspectsa285vz4/MockService-0.c:697:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
libsecret-0.21.7/redhat-linux-build/tmp-introspectsa285vz4/MockService-0.c:704:20: call_function: calling ‘read_line’ from ‘dump_irepository’

Error: GCC_ANALYZER_WARNING (CWE-775): [#def77]
libsecret-0.21.7/redhat-linux-build/tmp-introspectsa285vz4/MockService-0.c:99:3: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(input_filename, "rb")’
libsecret-0.21.7/redhat-linux-build/tmp-introspectsa285vz4/MockService-0.c:630:1: enter_function: entry to ‘dump_irepository’
libsecret-0.21.7/redhat-linux-build/tmp-introspectsa285vz4/MockService-0.c:645:6: branch_false: following ‘false’ branch...
libsecret-0.21.7/redhat-linux-build/tmp-introspectsa285vz4/MockService-0.c:654:15: branch_false: ...to here
libsecret-0.21.7/redhat-linux-build/tmp-introspectsa285vz4/MockService-0.c:658:6: branch_false: following ‘false’ branch...
libsecret-0.21.7/redhat-linux-build/tmp-introspectsa285vz4/MockService-0.c:669:11: branch_false: ...to here
libsecret-0.21.7/redhat-linux-build/tmp-introspectsa285vz4/MockService-0.c:669:11: acquire_resource: opened here
libsecret-0.21.7/redhat-linux-build/tmp-introspectsa285vz4/MockService-0.c:670:6: branch_false: following ‘false’ branch...
libsecret-0.21.7/redhat-linux-build/tmp-introspectsa285vz4/MockService-0.c:682:12: branch_false: ...to here
libsecret-0.21.7/redhat-linux-build/tmp-introspectsa285vz4/MockService-0.c:683:6: branch_false: following ‘false’ branch...
libsecret-0.21.7/redhat-linux-build/tmp-introspectsa285vz4/MockService-0.c:696:3: branch_false: ...to here
libsecret-0.21.7/redhat-linux-build/tmp-introspectsa285vz4/MockService-0.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
libsecret-0.21.7/redhat-linux-build/tmp-introspectsa285vz4/MockService-0.c:696:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
libsecret-0.21.7/redhat-linux-build/tmp-introspectsa285vz4/MockService-0.c:697:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
libsecret-0.21.7/redhat-linux-build/tmp-introspectsa285vz4/MockService-0.c:697:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
libsecret-0.21.7/redhat-linux-build/tmp-introspectsa285vz4/MockService-0.c:704:20: call_function: calling ‘read_line’ from ‘dump_irepository’

Error: GCC_ANALYZER_WARNING (CWE-775): [#def78]
libsecret-0.21.7/redhat-linux-build/tmp-introspectsa285vz4/MockService-0.c:99:3: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(output_filename, "wb")’
libsecret-0.21.7/redhat-linux-build/tmp-introspectsa285vz4/MockService-0.c:630:1: enter_function: entry to ‘dump_irepository’
libsecret-0.21.7/redhat-linux-build/tmp-introspectsa285vz4/MockService-0.c:645:6: branch_false: following ‘false’ branch...
libsecret-0.21.7/redhat-linux-build/tmp-introspectsa285vz4/MockService-0.c:654:15: branch_false: ...to here
libsecret-0.21.7/redhat-linux-build/tmp-introspectsa285vz4/MockService-0.c:658:6: branch_false: following ‘false’ branch...
libsecret-0.21.7/redhat-linux-build/tmp-introspectsa285vz4/MockService-0.c:669:11: branch_false: ...to here
libsecret-0.21.7/redhat-linux-build/tmp-introspectsa285vz4/MockService-0.c:670:6: branch_false: following ‘false’ branch...
libsecret-0.21.7/redhat-linux-build/tmp-introspectsa285vz4/MockService-0.c:682:12: branch_false: ...to here
libsecret-0.21.7/redhat-linux-build/tmp-introspectsa285vz4/MockService-0.c:682:12: acquire_resource: opened here
libsecret-0.21.7/redhat-linux-build/tmp-introspectsa285vz4/MockService-0.c:683:6: branch_false: following ‘false’ branch...
libsecret-0.21.7/redhat-linux-build/tmp-introspectsa285vz4/MockService-0.c:696:3: branch_false: ...to here
libsecret-0.21.7/redhat-linux-build/tmp-introspectsa285vz4/MockService-0.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
libsecret-0.21.7/redhat-linux-build/tmp-introspectsa285vz4/MockService-0.c:696:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
libsecret-0.21.7/redhat-linux-build/tmp-introspectsa285vz4/MockService-0.c:697:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
libsecret-0.21.7/redhat-linux-build/tmp-introspectsa285vz4/MockService-0.c:697:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
libsecret-0.21.7/redhat-linux-build/tmp-introspectsa285vz4/MockService-0.c:704:20: call_function: calling ‘read_line’ from ‘dump_irepository’

Error: GCC_ANALYZER_WARNING (CWE-401): [#def79]
libsecret-0.21.7/redhat-linux-build/tmp-introspectsa285vz4/MockService-0.c:99:3: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(input_filename, "rb")’
libsecret-0.21.7/redhat-linux-build/tmp-introspectsa285vz4/MockService-0.c:630:1: enter_function: entry to ‘dump_irepository’
libsecret-0.21.7/redhat-linux-build/tmp-introspectsa285vz4/MockService-0.c:645:6: branch_false: following ‘false’ branch...
libsecret-0.21.7/redhat-linux-build/tmp-introspectsa285vz4/MockService-0.c:654:15: branch_false: ...to here
libsecret-0.21.7/redhat-linux-build/tmp-introspectsa285vz4/MockService-0.c:658:6: branch_false: following ‘false’ branch...
libsecret-0.21.7/redhat-linux-build/tmp-introspectsa285vz4/MockService-0.c:669:11: branch_false: ...to here
libsecret-0.21.7/redhat-linux-build/tmp-introspectsa285vz4/MockService-0.c:669:11: acquire_memory: allocated here
libsecret-0.21.7/redhat-linux-build/tmp-introspectsa285vz4/MockService-0.c:670:6: branch_false: following ‘false’ branch...
libsecret-0.21.7/redhat-linux-build/tmp-introspectsa285vz4/MockService-0.c:682:12: branch_false: ...to here
libsecret-0.21.7/redhat-linux-build/tmp-introspectsa285vz4/MockService-0.c:683:6: branch_false: following ‘false’ branch...
libsecret-0.21.7/redhat-linux-build/tmp-introspectsa285vz4/MockService-0.c:696:3: branch_false: ...to here
libsecret-0.21.7/redhat-linux-build/tmp-introspectsa285vz4/MockService-0.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
libsecret-0.21.7/redhat-linux-build/tmp-introspectsa285vz4/MockService-0.c:696:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
libsecret-0.21.7/redhat-linux-build/tmp-introspectsa285vz4/MockService-0.c:697:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
libsecret-0.21.7/redhat-linux-build/tmp-introspectsa285vz4/MockService-0.c:697:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
libsecret-0.21.7/redhat-linux-build/tmp-introspectsa285vz4/MockService-0.c:704:20: call_function: calling ‘read_line’ from ‘dump_irepository’

Error: GCC_ANALYZER_WARNING (CWE-401): [#def80]
libsecret-0.21.7/redhat-linux-build/tmp-introspectsa285vz4/MockService-0.c:99:3: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(output_filename, "wb")’
libsecret-0.21.7/redhat-linux-build/tmp-introspectsa285vz4/MockService-0.c:630:1: enter_function: entry to ‘dump_irepository’
libsecret-0.21.7/redhat-linux-build/tmp-introspectsa285vz4/MockService-0.c:645:6: branch_false: following ‘false’ branch...
libsecret-0.21.7/redhat-linux-build/tmp-introspectsa285vz4/MockService-0.c:654:15: branch_false: ...to here
libsecret-0.21.7/redhat-linux-build/tmp-introspectsa285vz4/MockService-0.c:658:6: branch_false: following ‘false’ branch...
libsecret-0.21.7/redhat-linux-build/tmp-introspectsa285vz4/MockService-0.c:669:11: branch_false: ...to here
libsecret-0.21.7/redhat-linux-build/tmp-introspectsa285vz4/MockService-0.c:670:6: branch_false: following ‘false’ branch...
libsecret-0.21.7/redhat-linux-build/tmp-introspectsa285vz4/MockService-0.c:682:12: branch_false: ...to here
libsecret-0.21.7/redhat-linux-build/tmp-introspectsa285vz4/MockService-0.c:682:12: acquire_memory: allocated here
libsecret-0.21.7/redhat-linux-build/tmp-introspectsa285vz4/MockService-0.c:683:6: branch_false: following ‘false’ branch...
libsecret-0.21.7/redhat-linux-build/tmp-introspectsa285vz4/MockService-0.c:696:3: branch_false: ...to here
libsecret-0.21.7/redhat-linux-build/tmp-introspectsa285vz4/MockService-0.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
libsecret-0.21.7/redhat-linux-build/tmp-introspectsa285vz4/MockService-0.c:696:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
libsecret-0.21.7/redhat-linux-build/tmp-introspectsa285vz4/MockService-0.c:697:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
libsecret-0.21.7/redhat-linux-build/tmp-introspectsa285vz4/MockService-0.c:697:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
libsecret-0.21.7/redhat-linux-build/tmp-introspectsa285vz4/MockService-0.c:704:20: call_function: calling ‘read_line’ from ‘dump_irepository’

Error: GCC_ANALYZER_WARNING (CWE-775): [#def81]
libsecret-0.21.7/redhat-linux-build/tmp-introspectsa285vz4/MockService-0.c:102:16: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(input_filename, "rb")’
libsecret-0.21.7/redhat-linux-build/tmp-introspectsa285vz4/MockService-0.c:630:1: enter_function: entry to ‘dump_irepository’
libsecret-0.21.7/redhat-linux-build/tmp-introspectsa285vz4/MockService-0.c:645:6: branch_false: following ‘false’ branch...
libsecret-0.21.7/redhat-linux-build/tmp-introspectsa285vz4/MockService-0.c:654:15: branch_false: ...to here
libsecret-0.21.7/redhat-linux-build/tmp-introspectsa285vz4/MockService-0.c:658:6: branch_false: following ‘false’ branch...
libsecret-0.21.7/redhat-linux-build/tmp-introspectsa285vz4/MockService-0.c:669:11: branch_false: ...to here
libsecret-0.21.7/redhat-linux-build/tmp-introspectsa285vz4/MockService-0.c:669:11: acquire_resource: opened here
libsecret-0.21.7/redhat-linux-build/tmp-introspectsa285vz4/MockService-0.c:670:6: branch_false: following ‘false’ branch...
libsecret-0.21.7/redhat-linux-build/tmp-introspectsa285vz4/MockService-0.c:682:12: branch_false: ...to here
libsecret-0.21.7/redhat-linux-build/tmp-introspectsa285vz4/MockService-0.c:683:6: branch_false: following ‘false’ branch...
libsecret-0.21.7/redhat-linux-build/tmp-introspectsa285vz4/MockService-0.c:696:3: branch_false: ...to here
libsecret-0.21.7/redhat-linux-build/tmp-introspectsa285vz4/MockService-0.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
libsecret-0.21.7/redhat-linux-build/tmp-introspectsa285vz4/MockService-0.c:696:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
libsecret-0.21.7/redhat-linux-build/tmp-introspectsa285vz4/MockService-0.c:697:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
libsecret-0.21.7/redhat-linux-build/tmp-introspectsa285vz4/MockService-0.c:697:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
libsecret-0.21.7/redhat-linux-build/tmp-introspectsa285vz4/MockService-0.c:704:20: call_function: calling ‘read_line’ from ‘dump_irepository’

Error: GCC_ANALYZER_WARNING (CWE-775): [#def82]
libsecret-0.21.7/redhat-linux-build/tmp-introspectsa285vz4/MockService-0.c:102:16: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(output_filename, "wb")’
libsecret-0.21.7/redhat-linux-build/tmp-introspectsa285vz4/MockService-0.c:630:1: enter_function: entry to ‘dump_irepository’
libsecret-0.21.7/redhat-linux-build/tmp-introspectsa285vz4/MockService-0.c:645:6: branch_false: following ‘false’ branch...
libsecret-0.21.7/redhat-linux-build/tmp-introspectsa285vz4/MockService-0.c:654:15: branch_false: ...to here
libsecret-0.21.7/redhat-linux-build/tmp-introspectsa285vz4/MockService-0.c:658:6: branch_false: following ‘false’ branch...
libsecret-0.21.7/redhat-linux-build/tmp-introspectsa285vz4/MockService-0.c:669:11: branch_false: ...to here
libsecret-0.21.7/redhat-linux-build/tmp-introspectsa285vz4/MockService-0.c:670:6: branch_false: following ‘false’ branch...
libsecret-0.21.7/redhat-linux-build/tmp-introspectsa285vz4/MockService-0.c:682:12: branch_false: ...to here
libsecret-0.21.7/redhat-linux-build/tmp-introspectsa285vz4/MockService-0.c:682:12: acquire_resource: opened here
libsecret-0.21.7/redhat-linux-build/tmp-introspectsa285vz4/MockService-0.c:683:6: branch_false: following ‘false’ branch...
libsecret-0.21.7/redhat-linux-build/tmp-introspectsa285vz4/MockService-0.c:696:3: branch_false: ...to here
libsecret-0.21.7/redhat-linux-build/tmp-introspectsa285vz4/MockService-0.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
libsecret-0.21.7/redhat-linux-build/tmp-introspectsa285vz4/MockService-0.c:696:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
libsecret-0.21.7/redhat-linux-build/tmp-introspectsa285vz4/MockService-0.c:697:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
libsecret-0.21.7/redhat-linux-build/tmp-introspectsa285vz4/MockService-0.c:697:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
libsecret-0.21.7/redhat-linux-build/tmp-introspectsa285vz4/MockService-0.c:704:20: call_function: calling ‘read_line’ from ‘dump_irepository’

Error: GCC_ANALYZER_WARNING (CWE-401): [#def83]
libsecret-0.21.7/redhat-linux-build/tmp-introspectsa285vz4/MockService-0.c:102:16: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(input_filename, "rb")’
libsecret-0.21.7/redhat-linux-build/tmp-introspectsa285vz4/MockService-0.c:630:1: enter_function: entry to ‘dump_irepository’
libsecret-0.21.7/redhat-linux-build/tmp-introspectsa285vz4/MockService-0.c:645:6: branch_false: following ‘false’ branch...
libsecret-0.21.7/redhat-linux-build/tmp-introspectsa285vz4/MockService-0.c:654:15: branch_false: ...to here
libsecret-0.21.7/redhat-linux-build/tmp-introspectsa285vz4/MockService-0.c:658:6: branch_false: following ‘false’ branch...
libsecret-0.21.7/redhat-linux-build/tmp-introspectsa285vz4/MockService-0.c:669:11: branch_false: ...to here
libsecret-0.21.7/redhat-linux-build/tmp-introspectsa285vz4/MockService-0.c:669:11: acquire_memory: allocated here
libsecret-0.21.7/redhat-linux-build/tmp-introspectsa285vz4/MockService-0.c:670:6: branch_false: following ‘false’ branch...
libsecret-0.21.7/redhat-linux-build/tmp-introspectsa285vz4/MockService-0.c:682:12: branch_false: ...to here
libsecret-0.21.7/redhat-linux-build/tmp-introspectsa285vz4/MockService-0.c:683:6: branch_false: following ‘false’ branch...
libsecret-0.21.7/redhat-linux-build/tmp-introspectsa285vz4/MockService-0.c:696:3: branch_false: ...to here
libsecret-0.21.7/redhat-linux-build/tmp-introspectsa285vz4/MockService-0.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
libsecret-0.21.7/redhat-linux-build/tmp-introspectsa285vz4/MockService-0.c:696:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
libsecret-0.21.7/redhat-linux-build/tmp-introspectsa285vz4/MockService-0.c:697:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
libsecret-0.21.7/redhat-linux-build/tmp-introspectsa285vz4/MockService-0.c:697:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
libsecret-0.21.7/redhat-linux-build/tmp-introspectsa285vz4/MockService-0.c:704:20: call_function: calling ‘read_line’ from ‘dump_irepository’

Error: GCC_ANALYZER_WARNING (CWE-401): [#def84]
libsecret-0.21.7/redhat-linux-build/tmp-introspectsa285vz4/MockService-0.c:102:16: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(output_filename, "wb")’
libsecret-0.21.7/redhat-linux-build/tmp-introspectsa285vz4/MockService-0.c:630:1: enter_function: entry to ‘dump_irepository’
libsecret-0.21.7/redhat-linux-build/tmp-introspectsa285vz4/MockService-0.c:645:6: branch_false: following ‘false’ branch...
libsecret-0.21.7/redhat-linux-build/tmp-introspectsa285vz4/MockService-0.c:654:15: branch_false: ...to here
libsecret-0.21.7/redhat-linux-build/tmp-introspectsa285vz4/MockService-0.c:658:6: branch_false: following ‘false’ branch...
libsecret-0.21.7/redhat-linux-build/tmp-introspectsa285vz4/MockService-0.c:669:11: branch_false: ...to here
libsecret-0.21.7/redhat-linux-build/tmp-introspectsa285vz4/MockService-0.c:670:6: branch_false: following ‘false’ branch...
libsecret-0.21.7/redhat-linux-build/tmp-introspectsa285vz4/MockService-0.c:682:12: branch_false: ...to here
libsecret-0.21.7/redhat-linux-build/tmp-introspectsa285vz4/MockService-0.c:682:12: acquire_memory: allocated here
libsecret-0.21.7/redhat-linux-build/tmp-introspectsa285vz4/MockService-0.c:683:6: branch_false: following ‘false’ branch...
libsecret-0.21.7/redhat-linux-build/tmp-introspectsa285vz4/MockService-0.c:696:3: branch_false: ...to here
libsecret-0.21.7/redhat-linux-build/tmp-introspectsa285vz4/MockService-0.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
libsecret-0.21.7/redhat-linux-build/tmp-introspectsa285vz4/MockService-0.c:696:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
libsecret-0.21.7/redhat-linux-build/tmp-introspectsa285vz4/MockService-0.c:697:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
libsecret-0.21.7/redhat-linux-build/tmp-introspectsa285vz4/MockService-0.c:697:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
libsecret-0.21.7/redhat-linux-build/tmp-introspectsa285vz4/MockService-0.c:704:20: call_function: calling ‘read_line’ from ‘dump_irepository’

Error: GCC_ANALYZER_WARNING (CWE-404): [#def85]
libsecret-0.21.7/redhat-linux-build/tmp-introspectsa285vz4/MockService-0.c:120:9: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
libsecret-0.21.7/redhat-linux-build/tmp-introspectsa285vz4/MockService-0.c:599:1: enter_function: entry to ‘dump_error_quark’
libsecret-0.21.7/redhat-linux-build/tmp-introspectsa285vz4/MockService-0.c:601:3: call_function: calling ‘escaped_printf’ from ‘dump_error_quark’

Error: GCC_ANALYZER_WARNING (CWE-775): [#def86]
libsecret-0.21.7/redhat-linux-build/tmp-introspectsa285vz4/MockService-0.c:138:7: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(input_filename, "rb")’
libsecret-0.21.7/redhat-linux-build/tmp-introspectsa285vz4/MockService-0.c:630:1: enter_function: entry to ‘dump_irepository’
libsecret-0.21.7/redhat-linux-build/tmp-introspectsa285vz4/MockService-0.c:645:6: branch_false: following ‘false’ branch...
libsecret-0.21.7/redhat-linux-build/tmp-introspectsa285vz4/MockService-0.c:654:15: branch_false: ...to here
libsecret-0.21.7/redhat-linux-build/tmp-introspectsa285vz4/MockService-0.c:658:6: branch_false: following ‘false’ branch...
libsecret-0.21.7/redhat-linux-build/tmp-introspectsa285vz4/MockService-0.c:669:11: branch_false: ...to here
libsecret-0.21.7/redhat-linux-build/tmp-introspectsa285vz4/MockService-0.c:669:11: acquire_resource: opened here
libsecret-0.21.7/redhat-linux-build/tmp-introspectsa285vz4/MockService-0.c:670:6: branch_false: following ‘false’ branch...
libsecret-0.21.7/redhat-linux-build/tmp-introspectsa285vz4/MockService-0.c:682:12: branch_false: ...to here
libsecret-0.21.7/redhat-linux-build/tmp-introspectsa285vz4/MockService-0.c:683:6: branch_false: following ‘false’ branch...
libsecret-0.21.7/redhat-linux-build/tmp-introspectsa285vz4/MockService-0.c:696:3: branch_false: ...to here
libsecret-0.21.7/redhat-linux-build/tmp-introspectsa285vz4/MockService-0.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’

Error: GCC_ANALYZER_WARNING (CWE-775): [#def87]
libsecret-0.21.7/redhat-linux-build/tmp-introspectsa285vz4/MockService-0.c:138:7: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(output_filename, "wb")’
libsecret-0.21.7/redhat-linux-build/tmp-introspectsa285vz4/MockService-0.c:630:1: enter_function: entry to ‘dump_irepository’
libsecret-0.21.7/redhat-linux-build/tmp-introspectsa285vz4/MockService-0.c:645:6: branch_false: following ‘false’ branch...
libsecret-0.21.7/redhat-linux-build/tmp-introspectsa285vz4/MockService-0.c:654:15: branch_false: ...to here
libsecret-0.21.7/redhat-linux-build/tmp-introspectsa285vz4/MockService-0.c:658:6: branch_false: following ‘false’ branch...
libsecret-0.21.7/redhat-linux-build/tmp-introspectsa285vz4/MockService-0.c:669:11: branch_false: ...to here
libsecret-0.21.7/redhat-linux-build/tmp-introspectsa285vz4/MockService-0.c:670:6: branch_false: following ‘false’ branch...
libsecret-0.21.7/redhat-linux-build/tmp-introspectsa285vz4/MockService-0.c:682:12: branch_false: ...to here
libsecret-0.21.7/redhat-linux-build/tmp-introspectsa285vz4/MockService-0.c:682:12: acquire_resource: opened here
libsecret-0.21.7/redhat-linux-build/tmp-introspectsa285vz4/MockService-0.c:683:6: branch_false: following ‘false’ branch...
libsecret-0.21.7/redhat-linux-build/tmp-introspectsa285vz4/MockService-0.c:696:3: branch_false: ...to here
libsecret-0.21.7/redhat-linux-build/tmp-introspectsa285vz4/MockService-0.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’

Error: GCC_ANALYZER_WARNING (CWE-401): [#def88]
libsecret-0.21.7/redhat-linux-build/tmp-introspectsa285vz4/MockService-0.c:138:7: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(input_filename, "rb")’
libsecret-0.21.7/redhat-linux-build/tmp-introspectsa285vz4/MockService-0.c:630:1: enter_function: entry to ‘dump_irepository’
libsecret-0.21.7/redhat-linux-build/tmp-introspectsa285vz4/MockService-0.c:645:6: branch_false: following ‘false’ branch...
libsecret-0.21.7/redhat-linux-build/tmp-introspectsa285vz4/MockService-0.c:654:15: branch_false: ...to here
libsecret-0.21.7/redhat-linux-build/tmp-introspectsa285vz4/MockService-0.c:658:6: branch_false: following ‘false’ branch...
libsecret-0.21.7/redhat-linux-build/tmp-introspectsa285vz4/MockService-0.c:669:11: branch_false: ...to here
libsecret-0.21.7/redhat-linux-build/tmp-introspectsa285vz4/MockService-0.c:669:11: acquire_memory: allocated here
libsecret-0.21.7/redhat-linux-build/tmp-introspectsa285vz4/MockService-0.c:670:6: branch_false: following ‘false’ branch...
libsecret-0.21.7/redhat-linux-build/tmp-introspectsa285vz4/MockService-0.c:682:12: branch_false: ...to here
libsecret-0.21.7/redhat-linux-build/tmp-introspectsa285vz4/MockService-0.c:683:6: branch_false: following ‘false’ branch...
libsecret-0.21.7/redhat-linux-build/tmp-introspectsa285vz4/MockService-0.c:696:3: branch_false: ...to here
libsecret-0.21.7/redhat-linux-build/tmp-introspectsa285vz4/MockService-0.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’

Error: GCC_ANALYZER_WARNING (CWE-401): [#def89]
libsecret-0.21.7/redhat-linux-build/tmp-introspectsa285vz4/MockService-0.c:138:7: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(output_filename, "wb")’
libsecret-0.21.7/redhat-linux-build/tmp-introspectsa285vz4/MockService-0.c:630:1: enter_function: entry to ‘dump_irepository’
libsecret-0.21.7/redhat-linux-build/tmp-introspectsa285vz4/MockService-0.c:645:6: branch_false: following ‘false’ branch...
libsecret-0.21.7/redhat-linux-build/tmp-introspectsa285vz4/MockService-0.c:654:15: branch_false: ...to here
libsecret-0.21.7/redhat-linux-build/tmp-introspectsa285vz4/MockService-0.c:658:6: branch_false: following ‘false’ branch...
libsecret-0.21.7/redhat-linux-build/tmp-introspectsa285vz4/MockService-0.c:669:11: branch_false: ...to here
libsecret-0.21.7/redhat-linux-build/tmp-introspectsa285vz4/MockService-0.c:670:6: branch_false: following ‘false’ branch...
libsecret-0.21.7/redhat-linux-build/tmp-introspectsa285vz4/MockService-0.c:682:12: branch_false: ...to here
libsecret-0.21.7/redhat-linux-build/tmp-introspectsa285vz4/MockService-0.c:682:12: acquire_memory: allocated here
libsecret-0.21.7/redhat-linux-build/tmp-introspectsa285vz4/MockService-0.c:683:6: branch_false: following ‘false’ branch...
libsecret-0.21.7/redhat-linux-build/tmp-introspectsa285vz4/MockService-0.c:696:3: branch_false: ...to here
libsecret-0.21.7/redhat-linux-build/tmp-introspectsa285vz4/MockService-0.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’

Error: GCC_ANALYZER_WARNING (CWE-775): [#def90]
libsecret-0.21.7/redhat-linux-build/tmp-introspectsa285vz4/MockService-0.c:686:7: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(input_filename, "rb")’
libsecret-0.21.7/redhat-linux-build/tmp-introspectsa285vz4/MockService-0.c:645:6: branch_false: following ‘false’ branch...
libsecret-0.21.7/redhat-linux-build/tmp-introspectsa285vz4/MockService-0.c:654:15: branch_false: ...to here
libsecret-0.21.7/redhat-linux-build/tmp-introspectsa285vz4/MockService-0.c:658:6: branch_false: following ‘false’ branch...
libsecret-0.21.7/redhat-linux-build/tmp-introspectsa285vz4/MockService-0.c:669:11: branch_false: ...to here
libsecret-0.21.7/redhat-linux-build/tmp-introspectsa285vz4/MockService-0.c:669:11: acquire_resource: opened here
libsecret-0.21.7/redhat-linux-build/tmp-introspectsa285vz4/MockService-0.c:670:6: branch_false: following ‘false’ branch...
libsecret-0.21.7/redhat-linux-build/tmp-introspectsa285vz4/MockService-0.c:682:12: branch_false: ...to here
libsecret-0.21.7/redhat-linux-build/tmp-introspectsa285vz4/MockService-0.c:683:6: branch_true: following ‘true’ branch...
libsecret-0.21.7/redhat-linux-build/tmp-introspectsa285vz4/MockService-0.c:685:25: branch_true: ...to here
libsecret-0.21.7/redhat-linux-build/tmp-introspectsa285vz4/MockService-0.c:686:7: throw: if ‘g_file_error_quark’ throws an exception...
libsecret-0.21.7/redhat-linux-build/tmp-introspectsa285vz4/MockService-0.c:686:7: danger: ‘fopen(input_filename, "rb")’ leaks here; was opened at [(5)](sarif:/runs/0/results/199/codeFlows/0/threadFlows/0/locations/4)

Error: GCC_ANALYZER_WARNING (CWE-401): [#def91]
libsecret-0.21.7/redhat-linux-build/tmp-introspectsa285vz4/MockService-0.c:686:7: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(input_filename, "rb")’
libsecret-0.21.7/redhat-linux-build/tmp-introspectsa285vz4/MockService-0.c:645:6: branch_false: following ‘false’ branch...
libsecret-0.21.7/redhat-linux-build/tmp-introspectsa285vz4/MockService-0.c:654:15: branch_false: ...to here
libsecret-0.21.7/redhat-linux-build/tmp-introspectsa285vz4/MockService-0.c:658:6: branch_false: following ‘false’ branch...
libsecret-0.21.7/redhat-linux-build/tmp-introspectsa285vz4/MockService-0.c:669:11: branch_false: ...to here
libsecret-0.21.7/redhat-linux-build/tmp-introspectsa285vz4/MockService-0.c:669:11: acquire_memory: allocated here
libsecret-0.21.7/redhat-linux-build/tmp-introspectsa285vz4/MockService-0.c:670:6: branch_false: following ‘false’ branch...
libsecret-0.21.7/redhat-linux-build/tmp-introspectsa285vz4/MockService-0.c:682:12: branch_false: ...to here
libsecret-0.21.7/redhat-linux-build/tmp-introspectsa285vz4/MockService-0.c:683:6: branch_true: following ‘true’ branch...
libsecret-0.21.7/redhat-linux-build/tmp-introspectsa285vz4/MockService-0.c:685:25: branch_true: ...to here
libsecret-0.21.7/redhat-linux-build/tmp-introspectsa285vz4/MockService-0.c:686:7: throw: if ‘g_file_error_quark’ throws an exception...
libsecret-0.21.7/redhat-linux-build/tmp-introspectsa285vz4/MockService-0.c:686:7: danger: ‘fopen(input_filename, "rb")’ leaks here; was allocated at [(5)](sarif:/runs/0/results/200/codeFlows/0/threadFlows/0/locations/4)

Error: GCC_ANALYZER_WARNING (CWE-775): [#def92]
libsecret-0.21.7/redhat-linux-build/tmp-introspectsa285vz4/MockService-0.c:686:41: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(input_filename, "rb")’
libsecret-0.21.7/redhat-linux-build/tmp-introspectsa285vz4/MockService-0.c:645:6: branch_false: following ‘false’ branch...
libsecret-0.21.7/redhat-linux-build/tmp-introspectsa285vz4/MockService-0.c:654:15: branch_false: ...to here
libsecret-0.21.7/redhat-linux-build/tmp-introspectsa285vz4/MockService-0.c:658:6: branch_false: following ‘false’ branch...
libsecret-0.21.7/redhat-linux-build/tmp-introspectsa285vz4/MockService-0.c:669:11: branch_false: ...to here
libsecret-0.21.7/redhat-linux-build/tmp-introspectsa285vz4/MockService-0.c:669:11: acquire_resource: opened here
libsecret-0.21.7/redhat-linux-build/tmp-introspectsa285vz4/MockService-0.c:670:6: branch_false: following ‘false’ branch...
libsecret-0.21.7/redhat-linux-build/tmp-introspectsa285vz4/MockService-0.c:682:12: branch_false: ...to here
libsecret-0.21.7/redhat-linux-build/tmp-introspectsa285vz4/MockService-0.c:683:6: branch_true: following ‘true’ branch...
libsecret-0.21.7/redhat-linux-build/tmp-introspectsa285vz4/MockService-0.c:685:25: branch_true: ...to here
libsecret-0.21.7/redhat-linux-build/tmp-introspectsa285vz4/MockService-0.c:686:41: throw: if ‘g_file_error_from_errno’ throws an exception...
libsecret-0.21.7/redhat-linux-build/tmp-introspectsa285vz4/MockService-0.c:686:41: danger: ‘fopen(input_filename, "rb")’ leaks here; was opened at [(5)](sarif:/runs/0/results/203/codeFlows/0/threadFlows/0/locations/4)

Error: GCC_ANALYZER_WARNING (CWE-401): [#def93]
libsecret-0.21.7/redhat-linux-build/tmp-introspectsa285vz4/MockService-0.c:686:41: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(input_filename, "rb")’
libsecret-0.21.7/redhat-linux-build/tmp-introspectsa285vz4/MockService-0.c:645:6: branch_false: following ‘false’ branch...
libsecret-0.21.7/redhat-linux-build/tmp-introspectsa285vz4/MockService-0.c:654:15: branch_false: ...to here
libsecret-0.21.7/redhat-linux-build/tmp-introspectsa285vz4/MockService-0.c:658:6: branch_false: following ‘false’ branch...
libsecret-0.21.7/redhat-linux-build/tmp-introspectsa285vz4/MockService-0.c:669:11: branch_false: ...to here
libsecret-0.21.7/redhat-linux-build/tmp-introspectsa285vz4/MockService-0.c:669:11: acquire_memory: allocated here
libsecret-0.21.7/redhat-linux-build/tmp-introspectsa285vz4/MockService-0.c:670:6: branch_false: following ‘false’ branch...
libsecret-0.21.7/redhat-linux-build/tmp-introspectsa285vz4/MockService-0.c:682:12: branch_false: ...to here
libsecret-0.21.7/redhat-linux-build/tmp-introspectsa285vz4/MockService-0.c:683:6: branch_true: following ‘true’ branch...
libsecret-0.21.7/redhat-linux-build/tmp-introspectsa285vz4/MockService-0.c:685:25: branch_true: ...to here
libsecret-0.21.7/redhat-linux-build/tmp-introspectsa285vz4/MockService-0.c:686:41: throw: if ‘g_file_error_from_errno’ throws an exception...
libsecret-0.21.7/redhat-linux-build/tmp-introspectsa285vz4/MockService-0.c:686:41: danger: ‘fopen(input_filename, "rb")’ leaks here; was allocated at [(5)](sarif:/runs/0/results/204/codeFlows/0/threadFlows/0/locations/4)

Error: GCC_ANALYZER_WARNING (CWE-775): [#def94]
libsecret-0.21.7/redhat-linux-build/tmp-introspectsa285vz4/MockService-0.c:699:18: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(input_filename, "rb")’
libsecret-0.21.7/redhat-linux-build/tmp-introspectsa285vz4/MockService-0.c:630:1: enter_function: entry to ‘dump_irepository’
libsecret-0.21.7/redhat-linux-build/tmp-introspectsa285vz4/MockService-0.c:645:6: branch_false: following ‘false’ branch...
libsecret-0.21.7/redhat-linux-build/tmp-introspectsa285vz4/MockService-0.c:654:15: branch_false: ...to here
libsecret-0.21.7/redhat-linux-build/tmp-introspectsa285vz4/MockService-0.c:658:6: branch_false: following ‘false’ branch...
libsecret-0.21.7/redhat-linux-build/tmp-introspectsa285vz4/MockService-0.c:669:11: branch_false: ...to here
libsecret-0.21.7/redhat-linux-build/tmp-introspectsa285vz4/MockService-0.c:669:11: acquire_resource: opened here
libsecret-0.21.7/redhat-linux-build/tmp-introspectsa285vz4/MockService-0.c:670:6: branch_false: following ‘false’ branch...
libsecret-0.21.7/redhat-linux-build/tmp-introspectsa285vz4/MockService-0.c:682:12: branch_false: ...to here
libsecret-0.21.7/redhat-linux-build/tmp-introspectsa285vz4/MockService-0.c:683:6: branch_false: following ‘false’ branch...
libsecret-0.21.7/redhat-linux-build/tmp-introspectsa285vz4/MockService-0.c:696:3: branch_false: ...to here
libsecret-0.21.7/redhat-linux-build/tmp-introspectsa285vz4/MockService-0.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
libsecret-0.21.7/redhat-linux-build/tmp-introspectsa285vz4/MockService-0.c:696:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
libsecret-0.21.7/redhat-linux-build/tmp-introspectsa285vz4/MockService-0.c:697:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
libsecret-0.21.7/redhat-linux-build/tmp-introspectsa285vz4/MockService-0.c:697:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
libsecret-0.21.7/redhat-linux-build/tmp-introspectsa285vz4/MockService-0.c:699:18: throw: if ‘g_hash_table_new’ throws an exception...
libsecret-0.21.7/redhat-linux-build/tmp-introspectsa285vz4/MockService-0.c:699:18: danger: ‘fopen(input_filename, "rb")’ leaks here; was opened at [(6)](sarif:/runs/0/results/205/codeFlows/0/threadFlows/0/locations/5)

Error: GCC_ANALYZER_WARNING (CWE-775): [#def95]
libsecret-0.21.7/redhat-linux-build/tmp-introspectsa285vz4/MockService-0.c:699:18: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(output_filename, "wb")’
libsecret-0.21.7/redhat-linux-build/tmp-introspectsa285vz4/MockService-0.c:630:1: enter_function: entry to ‘dump_irepository’
libsecret-0.21.7/redhat-linux-build/tmp-introspectsa285vz4/MockService-0.c:645:6: branch_false: following ‘false’ branch...
libsecret-0.21.7/redhat-linux-build/tmp-introspectsa285vz4/MockService-0.c:654:15: branch_false: ...to here
libsecret-0.21.7/redhat-linux-build/tmp-introspectsa285vz4/MockService-0.c:658:6: branch_false: following ‘false’ branch...
libsecret-0.21.7/redhat-linux-build/tmp-introspectsa285vz4/MockService-0.c:669:11: branch_false: ...to here
libsecret-0.21.7/redhat-linux-build/tmp-introspectsa285vz4/MockService-0.c:670:6: branch_false: following ‘false’ branch...
libsecret-0.21.7/redhat-linux-build/tmp-introspectsa285vz4/MockService-0.c:682:12: branch_false: ...to here
libsecret-0.21.7/redhat-linux-build/tmp-introspectsa285vz4/MockService-0.c:682:12: acquire_resource: opened here
libsecret-0.21.7/redhat-linux-build/tmp-introspectsa285vz4/MockService-0.c:683:6: branch_false: following ‘false’ branch...
libsecret-0.21.7/redhat-linux-build/tmp-introspectsa285vz4/MockService-0.c:696:3: branch_false: ...to here
libsecret-0.21.7/redhat-linux-build/tmp-introspectsa285vz4/MockService-0.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
libsecret-0.21.7/redhat-linux-build/tmp-introspectsa285vz4/MockService-0.c:696:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
libsecret-0.21.7/redhat-linux-build/tmp-introspectsa285vz4/MockService-0.c:697:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
libsecret-0.21.7/redhat-linux-build/tmp-introspectsa285vz4/MockService-0.c:697:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
libsecret-0.21.7/redhat-linux-build/tmp-introspectsa285vz4/MockService-0.c:699:18: throw: if ‘g_hash_table_new’ throws an exception...
libsecret-0.21.7/redhat-linux-build/tmp-introspectsa285vz4/MockService-0.c:699:18: danger: ‘fopen(output_filename, "wb")’ leaks here; was opened at [(8)](sarif:/runs/0/results/206/codeFlows/0/threadFlows/0/locations/7)

Error: GCC_ANALYZER_WARNING (CWE-401): [#def96]
libsecret-0.21.7/redhat-linux-build/tmp-introspectsa285vz4/MockService-0.c:699:18: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(input_filename, "rb")’
libsecret-0.21.7/redhat-linux-build/tmp-introspectsa285vz4/MockService-0.c:630:1: enter_function: entry to ‘dump_irepository’
libsecret-0.21.7/redhat-linux-build/tmp-introspectsa285vz4/MockService-0.c:645:6: branch_false: following ‘false’ branch...
libsecret-0.21.7/redhat-linux-build/tmp-introspectsa285vz4/MockService-0.c:654:15: branch_false: ...to here
libsecret-0.21.7/redhat-linux-build/tmp-introspectsa285vz4/MockService-0.c:658:6: branch_false: following ‘false’ branch...
libsecret-0.21.7/redhat-linux-build/tmp-introspectsa285vz4/MockService-0.c:669:11: branch_false: ...to here
libsecret-0.21.7/redhat-linux-build/tmp-introspectsa285vz4/MockService-0.c:669:11: acquire_memory: allocated here
libsecret-0.21.7/redhat-linux-build/tmp-introspectsa285vz4/MockService-0.c:670:6: branch_false: following ‘false’ branch...
libsecret-0.21.7/redhat-linux-build/tmp-introspectsa285vz4/MockService-0.c:682:12: branch_false: ...to here
libsecret-0.21.7/redhat-linux-build/tmp-introspectsa285vz4/MockService-0.c:683:6: branch_false: following ‘false’ branch...
libsecret-0.21.7/redhat-linux-build/tmp-introspectsa285vz4/MockService-0.c:696:3: branch_false: ...to here
libsecret-0.21.7/redhat-linux-build/tmp-introspectsa285vz4/MockService-0.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
libsecret-0.21.7/redhat-linux-build/tmp-introspectsa285vz4/MockService-0.c:696:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
libsecret-0.21.7/redhat-linux-build/tmp-introspectsa285vz4/MockService-0.c:697:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
libsecret-0.21.7/redhat-linux-build/tmp-introspectsa285vz4/MockService-0.c:697:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
libsecret-0.21.7/redhat-linux-build/tmp-introspectsa285vz4/MockService-0.c:699:18: throw: if ‘g_hash_table_new’ throws an exception...
libsecret-0.21.7/redhat-linux-build/tmp-introspectsa285vz4/MockService-0.c:699:18: danger: ‘fopen(input_filename, "rb")’ leaks here; was allocated at [(6)](sarif:/runs/0/results/207/codeFlows/0/threadFlows/0/locations/5)

Error: GCC_ANALYZER_WARNING (CWE-401): [#def97]
libsecret-0.21.7/redhat-linux-build/tmp-introspectsa285vz4/MockService-0.c:699:18: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(output_filename, "wb")’
libsecret-0.21.7/redhat-linux-build/tmp-introspectsa285vz4/MockService-0.c:630:1: enter_function: entry to ‘dump_irepository’
libsecret-0.21.7/redhat-linux-build/tmp-introspectsa285vz4/MockService-0.c:645:6: branch_false: following ‘false’ branch...
libsecret-0.21.7/redhat-linux-build/tmp-introspectsa285vz4/MockService-0.c:654:15: branch_false: ...to here
libsecret-0.21.7/redhat-linux-build/tmp-introspectsa285vz4/MockService-0.c:658:6: branch_false: following ‘false’ branch...
libsecret-0.21.7/redhat-linux-build/tmp-introspectsa285vz4/MockService-0.c:669:11: branch_false: ...to here
libsecret-0.21.7/redhat-linux-build/tmp-introspectsa285vz4/MockService-0.c:670:6: branch_false: following ‘false’ branch...
libsecret-0.21.7/redhat-linux-build/tmp-introspectsa285vz4/MockService-0.c:682:12: branch_false: ...to here
libsecret-0.21.7/redhat-linux-build/tmp-introspectsa285vz4/MockService-0.c:682:12: acquire_memory: allocated here
libsecret-0.21.7/redhat-linux-build/tmp-introspectsa285vz4/MockService-0.c:683:6: branch_false: following ‘false’ branch...
libsecret-0.21.7/redhat-linux-build/tmp-introspectsa285vz4/MockService-0.c:696:3: branch_false: ...to here
libsecret-0.21.7/redhat-linux-build/tmp-introspectsa285vz4/MockService-0.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
libsecret-0.21.7/redhat-linux-build/tmp-introspectsa285vz4/MockService-0.c:696:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
libsecret-0.21.7/redhat-linux-build/tmp-introspectsa285vz4/MockService-0.c:697:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
libsecret-0.21.7/redhat-linux-build/tmp-introspectsa285vz4/MockService-0.c:697:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
libsecret-0.21.7/redhat-linux-build/tmp-introspectsa285vz4/MockService-0.c:699:18: throw: if ‘g_hash_table_new’ throws an exception...
libsecret-0.21.7/redhat-linux-build/tmp-introspectsa285vz4/MockService-0.c:699:18: danger: ‘fopen(output_filename, "wb")’ leaks here; was allocated at [(8)](sarif:/runs/0/results/208/codeFlows/0/threadFlows/0/locations/7)

Error: COMPILER_WARNING (CWE-252): [#def98]
libsecret-0.21.7/tool/secret-tool.c: scope_hint: In function ‘write_password_stdout’
libsecret-0.21.7/tool/secret-tool.c:202:17: warning[-Wunused-result]: ignoring return value of ‘write’ declared with attribute ‘warn_unused_result’
#  202 |                 write (1, "\n", 1);
#      |                 ^~~~~~~~~~~~~~~~~~
#  200|   	/* Add a new line if we're writing out to a tty */
#  201|   	if (isatty (1))
#  202|-> 		write (1, "\n", 1);
#  203|   }
#  204|   

Scan Properties

analyzer-version-clippy1.92.0
analyzer-version-cppcheck2.19.1
analyzer-version-gcc16.0.0
analyzer-version-gcc-analyzer16.0.0
analyzer-version-shellcheck0.11.0
analyzer-version-unicontrol0.0.2
enabled-pluginsclippy, cppcheck, gcc, shellcheck, unicontrol
exit-code0
hostip-172-16-1-174.us-west-2.compute.internal
known-false-positives/usr/share/csmock/known-false-positives.js
known-false-positives-rpmknown-false-positives-0.0.0.20250521.132812.g8eff701.main-1.el9.noarch
mock-configfedora-rawhide-x86_64
project-namelibsecret-0.21.7-7.fc44
store-results-to/tmp/tmpudoxamwv/libsecret-0.21.7-7.fc44.tar.xz
time-created2026-01-08 19:12:45
time-finished2026-01-08 19:14:29
toolcsmock
tool-args'/usr/bin/csmock' '-r' 'fedora-rawhide-x86_64' '-t' 'gcc,cppcheck,clippy,shellcheck,unicontrol' '-o' '/tmp/tmpudoxamwv/libsecret-0.21.7-7.fc44.tar.xz' '--gcc-analyze' '--unicontrol-notests' '--unicontrol-bidi-only' '--install' 'pam' '--gcc-analyzer-bin=/usr/bin/gcc' '/tmp/tmpudoxamwv/libsecret-0.21.7-7.fc44.src.rpm'
tool-versioncsmock-3.8.3.20251215.161544.g62de9a5-1.el9