evolution-data-server-3.59.1-1.fc44

List of Findings

Error: GCC_ANALYZER_WARNING (CWE-401): [#def1]
evolution-data-server-3.59.1/iconv-detect.c:100:12: warning[-Wanalyzer-malloc-leak]: leak of ‘iconv_open("UTF-8", "ISO-2022-JP")’
evolution-data-server-3.59.1/iconv-detect.c:99:14: acquire_memory: allocated here
evolution-data-server-3.59.1/iconv-detect.c:100:12: danger: ‘iconv_open("UTF-8", "ISO-2022-JP")’ leaks here; was allocated at [(1)](sarif:/runs/0/results/0/codeFlows/0/threadFlows/0/locations/0)
#   98|   
#   99|   	cd = iconv_open ("UTF-8", "ISO-2022-JP");
#  100|-> 	if (cd == (iconv_t) -1)
#  101|   		return 0;
#  102|   

Error: GCC_ANALYZER_WARNING (CWE-401): [#def2]
evolution-data-server-3.59.1/iconv-detect.c:103:13: warning[-Wanalyzer-malloc-leak]: leak of ‘iconv_open("UTF-8", "ISO-2022-JP")’
evolution-data-server-3.59.1/iconv-detect.c:99:14: acquire_memory: allocated here
evolution-data-server-3.59.1/iconv-detect.c:100:12: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/iconv-detect.c:103:13: branch_false: ...to here
evolution-data-server-3.59.1/iconv-detect.c:103:13: throw: if ‘iconv’ throws an exception...
evolution-data-server-3.59.1/iconv-detect.c:103:13: danger: ‘iconv_open("UTF-8", "ISO-2022-JP")’ leaks here; was allocated at [(1)](sarif:/runs/0/results/1/codeFlows/0/threadFlows/0/locations/0)
#  101|   		return 0;
#  102|   
#  103|-> 	if (iconv (cd, &jp, &jp_len, &trans, &utf8_len) == -1 || jp_len != 0) {
#  104|   		iconv_close (cd);
#  105|   		return 0;

Error: GCC_ANALYZER_WARNING (CWE-775): [#def3]
evolution-data-server-3.59.1/iconv-detect.c:139:21: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen("/builddir/build/BUILD/evolution-data-server-3.59.1/redhat-linux-build/iconv-detect.h", "w")’
evolution-data-server-3.59.1/iconv-detect.c:127:12: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/iconv-detect.c:130:14: branch_false: ...to here
evolution-data-server-3.59.1/iconv-detect.c:130:14: acquire_resource: opened here
evolution-data-server-3.59.1/iconv-detect.c:131:12: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/iconv-detect.c:134:9: branch_false: ...to here
evolution-data-server-3.59.1/iconv-detect.c:139:21: branch_true: following ‘true’ branch...
evolution-data-server-3.59.1/iconv-detect.c:140:38: branch_true: ...to here
evolution-data-server-3.59.1/iconv-detect.c:140:22: throw: if ‘iconv_open’ throws an exception...
evolution-data-server-3.59.1/iconv-detect.c:139:21: danger: ‘fopen("/builddir/build/BUILD/evolution-data-server-3.59.1/redhat-linux-build/iconv-detect.h", "w")’ leaks here; was opened at [(3)](sarif:/runs/0/results/2/codeFlows/0/threadFlows/0/locations/2)
#  137|   	info = iso8859_tests;
#  138|   	/*printf ("#define DEFAULT_ISO_FORMAT(iso,codepage)\t");*/
#  139|-> 	for (i = 0; i < num_iso8859_tests; i++) {
#  140|   		cd = iconv_open (info[i].charset, "UTF-8");
#  141|   		if (cd != (iconv_t) -1) {

Error: GCC_ANALYZER_WARNING (CWE-401): [#def4]
evolution-data-server-3.59.1/iconv-detect.c:139:21: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen("/builddir/build/BUILD/evolution-data-server-3.59.1/redhat-linux-build/iconv-detect.h", "w")’
evolution-data-server-3.59.1/iconv-detect.c:127:12: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/iconv-detect.c:130:14: branch_false: ...to here
evolution-data-server-3.59.1/iconv-detect.c:130:14: acquire_memory: allocated here
evolution-data-server-3.59.1/iconv-detect.c:131:12: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/iconv-detect.c:134:9: branch_false: ...to here
evolution-data-server-3.59.1/iconv-detect.c:139:21: branch_true: following ‘true’ branch...
evolution-data-server-3.59.1/iconv-detect.c:140:38: branch_true: ...to here
evolution-data-server-3.59.1/iconv-detect.c:140:22: throw: if ‘iconv_open’ throws an exception...
evolution-data-server-3.59.1/iconv-detect.c:139:21: danger: ‘fopen("/builddir/build/BUILD/evolution-data-server-3.59.1/redhat-linux-build/iconv-detect.h", "w")’ leaks here; was allocated at [(3)](sarif:/runs/0/results/3/codeFlows/0/threadFlows/0/locations/2)
#  137|   	info = iso8859_tests;
#  138|   	/*printf ("#define DEFAULT_ISO_FORMAT(iso,codepage)\t");*/
#  139|-> 	for (i = 0; i < num_iso8859_tests; i++) {
#  140|   		cd = iconv_open (info[i].charset, "UTF-8");
#  141|   		if (cd != (iconv_t) -1) {

Error: GCC_ANALYZER_WARNING (CWE-401): [#def5]
evolution-data-server-3.59.1/iconv-detect.c:141:20: warning[-Wanalyzer-malloc-leak]: leak of ‘iconv_open(*<unknown>.charset, "UTF-8")’
evolution-data-server-3.59.1/iconv-detect.c:127:12: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/iconv-detect.c:130:14: branch_false: ...to here
evolution-data-server-3.59.1/iconv-detect.c:131:12: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/iconv-detect.c:134:9: branch_false: ...to here
evolution-data-server-3.59.1/iconv-detect.c:139:21: branch_true: following ‘true’ branch...
evolution-data-server-3.59.1/iconv-detect.c:140:38: branch_true: ...to here
evolution-data-server-3.59.1/iconv-detect.c:140:22: acquire_memory: allocated here
evolution-data-server-3.59.1/iconv-detect.c:141:20: danger: ‘iconv_open(*<unknown>.charset, "UTF-8")’ leaks here; was allocated at [(7)](sarif:/runs/0/results/14/codeFlows/0/threadFlows/0/locations/6)
#  139|   	for (i = 0; i < num_iso8859_tests; i++) {
#  140|   		cd = iconv_open (info[i].charset, "UTF-8");
#  141|-> 		if (cd != (iconv_t) -1) {
#  142|   			iconv_close (cd);
#  143|   			/*printf ("(\"%s\", (iso), (codepage))\n", info[i].format);*/

Error: GCC_ANALYZER_WARNING (CWE-401): [#def6]
evolution-data-server-3.59.1/iconv-detect.c:142:25: warning[-Wanalyzer-malloc-leak]: leak of ‘iconv_open(*<unknown>.charset, "UTF-8")’
evolution-data-server-3.59.1/iconv-detect.c:127:12: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/iconv-detect.c:130:14: branch_false: ...to here
evolution-data-server-3.59.1/iconv-detect.c:131:12: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/iconv-detect.c:134:9: branch_false: ...to here
evolution-data-server-3.59.1/iconv-detect.c:139:21: branch_true: following ‘true’ branch...
evolution-data-server-3.59.1/iconv-detect.c:140:38: branch_true: ...to here
evolution-data-server-3.59.1/iconv-detect.c:140:22: acquire_memory: allocated here
evolution-data-server-3.59.1/iconv-detect.c:142:25: danger: ‘iconv_open(*<unknown>.charset, "UTF-8")’ leaks here; was allocated at [(7)](sarif:/runs/0/results/15/codeFlows/0/threadFlows/0/locations/6)
#  140|   		cd = iconv_open (info[i].charset, "UTF-8");
#  141|   		if (cd != (iconv_t) -1) {
#  142|-> 			iconv_close (cd);
#  143|   			/*printf ("(\"%s\", (iso), (codepage))\n", info[i].format);*/
#  144|   			fprintf (stderr, "System prefers %s\n", info[i].charset);

Error: GCC_ANALYZER_WARNING (CWE-401): [#def7]
evolution-data-server-3.59.1/iconv-detect.c:162:20: warning[-Wanalyzer-malloc-leak]: leak of ‘iconv_open(*<unknown>.charset, "UTF-8")’
evolution-data-server-3.59.1/iconv-detect.c:127:12: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/iconv-detect.c:130:14: branch_false: ...to here
evolution-data-server-3.59.1/iconv-detect.c:131:12: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/iconv-detect.c:134:9: branch_false: ...to here
evolution-data-server-3.59.1/iconv-detect.c:139:21: branch_true: following ‘true’ branch...
evolution-data-server-3.59.1/iconv-detect.c:140:38: branch_true: ...to here
evolution-data-server-3.59.1/iconv-detect.c:160:21: branch_true: following ‘true’ branch...
evolution-data-server-3.59.1/iconv-detect.c:161:38: branch_true: ...to here
evolution-data-server-3.59.1/iconv-detect.c:161:22: acquire_memory: allocated here
evolution-data-server-3.59.1/iconv-detect.c:162:20: danger: ‘iconv_open(*<unknown>.charset, "UTF-8")’ leaks here; was allocated at [(9)](sarif:/runs/0/results/16/codeFlows/0/threadFlows/0/locations/8)
#  160|   	for (i = 0; i < num_iso2022_tests; i++) {
#  161|   		cd = iconv_open (info[i].charset, "UTF-8");
#  162|-> 		if (cd != (iconv_t) -1) {
#  163|   			iconv_close (cd);
#  164|   			/*printf ("(\"%s\", (iso), (codepage))\n", info[i].format);*/

Error: GCC_ANALYZER_WARNING (CWE-401): [#def8]
evolution-data-server-3.59.1/iconv-detect.c:163:25: warning[-Wanalyzer-malloc-leak]: leak of ‘iconv_open(*<unknown>.charset, "UTF-8")’
evolution-data-server-3.59.1/iconv-detect.c:127:12: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/iconv-detect.c:130:14: branch_false: ...to here
evolution-data-server-3.59.1/iconv-detect.c:131:12: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/iconv-detect.c:134:9: branch_false: ...to here
evolution-data-server-3.59.1/iconv-detect.c:139:21: branch_true: following ‘true’ branch...
evolution-data-server-3.59.1/iconv-detect.c:140:38: branch_true: ...to here
evolution-data-server-3.59.1/iconv-detect.c:160:21: branch_true: following ‘true’ branch...
evolution-data-server-3.59.1/iconv-detect.c:161:38: branch_true: ...to here
evolution-data-server-3.59.1/iconv-detect.c:161:22: acquire_memory: allocated here
evolution-data-server-3.59.1/iconv-detect.c:163:25: danger: ‘iconv_open(*<unknown>.charset, "UTF-8")’ leaks here; was allocated at [(9)](sarif:/runs/0/results/17/codeFlows/0/threadFlows/0/locations/8)
#  161|   		cd = iconv_open (info[i].charset, "UTF-8");
#  162|   		if (cd != (iconv_t) -1) {
#  163|-> 			iconv_close (cd);
#  164|   			/*printf ("(\"%s\", (iso), (codepage))\n", info[i].format);*/
#  165|   			fprintf (stderr, "System prefers %s\n", info[i].charset);

Error: GCC_ANALYZER_WARNING (CWE-401): [#def9]
evolution-data-server-3.59.1/iconv-detect.c:183:20: warning[-Wanalyzer-malloc-leak]: leak of ‘iconv_open(*<unknown>.charset, "UTF-8")’
evolution-data-server-3.59.1/iconv-detect.c:127:12: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/iconv-detect.c:130:14: branch_false: ...to here
evolution-data-server-3.59.1/iconv-detect.c:131:12: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/iconv-detect.c:134:9: branch_false: ...to here
evolution-data-server-3.59.1/iconv-detect.c:139:21: branch_true: following ‘true’ branch...
evolution-data-server-3.59.1/iconv-detect.c:140:38: branch_true: ...to here
evolution-data-server-3.59.1/iconv-detect.c:160:21: branch_true: following ‘true’ branch...
evolution-data-server-3.59.1/iconv-detect.c:161:38: branch_true: ...to here
evolution-data-server-3.59.1/iconv-detect.c:181:21: branch_true: following ‘true’ branch...
evolution-data-server-3.59.1/iconv-detect.c:182:38: branch_true: ...to here
evolution-data-server-3.59.1/iconv-detect.c:182:22: acquire_memory: allocated here
evolution-data-server-3.59.1/iconv-detect.c:183:20: danger: ‘iconv_open(*<unknown>.charset, "UTF-8")’ leaks here; was allocated at [(11)](sarif:/runs/0/results/18/codeFlows/0/threadFlows/0/locations/10)
#  181|   	for (i = 0; i < num_iso10646_tests; i++) {
#  182|   		cd = iconv_open (info[i].charset, "UTF-8");
#  183|-> 		if (cd != (iconv_t) -1) {
#  184|   			iconv_close (cd);
#  185|   			/*if (info[i].id < ISO_DASH_D_LOWER)

Error: GCC_ANALYZER_WARNING (CWE-401): [#def10]
evolution-data-server-3.59.1/iconv-detect.c:184:25: warning[-Wanalyzer-malloc-leak]: leak of ‘iconv_open(*<unknown>.charset, "UTF-8")’
evolution-data-server-3.59.1/iconv-detect.c:127:12: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/iconv-detect.c:130:14: branch_false: ...to here
evolution-data-server-3.59.1/iconv-detect.c:131:12: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/iconv-detect.c:134:9: branch_false: ...to here
evolution-data-server-3.59.1/iconv-detect.c:139:21: branch_true: following ‘true’ branch...
evolution-data-server-3.59.1/iconv-detect.c:140:38: branch_true: ...to here
evolution-data-server-3.59.1/iconv-detect.c:160:21: branch_true: following ‘true’ branch...
evolution-data-server-3.59.1/iconv-detect.c:161:38: branch_true: ...to here
evolution-data-server-3.59.1/iconv-detect.c:181:21: branch_true: following ‘true’ branch...
evolution-data-server-3.59.1/iconv-detect.c:182:38: branch_true: ...to here
evolution-data-server-3.59.1/iconv-detect.c:182:22: acquire_memory: allocated here
evolution-data-server-3.59.1/iconv-detect.c:184:25: danger: ‘iconv_open(*<unknown>.charset, "UTF-8")’ leaks here; was allocated at [(11)](sarif:/runs/0/results/19/codeFlows/0/threadFlows/0/locations/10)
#  182|   		cd = iconv_open (info[i].charset, "UTF-8");
#  183|   		if (cd != (iconv_t) -1) {
#  184|-> 			iconv_close (cd);
#  185|   			/*if (info[i].id < ISO_DASH_D_LOWER)
#  186|   				printf ("(\"%s\", (iso), (codepage))\n", info[i].format);

Error: COMPILER_WARNING: [#def11] [important]
evolution-data-server-3.59.1/redhat-linux-build/CMakeFiles/CMakeScratch/TryCompile-CKyjq9/src.c:12:39: error[error]: too few arguments to function ‘gethostbyname_r’; expected 6, have 5

Error: COMPILER_WARNING: [#def12] [important]
evolution-data-server-3.59.1/redhat-linux-build/CMakeFiles/CMakeScratch/TryCompile-CKyjq9/src.c:12:98: error[-Wincompatible-pointer-types]: passing argument 5 of ‘gethostbyname_r’ from incompatible pointer type

Error: COMPILER_WARNING: [#def13] [important]
evolution-data-server-3.59.1/redhat-linux-build/CMakeFiles/CMakeScratch/TryCompile-eVMqAs/src.c:12:39: error[error]: too few arguments to function ‘gethostbyaddr_r’; expected 8, have 7

Error: COMPILER_WARNING: [#def14] [important]
evolution-data-server-3.59.1/redhat-linux-build/CMakeFiles/CMakeScratch/TryCompile-eVMqAs/src.c:12:111: error[-Wincompatible-pointer-types]: passing argument 7 of ‘gethostbyaddr_r’ from incompatible pointer type

Error: COMPILER_WARNING: [#def15] [important]
evolution-data-server-3.59.1/redhat-linux-build/CMakeFiles/CMakeScratch/TryCompile-nD1EJF/src.c:4:33: error[-Wimplicit-function-declaration]: implicit declaration of function ‘i_cal_recurrence_get_by’; did you mean ‘i_cal_recurrence_get_type’?

Error: COMPILER_WARNING: [#def16] [important]
evolution-data-server-3.59.1/redhat-linux-build/CMakeFiles/CMakeScratch/TryCompile-nD1EJF/src.c:4:64: error[error]: ‘I_CAL_BY_MONTH’ undeclared (first use in this function); did you mean ‘I_CAL_BY_MONTH_SIZE’?

Error: COMPILER_WARNING: [#def17] [important]
evolution-data-server-3.59.1/redhat-linux-build/CMakeFiles/CMakeScratch/TryCompile-wTSe0a/src.c:5:84: error[error]: ‘O_LARGEFILE’ undeclared (first use in this function)

Error: COMPILER_WARNING: [#def18] [important]
evolution-data-server-3.59.1/redhat-linux-build/CMakeFiles/CMakeScratch/TryCompile-zTQC5T/src.c:5:33: error[error]: unknown type name ‘off64_t’; did you mean ‘off_t’?

Error: GCC_ANALYZER_WARNING (CWE-775): [#def19]
evolution-data-server-3.59.1/redhat-linux-build/docs/reference/camel/camel-scan.c:455:15: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(signals_filename, "w")’
evolution-data-server-3.59.1/redhat-linux-build/docs/reference/camel/camel-scan.c:444:1: enter_function: entry to ‘output_signals’
evolution-data-server-3.59.1/redhat-linux-build/docs/reference/camel/camel-scan.c:449:8: acquire_resource: opened here
evolution-data-server-3.59.1/redhat-linux-build/docs/reference/camel/camel-scan.c:450:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/docs/reference/camel/camel-scan.c:450:6: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/docs/reference/camel/camel-scan.c:455:15: branch_true: following ‘true’ branch...
evolution-data-server-3.59.1/redhat-linux-build/docs/reference/camel/camel-scan.c:456:5: branch_true: ...to here
evolution-data-server-3.59.1/redhat-linux-build/docs/reference/camel/camel-scan.c:456:5: call_function: calling ‘output_object_signals’ from ‘output_signals’

Error: GCC_ANALYZER_WARNING (CWE-401): [#def20]
evolution-data-server-3.59.1/redhat-linux-build/docs/reference/camel/camel-scan.c:455:15: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(signals_filename, "w")’
evolution-data-server-3.59.1/redhat-linux-build/docs/reference/camel/camel-scan.c:444:1: enter_function: entry to ‘output_signals’
evolution-data-server-3.59.1/redhat-linux-build/docs/reference/camel/camel-scan.c:449:8: acquire_memory: allocated here
evolution-data-server-3.59.1/redhat-linux-build/docs/reference/camel/camel-scan.c:450:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/docs/reference/camel/camel-scan.c:450:6: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/docs/reference/camel/camel-scan.c:455:15: branch_true: following ‘true’ branch...
evolution-data-server-3.59.1/redhat-linux-build/docs/reference/camel/camel-scan.c:456:5: branch_true: ...to here
evolution-data-server-3.59.1/redhat-linux-build/docs/reference/camel/camel-scan.c:456:5: call_function: calling ‘output_object_signals’ from ‘output_signals’

Error: GCC_ANALYZER_WARNING (CWE-775): [#def21]
evolution-data-server-3.59.1/redhat-linux-build/docs/reference/camel/camel-scan.c:770:3: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(hierarchy_filename, "w")’
evolution-data-server-3.59.1/redhat-linux-build/docs/reference/camel/camel-scan.c:719:1: enter_function: entry to ‘output_object_hierarchy’
evolution-data-server-3.59.1/redhat-linux-build/docs/reference/camel/camel-scan.c:726:8: acquire_resource: opened here
evolution-data-server-3.59.1/redhat-linux-build/docs/reference/camel/camel-scan.c:727:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/docs/reference/camel/camel-scan.c:731:3: call_function: inlined call to ‘output_hierarchy’ from ‘output_object_hierarchy’

Error: GCC_ANALYZER_WARNING (CWE-401): [#def22]
evolution-data-server-3.59.1/redhat-linux-build/docs/reference/camel/camel-scan.c:770:3: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(hierarchy_filename, "w")’
evolution-data-server-3.59.1/redhat-linux-build/docs/reference/camel/camel-scan.c:719:1: enter_function: entry to ‘output_object_hierarchy’
evolution-data-server-3.59.1/redhat-linux-build/docs/reference/camel/camel-scan.c:726:8: acquire_memory: allocated here
evolution-data-server-3.59.1/redhat-linux-build/docs/reference/camel/camel-scan.c:727:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/docs/reference/camel/camel-scan.c:731:3: call_function: inlined call to ‘output_hierarchy’ from ‘output_object_hierarchy’

Error: GCC_ANALYZER_WARNING (CWE-775): [#def23]
evolution-data-server-3.59.1/redhat-linux-build/docs/reference/camel/camel-scan.c:772:14: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(hierarchy_filename, "w")’
evolution-data-server-3.59.1/redhat-linux-build/docs/reference/camel/camel-scan.c:719:1: enter_function: entry to ‘output_object_hierarchy’
evolution-data-server-3.59.1/redhat-linux-build/docs/reference/camel/camel-scan.c:726:8: acquire_resource: opened here
evolution-data-server-3.59.1/redhat-linux-build/docs/reference/camel/camel-scan.c:727:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/docs/reference/camel/camel-scan.c:731:3: call_function: inlined call to ‘output_hierarchy’ from ‘output_object_hierarchy’

Error: GCC_ANALYZER_WARNING (CWE-401): [#def24]
evolution-data-server-3.59.1/redhat-linux-build/docs/reference/camel/camel-scan.c:772:14: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(hierarchy_filename, "w")’
evolution-data-server-3.59.1/redhat-linux-build/docs/reference/camel/camel-scan.c:719:1: enter_function: entry to ‘output_object_hierarchy’
evolution-data-server-3.59.1/redhat-linux-build/docs/reference/camel/camel-scan.c:726:8: acquire_memory: allocated here
evolution-data-server-3.59.1/redhat-linux-build/docs/reference/camel/camel-scan.c:727:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/docs/reference/camel/camel-scan.c:731:3: call_function: inlined call to ‘output_hierarchy’ from ‘output_object_hierarchy’

Error: GCC_ANALYZER_WARNING (CWE-775): [#def25]
evolution-data-server-3.59.1/redhat-linux-build/docs/reference/camel/camel-scan.c:774:13: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(hierarchy_filename, "w")’
evolution-data-server-3.59.1/redhat-linux-build/docs/reference/camel/camel-scan.c:719:1: enter_function: entry to ‘output_object_hierarchy’
evolution-data-server-3.59.1/redhat-linux-build/docs/reference/camel/camel-scan.c:726:8: acquire_resource: opened here
evolution-data-server-3.59.1/redhat-linux-build/docs/reference/camel/camel-scan.c:727:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/docs/reference/camel/camel-scan.c:731:3: call_function: inlined call to ‘output_hierarchy’ from ‘output_object_hierarchy’

Error: GCC_ANALYZER_WARNING (CWE-401): [#def26]
evolution-data-server-3.59.1/redhat-linux-build/docs/reference/camel/camel-scan.c:774:13: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(hierarchy_filename, "w")’
evolution-data-server-3.59.1/redhat-linux-build/docs/reference/camel/camel-scan.c:719:1: enter_function: entry to ‘output_object_hierarchy’
evolution-data-server-3.59.1/redhat-linux-build/docs/reference/camel/camel-scan.c:726:8: acquire_memory: allocated here
evolution-data-server-3.59.1/redhat-linux-build/docs/reference/camel/camel-scan.c:727:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/docs/reference/camel/camel-scan.c:731:3: call_function: inlined call to ‘output_hierarchy’ from ‘output_object_hierarchy’

Error: GCC_ANALYZER_WARNING (CWE-775): [#def27]
evolution-data-server-3.59.1/redhat-linux-build/docs/reference/camel/camel-scan.c:813:16: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(interfaces_filename, "w")’
evolution-data-server-3.59.1/redhat-linux-build/docs/reference/camel/camel-scan.c:780:13: enter_function: entry to ‘output_object_interfaces’
evolution-data-server-3.59.1/redhat-linux-build/docs/reference/camel/camel-scan.c:785:8: acquire_resource: opened here
evolution-data-server-3.59.1/redhat-linux-build/docs/reference/camel/camel-scan.c:786:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/docs/reference/camel/camel-scan.c:790:3: call_function: inlined call to ‘output_interfaces’ from ‘output_object_interfaces’

Error: GCC_ANALYZER_WARNING (CWE-401): [#def28]
evolution-data-server-3.59.1/redhat-linux-build/docs/reference/camel/camel-scan.c:813:16: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(interfaces_filename, "w")’
evolution-data-server-3.59.1/redhat-linux-build/docs/reference/camel/camel-scan.c:780:13: enter_function: entry to ‘output_object_interfaces’
evolution-data-server-3.59.1/redhat-linux-build/docs/reference/camel/camel-scan.c:785:8: acquire_memory: allocated here
evolution-data-server-3.59.1/redhat-linux-build/docs/reference/camel/camel-scan.c:786:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/docs/reference/camel/camel-scan.c:790:3: call_function: inlined call to ‘output_interfaces’ from ‘output_object_interfaces’

Error: GCC_ANALYZER_WARNING (CWE-775): [#def29]
evolution-data-server-3.59.1/redhat-linux-build/docs/reference/camel/camel-scan.c:815:7: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(interfaces_filename, "w")’
evolution-data-server-3.59.1/redhat-linux-build/docs/reference/camel/camel-scan.c:780:13: enter_function: entry to ‘output_object_interfaces’
evolution-data-server-3.59.1/redhat-linux-build/docs/reference/camel/camel-scan.c:785:8: acquire_resource: opened here
evolution-data-server-3.59.1/redhat-linux-build/docs/reference/camel/camel-scan.c:786:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/docs/reference/camel/camel-scan.c:790:3: call_function: inlined call to ‘output_interfaces’ from ‘output_object_interfaces’

Error: GCC_ANALYZER_WARNING (CWE-401): [#def30]
evolution-data-server-3.59.1/redhat-linux-build/docs/reference/camel/camel-scan.c:815:7: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(interfaces_filename, "w")’
evolution-data-server-3.59.1/redhat-linux-build/docs/reference/camel/camel-scan.c:780:13: enter_function: entry to ‘output_object_interfaces’
evolution-data-server-3.59.1/redhat-linux-build/docs/reference/camel/camel-scan.c:785:8: acquire_memory: allocated here
evolution-data-server-3.59.1/redhat-linux-build/docs/reference/camel/camel-scan.c:786:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/docs/reference/camel/camel-scan.c:790:3: call_function: inlined call to ‘output_interfaces’ from ‘output_object_interfaces’

Error: GCC_ANALYZER_WARNING (CWE-775): [#def31]
evolution-data-server-3.59.1/redhat-linux-build/docs/reference/camel/camel-scan.c:856:19: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(prerequisites_filename, "w")’
evolution-data-server-3.59.1/redhat-linux-build/docs/reference/camel/camel-scan.c:831:13: enter_function: entry to ‘output_interface_prerequisites’
evolution-data-server-3.59.1/redhat-linux-build/docs/reference/camel/camel-scan.c:835:8: acquire_resource: opened here
evolution-data-server-3.59.1/redhat-linux-build/docs/reference/camel/camel-scan.c:836:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/docs/reference/camel/camel-scan.c:840:3: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/docs/reference/camel/camel-scan.c:840:3: call_function: calling ‘output_prerequisites’ from ‘output_interface_prerequisites’

Error: GCC_ANALYZER_WARNING (CWE-401): [#def32]
evolution-data-server-3.59.1/redhat-linux-build/docs/reference/camel/camel-scan.c:856:19: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(prerequisites_filename, "w")’
evolution-data-server-3.59.1/redhat-linux-build/docs/reference/camel/camel-scan.c:831:13: enter_function: entry to ‘output_interface_prerequisites’
evolution-data-server-3.59.1/redhat-linux-build/docs/reference/camel/camel-scan.c:835:8: acquire_memory: allocated here
evolution-data-server-3.59.1/redhat-linux-build/docs/reference/camel/camel-scan.c:836:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/docs/reference/camel/camel-scan.c:840:3: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/docs/reference/camel/camel-scan.c:840:3: call_function: calling ‘output_prerequisites’ from ‘output_interface_prerequisites’

Error: GCC_ANALYZER_WARNING (CWE-775): [#def33]
evolution-data-server-3.59.1/redhat-linux-build/docs/reference/camel/camel-scan.c:858:7: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(prerequisites_filename, "w")’
evolution-data-server-3.59.1/redhat-linux-build/docs/reference/camel/camel-scan.c:831:13: enter_function: entry to ‘output_interface_prerequisites’
evolution-data-server-3.59.1/redhat-linux-build/docs/reference/camel/camel-scan.c:835:8: acquire_resource: opened here
evolution-data-server-3.59.1/redhat-linux-build/docs/reference/camel/camel-scan.c:836:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/docs/reference/camel/camel-scan.c:840:3: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/docs/reference/camel/camel-scan.c:840:3: call_function: calling ‘output_prerequisites’ from ‘output_interface_prerequisites’

Error: GCC_ANALYZER_WARNING (CWE-401): [#def34]
evolution-data-server-3.59.1/redhat-linux-build/docs/reference/camel/camel-scan.c:858:7: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(prerequisites_filename, "w")’
evolution-data-server-3.59.1/redhat-linux-build/docs/reference/camel/camel-scan.c:831:13: enter_function: entry to ‘output_interface_prerequisites’
evolution-data-server-3.59.1/redhat-linux-build/docs/reference/camel/camel-scan.c:835:8: acquire_memory: allocated here
evolution-data-server-3.59.1/redhat-linux-build/docs/reference/camel/camel-scan.c:836:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/docs/reference/camel/camel-scan.c:840:3: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/docs/reference/camel/camel-scan.c:840:3: call_function: calling ‘output_prerequisites’ from ‘output_interface_prerequisites’

Error: GCC_ANALYZER_WARNING (CWE-775): [#def35]
evolution-data-server-3.59.1/redhat-linux-build/docs/reference/camel/camel-scan.c:887:15: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(actions_filename, "w")’
evolution-data-server-3.59.1/redhat-linux-build/docs/reference/camel/camel-scan.c:876:1: enter_function: entry to ‘output_actions’
evolution-data-server-3.59.1/redhat-linux-build/docs/reference/camel/camel-scan.c:881:8: acquire_resource: opened here
evolution-data-server-3.59.1/redhat-linux-build/docs/reference/camel/camel-scan.c:882:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/docs/reference/camel/camel-scan.c:882:6: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/docs/reference/camel/camel-scan.c:887:15: branch_true: following ‘true’ branch...
evolution-data-server-3.59.1/redhat-linux-build/docs/reference/camel/camel-scan.c:888:5: branch_true: ...to here
evolution-data-server-3.59.1/redhat-linux-build/docs/reference/camel/camel-scan.c:888:5: call_function: calling ‘output_object_actions’ from ‘output_actions’

Error: GCC_ANALYZER_WARNING (CWE-401): [#def36]
evolution-data-server-3.59.1/redhat-linux-build/docs/reference/camel/camel-scan.c:887:15: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(actions_filename, "w")’
evolution-data-server-3.59.1/redhat-linux-build/docs/reference/camel/camel-scan.c:876:1: enter_function: entry to ‘output_actions’
evolution-data-server-3.59.1/redhat-linux-build/docs/reference/camel/camel-scan.c:881:8: acquire_memory: allocated here
evolution-data-server-3.59.1/redhat-linux-build/docs/reference/camel/camel-scan.c:882:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/docs/reference/camel/camel-scan.c:882:6: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/docs/reference/camel/camel-scan.c:887:15: branch_true: following ‘true’ branch...
evolution-data-server-3.59.1/redhat-linux-build/docs/reference/camel/camel-scan.c:888:5: branch_true: ...to here
evolution-data-server-3.59.1/redhat-linux-build/docs/reference/camel/camel-scan.c:888:5: call_function: calling ‘output_object_actions’ from ‘output_actions’

Error: GCC_ANALYZER_WARNING (CWE-775): [#def37]
evolution-data-server-3.59.1/redhat-linux-build/docs/reference/camel/camel-scan.c:952:15: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(args_filename, "w")’
evolution-data-server-3.59.1/redhat-linux-build/docs/reference/camel/camel-scan.c:941:1: enter_function: entry to ‘output_args’
evolution-data-server-3.59.1/redhat-linux-build/docs/reference/camel/camel-scan.c:946:8: acquire_resource: opened here
evolution-data-server-3.59.1/redhat-linux-build/docs/reference/camel/camel-scan.c:947:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/docs/reference/camel/camel-scan.c:947:6: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/docs/reference/camel/camel-scan.c:952:15: branch_true: following ‘true’ branch...
evolution-data-server-3.59.1/redhat-linux-build/docs/reference/camel/camel-scan.c:953:5: branch_true: ...to here
evolution-data-server-3.59.1/redhat-linux-build/docs/reference/camel/camel-scan.c:953:5: call_function: calling ‘output_object_args’ from ‘output_args’

Error: GCC_ANALYZER_WARNING (CWE-401): [#def38]
evolution-data-server-3.59.1/redhat-linux-build/docs/reference/camel/camel-scan.c:952:15: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(args_filename, "w")’
evolution-data-server-3.59.1/redhat-linux-build/docs/reference/camel/camel-scan.c:941:1: enter_function: entry to ‘output_args’
evolution-data-server-3.59.1/redhat-linux-build/docs/reference/camel/camel-scan.c:946:8: acquire_memory: allocated here
evolution-data-server-3.59.1/redhat-linux-build/docs/reference/camel/camel-scan.c:947:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/docs/reference/camel/camel-scan.c:947:6: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/docs/reference/camel/camel-scan.c:952:15: branch_true: following ‘true’ branch...
evolution-data-server-3.59.1/redhat-linux-build/docs/reference/camel/camel-scan.c:953:5: branch_true: ...to here
evolution-data-server-3.59.1/redhat-linux-build/docs/reference/camel/camel-scan.c:953:5: call_function: calling ‘output_object_args’ from ‘output_args’

Error: GCC_ANALYZER_WARNING (CWE-775): [#def39]
evolution-data-server-3.59.1/redhat-linux-build/docs/reference/evolution-data-server/evolution-data-server-scan.c:487:15: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(signals_filename, "w")’
evolution-data-server-3.59.1/redhat-linux-build/docs/reference/evolution-data-server/evolution-data-server-scan.c:476:1: enter_function: entry to ‘output_signals’
evolution-data-server-3.59.1/redhat-linux-build/docs/reference/evolution-data-server/evolution-data-server-scan.c:481:8: acquire_resource: opened here
evolution-data-server-3.59.1/redhat-linux-build/docs/reference/evolution-data-server/evolution-data-server-scan.c:482:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/docs/reference/evolution-data-server/evolution-data-server-scan.c:482:6: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/docs/reference/evolution-data-server/evolution-data-server-scan.c:487:15: branch_true: following ‘true’ branch...
evolution-data-server-3.59.1/redhat-linux-build/docs/reference/evolution-data-server/evolution-data-server-scan.c:488:5: branch_true: ...to here
evolution-data-server-3.59.1/redhat-linux-build/docs/reference/evolution-data-server/evolution-data-server-scan.c:488:5: call_function: calling ‘output_object_signals’ from ‘output_signals’

Error: GCC_ANALYZER_WARNING (CWE-401): [#def40]
evolution-data-server-3.59.1/redhat-linux-build/docs/reference/evolution-data-server/evolution-data-server-scan.c:487:15: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(signals_filename, "w")’
evolution-data-server-3.59.1/redhat-linux-build/docs/reference/evolution-data-server/evolution-data-server-scan.c:476:1: enter_function: entry to ‘output_signals’
evolution-data-server-3.59.1/redhat-linux-build/docs/reference/evolution-data-server/evolution-data-server-scan.c:481:8: acquire_memory: allocated here
evolution-data-server-3.59.1/redhat-linux-build/docs/reference/evolution-data-server/evolution-data-server-scan.c:482:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/docs/reference/evolution-data-server/evolution-data-server-scan.c:482:6: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/docs/reference/evolution-data-server/evolution-data-server-scan.c:487:15: branch_true: following ‘true’ branch...
evolution-data-server-3.59.1/redhat-linux-build/docs/reference/evolution-data-server/evolution-data-server-scan.c:488:5: branch_true: ...to here
evolution-data-server-3.59.1/redhat-linux-build/docs/reference/evolution-data-server/evolution-data-server-scan.c:488:5: call_function: calling ‘output_object_signals’ from ‘output_signals’

Error: GCC_ANALYZER_WARNING (CWE-775): [#def41]
evolution-data-server-3.59.1/redhat-linux-build/docs/reference/evolution-data-server/evolution-data-server-scan.c:802:3: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(hierarchy_filename, "w")’
evolution-data-server-3.59.1/redhat-linux-build/docs/reference/evolution-data-server/evolution-data-server-scan.c:751:1: enter_function: entry to ‘output_object_hierarchy’
evolution-data-server-3.59.1/redhat-linux-build/docs/reference/evolution-data-server/evolution-data-server-scan.c:758:8: acquire_resource: opened here
evolution-data-server-3.59.1/redhat-linux-build/docs/reference/evolution-data-server/evolution-data-server-scan.c:759:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/docs/reference/evolution-data-server/evolution-data-server-scan.c:763:3: call_function: inlined call to ‘output_hierarchy’ from ‘output_object_hierarchy’

Error: GCC_ANALYZER_WARNING (CWE-401): [#def42]
evolution-data-server-3.59.1/redhat-linux-build/docs/reference/evolution-data-server/evolution-data-server-scan.c:802:3: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(hierarchy_filename, "w")’
evolution-data-server-3.59.1/redhat-linux-build/docs/reference/evolution-data-server/evolution-data-server-scan.c:751:1: enter_function: entry to ‘output_object_hierarchy’
evolution-data-server-3.59.1/redhat-linux-build/docs/reference/evolution-data-server/evolution-data-server-scan.c:758:8: acquire_memory: allocated here
evolution-data-server-3.59.1/redhat-linux-build/docs/reference/evolution-data-server/evolution-data-server-scan.c:759:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/docs/reference/evolution-data-server/evolution-data-server-scan.c:763:3: call_function: inlined call to ‘output_hierarchy’ from ‘output_object_hierarchy’

Error: GCC_ANALYZER_WARNING (CWE-775): [#def43]
evolution-data-server-3.59.1/redhat-linux-build/docs/reference/evolution-data-server/evolution-data-server-scan.c:804:14: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(hierarchy_filename, "w")’
evolution-data-server-3.59.1/redhat-linux-build/docs/reference/evolution-data-server/evolution-data-server-scan.c:751:1: enter_function: entry to ‘output_object_hierarchy’
evolution-data-server-3.59.1/redhat-linux-build/docs/reference/evolution-data-server/evolution-data-server-scan.c:758:8: acquire_resource: opened here
evolution-data-server-3.59.1/redhat-linux-build/docs/reference/evolution-data-server/evolution-data-server-scan.c:759:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/docs/reference/evolution-data-server/evolution-data-server-scan.c:763:3: call_function: inlined call to ‘output_hierarchy’ from ‘output_object_hierarchy’

Error: GCC_ANALYZER_WARNING (CWE-401): [#def44]
evolution-data-server-3.59.1/redhat-linux-build/docs/reference/evolution-data-server/evolution-data-server-scan.c:804:14: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(hierarchy_filename, "w")’
evolution-data-server-3.59.1/redhat-linux-build/docs/reference/evolution-data-server/evolution-data-server-scan.c:751:1: enter_function: entry to ‘output_object_hierarchy’
evolution-data-server-3.59.1/redhat-linux-build/docs/reference/evolution-data-server/evolution-data-server-scan.c:758:8: acquire_memory: allocated here
evolution-data-server-3.59.1/redhat-linux-build/docs/reference/evolution-data-server/evolution-data-server-scan.c:759:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/docs/reference/evolution-data-server/evolution-data-server-scan.c:763:3: call_function: inlined call to ‘output_hierarchy’ from ‘output_object_hierarchy’

Error: GCC_ANALYZER_WARNING (CWE-775): [#def45]
evolution-data-server-3.59.1/redhat-linux-build/docs/reference/evolution-data-server/evolution-data-server-scan.c:806:13: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(hierarchy_filename, "w")’
evolution-data-server-3.59.1/redhat-linux-build/docs/reference/evolution-data-server/evolution-data-server-scan.c:751:1: enter_function: entry to ‘output_object_hierarchy’
evolution-data-server-3.59.1/redhat-linux-build/docs/reference/evolution-data-server/evolution-data-server-scan.c:758:8: acquire_resource: opened here
evolution-data-server-3.59.1/redhat-linux-build/docs/reference/evolution-data-server/evolution-data-server-scan.c:759:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/docs/reference/evolution-data-server/evolution-data-server-scan.c:763:3: call_function: inlined call to ‘output_hierarchy’ from ‘output_object_hierarchy’

Error: GCC_ANALYZER_WARNING (CWE-401): [#def46]
evolution-data-server-3.59.1/redhat-linux-build/docs/reference/evolution-data-server/evolution-data-server-scan.c:806:13: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(hierarchy_filename, "w")’
evolution-data-server-3.59.1/redhat-linux-build/docs/reference/evolution-data-server/evolution-data-server-scan.c:751:1: enter_function: entry to ‘output_object_hierarchy’
evolution-data-server-3.59.1/redhat-linux-build/docs/reference/evolution-data-server/evolution-data-server-scan.c:758:8: acquire_memory: allocated here
evolution-data-server-3.59.1/redhat-linux-build/docs/reference/evolution-data-server/evolution-data-server-scan.c:759:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/docs/reference/evolution-data-server/evolution-data-server-scan.c:763:3: call_function: inlined call to ‘output_hierarchy’ from ‘output_object_hierarchy’

Error: GCC_ANALYZER_WARNING (CWE-775): [#def47]
evolution-data-server-3.59.1/redhat-linux-build/docs/reference/evolution-data-server/evolution-data-server-scan.c:845:16: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(interfaces_filename, "w")’
evolution-data-server-3.59.1/redhat-linux-build/docs/reference/evolution-data-server/evolution-data-server-scan.c:812:13: enter_function: entry to ‘output_object_interfaces’
evolution-data-server-3.59.1/redhat-linux-build/docs/reference/evolution-data-server/evolution-data-server-scan.c:817:8: acquire_resource: opened here
evolution-data-server-3.59.1/redhat-linux-build/docs/reference/evolution-data-server/evolution-data-server-scan.c:818:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/docs/reference/evolution-data-server/evolution-data-server-scan.c:822:3: call_function: inlined call to ‘output_interfaces’ from ‘output_object_interfaces’

Error: GCC_ANALYZER_WARNING (CWE-401): [#def48]
evolution-data-server-3.59.1/redhat-linux-build/docs/reference/evolution-data-server/evolution-data-server-scan.c:845:16: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(interfaces_filename, "w")’
evolution-data-server-3.59.1/redhat-linux-build/docs/reference/evolution-data-server/evolution-data-server-scan.c:812:13: enter_function: entry to ‘output_object_interfaces’
evolution-data-server-3.59.1/redhat-linux-build/docs/reference/evolution-data-server/evolution-data-server-scan.c:817:8: acquire_memory: allocated here
evolution-data-server-3.59.1/redhat-linux-build/docs/reference/evolution-data-server/evolution-data-server-scan.c:818:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/docs/reference/evolution-data-server/evolution-data-server-scan.c:822:3: call_function: inlined call to ‘output_interfaces’ from ‘output_object_interfaces’

Error: GCC_ANALYZER_WARNING (CWE-775): [#def49]
evolution-data-server-3.59.1/redhat-linux-build/docs/reference/evolution-data-server/evolution-data-server-scan.c:847:7: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(interfaces_filename, "w")’
evolution-data-server-3.59.1/redhat-linux-build/docs/reference/evolution-data-server/evolution-data-server-scan.c:812:13: enter_function: entry to ‘output_object_interfaces’
evolution-data-server-3.59.1/redhat-linux-build/docs/reference/evolution-data-server/evolution-data-server-scan.c:817:8: acquire_resource: opened here
evolution-data-server-3.59.1/redhat-linux-build/docs/reference/evolution-data-server/evolution-data-server-scan.c:818:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/docs/reference/evolution-data-server/evolution-data-server-scan.c:822:3: call_function: inlined call to ‘output_interfaces’ from ‘output_object_interfaces’

Error: GCC_ANALYZER_WARNING (CWE-401): [#def50]
evolution-data-server-3.59.1/redhat-linux-build/docs/reference/evolution-data-server/evolution-data-server-scan.c:847:7: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(interfaces_filename, "w")’
evolution-data-server-3.59.1/redhat-linux-build/docs/reference/evolution-data-server/evolution-data-server-scan.c:812:13: enter_function: entry to ‘output_object_interfaces’
evolution-data-server-3.59.1/redhat-linux-build/docs/reference/evolution-data-server/evolution-data-server-scan.c:817:8: acquire_memory: allocated here
evolution-data-server-3.59.1/redhat-linux-build/docs/reference/evolution-data-server/evolution-data-server-scan.c:818:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/docs/reference/evolution-data-server/evolution-data-server-scan.c:822:3: call_function: inlined call to ‘output_interfaces’ from ‘output_object_interfaces’

Error: GCC_ANALYZER_WARNING (CWE-775): [#def51]
evolution-data-server-3.59.1/redhat-linux-build/docs/reference/evolution-data-server/evolution-data-server-scan.c:888:19: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(prerequisites_filename, "w")’
evolution-data-server-3.59.1/redhat-linux-build/docs/reference/evolution-data-server/evolution-data-server-scan.c:863:13: enter_function: entry to ‘output_interface_prerequisites’
evolution-data-server-3.59.1/redhat-linux-build/docs/reference/evolution-data-server/evolution-data-server-scan.c:867:8: acquire_resource: opened here
evolution-data-server-3.59.1/redhat-linux-build/docs/reference/evolution-data-server/evolution-data-server-scan.c:868:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/docs/reference/evolution-data-server/evolution-data-server-scan.c:872:3: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/docs/reference/evolution-data-server/evolution-data-server-scan.c:872:3: call_function: calling ‘output_prerequisites’ from ‘output_interface_prerequisites’

Error: GCC_ANALYZER_WARNING (CWE-401): [#def52]
evolution-data-server-3.59.1/redhat-linux-build/docs/reference/evolution-data-server/evolution-data-server-scan.c:888:19: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(prerequisites_filename, "w")’
evolution-data-server-3.59.1/redhat-linux-build/docs/reference/evolution-data-server/evolution-data-server-scan.c:863:13: enter_function: entry to ‘output_interface_prerequisites’
evolution-data-server-3.59.1/redhat-linux-build/docs/reference/evolution-data-server/evolution-data-server-scan.c:867:8: acquire_memory: allocated here
evolution-data-server-3.59.1/redhat-linux-build/docs/reference/evolution-data-server/evolution-data-server-scan.c:868:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/docs/reference/evolution-data-server/evolution-data-server-scan.c:872:3: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/docs/reference/evolution-data-server/evolution-data-server-scan.c:872:3: call_function: calling ‘output_prerequisites’ from ‘output_interface_prerequisites’

Error: GCC_ANALYZER_WARNING (CWE-775): [#def53]
evolution-data-server-3.59.1/redhat-linux-build/docs/reference/evolution-data-server/evolution-data-server-scan.c:890:7: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(prerequisites_filename, "w")’
evolution-data-server-3.59.1/redhat-linux-build/docs/reference/evolution-data-server/evolution-data-server-scan.c:863:13: enter_function: entry to ‘output_interface_prerequisites’
evolution-data-server-3.59.1/redhat-linux-build/docs/reference/evolution-data-server/evolution-data-server-scan.c:867:8: acquire_resource: opened here
evolution-data-server-3.59.1/redhat-linux-build/docs/reference/evolution-data-server/evolution-data-server-scan.c:868:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/docs/reference/evolution-data-server/evolution-data-server-scan.c:872:3: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/docs/reference/evolution-data-server/evolution-data-server-scan.c:872:3: call_function: calling ‘output_prerequisites’ from ‘output_interface_prerequisites’

Error: GCC_ANALYZER_WARNING (CWE-401): [#def54]
evolution-data-server-3.59.1/redhat-linux-build/docs/reference/evolution-data-server/evolution-data-server-scan.c:890:7: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(prerequisites_filename, "w")’
evolution-data-server-3.59.1/redhat-linux-build/docs/reference/evolution-data-server/evolution-data-server-scan.c:863:13: enter_function: entry to ‘output_interface_prerequisites’
evolution-data-server-3.59.1/redhat-linux-build/docs/reference/evolution-data-server/evolution-data-server-scan.c:867:8: acquire_memory: allocated here
evolution-data-server-3.59.1/redhat-linux-build/docs/reference/evolution-data-server/evolution-data-server-scan.c:868:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/docs/reference/evolution-data-server/evolution-data-server-scan.c:872:3: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/docs/reference/evolution-data-server/evolution-data-server-scan.c:872:3: call_function: calling ‘output_prerequisites’ from ‘output_interface_prerequisites’

Error: GCC_ANALYZER_WARNING (CWE-775): [#def55]
evolution-data-server-3.59.1/redhat-linux-build/docs/reference/evolution-data-server/evolution-data-server-scan.c:919:15: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(actions_filename, "w")’
evolution-data-server-3.59.1/redhat-linux-build/docs/reference/evolution-data-server/evolution-data-server-scan.c:908:1: enter_function: entry to ‘output_actions’
evolution-data-server-3.59.1/redhat-linux-build/docs/reference/evolution-data-server/evolution-data-server-scan.c:913:8: acquire_resource: opened here
evolution-data-server-3.59.1/redhat-linux-build/docs/reference/evolution-data-server/evolution-data-server-scan.c:914:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/docs/reference/evolution-data-server/evolution-data-server-scan.c:914:6: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/docs/reference/evolution-data-server/evolution-data-server-scan.c:919:15: branch_true: following ‘true’ branch...
evolution-data-server-3.59.1/redhat-linux-build/docs/reference/evolution-data-server/evolution-data-server-scan.c:920:5: branch_true: ...to here
evolution-data-server-3.59.1/redhat-linux-build/docs/reference/evolution-data-server/evolution-data-server-scan.c:920:5: call_function: calling ‘output_object_actions’ from ‘output_actions’

Error: GCC_ANALYZER_WARNING (CWE-401): [#def56]
evolution-data-server-3.59.1/redhat-linux-build/docs/reference/evolution-data-server/evolution-data-server-scan.c:919:15: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(actions_filename, "w")’
evolution-data-server-3.59.1/redhat-linux-build/docs/reference/evolution-data-server/evolution-data-server-scan.c:908:1: enter_function: entry to ‘output_actions’
evolution-data-server-3.59.1/redhat-linux-build/docs/reference/evolution-data-server/evolution-data-server-scan.c:913:8: acquire_memory: allocated here
evolution-data-server-3.59.1/redhat-linux-build/docs/reference/evolution-data-server/evolution-data-server-scan.c:914:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/docs/reference/evolution-data-server/evolution-data-server-scan.c:914:6: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/docs/reference/evolution-data-server/evolution-data-server-scan.c:919:15: branch_true: following ‘true’ branch...
evolution-data-server-3.59.1/redhat-linux-build/docs/reference/evolution-data-server/evolution-data-server-scan.c:920:5: branch_true: ...to here
evolution-data-server-3.59.1/redhat-linux-build/docs/reference/evolution-data-server/evolution-data-server-scan.c:920:5: call_function: calling ‘output_object_actions’ from ‘output_actions’

Error: GCC_ANALYZER_WARNING (CWE-775): [#def57]
evolution-data-server-3.59.1/redhat-linux-build/docs/reference/evolution-data-server/evolution-data-server-scan.c:984:15: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(args_filename, "w")’
evolution-data-server-3.59.1/redhat-linux-build/docs/reference/evolution-data-server/evolution-data-server-scan.c:973:1: enter_function: entry to ‘output_args’
evolution-data-server-3.59.1/redhat-linux-build/docs/reference/evolution-data-server/evolution-data-server-scan.c:978:8: acquire_resource: opened here
evolution-data-server-3.59.1/redhat-linux-build/docs/reference/evolution-data-server/evolution-data-server-scan.c:979:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/docs/reference/evolution-data-server/evolution-data-server-scan.c:979:6: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/docs/reference/evolution-data-server/evolution-data-server-scan.c:984:15: branch_true: following ‘true’ branch...
evolution-data-server-3.59.1/redhat-linux-build/docs/reference/evolution-data-server/evolution-data-server-scan.c:985:5: branch_true: ...to here
evolution-data-server-3.59.1/redhat-linux-build/docs/reference/evolution-data-server/evolution-data-server-scan.c:985:5: call_function: calling ‘output_object_args’ from ‘output_args’

Error: GCC_ANALYZER_WARNING (CWE-401): [#def58]
evolution-data-server-3.59.1/redhat-linux-build/docs/reference/evolution-data-server/evolution-data-server-scan.c:984:15: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(args_filename, "w")’
evolution-data-server-3.59.1/redhat-linux-build/docs/reference/evolution-data-server/evolution-data-server-scan.c:973:1: enter_function: entry to ‘output_args’
evolution-data-server-3.59.1/redhat-linux-build/docs/reference/evolution-data-server/evolution-data-server-scan.c:978:8: acquire_memory: allocated here
evolution-data-server-3.59.1/redhat-linux-build/docs/reference/evolution-data-server/evolution-data-server-scan.c:979:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/docs/reference/evolution-data-server/evolution-data-server-scan.c:979:6: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/docs/reference/evolution-data-server/evolution-data-server-scan.c:984:15: branch_true: following ‘true’ branch...
evolution-data-server-3.59.1/redhat-linux-build/docs/reference/evolution-data-server/evolution-data-server-scan.c:985:5: branch_true: ...to here
evolution-data-server-3.59.1/redhat-linux-build/docs/reference/evolution-data-server/evolution-data-server-scan.c:985:5: call_function: calling ‘output_object_args’ from ‘output_args’

Error: GCC_ANALYZER_WARNING (CWE-775): [#def59]
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook-contacts/tmp-introspectb1fi7xsp/EBookContacts-1.2.c:68:7: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(input_filename, "rb")’
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook-contacts/tmp-introspectb1fi7xsp/EBookContacts-1.2.c:630:1: enter_function: entry to ‘dump_irepository’
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook-contacts/tmp-introspectb1fi7xsp/EBookContacts-1.2.c:645:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook-contacts/tmp-introspectb1fi7xsp/EBookContacts-1.2.c:654:15: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook-contacts/tmp-introspectb1fi7xsp/EBookContacts-1.2.c:658:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook-contacts/tmp-introspectb1fi7xsp/EBookContacts-1.2.c:669:11: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook-contacts/tmp-introspectb1fi7xsp/EBookContacts-1.2.c:669:11: acquire_resource: opened here
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook-contacts/tmp-introspectb1fi7xsp/EBookContacts-1.2.c:670:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook-contacts/tmp-introspectb1fi7xsp/EBookContacts-1.2.c:682:12: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook-contacts/tmp-introspectb1fi7xsp/EBookContacts-1.2.c:683:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook-contacts/tmp-introspectb1fi7xsp/EBookContacts-1.2.c:696:3: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook-contacts/tmp-introspectb1fi7xsp/EBookContacts-1.2.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’

Error: GCC_ANALYZER_WARNING (CWE-775): [#def60]
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook-contacts/tmp-introspectb1fi7xsp/EBookContacts-1.2.c:68:7: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(output_filename, "wb")’
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook-contacts/tmp-introspectb1fi7xsp/EBookContacts-1.2.c:630:1: enter_function: entry to ‘dump_irepository’
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook-contacts/tmp-introspectb1fi7xsp/EBookContacts-1.2.c:645:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook-contacts/tmp-introspectb1fi7xsp/EBookContacts-1.2.c:654:15: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook-contacts/tmp-introspectb1fi7xsp/EBookContacts-1.2.c:658:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook-contacts/tmp-introspectb1fi7xsp/EBookContacts-1.2.c:669:11: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook-contacts/tmp-introspectb1fi7xsp/EBookContacts-1.2.c:670:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook-contacts/tmp-introspectb1fi7xsp/EBookContacts-1.2.c:682:12: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook-contacts/tmp-introspectb1fi7xsp/EBookContacts-1.2.c:682:12: acquire_resource: opened here
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook-contacts/tmp-introspectb1fi7xsp/EBookContacts-1.2.c:683:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook-contacts/tmp-introspectb1fi7xsp/EBookContacts-1.2.c:696:3: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook-contacts/tmp-introspectb1fi7xsp/EBookContacts-1.2.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’

Error: GCC_ANALYZER_WARNING (CWE-401): [#def61]
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook-contacts/tmp-introspectb1fi7xsp/EBookContacts-1.2.c:68:7: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(input_filename, "rb")’
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook-contacts/tmp-introspectb1fi7xsp/EBookContacts-1.2.c:630:1: enter_function: entry to ‘dump_irepository’
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook-contacts/tmp-introspectb1fi7xsp/EBookContacts-1.2.c:645:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook-contacts/tmp-introspectb1fi7xsp/EBookContacts-1.2.c:654:15: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook-contacts/tmp-introspectb1fi7xsp/EBookContacts-1.2.c:658:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook-contacts/tmp-introspectb1fi7xsp/EBookContacts-1.2.c:669:11: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook-contacts/tmp-introspectb1fi7xsp/EBookContacts-1.2.c:669:11: acquire_memory: allocated here
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook-contacts/tmp-introspectb1fi7xsp/EBookContacts-1.2.c:670:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook-contacts/tmp-introspectb1fi7xsp/EBookContacts-1.2.c:682:12: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook-contacts/tmp-introspectb1fi7xsp/EBookContacts-1.2.c:683:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook-contacts/tmp-introspectb1fi7xsp/EBookContacts-1.2.c:696:3: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook-contacts/tmp-introspectb1fi7xsp/EBookContacts-1.2.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’

Error: GCC_ANALYZER_WARNING (CWE-401): [#def62]
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook-contacts/tmp-introspectb1fi7xsp/EBookContacts-1.2.c:68:7: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(output_filename, "wb")’
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook-contacts/tmp-introspectb1fi7xsp/EBookContacts-1.2.c:630:1: enter_function: entry to ‘dump_irepository’
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook-contacts/tmp-introspectb1fi7xsp/EBookContacts-1.2.c:645:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook-contacts/tmp-introspectb1fi7xsp/EBookContacts-1.2.c:654:15: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook-contacts/tmp-introspectb1fi7xsp/EBookContacts-1.2.c:658:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook-contacts/tmp-introspectb1fi7xsp/EBookContacts-1.2.c:669:11: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook-contacts/tmp-introspectb1fi7xsp/EBookContacts-1.2.c:670:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook-contacts/tmp-introspectb1fi7xsp/EBookContacts-1.2.c:682:12: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook-contacts/tmp-introspectb1fi7xsp/EBookContacts-1.2.c:682:12: acquire_memory: allocated here
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook-contacts/tmp-introspectb1fi7xsp/EBookContacts-1.2.c:683:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook-contacts/tmp-introspectb1fi7xsp/EBookContacts-1.2.c:696:3: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook-contacts/tmp-introspectb1fi7xsp/EBookContacts-1.2.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’

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

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

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

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

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

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

Error: GCC_ANALYZER_WARNING (CWE-401): [#def69]
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook-contacts/tmp-introspectb1fi7xsp/EBookContacts-1.2.c:93:11: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(input_filename, "rb")’
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook-contacts/tmp-introspectb1fi7xsp/EBookContacts-1.2.c:630:1: enter_function: entry to ‘dump_irepository’
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook-contacts/tmp-introspectb1fi7xsp/EBookContacts-1.2.c:645:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook-contacts/tmp-introspectb1fi7xsp/EBookContacts-1.2.c:654:15: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook-contacts/tmp-introspectb1fi7xsp/EBookContacts-1.2.c:658:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook-contacts/tmp-introspectb1fi7xsp/EBookContacts-1.2.c:669:11: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook-contacts/tmp-introspectb1fi7xsp/EBookContacts-1.2.c:669:11: acquire_memory: allocated here
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook-contacts/tmp-introspectb1fi7xsp/EBookContacts-1.2.c:670:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook-contacts/tmp-introspectb1fi7xsp/EBookContacts-1.2.c:682:12: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook-contacts/tmp-introspectb1fi7xsp/EBookContacts-1.2.c:683:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook-contacts/tmp-introspectb1fi7xsp/EBookContacts-1.2.c:696:3: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook-contacts/tmp-introspectb1fi7xsp/EBookContacts-1.2.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook-contacts/tmp-introspectb1fi7xsp/EBookContacts-1.2.c:696:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook-contacts/tmp-introspectb1fi7xsp/EBookContacts-1.2.c:697:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook-contacts/tmp-introspectb1fi7xsp/EBookContacts-1.2.c:697:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook-contacts/tmp-introspectb1fi7xsp/EBookContacts-1.2.c:704:20: call_function: calling ‘read_line’ from ‘dump_irepository’

Error: GCC_ANALYZER_WARNING (CWE-401): [#def70]
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook-contacts/tmp-introspectb1fi7xsp/EBookContacts-1.2.c:93:11: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(output_filename, "wb")’
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook-contacts/tmp-introspectb1fi7xsp/EBookContacts-1.2.c:630:1: enter_function: entry to ‘dump_irepository’
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook-contacts/tmp-introspectb1fi7xsp/EBookContacts-1.2.c:645:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook-contacts/tmp-introspectb1fi7xsp/EBookContacts-1.2.c:654:15: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook-contacts/tmp-introspectb1fi7xsp/EBookContacts-1.2.c:658:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook-contacts/tmp-introspectb1fi7xsp/EBookContacts-1.2.c:669:11: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook-contacts/tmp-introspectb1fi7xsp/EBookContacts-1.2.c:670:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook-contacts/tmp-introspectb1fi7xsp/EBookContacts-1.2.c:682:12: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook-contacts/tmp-introspectb1fi7xsp/EBookContacts-1.2.c:682:12: acquire_memory: allocated here
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook-contacts/tmp-introspectb1fi7xsp/EBookContacts-1.2.c:683:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook-contacts/tmp-introspectb1fi7xsp/EBookContacts-1.2.c:696:3: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook-contacts/tmp-introspectb1fi7xsp/EBookContacts-1.2.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook-contacts/tmp-introspectb1fi7xsp/EBookContacts-1.2.c:696:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook-contacts/tmp-introspectb1fi7xsp/EBookContacts-1.2.c:697:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook-contacts/tmp-introspectb1fi7xsp/EBookContacts-1.2.c:697:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook-contacts/tmp-introspectb1fi7xsp/EBookContacts-1.2.c:704:20: call_function: calling ‘read_line’ from ‘dump_irepository’

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

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

Error: GCC_ANALYZER_WARNING (CWE-401): [#def73]
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook-contacts/tmp-introspectb1fi7xsp/EBookContacts-1.2.c:99:3: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(input_filename, "rb")’
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook-contacts/tmp-introspectb1fi7xsp/EBookContacts-1.2.c:630:1: enter_function: entry to ‘dump_irepository’
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook-contacts/tmp-introspectb1fi7xsp/EBookContacts-1.2.c:645:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook-contacts/tmp-introspectb1fi7xsp/EBookContacts-1.2.c:654:15: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook-contacts/tmp-introspectb1fi7xsp/EBookContacts-1.2.c:658:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook-contacts/tmp-introspectb1fi7xsp/EBookContacts-1.2.c:669:11: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook-contacts/tmp-introspectb1fi7xsp/EBookContacts-1.2.c:669:11: acquire_memory: allocated here
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook-contacts/tmp-introspectb1fi7xsp/EBookContacts-1.2.c:670:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook-contacts/tmp-introspectb1fi7xsp/EBookContacts-1.2.c:682:12: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook-contacts/tmp-introspectb1fi7xsp/EBookContacts-1.2.c:683:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook-contacts/tmp-introspectb1fi7xsp/EBookContacts-1.2.c:696:3: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook-contacts/tmp-introspectb1fi7xsp/EBookContacts-1.2.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook-contacts/tmp-introspectb1fi7xsp/EBookContacts-1.2.c:696:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook-contacts/tmp-introspectb1fi7xsp/EBookContacts-1.2.c:697:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook-contacts/tmp-introspectb1fi7xsp/EBookContacts-1.2.c:697:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook-contacts/tmp-introspectb1fi7xsp/EBookContacts-1.2.c:704:20: call_function: calling ‘read_line’ from ‘dump_irepository’

Error: GCC_ANALYZER_WARNING (CWE-401): [#def74]
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook-contacts/tmp-introspectb1fi7xsp/EBookContacts-1.2.c:99:3: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(output_filename, "wb")’
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook-contacts/tmp-introspectb1fi7xsp/EBookContacts-1.2.c:630:1: enter_function: entry to ‘dump_irepository’
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook-contacts/tmp-introspectb1fi7xsp/EBookContacts-1.2.c:645:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook-contacts/tmp-introspectb1fi7xsp/EBookContacts-1.2.c:654:15: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook-contacts/tmp-introspectb1fi7xsp/EBookContacts-1.2.c:658:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook-contacts/tmp-introspectb1fi7xsp/EBookContacts-1.2.c:669:11: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook-contacts/tmp-introspectb1fi7xsp/EBookContacts-1.2.c:670:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook-contacts/tmp-introspectb1fi7xsp/EBookContacts-1.2.c:682:12: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook-contacts/tmp-introspectb1fi7xsp/EBookContacts-1.2.c:682:12: acquire_memory: allocated here
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook-contacts/tmp-introspectb1fi7xsp/EBookContacts-1.2.c:683:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook-contacts/tmp-introspectb1fi7xsp/EBookContacts-1.2.c:696:3: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook-contacts/tmp-introspectb1fi7xsp/EBookContacts-1.2.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook-contacts/tmp-introspectb1fi7xsp/EBookContacts-1.2.c:696:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook-contacts/tmp-introspectb1fi7xsp/EBookContacts-1.2.c:697:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook-contacts/tmp-introspectb1fi7xsp/EBookContacts-1.2.c:697:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook-contacts/tmp-introspectb1fi7xsp/EBookContacts-1.2.c:704:20: call_function: calling ‘read_line’ from ‘dump_irepository’

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

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

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

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

Error: GCC_ANALYZER_WARNING (CWE-404): [#def79]
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook-contacts/tmp-introspectb1fi7xsp/EBookContacts-1.2.c:120:9: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook-contacts/tmp-introspectb1fi7xsp/EBookContacts-1.2.c:599:1: enter_function: entry to ‘dump_error_quark’
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook-contacts/tmp-introspectb1fi7xsp/EBookContacts-1.2.c:601:3: call_function: calling ‘escaped_printf’ from ‘dump_error_quark’

Error: GCC_ANALYZER_WARNING (CWE-775): [#def80]
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook-contacts/tmp-introspectb1fi7xsp/EBookContacts-1.2.c:138:7: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(input_filename, "rb")’
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook-contacts/tmp-introspectb1fi7xsp/EBookContacts-1.2.c:630:1: enter_function: entry to ‘dump_irepository’
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook-contacts/tmp-introspectb1fi7xsp/EBookContacts-1.2.c:645:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook-contacts/tmp-introspectb1fi7xsp/EBookContacts-1.2.c:654:15: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook-contacts/tmp-introspectb1fi7xsp/EBookContacts-1.2.c:658:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook-contacts/tmp-introspectb1fi7xsp/EBookContacts-1.2.c:669:11: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook-contacts/tmp-introspectb1fi7xsp/EBookContacts-1.2.c:669:11: acquire_resource: opened here
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook-contacts/tmp-introspectb1fi7xsp/EBookContacts-1.2.c:670:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook-contacts/tmp-introspectb1fi7xsp/EBookContacts-1.2.c:682:12: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook-contacts/tmp-introspectb1fi7xsp/EBookContacts-1.2.c:683:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook-contacts/tmp-introspectb1fi7xsp/EBookContacts-1.2.c:696:3: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook-contacts/tmp-introspectb1fi7xsp/EBookContacts-1.2.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’

Error: GCC_ANALYZER_WARNING (CWE-775): [#def81]
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook-contacts/tmp-introspectb1fi7xsp/EBookContacts-1.2.c:138:7: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(output_filename, "wb")’
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook-contacts/tmp-introspectb1fi7xsp/EBookContacts-1.2.c:630:1: enter_function: entry to ‘dump_irepository’
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook-contacts/tmp-introspectb1fi7xsp/EBookContacts-1.2.c:645:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook-contacts/tmp-introspectb1fi7xsp/EBookContacts-1.2.c:654:15: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook-contacts/tmp-introspectb1fi7xsp/EBookContacts-1.2.c:658:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook-contacts/tmp-introspectb1fi7xsp/EBookContacts-1.2.c:669:11: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook-contacts/tmp-introspectb1fi7xsp/EBookContacts-1.2.c:670:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook-contacts/tmp-introspectb1fi7xsp/EBookContacts-1.2.c:682:12: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook-contacts/tmp-introspectb1fi7xsp/EBookContacts-1.2.c:682:12: acquire_resource: opened here
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook-contacts/tmp-introspectb1fi7xsp/EBookContacts-1.2.c:683:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook-contacts/tmp-introspectb1fi7xsp/EBookContacts-1.2.c:696:3: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook-contacts/tmp-introspectb1fi7xsp/EBookContacts-1.2.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’

Error: GCC_ANALYZER_WARNING (CWE-401): [#def82]
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook-contacts/tmp-introspectb1fi7xsp/EBookContacts-1.2.c:138:7: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(input_filename, "rb")’
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook-contacts/tmp-introspectb1fi7xsp/EBookContacts-1.2.c:630:1: enter_function: entry to ‘dump_irepository’
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook-contacts/tmp-introspectb1fi7xsp/EBookContacts-1.2.c:645:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook-contacts/tmp-introspectb1fi7xsp/EBookContacts-1.2.c:654:15: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook-contacts/tmp-introspectb1fi7xsp/EBookContacts-1.2.c:658:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook-contacts/tmp-introspectb1fi7xsp/EBookContacts-1.2.c:669:11: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook-contacts/tmp-introspectb1fi7xsp/EBookContacts-1.2.c:669:11: acquire_memory: allocated here
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook-contacts/tmp-introspectb1fi7xsp/EBookContacts-1.2.c:670:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook-contacts/tmp-introspectb1fi7xsp/EBookContacts-1.2.c:682:12: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook-contacts/tmp-introspectb1fi7xsp/EBookContacts-1.2.c:683:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook-contacts/tmp-introspectb1fi7xsp/EBookContacts-1.2.c:696:3: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook-contacts/tmp-introspectb1fi7xsp/EBookContacts-1.2.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’

Error: GCC_ANALYZER_WARNING (CWE-401): [#def83]
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook-contacts/tmp-introspectb1fi7xsp/EBookContacts-1.2.c:138:7: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(output_filename, "wb")’
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook-contacts/tmp-introspectb1fi7xsp/EBookContacts-1.2.c:630:1: enter_function: entry to ‘dump_irepository’
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook-contacts/tmp-introspectb1fi7xsp/EBookContacts-1.2.c:645:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook-contacts/tmp-introspectb1fi7xsp/EBookContacts-1.2.c:654:15: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook-contacts/tmp-introspectb1fi7xsp/EBookContacts-1.2.c:658:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook-contacts/tmp-introspectb1fi7xsp/EBookContacts-1.2.c:669:11: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook-contacts/tmp-introspectb1fi7xsp/EBookContacts-1.2.c:670:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook-contacts/tmp-introspectb1fi7xsp/EBookContacts-1.2.c:682:12: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook-contacts/tmp-introspectb1fi7xsp/EBookContacts-1.2.c:682:12: acquire_memory: allocated here
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook-contacts/tmp-introspectb1fi7xsp/EBookContacts-1.2.c:683:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook-contacts/tmp-introspectb1fi7xsp/EBookContacts-1.2.c:696:3: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook-contacts/tmp-introspectb1fi7xsp/EBookContacts-1.2.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’

Error: GCC_ANALYZER_WARNING (CWE-775): [#def84]
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook-contacts/tmp-introspectb1fi7xsp/EBookContacts-1.2.c:686:7: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(input_filename, "rb")’
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook-contacts/tmp-introspectb1fi7xsp/EBookContacts-1.2.c:645:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook-contacts/tmp-introspectb1fi7xsp/EBookContacts-1.2.c:654:15: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook-contacts/tmp-introspectb1fi7xsp/EBookContacts-1.2.c:658:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook-contacts/tmp-introspectb1fi7xsp/EBookContacts-1.2.c:669:11: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook-contacts/tmp-introspectb1fi7xsp/EBookContacts-1.2.c:669:11: acquire_resource: opened here
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook-contacts/tmp-introspectb1fi7xsp/EBookContacts-1.2.c:670:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook-contacts/tmp-introspectb1fi7xsp/EBookContacts-1.2.c:682:12: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook-contacts/tmp-introspectb1fi7xsp/EBookContacts-1.2.c:683:6: branch_true: following ‘true’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook-contacts/tmp-introspectb1fi7xsp/EBookContacts-1.2.c:685:25: branch_true: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook-contacts/tmp-introspectb1fi7xsp/EBookContacts-1.2.c:686:7: throw: if ‘g_file_error_quark’ throws an exception...
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook-contacts/tmp-introspectb1fi7xsp/EBookContacts-1.2.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): [#def85]
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook-contacts/tmp-introspectb1fi7xsp/EBookContacts-1.2.c:686:7: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(input_filename, "rb")’
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook-contacts/tmp-introspectb1fi7xsp/EBookContacts-1.2.c:645:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook-contacts/tmp-introspectb1fi7xsp/EBookContacts-1.2.c:654:15: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook-contacts/tmp-introspectb1fi7xsp/EBookContacts-1.2.c:658:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook-contacts/tmp-introspectb1fi7xsp/EBookContacts-1.2.c:669:11: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook-contacts/tmp-introspectb1fi7xsp/EBookContacts-1.2.c:669:11: acquire_memory: allocated here
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook-contacts/tmp-introspectb1fi7xsp/EBookContacts-1.2.c:670:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook-contacts/tmp-introspectb1fi7xsp/EBookContacts-1.2.c:682:12: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook-contacts/tmp-introspectb1fi7xsp/EBookContacts-1.2.c:683:6: branch_true: following ‘true’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook-contacts/tmp-introspectb1fi7xsp/EBookContacts-1.2.c:685:25: branch_true: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook-contacts/tmp-introspectb1fi7xsp/EBookContacts-1.2.c:686:7: throw: if ‘g_file_error_quark’ throws an exception...
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook-contacts/tmp-introspectb1fi7xsp/EBookContacts-1.2.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): [#def86]
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook-contacts/tmp-introspectb1fi7xsp/EBookContacts-1.2.c:686:41: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(input_filename, "rb")’
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook-contacts/tmp-introspectb1fi7xsp/EBookContacts-1.2.c:645:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook-contacts/tmp-introspectb1fi7xsp/EBookContacts-1.2.c:654:15: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook-contacts/tmp-introspectb1fi7xsp/EBookContacts-1.2.c:658:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook-contacts/tmp-introspectb1fi7xsp/EBookContacts-1.2.c:669:11: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook-contacts/tmp-introspectb1fi7xsp/EBookContacts-1.2.c:669:11: acquire_resource: opened here
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook-contacts/tmp-introspectb1fi7xsp/EBookContacts-1.2.c:670:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook-contacts/tmp-introspectb1fi7xsp/EBookContacts-1.2.c:682:12: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook-contacts/tmp-introspectb1fi7xsp/EBookContacts-1.2.c:683:6: branch_true: following ‘true’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook-contacts/tmp-introspectb1fi7xsp/EBookContacts-1.2.c:685:25: branch_true: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook-contacts/tmp-introspectb1fi7xsp/EBookContacts-1.2.c:686:41: throw: if ‘g_file_error_from_errno’ throws an exception...
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook-contacts/tmp-introspectb1fi7xsp/EBookContacts-1.2.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): [#def87]
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook-contacts/tmp-introspectb1fi7xsp/EBookContacts-1.2.c:686:41: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(input_filename, "rb")’
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook-contacts/tmp-introspectb1fi7xsp/EBookContacts-1.2.c:645:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook-contacts/tmp-introspectb1fi7xsp/EBookContacts-1.2.c:654:15: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook-contacts/tmp-introspectb1fi7xsp/EBookContacts-1.2.c:658:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook-contacts/tmp-introspectb1fi7xsp/EBookContacts-1.2.c:669:11: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook-contacts/tmp-introspectb1fi7xsp/EBookContacts-1.2.c:669:11: acquire_memory: allocated here
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook-contacts/tmp-introspectb1fi7xsp/EBookContacts-1.2.c:670:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook-contacts/tmp-introspectb1fi7xsp/EBookContacts-1.2.c:682:12: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook-contacts/tmp-introspectb1fi7xsp/EBookContacts-1.2.c:683:6: branch_true: following ‘true’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook-contacts/tmp-introspectb1fi7xsp/EBookContacts-1.2.c:685:25: branch_true: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook-contacts/tmp-introspectb1fi7xsp/EBookContacts-1.2.c:686:41: throw: if ‘g_file_error_from_errno’ throws an exception...
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook-contacts/tmp-introspectb1fi7xsp/EBookContacts-1.2.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): [#def88]
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook-contacts/tmp-introspectb1fi7xsp/EBookContacts-1.2.c:699:18: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(input_filename, "rb")’
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook-contacts/tmp-introspectb1fi7xsp/EBookContacts-1.2.c:630:1: enter_function: entry to ‘dump_irepository’
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook-contacts/tmp-introspectb1fi7xsp/EBookContacts-1.2.c:645:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook-contacts/tmp-introspectb1fi7xsp/EBookContacts-1.2.c:654:15: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook-contacts/tmp-introspectb1fi7xsp/EBookContacts-1.2.c:658:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook-contacts/tmp-introspectb1fi7xsp/EBookContacts-1.2.c:669:11: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook-contacts/tmp-introspectb1fi7xsp/EBookContacts-1.2.c:669:11: acquire_resource: opened here
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook-contacts/tmp-introspectb1fi7xsp/EBookContacts-1.2.c:670:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook-contacts/tmp-introspectb1fi7xsp/EBookContacts-1.2.c:682:12: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook-contacts/tmp-introspectb1fi7xsp/EBookContacts-1.2.c:683:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook-contacts/tmp-introspectb1fi7xsp/EBookContacts-1.2.c:696:3: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook-contacts/tmp-introspectb1fi7xsp/EBookContacts-1.2.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook-contacts/tmp-introspectb1fi7xsp/EBookContacts-1.2.c:696:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook-contacts/tmp-introspectb1fi7xsp/EBookContacts-1.2.c:697:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook-contacts/tmp-introspectb1fi7xsp/EBookContacts-1.2.c:697:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook-contacts/tmp-introspectb1fi7xsp/EBookContacts-1.2.c:699:18: throw: if ‘g_hash_table_new’ throws an exception...
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook-contacts/tmp-introspectb1fi7xsp/EBookContacts-1.2.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): [#def89]
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook-contacts/tmp-introspectb1fi7xsp/EBookContacts-1.2.c:699:18: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(output_filename, "wb")’
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook-contacts/tmp-introspectb1fi7xsp/EBookContacts-1.2.c:630:1: enter_function: entry to ‘dump_irepository’
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook-contacts/tmp-introspectb1fi7xsp/EBookContacts-1.2.c:645:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook-contacts/tmp-introspectb1fi7xsp/EBookContacts-1.2.c:654:15: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook-contacts/tmp-introspectb1fi7xsp/EBookContacts-1.2.c:658:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook-contacts/tmp-introspectb1fi7xsp/EBookContacts-1.2.c:669:11: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook-contacts/tmp-introspectb1fi7xsp/EBookContacts-1.2.c:670:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook-contacts/tmp-introspectb1fi7xsp/EBookContacts-1.2.c:682:12: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook-contacts/tmp-introspectb1fi7xsp/EBookContacts-1.2.c:682:12: acquire_resource: opened here
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook-contacts/tmp-introspectb1fi7xsp/EBookContacts-1.2.c:683:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook-contacts/tmp-introspectb1fi7xsp/EBookContacts-1.2.c:696:3: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook-contacts/tmp-introspectb1fi7xsp/EBookContacts-1.2.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook-contacts/tmp-introspectb1fi7xsp/EBookContacts-1.2.c:696:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook-contacts/tmp-introspectb1fi7xsp/EBookContacts-1.2.c:697:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook-contacts/tmp-introspectb1fi7xsp/EBookContacts-1.2.c:697:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook-contacts/tmp-introspectb1fi7xsp/EBookContacts-1.2.c:699:18: throw: if ‘g_hash_table_new’ throws an exception...
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook-contacts/tmp-introspectb1fi7xsp/EBookContacts-1.2.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): [#def90]
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook-contacts/tmp-introspectb1fi7xsp/EBookContacts-1.2.c:699:18: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(input_filename, "rb")’
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook-contacts/tmp-introspectb1fi7xsp/EBookContacts-1.2.c:630:1: enter_function: entry to ‘dump_irepository’
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook-contacts/tmp-introspectb1fi7xsp/EBookContacts-1.2.c:645:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook-contacts/tmp-introspectb1fi7xsp/EBookContacts-1.2.c:654:15: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook-contacts/tmp-introspectb1fi7xsp/EBookContacts-1.2.c:658:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook-contacts/tmp-introspectb1fi7xsp/EBookContacts-1.2.c:669:11: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook-contacts/tmp-introspectb1fi7xsp/EBookContacts-1.2.c:669:11: acquire_memory: allocated here
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook-contacts/tmp-introspectb1fi7xsp/EBookContacts-1.2.c:670:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook-contacts/tmp-introspectb1fi7xsp/EBookContacts-1.2.c:682:12: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook-contacts/tmp-introspectb1fi7xsp/EBookContacts-1.2.c:683:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook-contacts/tmp-introspectb1fi7xsp/EBookContacts-1.2.c:696:3: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook-contacts/tmp-introspectb1fi7xsp/EBookContacts-1.2.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook-contacts/tmp-introspectb1fi7xsp/EBookContacts-1.2.c:696:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook-contacts/tmp-introspectb1fi7xsp/EBookContacts-1.2.c:697:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook-contacts/tmp-introspectb1fi7xsp/EBookContacts-1.2.c:697:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook-contacts/tmp-introspectb1fi7xsp/EBookContacts-1.2.c:699:18: throw: if ‘g_hash_table_new’ throws an exception...
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook-contacts/tmp-introspectb1fi7xsp/EBookContacts-1.2.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): [#def91]
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook-contacts/tmp-introspectb1fi7xsp/EBookContacts-1.2.c:699:18: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(output_filename, "wb")’
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook-contacts/tmp-introspectb1fi7xsp/EBookContacts-1.2.c:630:1: enter_function: entry to ‘dump_irepository’
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook-contacts/tmp-introspectb1fi7xsp/EBookContacts-1.2.c:645:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook-contacts/tmp-introspectb1fi7xsp/EBookContacts-1.2.c:654:15: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook-contacts/tmp-introspectb1fi7xsp/EBookContacts-1.2.c:658:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook-contacts/tmp-introspectb1fi7xsp/EBookContacts-1.2.c:669:11: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook-contacts/tmp-introspectb1fi7xsp/EBookContacts-1.2.c:670:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook-contacts/tmp-introspectb1fi7xsp/EBookContacts-1.2.c:682:12: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook-contacts/tmp-introspectb1fi7xsp/EBookContacts-1.2.c:682:12: acquire_memory: allocated here
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook-contacts/tmp-introspectb1fi7xsp/EBookContacts-1.2.c:683:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook-contacts/tmp-introspectb1fi7xsp/EBookContacts-1.2.c:696:3: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook-contacts/tmp-introspectb1fi7xsp/EBookContacts-1.2.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook-contacts/tmp-introspectb1fi7xsp/EBookContacts-1.2.c:696:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook-contacts/tmp-introspectb1fi7xsp/EBookContacts-1.2.c:697:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook-contacts/tmp-introspectb1fi7xsp/EBookContacts-1.2.c:697:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook-contacts/tmp-introspectb1fi7xsp/EBookContacts-1.2.c:699:18: throw: if ‘g_hash_table_new’ throws an exception...
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook-contacts/tmp-introspectb1fi7xsp/EBookContacts-1.2.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): [#def92]
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook/tmp-introspectp2xotx2r/EBook-1.2.c:68:7: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(input_filename, "rb")’
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook/tmp-introspectp2xotx2r/EBook-1.2.c:630:1: enter_function: entry to ‘dump_irepository’
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook/tmp-introspectp2xotx2r/EBook-1.2.c:645:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook/tmp-introspectp2xotx2r/EBook-1.2.c:654:15: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook/tmp-introspectp2xotx2r/EBook-1.2.c:658:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook/tmp-introspectp2xotx2r/EBook-1.2.c:669:11: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook/tmp-introspectp2xotx2r/EBook-1.2.c:669:11: acquire_resource: opened here
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook/tmp-introspectp2xotx2r/EBook-1.2.c:670:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook/tmp-introspectp2xotx2r/EBook-1.2.c:682:12: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook/tmp-introspectp2xotx2r/EBook-1.2.c:683:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook/tmp-introspectp2xotx2r/EBook-1.2.c:696:3: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook/tmp-introspectp2xotx2r/EBook-1.2.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’

Error: GCC_ANALYZER_WARNING (CWE-775): [#def93]
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook/tmp-introspectp2xotx2r/EBook-1.2.c:68:7: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(output_filename, "wb")’
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook/tmp-introspectp2xotx2r/EBook-1.2.c:630:1: enter_function: entry to ‘dump_irepository’
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook/tmp-introspectp2xotx2r/EBook-1.2.c:645:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook/tmp-introspectp2xotx2r/EBook-1.2.c:654:15: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook/tmp-introspectp2xotx2r/EBook-1.2.c:658:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook/tmp-introspectp2xotx2r/EBook-1.2.c:669:11: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook/tmp-introspectp2xotx2r/EBook-1.2.c:670:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook/tmp-introspectp2xotx2r/EBook-1.2.c:682:12: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook/tmp-introspectp2xotx2r/EBook-1.2.c:682:12: acquire_resource: opened here
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook/tmp-introspectp2xotx2r/EBook-1.2.c:683:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook/tmp-introspectp2xotx2r/EBook-1.2.c:696:3: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook/tmp-introspectp2xotx2r/EBook-1.2.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’

Error: GCC_ANALYZER_WARNING (CWE-401): [#def94]
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook/tmp-introspectp2xotx2r/EBook-1.2.c:68:7: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(input_filename, "rb")’
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook/tmp-introspectp2xotx2r/EBook-1.2.c:630:1: enter_function: entry to ‘dump_irepository’
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook/tmp-introspectp2xotx2r/EBook-1.2.c:645:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook/tmp-introspectp2xotx2r/EBook-1.2.c:654:15: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook/tmp-introspectp2xotx2r/EBook-1.2.c:658:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook/tmp-introspectp2xotx2r/EBook-1.2.c:669:11: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook/tmp-introspectp2xotx2r/EBook-1.2.c:669:11: acquire_memory: allocated here
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook/tmp-introspectp2xotx2r/EBook-1.2.c:670:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook/tmp-introspectp2xotx2r/EBook-1.2.c:682:12: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook/tmp-introspectp2xotx2r/EBook-1.2.c:683:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook/tmp-introspectp2xotx2r/EBook-1.2.c:696:3: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook/tmp-introspectp2xotx2r/EBook-1.2.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’

Error: GCC_ANALYZER_WARNING (CWE-401): [#def95]
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook/tmp-introspectp2xotx2r/EBook-1.2.c:68:7: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(output_filename, "wb")’
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook/tmp-introspectp2xotx2r/EBook-1.2.c:630:1: enter_function: entry to ‘dump_irepository’
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook/tmp-introspectp2xotx2r/EBook-1.2.c:645:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook/tmp-introspectp2xotx2r/EBook-1.2.c:654:15: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook/tmp-introspectp2xotx2r/EBook-1.2.c:658:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook/tmp-introspectp2xotx2r/EBook-1.2.c:669:11: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook/tmp-introspectp2xotx2r/EBook-1.2.c:670:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook/tmp-introspectp2xotx2r/EBook-1.2.c:682:12: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook/tmp-introspectp2xotx2r/EBook-1.2.c:682:12: acquire_memory: allocated here
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook/tmp-introspectp2xotx2r/EBook-1.2.c:683:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook/tmp-introspectp2xotx2r/EBook-1.2.c:696:3: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook/tmp-introspectp2xotx2r/EBook-1.2.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Error: GCC_ANALYZER_WARNING (CWE-404): [#def112]
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook/tmp-introspectp2xotx2r/EBook-1.2.c:120:9: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook/tmp-introspectp2xotx2r/EBook-1.2.c:599:1: enter_function: entry to ‘dump_error_quark’
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook/tmp-introspectp2xotx2r/EBook-1.2.c:601:3: call_function: calling ‘escaped_printf’ from ‘dump_error_quark’

Error: GCC_ANALYZER_WARNING (CWE-775): [#def113]
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook/tmp-introspectp2xotx2r/EBook-1.2.c:138:7: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(input_filename, "rb")’
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook/tmp-introspectp2xotx2r/EBook-1.2.c:630:1: enter_function: entry to ‘dump_irepository’
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook/tmp-introspectp2xotx2r/EBook-1.2.c:645:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook/tmp-introspectp2xotx2r/EBook-1.2.c:654:15: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook/tmp-introspectp2xotx2r/EBook-1.2.c:658:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook/tmp-introspectp2xotx2r/EBook-1.2.c:669:11: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook/tmp-introspectp2xotx2r/EBook-1.2.c:669:11: acquire_resource: opened here
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook/tmp-introspectp2xotx2r/EBook-1.2.c:670:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook/tmp-introspectp2xotx2r/EBook-1.2.c:682:12: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook/tmp-introspectp2xotx2r/EBook-1.2.c:683:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook/tmp-introspectp2xotx2r/EBook-1.2.c:696:3: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook/tmp-introspectp2xotx2r/EBook-1.2.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’

Error: GCC_ANALYZER_WARNING (CWE-775): [#def114]
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook/tmp-introspectp2xotx2r/EBook-1.2.c:138:7: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(output_filename, "wb")’
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook/tmp-introspectp2xotx2r/EBook-1.2.c:630:1: enter_function: entry to ‘dump_irepository’
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook/tmp-introspectp2xotx2r/EBook-1.2.c:645:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook/tmp-introspectp2xotx2r/EBook-1.2.c:654:15: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook/tmp-introspectp2xotx2r/EBook-1.2.c:658:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook/tmp-introspectp2xotx2r/EBook-1.2.c:669:11: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook/tmp-introspectp2xotx2r/EBook-1.2.c:670:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook/tmp-introspectp2xotx2r/EBook-1.2.c:682:12: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook/tmp-introspectp2xotx2r/EBook-1.2.c:682:12: acquire_resource: opened here
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook/tmp-introspectp2xotx2r/EBook-1.2.c:683:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook/tmp-introspectp2xotx2r/EBook-1.2.c:696:3: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook/tmp-introspectp2xotx2r/EBook-1.2.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’

Error: GCC_ANALYZER_WARNING (CWE-401): [#def115]
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook/tmp-introspectp2xotx2r/EBook-1.2.c:138:7: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(input_filename, "rb")’
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook/tmp-introspectp2xotx2r/EBook-1.2.c:630:1: enter_function: entry to ‘dump_irepository’
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook/tmp-introspectp2xotx2r/EBook-1.2.c:645:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook/tmp-introspectp2xotx2r/EBook-1.2.c:654:15: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook/tmp-introspectp2xotx2r/EBook-1.2.c:658:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook/tmp-introspectp2xotx2r/EBook-1.2.c:669:11: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook/tmp-introspectp2xotx2r/EBook-1.2.c:669:11: acquire_memory: allocated here
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook/tmp-introspectp2xotx2r/EBook-1.2.c:670:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook/tmp-introspectp2xotx2r/EBook-1.2.c:682:12: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook/tmp-introspectp2xotx2r/EBook-1.2.c:683:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook/tmp-introspectp2xotx2r/EBook-1.2.c:696:3: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook/tmp-introspectp2xotx2r/EBook-1.2.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’

Error: GCC_ANALYZER_WARNING (CWE-401): [#def116]
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook/tmp-introspectp2xotx2r/EBook-1.2.c:138:7: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(output_filename, "wb")’
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook/tmp-introspectp2xotx2r/EBook-1.2.c:630:1: enter_function: entry to ‘dump_irepository’
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook/tmp-introspectp2xotx2r/EBook-1.2.c:645:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook/tmp-introspectp2xotx2r/EBook-1.2.c:654:15: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook/tmp-introspectp2xotx2r/EBook-1.2.c:658:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook/tmp-introspectp2xotx2r/EBook-1.2.c:669:11: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook/tmp-introspectp2xotx2r/EBook-1.2.c:670:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook/tmp-introspectp2xotx2r/EBook-1.2.c:682:12: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook/tmp-introspectp2xotx2r/EBook-1.2.c:682:12: acquire_memory: allocated here
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook/tmp-introspectp2xotx2r/EBook-1.2.c:683:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook/tmp-introspectp2xotx2r/EBook-1.2.c:696:3: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook/tmp-introspectp2xotx2r/EBook-1.2.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’

Error: GCC_ANALYZER_WARNING (CWE-775): [#def117]
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook/tmp-introspectp2xotx2r/EBook-1.2.c:686:7: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(input_filename, "rb")’
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook/tmp-introspectp2xotx2r/EBook-1.2.c:645:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook/tmp-introspectp2xotx2r/EBook-1.2.c:654:15: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook/tmp-introspectp2xotx2r/EBook-1.2.c:658:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook/tmp-introspectp2xotx2r/EBook-1.2.c:669:11: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook/tmp-introspectp2xotx2r/EBook-1.2.c:669:11: acquire_resource: opened here
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook/tmp-introspectp2xotx2r/EBook-1.2.c:670:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook/tmp-introspectp2xotx2r/EBook-1.2.c:682:12: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook/tmp-introspectp2xotx2r/EBook-1.2.c:683:6: branch_true: following ‘true’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook/tmp-introspectp2xotx2r/EBook-1.2.c:685:25: branch_true: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook/tmp-introspectp2xotx2r/EBook-1.2.c:686:7: throw: if ‘g_file_error_quark’ throws an exception...
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook/tmp-introspectp2xotx2r/EBook-1.2.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): [#def118]
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook/tmp-introspectp2xotx2r/EBook-1.2.c:686:7: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(input_filename, "rb")’
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook/tmp-introspectp2xotx2r/EBook-1.2.c:645:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook/tmp-introspectp2xotx2r/EBook-1.2.c:654:15: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook/tmp-introspectp2xotx2r/EBook-1.2.c:658:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook/tmp-introspectp2xotx2r/EBook-1.2.c:669:11: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook/tmp-introspectp2xotx2r/EBook-1.2.c:669:11: acquire_memory: allocated here
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook/tmp-introspectp2xotx2r/EBook-1.2.c:670:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook/tmp-introspectp2xotx2r/EBook-1.2.c:682:12: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook/tmp-introspectp2xotx2r/EBook-1.2.c:683:6: branch_true: following ‘true’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook/tmp-introspectp2xotx2r/EBook-1.2.c:685:25: branch_true: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook/tmp-introspectp2xotx2r/EBook-1.2.c:686:7: throw: if ‘g_file_error_quark’ throws an exception...
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook/tmp-introspectp2xotx2r/EBook-1.2.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): [#def119]
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook/tmp-introspectp2xotx2r/EBook-1.2.c:686:41: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(input_filename, "rb")’
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook/tmp-introspectp2xotx2r/EBook-1.2.c:645:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook/tmp-introspectp2xotx2r/EBook-1.2.c:654:15: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook/tmp-introspectp2xotx2r/EBook-1.2.c:658:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook/tmp-introspectp2xotx2r/EBook-1.2.c:669:11: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook/tmp-introspectp2xotx2r/EBook-1.2.c:669:11: acquire_resource: opened here
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook/tmp-introspectp2xotx2r/EBook-1.2.c:670:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook/tmp-introspectp2xotx2r/EBook-1.2.c:682:12: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook/tmp-introspectp2xotx2r/EBook-1.2.c:683:6: branch_true: following ‘true’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook/tmp-introspectp2xotx2r/EBook-1.2.c:685:25: branch_true: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook/tmp-introspectp2xotx2r/EBook-1.2.c:686:41: throw: if ‘g_file_error_from_errno’ throws an exception...
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook/tmp-introspectp2xotx2r/EBook-1.2.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): [#def120]
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook/tmp-introspectp2xotx2r/EBook-1.2.c:686:41: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(input_filename, "rb")’
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook/tmp-introspectp2xotx2r/EBook-1.2.c:645:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook/tmp-introspectp2xotx2r/EBook-1.2.c:654:15: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook/tmp-introspectp2xotx2r/EBook-1.2.c:658:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook/tmp-introspectp2xotx2r/EBook-1.2.c:669:11: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook/tmp-introspectp2xotx2r/EBook-1.2.c:669:11: acquire_memory: allocated here
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook/tmp-introspectp2xotx2r/EBook-1.2.c:670:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook/tmp-introspectp2xotx2r/EBook-1.2.c:682:12: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook/tmp-introspectp2xotx2r/EBook-1.2.c:683:6: branch_true: following ‘true’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook/tmp-introspectp2xotx2r/EBook-1.2.c:685:25: branch_true: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook/tmp-introspectp2xotx2r/EBook-1.2.c:686:41: throw: if ‘g_file_error_from_errno’ throws an exception...
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook/tmp-introspectp2xotx2r/EBook-1.2.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): [#def121]
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook/tmp-introspectp2xotx2r/EBook-1.2.c:699:18: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(input_filename, "rb")’
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook/tmp-introspectp2xotx2r/EBook-1.2.c:630:1: enter_function: entry to ‘dump_irepository’
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook/tmp-introspectp2xotx2r/EBook-1.2.c:645:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook/tmp-introspectp2xotx2r/EBook-1.2.c:654:15: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook/tmp-introspectp2xotx2r/EBook-1.2.c:658:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook/tmp-introspectp2xotx2r/EBook-1.2.c:669:11: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook/tmp-introspectp2xotx2r/EBook-1.2.c:669:11: acquire_resource: opened here
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook/tmp-introspectp2xotx2r/EBook-1.2.c:670:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook/tmp-introspectp2xotx2r/EBook-1.2.c:682:12: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook/tmp-introspectp2xotx2r/EBook-1.2.c:683:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook/tmp-introspectp2xotx2r/EBook-1.2.c:696:3: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook/tmp-introspectp2xotx2r/EBook-1.2.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook/tmp-introspectp2xotx2r/EBook-1.2.c:696:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook/tmp-introspectp2xotx2r/EBook-1.2.c:697:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook/tmp-introspectp2xotx2r/EBook-1.2.c:697:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook/tmp-introspectp2xotx2r/EBook-1.2.c:699:18: throw: if ‘g_hash_table_new’ throws an exception...
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook/tmp-introspectp2xotx2r/EBook-1.2.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): [#def122]
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook/tmp-introspectp2xotx2r/EBook-1.2.c:699:18: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(output_filename, "wb")’
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook/tmp-introspectp2xotx2r/EBook-1.2.c:630:1: enter_function: entry to ‘dump_irepository’
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook/tmp-introspectp2xotx2r/EBook-1.2.c:645:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook/tmp-introspectp2xotx2r/EBook-1.2.c:654:15: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook/tmp-introspectp2xotx2r/EBook-1.2.c:658:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook/tmp-introspectp2xotx2r/EBook-1.2.c:669:11: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook/tmp-introspectp2xotx2r/EBook-1.2.c:670:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook/tmp-introspectp2xotx2r/EBook-1.2.c:682:12: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook/tmp-introspectp2xotx2r/EBook-1.2.c:682:12: acquire_resource: opened here
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook/tmp-introspectp2xotx2r/EBook-1.2.c:683:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook/tmp-introspectp2xotx2r/EBook-1.2.c:696:3: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook/tmp-introspectp2xotx2r/EBook-1.2.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook/tmp-introspectp2xotx2r/EBook-1.2.c:696:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook/tmp-introspectp2xotx2r/EBook-1.2.c:697:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook/tmp-introspectp2xotx2r/EBook-1.2.c:697:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook/tmp-introspectp2xotx2r/EBook-1.2.c:699:18: throw: if ‘g_hash_table_new’ throws an exception...
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook/tmp-introspectp2xotx2r/EBook-1.2.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): [#def123]
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook/tmp-introspectp2xotx2r/EBook-1.2.c:699:18: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(input_filename, "rb")’
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook/tmp-introspectp2xotx2r/EBook-1.2.c:630:1: enter_function: entry to ‘dump_irepository’
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook/tmp-introspectp2xotx2r/EBook-1.2.c:645:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook/tmp-introspectp2xotx2r/EBook-1.2.c:654:15: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook/tmp-introspectp2xotx2r/EBook-1.2.c:658:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook/tmp-introspectp2xotx2r/EBook-1.2.c:669:11: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook/tmp-introspectp2xotx2r/EBook-1.2.c:669:11: acquire_memory: allocated here
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook/tmp-introspectp2xotx2r/EBook-1.2.c:670:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook/tmp-introspectp2xotx2r/EBook-1.2.c:682:12: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook/tmp-introspectp2xotx2r/EBook-1.2.c:683:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook/tmp-introspectp2xotx2r/EBook-1.2.c:696:3: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook/tmp-introspectp2xotx2r/EBook-1.2.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook/tmp-introspectp2xotx2r/EBook-1.2.c:696:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook/tmp-introspectp2xotx2r/EBook-1.2.c:697:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook/tmp-introspectp2xotx2r/EBook-1.2.c:697:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook/tmp-introspectp2xotx2r/EBook-1.2.c:699:18: throw: if ‘g_hash_table_new’ throws an exception...
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook/tmp-introspectp2xotx2r/EBook-1.2.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): [#def124]
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook/tmp-introspectp2xotx2r/EBook-1.2.c:699:18: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(output_filename, "wb")’
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook/tmp-introspectp2xotx2r/EBook-1.2.c:630:1: enter_function: entry to ‘dump_irepository’
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook/tmp-introspectp2xotx2r/EBook-1.2.c:645:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook/tmp-introspectp2xotx2r/EBook-1.2.c:654:15: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook/tmp-introspectp2xotx2r/EBook-1.2.c:658:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook/tmp-introspectp2xotx2r/EBook-1.2.c:669:11: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook/tmp-introspectp2xotx2r/EBook-1.2.c:670:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook/tmp-introspectp2xotx2r/EBook-1.2.c:682:12: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook/tmp-introspectp2xotx2r/EBook-1.2.c:682:12: acquire_memory: allocated here
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook/tmp-introspectp2xotx2r/EBook-1.2.c:683:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook/tmp-introspectp2xotx2r/EBook-1.2.c:696:3: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook/tmp-introspectp2xotx2r/EBook-1.2.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook/tmp-introspectp2xotx2r/EBook-1.2.c:696:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook/tmp-introspectp2xotx2r/EBook-1.2.c:697:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook/tmp-introspectp2xotx2r/EBook-1.2.c:697:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook/tmp-introspectp2xotx2r/EBook-1.2.c:699:18: throw: if ‘g_hash_table_new’ throws an exception...
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libebook/tmp-introspectp2xotx2r/EBook-1.2.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): [#def125]
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libedata-book/tmp-introspect5dqzq2cr/EDataBook-1.2.c:68:7: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(input_filename, "rb")’
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libedata-book/tmp-introspect5dqzq2cr/EDataBook-1.2.c:630:1: enter_function: entry to ‘dump_irepository’
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libedata-book/tmp-introspect5dqzq2cr/EDataBook-1.2.c:645:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libedata-book/tmp-introspect5dqzq2cr/EDataBook-1.2.c:654:15: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libedata-book/tmp-introspect5dqzq2cr/EDataBook-1.2.c:658:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libedata-book/tmp-introspect5dqzq2cr/EDataBook-1.2.c:669:11: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libedata-book/tmp-introspect5dqzq2cr/EDataBook-1.2.c:669:11: acquire_resource: opened here
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libedata-book/tmp-introspect5dqzq2cr/EDataBook-1.2.c:670:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libedata-book/tmp-introspect5dqzq2cr/EDataBook-1.2.c:682:12: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libedata-book/tmp-introspect5dqzq2cr/EDataBook-1.2.c:683:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libedata-book/tmp-introspect5dqzq2cr/EDataBook-1.2.c:696:3: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libedata-book/tmp-introspect5dqzq2cr/EDataBook-1.2.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’

Error: GCC_ANALYZER_WARNING (CWE-775): [#def126]
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libedata-book/tmp-introspect5dqzq2cr/EDataBook-1.2.c:68:7: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(output_filename, "wb")’
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libedata-book/tmp-introspect5dqzq2cr/EDataBook-1.2.c:630:1: enter_function: entry to ‘dump_irepository’
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libedata-book/tmp-introspect5dqzq2cr/EDataBook-1.2.c:645:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libedata-book/tmp-introspect5dqzq2cr/EDataBook-1.2.c:654:15: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libedata-book/tmp-introspect5dqzq2cr/EDataBook-1.2.c:658:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libedata-book/tmp-introspect5dqzq2cr/EDataBook-1.2.c:669:11: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libedata-book/tmp-introspect5dqzq2cr/EDataBook-1.2.c:670:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libedata-book/tmp-introspect5dqzq2cr/EDataBook-1.2.c:682:12: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libedata-book/tmp-introspect5dqzq2cr/EDataBook-1.2.c:682:12: acquire_resource: opened here
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libedata-book/tmp-introspect5dqzq2cr/EDataBook-1.2.c:683:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libedata-book/tmp-introspect5dqzq2cr/EDataBook-1.2.c:696:3: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libedata-book/tmp-introspect5dqzq2cr/EDataBook-1.2.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’

Error: GCC_ANALYZER_WARNING (CWE-401): [#def127]
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libedata-book/tmp-introspect5dqzq2cr/EDataBook-1.2.c:68:7: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(input_filename, "rb")’
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libedata-book/tmp-introspect5dqzq2cr/EDataBook-1.2.c:630:1: enter_function: entry to ‘dump_irepository’
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libedata-book/tmp-introspect5dqzq2cr/EDataBook-1.2.c:645:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libedata-book/tmp-introspect5dqzq2cr/EDataBook-1.2.c:654:15: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libedata-book/tmp-introspect5dqzq2cr/EDataBook-1.2.c:658:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libedata-book/tmp-introspect5dqzq2cr/EDataBook-1.2.c:669:11: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libedata-book/tmp-introspect5dqzq2cr/EDataBook-1.2.c:669:11: acquire_memory: allocated here
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libedata-book/tmp-introspect5dqzq2cr/EDataBook-1.2.c:670:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libedata-book/tmp-introspect5dqzq2cr/EDataBook-1.2.c:682:12: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libedata-book/tmp-introspect5dqzq2cr/EDataBook-1.2.c:683:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libedata-book/tmp-introspect5dqzq2cr/EDataBook-1.2.c:696:3: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libedata-book/tmp-introspect5dqzq2cr/EDataBook-1.2.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’

Error: GCC_ANALYZER_WARNING (CWE-401): [#def128]
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libedata-book/tmp-introspect5dqzq2cr/EDataBook-1.2.c:68:7: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(output_filename, "wb")’
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libedata-book/tmp-introspect5dqzq2cr/EDataBook-1.2.c:630:1: enter_function: entry to ‘dump_irepository’
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libedata-book/tmp-introspect5dqzq2cr/EDataBook-1.2.c:645:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libedata-book/tmp-introspect5dqzq2cr/EDataBook-1.2.c:654:15: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libedata-book/tmp-introspect5dqzq2cr/EDataBook-1.2.c:658:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libedata-book/tmp-introspect5dqzq2cr/EDataBook-1.2.c:669:11: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libedata-book/tmp-introspect5dqzq2cr/EDataBook-1.2.c:670:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libedata-book/tmp-introspect5dqzq2cr/EDataBook-1.2.c:682:12: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libedata-book/tmp-introspect5dqzq2cr/EDataBook-1.2.c:682:12: acquire_memory: allocated here
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libedata-book/tmp-introspect5dqzq2cr/EDataBook-1.2.c:683:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libedata-book/tmp-introspect5dqzq2cr/EDataBook-1.2.c:696:3: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libedata-book/tmp-introspect5dqzq2cr/EDataBook-1.2.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’

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

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

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

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

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

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

Error: GCC_ANALYZER_WARNING (CWE-401): [#def135]
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libedata-book/tmp-introspect5dqzq2cr/EDataBook-1.2.c:93:11: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(input_filename, "rb")’
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libedata-book/tmp-introspect5dqzq2cr/EDataBook-1.2.c:630:1: enter_function: entry to ‘dump_irepository’
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libedata-book/tmp-introspect5dqzq2cr/EDataBook-1.2.c:645:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libedata-book/tmp-introspect5dqzq2cr/EDataBook-1.2.c:654:15: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libedata-book/tmp-introspect5dqzq2cr/EDataBook-1.2.c:658:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libedata-book/tmp-introspect5dqzq2cr/EDataBook-1.2.c:669:11: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libedata-book/tmp-introspect5dqzq2cr/EDataBook-1.2.c:669:11: acquire_memory: allocated here
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libedata-book/tmp-introspect5dqzq2cr/EDataBook-1.2.c:670:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libedata-book/tmp-introspect5dqzq2cr/EDataBook-1.2.c:682:12: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libedata-book/tmp-introspect5dqzq2cr/EDataBook-1.2.c:683:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libedata-book/tmp-introspect5dqzq2cr/EDataBook-1.2.c:696:3: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libedata-book/tmp-introspect5dqzq2cr/EDataBook-1.2.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libedata-book/tmp-introspect5dqzq2cr/EDataBook-1.2.c:696:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libedata-book/tmp-introspect5dqzq2cr/EDataBook-1.2.c:697:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libedata-book/tmp-introspect5dqzq2cr/EDataBook-1.2.c:697:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libedata-book/tmp-introspect5dqzq2cr/EDataBook-1.2.c:704:20: call_function: calling ‘read_line’ from ‘dump_irepository’

Error: GCC_ANALYZER_WARNING (CWE-401): [#def136]
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libedata-book/tmp-introspect5dqzq2cr/EDataBook-1.2.c:93:11: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(output_filename, "wb")’
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libedata-book/tmp-introspect5dqzq2cr/EDataBook-1.2.c:630:1: enter_function: entry to ‘dump_irepository’
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libedata-book/tmp-introspect5dqzq2cr/EDataBook-1.2.c:645:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libedata-book/tmp-introspect5dqzq2cr/EDataBook-1.2.c:654:15: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libedata-book/tmp-introspect5dqzq2cr/EDataBook-1.2.c:658:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libedata-book/tmp-introspect5dqzq2cr/EDataBook-1.2.c:669:11: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libedata-book/tmp-introspect5dqzq2cr/EDataBook-1.2.c:670:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libedata-book/tmp-introspect5dqzq2cr/EDataBook-1.2.c:682:12: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libedata-book/tmp-introspect5dqzq2cr/EDataBook-1.2.c:682:12: acquire_memory: allocated here
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libedata-book/tmp-introspect5dqzq2cr/EDataBook-1.2.c:683:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libedata-book/tmp-introspect5dqzq2cr/EDataBook-1.2.c:696:3: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libedata-book/tmp-introspect5dqzq2cr/EDataBook-1.2.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libedata-book/tmp-introspect5dqzq2cr/EDataBook-1.2.c:696:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libedata-book/tmp-introspect5dqzq2cr/EDataBook-1.2.c:697:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libedata-book/tmp-introspect5dqzq2cr/EDataBook-1.2.c:697:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libedata-book/tmp-introspect5dqzq2cr/EDataBook-1.2.c:704:20: call_function: calling ‘read_line’ from ‘dump_irepository’

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

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

Error: GCC_ANALYZER_WARNING (CWE-401): [#def139]
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libedata-book/tmp-introspect5dqzq2cr/EDataBook-1.2.c:99:3: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(input_filename, "rb")’
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libedata-book/tmp-introspect5dqzq2cr/EDataBook-1.2.c:630:1: enter_function: entry to ‘dump_irepository’
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libedata-book/tmp-introspect5dqzq2cr/EDataBook-1.2.c:645:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libedata-book/tmp-introspect5dqzq2cr/EDataBook-1.2.c:654:15: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libedata-book/tmp-introspect5dqzq2cr/EDataBook-1.2.c:658:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libedata-book/tmp-introspect5dqzq2cr/EDataBook-1.2.c:669:11: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libedata-book/tmp-introspect5dqzq2cr/EDataBook-1.2.c:669:11: acquire_memory: allocated here
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libedata-book/tmp-introspect5dqzq2cr/EDataBook-1.2.c:670:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libedata-book/tmp-introspect5dqzq2cr/EDataBook-1.2.c:682:12: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libedata-book/tmp-introspect5dqzq2cr/EDataBook-1.2.c:683:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libedata-book/tmp-introspect5dqzq2cr/EDataBook-1.2.c:696:3: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libedata-book/tmp-introspect5dqzq2cr/EDataBook-1.2.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libedata-book/tmp-introspect5dqzq2cr/EDataBook-1.2.c:696:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libedata-book/tmp-introspect5dqzq2cr/EDataBook-1.2.c:697:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libedata-book/tmp-introspect5dqzq2cr/EDataBook-1.2.c:697:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libedata-book/tmp-introspect5dqzq2cr/EDataBook-1.2.c:704:20: call_function: calling ‘read_line’ from ‘dump_irepository’

Error: GCC_ANALYZER_WARNING (CWE-401): [#def140]
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libedata-book/tmp-introspect5dqzq2cr/EDataBook-1.2.c:99:3: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(output_filename, "wb")’
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libedata-book/tmp-introspect5dqzq2cr/EDataBook-1.2.c:630:1: enter_function: entry to ‘dump_irepository’
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libedata-book/tmp-introspect5dqzq2cr/EDataBook-1.2.c:645:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libedata-book/tmp-introspect5dqzq2cr/EDataBook-1.2.c:654:15: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libedata-book/tmp-introspect5dqzq2cr/EDataBook-1.2.c:658:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libedata-book/tmp-introspect5dqzq2cr/EDataBook-1.2.c:669:11: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libedata-book/tmp-introspect5dqzq2cr/EDataBook-1.2.c:670:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libedata-book/tmp-introspect5dqzq2cr/EDataBook-1.2.c:682:12: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libedata-book/tmp-introspect5dqzq2cr/EDataBook-1.2.c:682:12: acquire_memory: allocated here
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libedata-book/tmp-introspect5dqzq2cr/EDataBook-1.2.c:683:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libedata-book/tmp-introspect5dqzq2cr/EDataBook-1.2.c:696:3: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libedata-book/tmp-introspect5dqzq2cr/EDataBook-1.2.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libedata-book/tmp-introspect5dqzq2cr/EDataBook-1.2.c:696:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libedata-book/tmp-introspect5dqzq2cr/EDataBook-1.2.c:697:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libedata-book/tmp-introspect5dqzq2cr/EDataBook-1.2.c:697:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libedata-book/tmp-introspect5dqzq2cr/EDataBook-1.2.c:704:20: call_function: calling ‘read_line’ from ‘dump_irepository’

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

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

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

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

Error: GCC_ANALYZER_WARNING (CWE-404): [#def145]
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libedata-book/tmp-introspect5dqzq2cr/EDataBook-1.2.c:120:9: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libedata-book/tmp-introspect5dqzq2cr/EDataBook-1.2.c:599:1: enter_function: entry to ‘dump_error_quark’
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libedata-book/tmp-introspect5dqzq2cr/EDataBook-1.2.c:601:3: call_function: calling ‘escaped_printf’ from ‘dump_error_quark’

Error: GCC_ANALYZER_WARNING (CWE-775): [#def146]
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libedata-book/tmp-introspect5dqzq2cr/EDataBook-1.2.c:138:7: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(input_filename, "rb")’
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libedata-book/tmp-introspect5dqzq2cr/EDataBook-1.2.c:630:1: enter_function: entry to ‘dump_irepository’
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libedata-book/tmp-introspect5dqzq2cr/EDataBook-1.2.c:645:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libedata-book/tmp-introspect5dqzq2cr/EDataBook-1.2.c:654:15: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libedata-book/tmp-introspect5dqzq2cr/EDataBook-1.2.c:658:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libedata-book/tmp-introspect5dqzq2cr/EDataBook-1.2.c:669:11: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libedata-book/tmp-introspect5dqzq2cr/EDataBook-1.2.c:669:11: acquire_resource: opened here
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libedata-book/tmp-introspect5dqzq2cr/EDataBook-1.2.c:670:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libedata-book/tmp-introspect5dqzq2cr/EDataBook-1.2.c:682:12: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libedata-book/tmp-introspect5dqzq2cr/EDataBook-1.2.c:683:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libedata-book/tmp-introspect5dqzq2cr/EDataBook-1.2.c:696:3: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libedata-book/tmp-introspect5dqzq2cr/EDataBook-1.2.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’

Error: GCC_ANALYZER_WARNING (CWE-775): [#def147]
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libedata-book/tmp-introspect5dqzq2cr/EDataBook-1.2.c:138:7: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(output_filename, "wb")’
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libedata-book/tmp-introspect5dqzq2cr/EDataBook-1.2.c:630:1: enter_function: entry to ‘dump_irepository’
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libedata-book/tmp-introspect5dqzq2cr/EDataBook-1.2.c:645:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libedata-book/tmp-introspect5dqzq2cr/EDataBook-1.2.c:654:15: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libedata-book/tmp-introspect5dqzq2cr/EDataBook-1.2.c:658:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libedata-book/tmp-introspect5dqzq2cr/EDataBook-1.2.c:669:11: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libedata-book/tmp-introspect5dqzq2cr/EDataBook-1.2.c:670:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libedata-book/tmp-introspect5dqzq2cr/EDataBook-1.2.c:682:12: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libedata-book/tmp-introspect5dqzq2cr/EDataBook-1.2.c:682:12: acquire_resource: opened here
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libedata-book/tmp-introspect5dqzq2cr/EDataBook-1.2.c:683:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libedata-book/tmp-introspect5dqzq2cr/EDataBook-1.2.c:696:3: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libedata-book/tmp-introspect5dqzq2cr/EDataBook-1.2.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’

Error: GCC_ANALYZER_WARNING (CWE-401): [#def148]
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libedata-book/tmp-introspect5dqzq2cr/EDataBook-1.2.c:138:7: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(input_filename, "rb")’
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libedata-book/tmp-introspect5dqzq2cr/EDataBook-1.2.c:630:1: enter_function: entry to ‘dump_irepository’
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libedata-book/tmp-introspect5dqzq2cr/EDataBook-1.2.c:645:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libedata-book/tmp-introspect5dqzq2cr/EDataBook-1.2.c:654:15: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libedata-book/tmp-introspect5dqzq2cr/EDataBook-1.2.c:658:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libedata-book/tmp-introspect5dqzq2cr/EDataBook-1.2.c:669:11: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libedata-book/tmp-introspect5dqzq2cr/EDataBook-1.2.c:669:11: acquire_memory: allocated here
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libedata-book/tmp-introspect5dqzq2cr/EDataBook-1.2.c:670:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libedata-book/tmp-introspect5dqzq2cr/EDataBook-1.2.c:682:12: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libedata-book/tmp-introspect5dqzq2cr/EDataBook-1.2.c:683:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libedata-book/tmp-introspect5dqzq2cr/EDataBook-1.2.c:696:3: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libedata-book/tmp-introspect5dqzq2cr/EDataBook-1.2.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’

Error: GCC_ANALYZER_WARNING (CWE-401): [#def149]
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libedata-book/tmp-introspect5dqzq2cr/EDataBook-1.2.c:138:7: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(output_filename, "wb")’
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libedata-book/tmp-introspect5dqzq2cr/EDataBook-1.2.c:630:1: enter_function: entry to ‘dump_irepository’
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libedata-book/tmp-introspect5dqzq2cr/EDataBook-1.2.c:645:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libedata-book/tmp-introspect5dqzq2cr/EDataBook-1.2.c:654:15: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libedata-book/tmp-introspect5dqzq2cr/EDataBook-1.2.c:658:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libedata-book/tmp-introspect5dqzq2cr/EDataBook-1.2.c:669:11: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libedata-book/tmp-introspect5dqzq2cr/EDataBook-1.2.c:670:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libedata-book/tmp-introspect5dqzq2cr/EDataBook-1.2.c:682:12: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libedata-book/tmp-introspect5dqzq2cr/EDataBook-1.2.c:682:12: acquire_memory: allocated here
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libedata-book/tmp-introspect5dqzq2cr/EDataBook-1.2.c:683:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libedata-book/tmp-introspect5dqzq2cr/EDataBook-1.2.c:696:3: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libedata-book/tmp-introspect5dqzq2cr/EDataBook-1.2.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’

Error: GCC_ANALYZER_WARNING (CWE-775): [#def150]
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libedata-book/tmp-introspect5dqzq2cr/EDataBook-1.2.c:686:7: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(input_filename, "rb")’
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libedata-book/tmp-introspect5dqzq2cr/EDataBook-1.2.c:645:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libedata-book/tmp-introspect5dqzq2cr/EDataBook-1.2.c:654:15: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libedata-book/tmp-introspect5dqzq2cr/EDataBook-1.2.c:658:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libedata-book/tmp-introspect5dqzq2cr/EDataBook-1.2.c:669:11: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libedata-book/tmp-introspect5dqzq2cr/EDataBook-1.2.c:669:11: acquire_resource: opened here
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libedata-book/tmp-introspect5dqzq2cr/EDataBook-1.2.c:670:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libedata-book/tmp-introspect5dqzq2cr/EDataBook-1.2.c:682:12: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libedata-book/tmp-introspect5dqzq2cr/EDataBook-1.2.c:683:6: branch_true: following ‘true’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libedata-book/tmp-introspect5dqzq2cr/EDataBook-1.2.c:685:25: branch_true: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libedata-book/tmp-introspect5dqzq2cr/EDataBook-1.2.c:686:7: throw: if ‘g_file_error_quark’ throws an exception...
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libedata-book/tmp-introspect5dqzq2cr/EDataBook-1.2.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): [#def151]
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libedata-book/tmp-introspect5dqzq2cr/EDataBook-1.2.c:686:7: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(input_filename, "rb")’
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libedata-book/tmp-introspect5dqzq2cr/EDataBook-1.2.c:645:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libedata-book/tmp-introspect5dqzq2cr/EDataBook-1.2.c:654:15: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libedata-book/tmp-introspect5dqzq2cr/EDataBook-1.2.c:658:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libedata-book/tmp-introspect5dqzq2cr/EDataBook-1.2.c:669:11: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libedata-book/tmp-introspect5dqzq2cr/EDataBook-1.2.c:669:11: acquire_memory: allocated here
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libedata-book/tmp-introspect5dqzq2cr/EDataBook-1.2.c:670:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libedata-book/tmp-introspect5dqzq2cr/EDataBook-1.2.c:682:12: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libedata-book/tmp-introspect5dqzq2cr/EDataBook-1.2.c:683:6: branch_true: following ‘true’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libedata-book/tmp-introspect5dqzq2cr/EDataBook-1.2.c:685:25: branch_true: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libedata-book/tmp-introspect5dqzq2cr/EDataBook-1.2.c:686:7: throw: if ‘g_file_error_quark’ throws an exception...
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libedata-book/tmp-introspect5dqzq2cr/EDataBook-1.2.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): [#def152]
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libedata-book/tmp-introspect5dqzq2cr/EDataBook-1.2.c:686:41: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(input_filename, "rb")’
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libedata-book/tmp-introspect5dqzq2cr/EDataBook-1.2.c:645:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libedata-book/tmp-introspect5dqzq2cr/EDataBook-1.2.c:654:15: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libedata-book/tmp-introspect5dqzq2cr/EDataBook-1.2.c:658:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libedata-book/tmp-introspect5dqzq2cr/EDataBook-1.2.c:669:11: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libedata-book/tmp-introspect5dqzq2cr/EDataBook-1.2.c:669:11: acquire_resource: opened here
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libedata-book/tmp-introspect5dqzq2cr/EDataBook-1.2.c:670:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libedata-book/tmp-introspect5dqzq2cr/EDataBook-1.2.c:682:12: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libedata-book/tmp-introspect5dqzq2cr/EDataBook-1.2.c:683:6: branch_true: following ‘true’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libedata-book/tmp-introspect5dqzq2cr/EDataBook-1.2.c:685:25: branch_true: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libedata-book/tmp-introspect5dqzq2cr/EDataBook-1.2.c:686:41: throw: if ‘g_file_error_from_errno’ throws an exception...
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libedata-book/tmp-introspect5dqzq2cr/EDataBook-1.2.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): [#def153]
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libedata-book/tmp-introspect5dqzq2cr/EDataBook-1.2.c:686:41: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(input_filename, "rb")’
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libedata-book/tmp-introspect5dqzq2cr/EDataBook-1.2.c:645:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libedata-book/tmp-introspect5dqzq2cr/EDataBook-1.2.c:654:15: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libedata-book/tmp-introspect5dqzq2cr/EDataBook-1.2.c:658:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libedata-book/tmp-introspect5dqzq2cr/EDataBook-1.2.c:669:11: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libedata-book/tmp-introspect5dqzq2cr/EDataBook-1.2.c:669:11: acquire_memory: allocated here
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libedata-book/tmp-introspect5dqzq2cr/EDataBook-1.2.c:670:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libedata-book/tmp-introspect5dqzq2cr/EDataBook-1.2.c:682:12: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libedata-book/tmp-introspect5dqzq2cr/EDataBook-1.2.c:683:6: branch_true: following ‘true’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libedata-book/tmp-introspect5dqzq2cr/EDataBook-1.2.c:685:25: branch_true: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libedata-book/tmp-introspect5dqzq2cr/EDataBook-1.2.c:686:41: throw: if ‘g_file_error_from_errno’ throws an exception...
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libedata-book/tmp-introspect5dqzq2cr/EDataBook-1.2.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): [#def154]
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libedata-book/tmp-introspect5dqzq2cr/EDataBook-1.2.c:699:18: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(input_filename, "rb")’
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libedata-book/tmp-introspect5dqzq2cr/EDataBook-1.2.c:630:1: enter_function: entry to ‘dump_irepository’
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libedata-book/tmp-introspect5dqzq2cr/EDataBook-1.2.c:645:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libedata-book/tmp-introspect5dqzq2cr/EDataBook-1.2.c:654:15: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libedata-book/tmp-introspect5dqzq2cr/EDataBook-1.2.c:658:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libedata-book/tmp-introspect5dqzq2cr/EDataBook-1.2.c:669:11: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libedata-book/tmp-introspect5dqzq2cr/EDataBook-1.2.c:669:11: acquire_resource: opened here
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libedata-book/tmp-introspect5dqzq2cr/EDataBook-1.2.c:670:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libedata-book/tmp-introspect5dqzq2cr/EDataBook-1.2.c:682:12: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libedata-book/tmp-introspect5dqzq2cr/EDataBook-1.2.c:683:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libedata-book/tmp-introspect5dqzq2cr/EDataBook-1.2.c:696:3: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libedata-book/tmp-introspect5dqzq2cr/EDataBook-1.2.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libedata-book/tmp-introspect5dqzq2cr/EDataBook-1.2.c:696:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libedata-book/tmp-introspect5dqzq2cr/EDataBook-1.2.c:697:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libedata-book/tmp-introspect5dqzq2cr/EDataBook-1.2.c:697:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libedata-book/tmp-introspect5dqzq2cr/EDataBook-1.2.c:699:18: throw: if ‘g_hash_table_new’ throws an exception...
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libedata-book/tmp-introspect5dqzq2cr/EDataBook-1.2.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): [#def155]
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libedata-book/tmp-introspect5dqzq2cr/EDataBook-1.2.c:699:18: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(output_filename, "wb")’
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libedata-book/tmp-introspect5dqzq2cr/EDataBook-1.2.c:630:1: enter_function: entry to ‘dump_irepository’
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libedata-book/tmp-introspect5dqzq2cr/EDataBook-1.2.c:645:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libedata-book/tmp-introspect5dqzq2cr/EDataBook-1.2.c:654:15: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libedata-book/tmp-introspect5dqzq2cr/EDataBook-1.2.c:658:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libedata-book/tmp-introspect5dqzq2cr/EDataBook-1.2.c:669:11: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libedata-book/tmp-introspect5dqzq2cr/EDataBook-1.2.c:670:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libedata-book/tmp-introspect5dqzq2cr/EDataBook-1.2.c:682:12: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libedata-book/tmp-introspect5dqzq2cr/EDataBook-1.2.c:682:12: acquire_resource: opened here
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libedata-book/tmp-introspect5dqzq2cr/EDataBook-1.2.c:683:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libedata-book/tmp-introspect5dqzq2cr/EDataBook-1.2.c:696:3: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libedata-book/tmp-introspect5dqzq2cr/EDataBook-1.2.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libedata-book/tmp-introspect5dqzq2cr/EDataBook-1.2.c:696:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libedata-book/tmp-introspect5dqzq2cr/EDataBook-1.2.c:697:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libedata-book/tmp-introspect5dqzq2cr/EDataBook-1.2.c:697:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libedata-book/tmp-introspect5dqzq2cr/EDataBook-1.2.c:699:18: throw: if ‘g_hash_table_new’ throws an exception...
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libedata-book/tmp-introspect5dqzq2cr/EDataBook-1.2.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): [#def156]
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libedata-book/tmp-introspect5dqzq2cr/EDataBook-1.2.c:699:18: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(input_filename, "rb")’
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libedata-book/tmp-introspect5dqzq2cr/EDataBook-1.2.c:630:1: enter_function: entry to ‘dump_irepository’
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libedata-book/tmp-introspect5dqzq2cr/EDataBook-1.2.c:645:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libedata-book/tmp-introspect5dqzq2cr/EDataBook-1.2.c:654:15: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libedata-book/tmp-introspect5dqzq2cr/EDataBook-1.2.c:658:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libedata-book/tmp-introspect5dqzq2cr/EDataBook-1.2.c:669:11: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libedata-book/tmp-introspect5dqzq2cr/EDataBook-1.2.c:669:11: acquire_memory: allocated here
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libedata-book/tmp-introspect5dqzq2cr/EDataBook-1.2.c:670:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libedata-book/tmp-introspect5dqzq2cr/EDataBook-1.2.c:682:12: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libedata-book/tmp-introspect5dqzq2cr/EDataBook-1.2.c:683:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libedata-book/tmp-introspect5dqzq2cr/EDataBook-1.2.c:696:3: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libedata-book/tmp-introspect5dqzq2cr/EDataBook-1.2.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libedata-book/tmp-introspect5dqzq2cr/EDataBook-1.2.c:696:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libedata-book/tmp-introspect5dqzq2cr/EDataBook-1.2.c:697:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libedata-book/tmp-introspect5dqzq2cr/EDataBook-1.2.c:697:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libedata-book/tmp-introspect5dqzq2cr/EDataBook-1.2.c:699:18: throw: if ‘g_hash_table_new’ throws an exception...
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libedata-book/tmp-introspect5dqzq2cr/EDataBook-1.2.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): [#def157]
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libedata-book/tmp-introspect5dqzq2cr/EDataBook-1.2.c:699:18: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(output_filename, "wb")’
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libedata-book/tmp-introspect5dqzq2cr/EDataBook-1.2.c:630:1: enter_function: entry to ‘dump_irepository’
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libedata-book/tmp-introspect5dqzq2cr/EDataBook-1.2.c:645:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libedata-book/tmp-introspect5dqzq2cr/EDataBook-1.2.c:654:15: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libedata-book/tmp-introspect5dqzq2cr/EDataBook-1.2.c:658:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libedata-book/tmp-introspect5dqzq2cr/EDataBook-1.2.c:669:11: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libedata-book/tmp-introspect5dqzq2cr/EDataBook-1.2.c:670:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libedata-book/tmp-introspect5dqzq2cr/EDataBook-1.2.c:682:12: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libedata-book/tmp-introspect5dqzq2cr/EDataBook-1.2.c:682:12: acquire_memory: allocated here
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libedata-book/tmp-introspect5dqzq2cr/EDataBook-1.2.c:683:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libedata-book/tmp-introspect5dqzq2cr/EDataBook-1.2.c:696:3: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libedata-book/tmp-introspect5dqzq2cr/EDataBook-1.2.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libedata-book/tmp-introspect5dqzq2cr/EDataBook-1.2.c:696:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libedata-book/tmp-introspect5dqzq2cr/EDataBook-1.2.c:697:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libedata-book/tmp-introspect5dqzq2cr/EDataBook-1.2.c:697:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libedata-book/tmp-introspect5dqzq2cr/EDataBook-1.2.c:699:18: throw: if ‘g_hash_table_new’ throws an exception...
evolution-data-server-3.59.1/redhat-linux-build/src/addressbook/libedata-book/tmp-introspect5dqzq2cr/EDataBook-1.2.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): [#def158]
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libecal/tmp-introspect65sqq44t/ECal-2.0.c:68:7: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(input_filename, "rb")’
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libecal/tmp-introspect65sqq44t/ECal-2.0.c:630:1: enter_function: entry to ‘dump_irepository’
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libecal/tmp-introspect65sqq44t/ECal-2.0.c:645:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libecal/tmp-introspect65sqq44t/ECal-2.0.c:654:15: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libecal/tmp-introspect65sqq44t/ECal-2.0.c:658:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libecal/tmp-introspect65sqq44t/ECal-2.0.c:669:11: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libecal/tmp-introspect65sqq44t/ECal-2.0.c:669:11: acquire_resource: opened here
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libecal/tmp-introspect65sqq44t/ECal-2.0.c:670:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libecal/tmp-introspect65sqq44t/ECal-2.0.c:682:12: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libecal/tmp-introspect65sqq44t/ECal-2.0.c:683:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libecal/tmp-introspect65sqq44t/ECal-2.0.c:696:3: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libecal/tmp-introspect65sqq44t/ECal-2.0.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’

Error: GCC_ANALYZER_WARNING (CWE-775): [#def159]
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libecal/tmp-introspect65sqq44t/ECal-2.0.c:68:7: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(output_filename, "wb")’
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libecal/tmp-introspect65sqq44t/ECal-2.0.c:630:1: enter_function: entry to ‘dump_irepository’
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libecal/tmp-introspect65sqq44t/ECal-2.0.c:645:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libecal/tmp-introspect65sqq44t/ECal-2.0.c:654:15: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libecal/tmp-introspect65sqq44t/ECal-2.0.c:658:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libecal/tmp-introspect65sqq44t/ECal-2.0.c:669:11: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libecal/tmp-introspect65sqq44t/ECal-2.0.c:670:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libecal/tmp-introspect65sqq44t/ECal-2.0.c:682:12: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libecal/tmp-introspect65sqq44t/ECal-2.0.c:682:12: acquire_resource: opened here
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libecal/tmp-introspect65sqq44t/ECal-2.0.c:683:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libecal/tmp-introspect65sqq44t/ECal-2.0.c:696:3: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libecal/tmp-introspect65sqq44t/ECal-2.0.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’

Error: GCC_ANALYZER_WARNING (CWE-401): [#def160]
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libecal/tmp-introspect65sqq44t/ECal-2.0.c:68:7: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(input_filename, "rb")’
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libecal/tmp-introspect65sqq44t/ECal-2.0.c:630:1: enter_function: entry to ‘dump_irepository’
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libecal/tmp-introspect65sqq44t/ECal-2.0.c:645:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libecal/tmp-introspect65sqq44t/ECal-2.0.c:654:15: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libecal/tmp-introspect65sqq44t/ECal-2.0.c:658:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libecal/tmp-introspect65sqq44t/ECal-2.0.c:669:11: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libecal/tmp-introspect65sqq44t/ECal-2.0.c:669:11: acquire_memory: allocated here
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libecal/tmp-introspect65sqq44t/ECal-2.0.c:670:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libecal/tmp-introspect65sqq44t/ECal-2.0.c:682:12: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libecal/tmp-introspect65sqq44t/ECal-2.0.c:683:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libecal/tmp-introspect65sqq44t/ECal-2.0.c:696:3: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libecal/tmp-introspect65sqq44t/ECal-2.0.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’

Error: GCC_ANALYZER_WARNING (CWE-401): [#def161]
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libecal/tmp-introspect65sqq44t/ECal-2.0.c:68:7: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(output_filename, "wb")’
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libecal/tmp-introspect65sqq44t/ECal-2.0.c:630:1: enter_function: entry to ‘dump_irepository’
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libecal/tmp-introspect65sqq44t/ECal-2.0.c:645:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libecal/tmp-introspect65sqq44t/ECal-2.0.c:654:15: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libecal/tmp-introspect65sqq44t/ECal-2.0.c:658:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libecal/tmp-introspect65sqq44t/ECal-2.0.c:669:11: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libecal/tmp-introspect65sqq44t/ECal-2.0.c:670:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libecal/tmp-introspect65sqq44t/ECal-2.0.c:682:12: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libecal/tmp-introspect65sqq44t/ECal-2.0.c:682:12: acquire_memory: allocated here
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libecal/tmp-introspect65sqq44t/ECal-2.0.c:683:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libecal/tmp-introspect65sqq44t/ECal-2.0.c:696:3: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libecal/tmp-introspect65sqq44t/ECal-2.0.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Error: GCC_ANALYZER_WARNING (CWE-404): [#def178]
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libecal/tmp-introspect65sqq44t/ECal-2.0.c:120:9: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libecal/tmp-introspect65sqq44t/ECal-2.0.c:599:1: enter_function: entry to ‘dump_error_quark’
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libecal/tmp-introspect65sqq44t/ECal-2.0.c:601:3: call_function: calling ‘escaped_printf’ from ‘dump_error_quark’

Error: GCC_ANALYZER_WARNING (CWE-775): [#def179]
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libecal/tmp-introspect65sqq44t/ECal-2.0.c:138:7: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(input_filename, "rb")’
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libecal/tmp-introspect65sqq44t/ECal-2.0.c:630:1: enter_function: entry to ‘dump_irepository’
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libecal/tmp-introspect65sqq44t/ECal-2.0.c:645:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libecal/tmp-introspect65sqq44t/ECal-2.0.c:654:15: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libecal/tmp-introspect65sqq44t/ECal-2.0.c:658:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libecal/tmp-introspect65sqq44t/ECal-2.0.c:669:11: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libecal/tmp-introspect65sqq44t/ECal-2.0.c:669:11: acquire_resource: opened here
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libecal/tmp-introspect65sqq44t/ECal-2.0.c:670:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libecal/tmp-introspect65sqq44t/ECal-2.0.c:682:12: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libecal/tmp-introspect65sqq44t/ECal-2.0.c:683:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libecal/tmp-introspect65sqq44t/ECal-2.0.c:696:3: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libecal/tmp-introspect65sqq44t/ECal-2.0.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’

Error: GCC_ANALYZER_WARNING (CWE-775): [#def180]
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libecal/tmp-introspect65sqq44t/ECal-2.0.c:138:7: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(output_filename, "wb")’
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libecal/tmp-introspect65sqq44t/ECal-2.0.c:630:1: enter_function: entry to ‘dump_irepository’
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libecal/tmp-introspect65sqq44t/ECal-2.0.c:645:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libecal/tmp-introspect65sqq44t/ECal-2.0.c:654:15: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libecal/tmp-introspect65sqq44t/ECal-2.0.c:658:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libecal/tmp-introspect65sqq44t/ECal-2.0.c:669:11: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libecal/tmp-introspect65sqq44t/ECal-2.0.c:670:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libecal/tmp-introspect65sqq44t/ECal-2.0.c:682:12: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libecal/tmp-introspect65sqq44t/ECal-2.0.c:682:12: acquire_resource: opened here
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libecal/tmp-introspect65sqq44t/ECal-2.0.c:683:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libecal/tmp-introspect65sqq44t/ECal-2.0.c:696:3: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libecal/tmp-introspect65sqq44t/ECal-2.0.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’

Error: GCC_ANALYZER_WARNING (CWE-401): [#def181]
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libecal/tmp-introspect65sqq44t/ECal-2.0.c:138:7: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(input_filename, "rb")’
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libecal/tmp-introspect65sqq44t/ECal-2.0.c:630:1: enter_function: entry to ‘dump_irepository’
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libecal/tmp-introspect65sqq44t/ECal-2.0.c:645:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libecal/tmp-introspect65sqq44t/ECal-2.0.c:654:15: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libecal/tmp-introspect65sqq44t/ECal-2.0.c:658:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libecal/tmp-introspect65sqq44t/ECal-2.0.c:669:11: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libecal/tmp-introspect65sqq44t/ECal-2.0.c:669:11: acquire_memory: allocated here
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libecal/tmp-introspect65sqq44t/ECal-2.0.c:670:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libecal/tmp-introspect65sqq44t/ECal-2.0.c:682:12: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libecal/tmp-introspect65sqq44t/ECal-2.0.c:683:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libecal/tmp-introspect65sqq44t/ECal-2.0.c:696:3: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libecal/tmp-introspect65sqq44t/ECal-2.0.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’

Error: GCC_ANALYZER_WARNING (CWE-401): [#def182]
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libecal/tmp-introspect65sqq44t/ECal-2.0.c:138:7: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(output_filename, "wb")’
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libecal/tmp-introspect65sqq44t/ECal-2.0.c:630:1: enter_function: entry to ‘dump_irepository’
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libecal/tmp-introspect65sqq44t/ECal-2.0.c:645:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libecal/tmp-introspect65sqq44t/ECal-2.0.c:654:15: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libecal/tmp-introspect65sqq44t/ECal-2.0.c:658:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libecal/tmp-introspect65sqq44t/ECal-2.0.c:669:11: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libecal/tmp-introspect65sqq44t/ECal-2.0.c:670:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libecal/tmp-introspect65sqq44t/ECal-2.0.c:682:12: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libecal/tmp-introspect65sqq44t/ECal-2.0.c:682:12: acquire_memory: allocated here
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libecal/tmp-introspect65sqq44t/ECal-2.0.c:683:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libecal/tmp-introspect65sqq44t/ECal-2.0.c:696:3: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libecal/tmp-introspect65sqq44t/ECal-2.0.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’

Error: GCC_ANALYZER_WARNING (CWE-775): [#def183]
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libecal/tmp-introspect65sqq44t/ECal-2.0.c:686:7: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(input_filename, "rb")’
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libecal/tmp-introspect65sqq44t/ECal-2.0.c:645:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libecal/tmp-introspect65sqq44t/ECal-2.0.c:654:15: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libecal/tmp-introspect65sqq44t/ECal-2.0.c:658:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libecal/tmp-introspect65sqq44t/ECal-2.0.c:669:11: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libecal/tmp-introspect65sqq44t/ECal-2.0.c:669:11: acquire_resource: opened here
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libecal/tmp-introspect65sqq44t/ECal-2.0.c:670:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libecal/tmp-introspect65sqq44t/ECal-2.0.c:682:12: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libecal/tmp-introspect65sqq44t/ECal-2.0.c:683:6: branch_true: following ‘true’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libecal/tmp-introspect65sqq44t/ECal-2.0.c:685:25: branch_true: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libecal/tmp-introspect65sqq44t/ECal-2.0.c:686:7: throw: if ‘g_file_error_quark’ throws an exception...
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libecal/tmp-introspect65sqq44t/ECal-2.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): [#def184]
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libecal/tmp-introspect65sqq44t/ECal-2.0.c:686:7: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(input_filename, "rb")’
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libecal/tmp-introspect65sqq44t/ECal-2.0.c:645:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libecal/tmp-introspect65sqq44t/ECal-2.0.c:654:15: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libecal/tmp-introspect65sqq44t/ECal-2.0.c:658:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libecal/tmp-introspect65sqq44t/ECal-2.0.c:669:11: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libecal/tmp-introspect65sqq44t/ECal-2.0.c:669:11: acquire_memory: allocated here
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libecal/tmp-introspect65sqq44t/ECal-2.0.c:670:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libecal/tmp-introspect65sqq44t/ECal-2.0.c:682:12: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libecal/tmp-introspect65sqq44t/ECal-2.0.c:683:6: branch_true: following ‘true’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libecal/tmp-introspect65sqq44t/ECal-2.0.c:685:25: branch_true: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libecal/tmp-introspect65sqq44t/ECal-2.0.c:686:7: throw: if ‘g_file_error_quark’ throws an exception...
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libecal/tmp-introspect65sqq44t/ECal-2.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): [#def185]
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libecal/tmp-introspect65sqq44t/ECal-2.0.c:686:41: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(input_filename, "rb")’
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libecal/tmp-introspect65sqq44t/ECal-2.0.c:645:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libecal/tmp-introspect65sqq44t/ECal-2.0.c:654:15: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libecal/tmp-introspect65sqq44t/ECal-2.0.c:658:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libecal/tmp-introspect65sqq44t/ECal-2.0.c:669:11: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libecal/tmp-introspect65sqq44t/ECal-2.0.c:669:11: acquire_resource: opened here
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libecal/tmp-introspect65sqq44t/ECal-2.0.c:670:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libecal/tmp-introspect65sqq44t/ECal-2.0.c:682:12: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libecal/tmp-introspect65sqq44t/ECal-2.0.c:683:6: branch_true: following ‘true’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libecal/tmp-introspect65sqq44t/ECal-2.0.c:685:25: branch_true: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libecal/tmp-introspect65sqq44t/ECal-2.0.c:686:41: throw: if ‘g_file_error_from_errno’ throws an exception...
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libecal/tmp-introspect65sqq44t/ECal-2.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): [#def186]
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libecal/tmp-introspect65sqq44t/ECal-2.0.c:686:41: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(input_filename, "rb")’
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libecal/tmp-introspect65sqq44t/ECal-2.0.c:645:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libecal/tmp-introspect65sqq44t/ECal-2.0.c:654:15: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libecal/tmp-introspect65sqq44t/ECal-2.0.c:658:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libecal/tmp-introspect65sqq44t/ECal-2.0.c:669:11: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libecal/tmp-introspect65sqq44t/ECal-2.0.c:669:11: acquire_memory: allocated here
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libecal/tmp-introspect65sqq44t/ECal-2.0.c:670:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libecal/tmp-introspect65sqq44t/ECal-2.0.c:682:12: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libecal/tmp-introspect65sqq44t/ECal-2.0.c:683:6: branch_true: following ‘true’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libecal/tmp-introspect65sqq44t/ECal-2.0.c:685:25: branch_true: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libecal/tmp-introspect65sqq44t/ECal-2.0.c:686:41: throw: if ‘g_file_error_from_errno’ throws an exception...
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libecal/tmp-introspect65sqq44t/ECal-2.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): [#def187]
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libecal/tmp-introspect65sqq44t/ECal-2.0.c:699:18: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(input_filename, "rb")’
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libecal/tmp-introspect65sqq44t/ECal-2.0.c:630:1: enter_function: entry to ‘dump_irepository’
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libecal/tmp-introspect65sqq44t/ECal-2.0.c:645:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libecal/tmp-introspect65sqq44t/ECal-2.0.c:654:15: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libecal/tmp-introspect65sqq44t/ECal-2.0.c:658:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libecal/tmp-introspect65sqq44t/ECal-2.0.c:669:11: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libecal/tmp-introspect65sqq44t/ECal-2.0.c:669:11: acquire_resource: opened here
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libecal/tmp-introspect65sqq44t/ECal-2.0.c:670:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libecal/tmp-introspect65sqq44t/ECal-2.0.c:682:12: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libecal/tmp-introspect65sqq44t/ECal-2.0.c:683:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libecal/tmp-introspect65sqq44t/ECal-2.0.c:696:3: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libecal/tmp-introspect65sqq44t/ECal-2.0.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libecal/tmp-introspect65sqq44t/ECal-2.0.c:696:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libecal/tmp-introspect65sqq44t/ECal-2.0.c:697:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libecal/tmp-introspect65sqq44t/ECal-2.0.c:697:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libecal/tmp-introspect65sqq44t/ECal-2.0.c:699:18: throw: if ‘g_hash_table_new’ throws an exception...
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libecal/tmp-introspect65sqq44t/ECal-2.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): [#def188]
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libecal/tmp-introspect65sqq44t/ECal-2.0.c:699:18: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(output_filename, "wb")’
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libecal/tmp-introspect65sqq44t/ECal-2.0.c:630:1: enter_function: entry to ‘dump_irepository’
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libecal/tmp-introspect65sqq44t/ECal-2.0.c:645:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libecal/tmp-introspect65sqq44t/ECal-2.0.c:654:15: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libecal/tmp-introspect65sqq44t/ECal-2.0.c:658:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libecal/tmp-introspect65sqq44t/ECal-2.0.c:669:11: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libecal/tmp-introspect65sqq44t/ECal-2.0.c:670:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libecal/tmp-introspect65sqq44t/ECal-2.0.c:682:12: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libecal/tmp-introspect65sqq44t/ECal-2.0.c:682:12: acquire_resource: opened here
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libecal/tmp-introspect65sqq44t/ECal-2.0.c:683:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libecal/tmp-introspect65sqq44t/ECal-2.0.c:696:3: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libecal/tmp-introspect65sqq44t/ECal-2.0.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libecal/tmp-introspect65sqq44t/ECal-2.0.c:696:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libecal/tmp-introspect65sqq44t/ECal-2.0.c:697:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libecal/tmp-introspect65sqq44t/ECal-2.0.c:697:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libecal/tmp-introspect65sqq44t/ECal-2.0.c:699:18: throw: if ‘g_hash_table_new’ throws an exception...
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libecal/tmp-introspect65sqq44t/ECal-2.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): [#def189]
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libecal/tmp-introspect65sqq44t/ECal-2.0.c:699:18: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(input_filename, "rb")’
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libecal/tmp-introspect65sqq44t/ECal-2.0.c:630:1: enter_function: entry to ‘dump_irepository’
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libecal/tmp-introspect65sqq44t/ECal-2.0.c:645:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libecal/tmp-introspect65sqq44t/ECal-2.0.c:654:15: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libecal/tmp-introspect65sqq44t/ECal-2.0.c:658:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libecal/tmp-introspect65sqq44t/ECal-2.0.c:669:11: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libecal/tmp-introspect65sqq44t/ECal-2.0.c:669:11: acquire_memory: allocated here
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libecal/tmp-introspect65sqq44t/ECal-2.0.c:670:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libecal/tmp-introspect65sqq44t/ECal-2.0.c:682:12: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libecal/tmp-introspect65sqq44t/ECal-2.0.c:683:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libecal/tmp-introspect65sqq44t/ECal-2.0.c:696:3: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libecal/tmp-introspect65sqq44t/ECal-2.0.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libecal/tmp-introspect65sqq44t/ECal-2.0.c:696:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libecal/tmp-introspect65sqq44t/ECal-2.0.c:697:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libecal/tmp-introspect65sqq44t/ECal-2.0.c:697:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libecal/tmp-introspect65sqq44t/ECal-2.0.c:699:18: throw: if ‘g_hash_table_new’ throws an exception...
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libecal/tmp-introspect65sqq44t/ECal-2.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): [#def190]
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libecal/tmp-introspect65sqq44t/ECal-2.0.c:699:18: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(output_filename, "wb")’
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libecal/tmp-introspect65sqq44t/ECal-2.0.c:630:1: enter_function: entry to ‘dump_irepository’
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libecal/tmp-introspect65sqq44t/ECal-2.0.c:645:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libecal/tmp-introspect65sqq44t/ECal-2.0.c:654:15: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libecal/tmp-introspect65sqq44t/ECal-2.0.c:658:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libecal/tmp-introspect65sqq44t/ECal-2.0.c:669:11: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libecal/tmp-introspect65sqq44t/ECal-2.0.c:670:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libecal/tmp-introspect65sqq44t/ECal-2.0.c:682:12: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libecal/tmp-introspect65sqq44t/ECal-2.0.c:682:12: acquire_memory: allocated here
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libecal/tmp-introspect65sqq44t/ECal-2.0.c:683:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libecal/tmp-introspect65sqq44t/ECal-2.0.c:696:3: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libecal/tmp-introspect65sqq44t/ECal-2.0.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libecal/tmp-introspect65sqq44t/ECal-2.0.c:696:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libecal/tmp-introspect65sqq44t/ECal-2.0.c:697:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libecal/tmp-introspect65sqq44t/ECal-2.0.c:697:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libecal/tmp-introspect65sqq44t/ECal-2.0.c:699:18: throw: if ‘g_hash_table_new’ throws an exception...
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libecal/tmp-introspect65sqq44t/ECal-2.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: GCC_ANALYZER_WARNING (CWE-775): [#def191]
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libedata-cal/tmp-introspectwpx6rtia/EDataCal-2.0.c:68:7: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(input_filename, "rb")’
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libedata-cal/tmp-introspectwpx6rtia/EDataCal-2.0.c:630:1: enter_function: entry to ‘dump_irepository’
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libedata-cal/tmp-introspectwpx6rtia/EDataCal-2.0.c:645:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libedata-cal/tmp-introspectwpx6rtia/EDataCal-2.0.c:654:15: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libedata-cal/tmp-introspectwpx6rtia/EDataCal-2.0.c:658:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libedata-cal/tmp-introspectwpx6rtia/EDataCal-2.0.c:669:11: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libedata-cal/tmp-introspectwpx6rtia/EDataCal-2.0.c:669:11: acquire_resource: opened here
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libedata-cal/tmp-introspectwpx6rtia/EDataCal-2.0.c:670:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libedata-cal/tmp-introspectwpx6rtia/EDataCal-2.0.c:682:12: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libedata-cal/tmp-introspectwpx6rtia/EDataCal-2.0.c:683:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libedata-cal/tmp-introspectwpx6rtia/EDataCal-2.0.c:696:3: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libedata-cal/tmp-introspectwpx6rtia/EDataCal-2.0.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’

Error: GCC_ANALYZER_WARNING (CWE-775): [#def192]
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libedata-cal/tmp-introspectwpx6rtia/EDataCal-2.0.c:68:7: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(output_filename, "wb")’
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libedata-cal/tmp-introspectwpx6rtia/EDataCal-2.0.c:630:1: enter_function: entry to ‘dump_irepository’
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libedata-cal/tmp-introspectwpx6rtia/EDataCal-2.0.c:645:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libedata-cal/tmp-introspectwpx6rtia/EDataCal-2.0.c:654:15: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libedata-cal/tmp-introspectwpx6rtia/EDataCal-2.0.c:658:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libedata-cal/tmp-introspectwpx6rtia/EDataCal-2.0.c:669:11: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libedata-cal/tmp-introspectwpx6rtia/EDataCal-2.0.c:670:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libedata-cal/tmp-introspectwpx6rtia/EDataCal-2.0.c:682:12: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libedata-cal/tmp-introspectwpx6rtia/EDataCal-2.0.c:682:12: acquire_resource: opened here
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libedata-cal/tmp-introspectwpx6rtia/EDataCal-2.0.c:683:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libedata-cal/tmp-introspectwpx6rtia/EDataCal-2.0.c:696:3: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libedata-cal/tmp-introspectwpx6rtia/EDataCal-2.0.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’

Error: GCC_ANALYZER_WARNING (CWE-401): [#def193]
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libedata-cal/tmp-introspectwpx6rtia/EDataCal-2.0.c:68:7: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(input_filename, "rb")’
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libedata-cal/tmp-introspectwpx6rtia/EDataCal-2.0.c:630:1: enter_function: entry to ‘dump_irepository’
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libedata-cal/tmp-introspectwpx6rtia/EDataCal-2.0.c:645:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libedata-cal/tmp-introspectwpx6rtia/EDataCal-2.0.c:654:15: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libedata-cal/tmp-introspectwpx6rtia/EDataCal-2.0.c:658:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libedata-cal/tmp-introspectwpx6rtia/EDataCal-2.0.c:669:11: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libedata-cal/tmp-introspectwpx6rtia/EDataCal-2.0.c:669:11: acquire_memory: allocated here
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libedata-cal/tmp-introspectwpx6rtia/EDataCal-2.0.c:670:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libedata-cal/tmp-introspectwpx6rtia/EDataCal-2.0.c:682:12: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libedata-cal/tmp-introspectwpx6rtia/EDataCal-2.0.c:683:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libedata-cal/tmp-introspectwpx6rtia/EDataCal-2.0.c:696:3: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libedata-cal/tmp-introspectwpx6rtia/EDataCal-2.0.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’

Error: GCC_ANALYZER_WARNING (CWE-401): [#def194]
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libedata-cal/tmp-introspectwpx6rtia/EDataCal-2.0.c:68:7: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(output_filename, "wb")’
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libedata-cal/tmp-introspectwpx6rtia/EDataCal-2.0.c:630:1: enter_function: entry to ‘dump_irepository’
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libedata-cal/tmp-introspectwpx6rtia/EDataCal-2.0.c:645:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libedata-cal/tmp-introspectwpx6rtia/EDataCal-2.0.c:654:15: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libedata-cal/tmp-introspectwpx6rtia/EDataCal-2.0.c:658:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libedata-cal/tmp-introspectwpx6rtia/EDataCal-2.0.c:669:11: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libedata-cal/tmp-introspectwpx6rtia/EDataCal-2.0.c:670:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libedata-cal/tmp-introspectwpx6rtia/EDataCal-2.0.c:682:12: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libedata-cal/tmp-introspectwpx6rtia/EDataCal-2.0.c:682:12: acquire_memory: allocated here
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libedata-cal/tmp-introspectwpx6rtia/EDataCal-2.0.c:683:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libedata-cal/tmp-introspectwpx6rtia/EDataCal-2.0.c:696:3: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libedata-cal/tmp-introspectwpx6rtia/EDataCal-2.0.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’

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

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

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

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

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

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

Error: GCC_ANALYZER_WARNING (CWE-401): [#def201]
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libedata-cal/tmp-introspectwpx6rtia/EDataCal-2.0.c:93:11: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(input_filename, "rb")’
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libedata-cal/tmp-introspectwpx6rtia/EDataCal-2.0.c:630:1: enter_function: entry to ‘dump_irepository’
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libedata-cal/tmp-introspectwpx6rtia/EDataCal-2.0.c:645:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libedata-cal/tmp-introspectwpx6rtia/EDataCal-2.0.c:654:15: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libedata-cal/tmp-introspectwpx6rtia/EDataCal-2.0.c:658:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libedata-cal/tmp-introspectwpx6rtia/EDataCal-2.0.c:669:11: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libedata-cal/tmp-introspectwpx6rtia/EDataCal-2.0.c:669:11: acquire_memory: allocated here
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libedata-cal/tmp-introspectwpx6rtia/EDataCal-2.0.c:670:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libedata-cal/tmp-introspectwpx6rtia/EDataCal-2.0.c:682:12: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libedata-cal/tmp-introspectwpx6rtia/EDataCal-2.0.c:683:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libedata-cal/tmp-introspectwpx6rtia/EDataCal-2.0.c:696:3: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libedata-cal/tmp-introspectwpx6rtia/EDataCal-2.0.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libedata-cal/tmp-introspectwpx6rtia/EDataCal-2.0.c:696:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libedata-cal/tmp-introspectwpx6rtia/EDataCal-2.0.c:697:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libedata-cal/tmp-introspectwpx6rtia/EDataCal-2.0.c:697:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libedata-cal/tmp-introspectwpx6rtia/EDataCal-2.0.c:704:20: call_function: calling ‘read_line’ from ‘dump_irepository’

Error: GCC_ANALYZER_WARNING (CWE-401): [#def202]
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libedata-cal/tmp-introspectwpx6rtia/EDataCal-2.0.c:93:11: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(output_filename, "wb")’
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libedata-cal/tmp-introspectwpx6rtia/EDataCal-2.0.c:630:1: enter_function: entry to ‘dump_irepository’
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libedata-cal/tmp-introspectwpx6rtia/EDataCal-2.0.c:645:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libedata-cal/tmp-introspectwpx6rtia/EDataCal-2.0.c:654:15: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libedata-cal/tmp-introspectwpx6rtia/EDataCal-2.0.c:658:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libedata-cal/tmp-introspectwpx6rtia/EDataCal-2.0.c:669:11: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libedata-cal/tmp-introspectwpx6rtia/EDataCal-2.0.c:670:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libedata-cal/tmp-introspectwpx6rtia/EDataCal-2.0.c:682:12: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libedata-cal/tmp-introspectwpx6rtia/EDataCal-2.0.c:682:12: acquire_memory: allocated here
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libedata-cal/tmp-introspectwpx6rtia/EDataCal-2.0.c:683:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libedata-cal/tmp-introspectwpx6rtia/EDataCal-2.0.c:696:3: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libedata-cal/tmp-introspectwpx6rtia/EDataCal-2.0.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libedata-cal/tmp-introspectwpx6rtia/EDataCal-2.0.c:696:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libedata-cal/tmp-introspectwpx6rtia/EDataCal-2.0.c:697:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libedata-cal/tmp-introspectwpx6rtia/EDataCal-2.0.c:697:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libedata-cal/tmp-introspectwpx6rtia/EDataCal-2.0.c:704:20: call_function: calling ‘read_line’ from ‘dump_irepository’

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

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

Error: GCC_ANALYZER_WARNING (CWE-401): [#def205]
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libedata-cal/tmp-introspectwpx6rtia/EDataCal-2.0.c:99:3: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(input_filename, "rb")’
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libedata-cal/tmp-introspectwpx6rtia/EDataCal-2.0.c:630:1: enter_function: entry to ‘dump_irepository’
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libedata-cal/tmp-introspectwpx6rtia/EDataCal-2.0.c:645:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libedata-cal/tmp-introspectwpx6rtia/EDataCal-2.0.c:654:15: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libedata-cal/tmp-introspectwpx6rtia/EDataCal-2.0.c:658:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libedata-cal/tmp-introspectwpx6rtia/EDataCal-2.0.c:669:11: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libedata-cal/tmp-introspectwpx6rtia/EDataCal-2.0.c:669:11: acquire_memory: allocated here
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libedata-cal/tmp-introspectwpx6rtia/EDataCal-2.0.c:670:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libedata-cal/tmp-introspectwpx6rtia/EDataCal-2.0.c:682:12: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libedata-cal/tmp-introspectwpx6rtia/EDataCal-2.0.c:683:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libedata-cal/tmp-introspectwpx6rtia/EDataCal-2.0.c:696:3: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libedata-cal/tmp-introspectwpx6rtia/EDataCal-2.0.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libedata-cal/tmp-introspectwpx6rtia/EDataCal-2.0.c:696:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libedata-cal/tmp-introspectwpx6rtia/EDataCal-2.0.c:697:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libedata-cal/tmp-introspectwpx6rtia/EDataCal-2.0.c:697:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libedata-cal/tmp-introspectwpx6rtia/EDataCal-2.0.c:704:20: call_function: calling ‘read_line’ from ‘dump_irepository’

Error: GCC_ANALYZER_WARNING (CWE-401): [#def206]
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libedata-cal/tmp-introspectwpx6rtia/EDataCal-2.0.c:99:3: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(output_filename, "wb")’
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libedata-cal/tmp-introspectwpx6rtia/EDataCal-2.0.c:630:1: enter_function: entry to ‘dump_irepository’
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libedata-cal/tmp-introspectwpx6rtia/EDataCal-2.0.c:645:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libedata-cal/tmp-introspectwpx6rtia/EDataCal-2.0.c:654:15: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libedata-cal/tmp-introspectwpx6rtia/EDataCal-2.0.c:658:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libedata-cal/tmp-introspectwpx6rtia/EDataCal-2.0.c:669:11: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libedata-cal/tmp-introspectwpx6rtia/EDataCal-2.0.c:670:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libedata-cal/tmp-introspectwpx6rtia/EDataCal-2.0.c:682:12: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libedata-cal/tmp-introspectwpx6rtia/EDataCal-2.0.c:682:12: acquire_memory: allocated here
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libedata-cal/tmp-introspectwpx6rtia/EDataCal-2.0.c:683:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libedata-cal/tmp-introspectwpx6rtia/EDataCal-2.0.c:696:3: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libedata-cal/tmp-introspectwpx6rtia/EDataCal-2.0.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libedata-cal/tmp-introspectwpx6rtia/EDataCal-2.0.c:696:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libedata-cal/tmp-introspectwpx6rtia/EDataCal-2.0.c:697:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libedata-cal/tmp-introspectwpx6rtia/EDataCal-2.0.c:697:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libedata-cal/tmp-introspectwpx6rtia/EDataCal-2.0.c:704:20: call_function: calling ‘read_line’ from ‘dump_irepository’

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

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

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

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

Error: GCC_ANALYZER_WARNING (CWE-404): [#def211]
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libedata-cal/tmp-introspectwpx6rtia/EDataCal-2.0.c:120:9: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libedata-cal/tmp-introspectwpx6rtia/EDataCal-2.0.c:599:1: enter_function: entry to ‘dump_error_quark’
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libedata-cal/tmp-introspectwpx6rtia/EDataCal-2.0.c:601:3: call_function: calling ‘escaped_printf’ from ‘dump_error_quark’

Error: GCC_ANALYZER_WARNING (CWE-775): [#def212]
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libedata-cal/tmp-introspectwpx6rtia/EDataCal-2.0.c:138:7: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(input_filename, "rb")’
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libedata-cal/tmp-introspectwpx6rtia/EDataCal-2.0.c:630:1: enter_function: entry to ‘dump_irepository’
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libedata-cal/tmp-introspectwpx6rtia/EDataCal-2.0.c:645:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libedata-cal/tmp-introspectwpx6rtia/EDataCal-2.0.c:654:15: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libedata-cal/tmp-introspectwpx6rtia/EDataCal-2.0.c:658:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libedata-cal/tmp-introspectwpx6rtia/EDataCal-2.0.c:669:11: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libedata-cal/tmp-introspectwpx6rtia/EDataCal-2.0.c:669:11: acquire_resource: opened here
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libedata-cal/tmp-introspectwpx6rtia/EDataCal-2.0.c:670:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libedata-cal/tmp-introspectwpx6rtia/EDataCal-2.0.c:682:12: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libedata-cal/tmp-introspectwpx6rtia/EDataCal-2.0.c:683:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libedata-cal/tmp-introspectwpx6rtia/EDataCal-2.0.c:696:3: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libedata-cal/tmp-introspectwpx6rtia/EDataCal-2.0.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’

Error: GCC_ANALYZER_WARNING (CWE-775): [#def213]
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libedata-cal/tmp-introspectwpx6rtia/EDataCal-2.0.c:138:7: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(output_filename, "wb")’
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libedata-cal/tmp-introspectwpx6rtia/EDataCal-2.0.c:630:1: enter_function: entry to ‘dump_irepository’
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libedata-cal/tmp-introspectwpx6rtia/EDataCal-2.0.c:645:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libedata-cal/tmp-introspectwpx6rtia/EDataCal-2.0.c:654:15: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libedata-cal/tmp-introspectwpx6rtia/EDataCal-2.0.c:658:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libedata-cal/tmp-introspectwpx6rtia/EDataCal-2.0.c:669:11: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libedata-cal/tmp-introspectwpx6rtia/EDataCal-2.0.c:670:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libedata-cal/tmp-introspectwpx6rtia/EDataCal-2.0.c:682:12: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libedata-cal/tmp-introspectwpx6rtia/EDataCal-2.0.c:682:12: acquire_resource: opened here
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libedata-cal/tmp-introspectwpx6rtia/EDataCal-2.0.c:683:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libedata-cal/tmp-introspectwpx6rtia/EDataCal-2.0.c:696:3: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libedata-cal/tmp-introspectwpx6rtia/EDataCal-2.0.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’

Error: GCC_ANALYZER_WARNING (CWE-401): [#def214]
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libedata-cal/tmp-introspectwpx6rtia/EDataCal-2.0.c:138:7: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(input_filename, "rb")’
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libedata-cal/tmp-introspectwpx6rtia/EDataCal-2.0.c:630:1: enter_function: entry to ‘dump_irepository’
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libedata-cal/tmp-introspectwpx6rtia/EDataCal-2.0.c:645:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libedata-cal/tmp-introspectwpx6rtia/EDataCal-2.0.c:654:15: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libedata-cal/tmp-introspectwpx6rtia/EDataCal-2.0.c:658:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libedata-cal/tmp-introspectwpx6rtia/EDataCal-2.0.c:669:11: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libedata-cal/tmp-introspectwpx6rtia/EDataCal-2.0.c:669:11: acquire_memory: allocated here
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libedata-cal/tmp-introspectwpx6rtia/EDataCal-2.0.c:670:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libedata-cal/tmp-introspectwpx6rtia/EDataCal-2.0.c:682:12: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libedata-cal/tmp-introspectwpx6rtia/EDataCal-2.0.c:683:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libedata-cal/tmp-introspectwpx6rtia/EDataCal-2.0.c:696:3: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libedata-cal/tmp-introspectwpx6rtia/EDataCal-2.0.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’

Error: GCC_ANALYZER_WARNING (CWE-401): [#def215]
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libedata-cal/tmp-introspectwpx6rtia/EDataCal-2.0.c:138:7: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(output_filename, "wb")’
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libedata-cal/tmp-introspectwpx6rtia/EDataCal-2.0.c:630:1: enter_function: entry to ‘dump_irepository’
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libedata-cal/tmp-introspectwpx6rtia/EDataCal-2.0.c:645:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libedata-cal/tmp-introspectwpx6rtia/EDataCal-2.0.c:654:15: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libedata-cal/tmp-introspectwpx6rtia/EDataCal-2.0.c:658:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libedata-cal/tmp-introspectwpx6rtia/EDataCal-2.0.c:669:11: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libedata-cal/tmp-introspectwpx6rtia/EDataCal-2.0.c:670:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libedata-cal/tmp-introspectwpx6rtia/EDataCal-2.0.c:682:12: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libedata-cal/tmp-introspectwpx6rtia/EDataCal-2.0.c:682:12: acquire_memory: allocated here
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libedata-cal/tmp-introspectwpx6rtia/EDataCal-2.0.c:683:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libedata-cal/tmp-introspectwpx6rtia/EDataCal-2.0.c:696:3: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libedata-cal/tmp-introspectwpx6rtia/EDataCal-2.0.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’

Error: GCC_ANALYZER_WARNING (CWE-775): [#def216]
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libedata-cal/tmp-introspectwpx6rtia/EDataCal-2.0.c:686:7: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(input_filename, "rb")’
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libedata-cal/tmp-introspectwpx6rtia/EDataCal-2.0.c:645:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libedata-cal/tmp-introspectwpx6rtia/EDataCal-2.0.c:654:15: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libedata-cal/tmp-introspectwpx6rtia/EDataCal-2.0.c:658:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libedata-cal/tmp-introspectwpx6rtia/EDataCal-2.0.c:669:11: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libedata-cal/tmp-introspectwpx6rtia/EDataCal-2.0.c:669:11: acquire_resource: opened here
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libedata-cal/tmp-introspectwpx6rtia/EDataCal-2.0.c:670:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libedata-cal/tmp-introspectwpx6rtia/EDataCal-2.0.c:682:12: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libedata-cal/tmp-introspectwpx6rtia/EDataCal-2.0.c:683:6: branch_true: following ‘true’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libedata-cal/tmp-introspectwpx6rtia/EDataCal-2.0.c:685:25: branch_true: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libedata-cal/tmp-introspectwpx6rtia/EDataCal-2.0.c:686:7: throw: if ‘g_file_error_quark’ throws an exception...
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libedata-cal/tmp-introspectwpx6rtia/EDataCal-2.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): [#def217]
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libedata-cal/tmp-introspectwpx6rtia/EDataCal-2.0.c:686:7: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(input_filename, "rb")’
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libedata-cal/tmp-introspectwpx6rtia/EDataCal-2.0.c:645:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libedata-cal/tmp-introspectwpx6rtia/EDataCal-2.0.c:654:15: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libedata-cal/tmp-introspectwpx6rtia/EDataCal-2.0.c:658:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libedata-cal/tmp-introspectwpx6rtia/EDataCal-2.0.c:669:11: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libedata-cal/tmp-introspectwpx6rtia/EDataCal-2.0.c:669:11: acquire_memory: allocated here
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libedata-cal/tmp-introspectwpx6rtia/EDataCal-2.0.c:670:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libedata-cal/tmp-introspectwpx6rtia/EDataCal-2.0.c:682:12: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libedata-cal/tmp-introspectwpx6rtia/EDataCal-2.0.c:683:6: branch_true: following ‘true’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libedata-cal/tmp-introspectwpx6rtia/EDataCal-2.0.c:685:25: branch_true: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libedata-cal/tmp-introspectwpx6rtia/EDataCal-2.0.c:686:7: throw: if ‘g_file_error_quark’ throws an exception...
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libedata-cal/tmp-introspectwpx6rtia/EDataCal-2.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): [#def218]
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libedata-cal/tmp-introspectwpx6rtia/EDataCal-2.0.c:686:41: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(input_filename, "rb")’
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libedata-cal/tmp-introspectwpx6rtia/EDataCal-2.0.c:645:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libedata-cal/tmp-introspectwpx6rtia/EDataCal-2.0.c:654:15: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libedata-cal/tmp-introspectwpx6rtia/EDataCal-2.0.c:658:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libedata-cal/tmp-introspectwpx6rtia/EDataCal-2.0.c:669:11: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libedata-cal/tmp-introspectwpx6rtia/EDataCal-2.0.c:669:11: acquire_resource: opened here
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libedata-cal/tmp-introspectwpx6rtia/EDataCal-2.0.c:670:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libedata-cal/tmp-introspectwpx6rtia/EDataCal-2.0.c:682:12: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libedata-cal/tmp-introspectwpx6rtia/EDataCal-2.0.c:683:6: branch_true: following ‘true’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libedata-cal/tmp-introspectwpx6rtia/EDataCal-2.0.c:685:25: branch_true: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libedata-cal/tmp-introspectwpx6rtia/EDataCal-2.0.c:686:41: throw: if ‘g_file_error_from_errno’ throws an exception...
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libedata-cal/tmp-introspectwpx6rtia/EDataCal-2.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): [#def219]
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libedata-cal/tmp-introspectwpx6rtia/EDataCal-2.0.c:686:41: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(input_filename, "rb")’
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libedata-cal/tmp-introspectwpx6rtia/EDataCal-2.0.c:645:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libedata-cal/tmp-introspectwpx6rtia/EDataCal-2.0.c:654:15: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libedata-cal/tmp-introspectwpx6rtia/EDataCal-2.0.c:658:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libedata-cal/tmp-introspectwpx6rtia/EDataCal-2.0.c:669:11: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libedata-cal/tmp-introspectwpx6rtia/EDataCal-2.0.c:669:11: acquire_memory: allocated here
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libedata-cal/tmp-introspectwpx6rtia/EDataCal-2.0.c:670:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libedata-cal/tmp-introspectwpx6rtia/EDataCal-2.0.c:682:12: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libedata-cal/tmp-introspectwpx6rtia/EDataCal-2.0.c:683:6: branch_true: following ‘true’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libedata-cal/tmp-introspectwpx6rtia/EDataCal-2.0.c:685:25: branch_true: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libedata-cal/tmp-introspectwpx6rtia/EDataCal-2.0.c:686:41: throw: if ‘g_file_error_from_errno’ throws an exception...
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libedata-cal/tmp-introspectwpx6rtia/EDataCal-2.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): [#def220]
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libedata-cal/tmp-introspectwpx6rtia/EDataCal-2.0.c:699:18: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(input_filename, "rb")’
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libedata-cal/tmp-introspectwpx6rtia/EDataCal-2.0.c:630:1: enter_function: entry to ‘dump_irepository’
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libedata-cal/tmp-introspectwpx6rtia/EDataCal-2.0.c:645:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libedata-cal/tmp-introspectwpx6rtia/EDataCal-2.0.c:654:15: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libedata-cal/tmp-introspectwpx6rtia/EDataCal-2.0.c:658:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libedata-cal/tmp-introspectwpx6rtia/EDataCal-2.0.c:669:11: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libedata-cal/tmp-introspectwpx6rtia/EDataCal-2.0.c:669:11: acquire_resource: opened here
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libedata-cal/tmp-introspectwpx6rtia/EDataCal-2.0.c:670:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libedata-cal/tmp-introspectwpx6rtia/EDataCal-2.0.c:682:12: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libedata-cal/tmp-introspectwpx6rtia/EDataCal-2.0.c:683:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libedata-cal/tmp-introspectwpx6rtia/EDataCal-2.0.c:696:3: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libedata-cal/tmp-introspectwpx6rtia/EDataCal-2.0.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libedata-cal/tmp-introspectwpx6rtia/EDataCal-2.0.c:696:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libedata-cal/tmp-introspectwpx6rtia/EDataCal-2.0.c:697:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libedata-cal/tmp-introspectwpx6rtia/EDataCal-2.0.c:697:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libedata-cal/tmp-introspectwpx6rtia/EDataCal-2.0.c:699:18: throw: if ‘g_hash_table_new’ throws an exception...
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libedata-cal/tmp-introspectwpx6rtia/EDataCal-2.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): [#def221]
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libedata-cal/tmp-introspectwpx6rtia/EDataCal-2.0.c:699:18: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(output_filename, "wb")’
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libedata-cal/tmp-introspectwpx6rtia/EDataCal-2.0.c:630:1: enter_function: entry to ‘dump_irepository’
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libedata-cal/tmp-introspectwpx6rtia/EDataCal-2.0.c:645:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libedata-cal/tmp-introspectwpx6rtia/EDataCal-2.0.c:654:15: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libedata-cal/tmp-introspectwpx6rtia/EDataCal-2.0.c:658:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libedata-cal/tmp-introspectwpx6rtia/EDataCal-2.0.c:669:11: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libedata-cal/tmp-introspectwpx6rtia/EDataCal-2.0.c:670:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libedata-cal/tmp-introspectwpx6rtia/EDataCal-2.0.c:682:12: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libedata-cal/tmp-introspectwpx6rtia/EDataCal-2.0.c:682:12: acquire_resource: opened here
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libedata-cal/tmp-introspectwpx6rtia/EDataCal-2.0.c:683:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libedata-cal/tmp-introspectwpx6rtia/EDataCal-2.0.c:696:3: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libedata-cal/tmp-introspectwpx6rtia/EDataCal-2.0.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libedata-cal/tmp-introspectwpx6rtia/EDataCal-2.0.c:696:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libedata-cal/tmp-introspectwpx6rtia/EDataCal-2.0.c:697:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libedata-cal/tmp-introspectwpx6rtia/EDataCal-2.0.c:697:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libedata-cal/tmp-introspectwpx6rtia/EDataCal-2.0.c:699:18: throw: if ‘g_hash_table_new’ throws an exception...
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libedata-cal/tmp-introspectwpx6rtia/EDataCal-2.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): [#def222]
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libedata-cal/tmp-introspectwpx6rtia/EDataCal-2.0.c:699:18: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(input_filename, "rb")’
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libedata-cal/tmp-introspectwpx6rtia/EDataCal-2.0.c:630:1: enter_function: entry to ‘dump_irepository’
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libedata-cal/tmp-introspectwpx6rtia/EDataCal-2.0.c:645:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libedata-cal/tmp-introspectwpx6rtia/EDataCal-2.0.c:654:15: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libedata-cal/tmp-introspectwpx6rtia/EDataCal-2.0.c:658:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libedata-cal/tmp-introspectwpx6rtia/EDataCal-2.0.c:669:11: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libedata-cal/tmp-introspectwpx6rtia/EDataCal-2.0.c:669:11: acquire_memory: allocated here
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libedata-cal/tmp-introspectwpx6rtia/EDataCal-2.0.c:670:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libedata-cal/tmp-introspectwpx6rtia/EDataCal-2.0.c:682:12: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libedata-cal/tmp-introspectwpx6rtia/EDataCal-2.0.c:683:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libedata-cal/tmp-introspectwpx6rtia/EDataCal-2.0.c:696:3: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libedata-cal/tmp-introspectwpx6rtia/EDataCal-2.0.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libedata-cal/tmp-introspectwpx6rtia/EDataCal-2.0.c:696:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libedata-cal/tmp-introspectwpx6rtia/EDataCal-2.0.c:697:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libedata-cal/tmp-introspectwpx6rtia/EDataCal-2.0.c:697:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libedata-cal/tmp-introspectwpx6rtia/EDataCal-2.0.c:699:18: throw: if ‘g_hash_table_new’ throws an exception...
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libedata-cal/tmp-introspectwpx6rtia/EDataCal-2.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): [#def223]
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libedata-cal/tmp-introspectwpx6rtia/EDataCal-2.0.c:699:18: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(output_filename, "wb")’
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libedata-cal/tmp-introspectwpx6rtia/EDataCal-2.0.c:630:1: enter_function: entry to ‘dump_irepository’
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libedata-cal/tmp-introspectwpx6rtia/EDataCal-2.0.c:645:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libedata-cal/tmp-introspectwpx6rtia/EDataCal-2.0.c:654:15: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libedata-cal/tmp-introspectwpx6rtia/EDataCal-2.0.c:658:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libedata-cal/tmp-introspectwpx6rtia/EDataCal-2.0.c:669:11: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libedata-cal/tmp-introspectwpx6rtia/EDataCal-2.0.c:670:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libedata-cal/tmp-introspectwpx6rtia/EDataCal-2.0.c:682:12: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libedata-cal/tmp-introspectwpx6rtia/EDataCal-2.0.c:682:12: acquire_memory: allocated here
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libedata-cal/tmp-introspectwpx6rtia/EDataCal-2.0.c:683:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libedata-cal/tmp-introspectwpx6rtia/EDataCal-2.0.c:696:3: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libedata-cal/tmp-introspectwpx6rtia/EDataCal-2.0.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libedata-cal/tmp-introspectwpx6rtia/EDataCal-2.0.c:696:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libedata-cal/tmp-introspectwpx6rtia/EDataCal-2.0.c:697:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libedata-cal/tmp-introspectwpx6rtia/EDataCal-2.0.c:697:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libedata-cal/tmp-introspectwpx6rtia/EDataCal-2.0.c:699:18: throw: if ‘g_hash_table_new’ throws an exception...
evolution-data-server-3.59.1/redhat-linux-build/src/calendar/libedata-cal/tmp-introspectwpx6rtia/EDataCal-2.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: GCC_ANALYZER_WARNING (CWE-775): [#def224]
evolution-data-server-3.59.1/redhat-linux-build/src/camel/tmp-introspectn3b62ul9/Camel-1.2.c:68:7: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(input_filename, "rb")’
evolution-data-server-3.59.1/redhat-linux-build/src/camel/tmp-introspectn3b62ul9/Camel-1.2.c:630:1: enter_function: entry to ‘dump_irepository’
evolution-data-server-3.59.1/redhat-linux-build/src/camel/tmp-introspectn3b62ul9/Camel-1.2.c:645:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/camel/tmp-introspectn3b62ul9/Camel-1.2.c:654:15: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/camel/tmp-introspectn3b62ul9/Camel-1.2.c:658:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/camel/tmp-introspectn3b62ul9/Camel-1.2.c:669:11: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/camel/tmp-introspectn3b62ul9/Camel-1.2.c:669:11: acquire_resource: opened here
evolution-data-server-3.59.1/redhat-linux-build/src/camel/tmp-introspectn3b62ul9/Camel-1.2.c:670:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/camel/tmp-introspectn3b62ul9/Camel-1.2.c:682:12: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/camel/tmp-introspectn3b62ul9/Camel-1.2.c:683:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/camel/tmp-introspectn3b62ul9/Camel-1.2.c:696:3: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/camel/tmp-introspectn3b62ul9/Camel-1.2.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Error: GCC_ANALYZER_WARNING (CWE-404): [#def244]
evolution-data-server-3.59.1/redhat-linux-build/src/camel/tmp-introspectn3b62ul9/Camel-1.2.c:120:9: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
evolution-data-server-3.59.1/redhat-linux-build/src/camel/tmp-introspectn3b62ul9/Camel-1.2.c:599:1: enter_function: entry to ‘dump_error_quark’
evolution-data-server-3.59.1/redhat-linux-build/src/camel/tmp-introspectn3b62ul9/Camel-1.2.c:601:3: call_function: calling ‘escaped_printf’ from ‘dump_error_quark’

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

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

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

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

Error: GCC_ANALYZER_WARNING (CWE-775): [#def249]
evolution-data-server-3.59.1/redhat-linux-build/src/camel/tmp-introspectn3b62ul9/Camel-1.2.c:686:7: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(input_filename, "rb")’
evolution-data-server-3.59.1/redhat-linux-build/src/camel/tmp-introspectn3b62ul9/Camel-1.2.c:645:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/camel/tmp-introspectn3b62ul9/Camel-1.2.c:654:15: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/camel/tmp-introspectn3b62ul9/Camel-1.2.c:658:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/camel/tmp-introspectn3b62ul9/Camel-1.2.c:669:11: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/camel/tmp-introspectn3b62ul9/Camel-1.2.c:669:11: acquire_resource: opened here
evolution-data-server-3.59.1/redhat-linux-build/src/camel/tmp-introspectn3b62ul9/Camel-1.2.c:670:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/camel/tmp-introspectn3b62ul9/Camel-1.2.c:682:12: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/camel/tmp-introspectn3b62ul9/Camel-1.2.c:683:6: branch_true: following ‘true’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/camel/tmp-introspectn3b62ul9/Camel-1.2.c:685:25: branch_true: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/camel/tmp-introspectn3b62ul9/Camel-1.2.c:686:7: throw: if ‘g_file_error_quark’ throws an exception...
evolution-data-server-3.59.1/redhat-linux-build/src/camel/tmp-introspectn3b62ul9/Camel-1.2.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): [#def250]
evolution-data-server-3.59.1/redhat-linux-build/src/camel/tmp-introspectn3b62ul9/Camel-1.2.c:686:7: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(input_filename, "rb")’
evolution-data-server-3.59.1/redhat-linux-build/src/camel/tmp-introspectn3b62ul9/Camel-1.2.c:645:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/camel/tmp-introspectn3b62ul9/Camel-1.2.c:654:15: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/camel/tmp-introspectn3b62ul9/Camel-1.2.c:658:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/camel/tmp-introspectn3b62ul9/Camel-1.2.c:669:11: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/camel/tmp-introspectn3b62ul9/Camel-1.2.c:669:11: acquire_memory: allocated here
evolution-data-server-3.59.1/redhat-linux-build/src/camel/tmp-introspectn3b62ul9/Camel-1.2.c:670:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/camel/tmp-introspectn3b62ul9/Camel-1.2.c:682:12: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/camel/tmp-introspectn3b62ul9/Camel-1.2.c:683:6: branch_true: following ‘true’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/camel/tmp-introspectn3b62ul9/Camel-1.2.c:685:25: branch_true: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/camel/tmp-introspectn3b62ul9/Camel-1.2.c:686:7: throw: if ‘g_file_error_quark’ throws an exception...
evolution-data-server-3.59.1/redhat-linux-build/src/camel/tmp-introspectn3b62ul9/Camel-1.2.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): [#def251]
evolution-data-server-3.59.1/redhat-linux-build/src/camel/tmp-introspectn3b62ul9/Camel-1.2.c:686:41: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(input_filename, "rb")’
evolution-data-server-3.59.1/redhat-linux-build/src/camel/tmp-introspectn3b62ul9/Camel-1.2.c:645:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/camel/tmp-introspectn3b62ul9/Camel-1.2.c:654:15: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/camel/tmp-introspectn3b62ul9/Camel-1.2.c:658:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/camel/tmp-introspectn3b62ul9/Camel-1.2.c:669:11: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/camel/tmp-introspectn3b62ul9/Camel-1.2.c:669:11: acquire_resource: opened here
evolution-data-server-3.59.1/redhat-linux-build/src/camel/tmp-introspectn3b62ul9/Camel-1.2.c:670:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/camel/tmp-introspectn3b62ul9/Camel-1.2.c:682:12: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/camel/tmp-introspectn3b62ul9/Camel-1.2.c:683:6: branch_true: following ‘true’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/camel/tmp-introspectn3b62ul9/Camel-1.2.c:685:25: branch_true: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/camel/tmp-introspectn3b62ul9/Camel-1.2.c:686:41: throw: if ‘g_file_error_from_errno’ throws an exception...
evolution-data-server-3.59.1/redhat-linux-build/src/camel/tmp-introspectn3b62ul9/Camel-1.2.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): [#def252]
evolution-data-server-3.59.1/redhat-linux-build/src/camel/tmp-introspectn3b62ul9/Camel-1.2.c:686:41: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(input_filename, "rb")’
evolution-data-server-3.59.1/redhat-linux-build/src/camel/tmp-introspectn3b62ul9/Camel-1.2.c:645:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/camel/tmp-introspectn3b62ul9/Camel-1.2.c:654:15: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/camel/tmp-introspectn3b62ul9/Camel-1.2.c:658:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/camel/tmp-introspectn3b62ul9/Camel-1.2.c:669:11: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/camel/tmp-introspectn3b62ul9/Camel-1.2.c:669:11: acquire_memory: allocated here
evolution-data-server-3.59.1/redhat-linux-build/src/camel/tmp-introspectn3b62ul9/Camel-1.2.c:670:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/camel/tmp-introspectn3b62ul9/Camel-1.2.c:682:12: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/camel/tmp-introspectn3b62ul9/Camel-1.2.c:683:6: branch_true: following ‘true’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/camel/tmp-introspectn3b62ul9/Camel-1.2.c:685:25: branch_true: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/camel/tmp-introspectn3b62ul9/Camel-1.2.c:686:41: throw: if ‘g_file_error_from_errno’ throws an exception...
evolution-data-server-3.59.1/redhat-linux-build/src/camel/tmp-introspectn3b62ul9/Camel-1.2.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): [#def253]
evolution-data-server-3.59.1/redhat-linux-build/src/camel/tmp-introspectn3b62ul9/Camel-1.2.c:699:18: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(input_filename, "rb")’
evolution-data-server-3.59.1/redhat-linux-build/src/camel/tmp-introspectn3b62ul9/Camel-1.2.c:630:1: enter_function: entry to ‘dump_irepository’
evolution-data-server-3.59.1/redhat-linux-build/src/camel/tmp-introspectn3b62ul9/Camel-1.2.c:645:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/camel/tmp-introspectn3b62ul9/Camel-1.2.c:654:15: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/camel/tmp-introspectn3b62ul9/Camel-1.2.c:658:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/camel/tmp-introspectn3b62ul9/Camel-1.2.c:669:11: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/camel/tmp-introspectn3b62ul9/Camel-1.2.c:669:11: acquire_resource: opened here
evolution-data-server-3.59.1/redhat-linux-build/src/camel/tmp-introspectn3b62ul9/Camel-1.2.c:670:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/camel/tmp-introspectn3b62ul9/Camel-1.2.c:682:12: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/camel/tmp-introspectn3b62ul9/Camel-1.2.c:683:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/camel/tmp-introspectn3b62ul9/Camel-1.2.c:696:3: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/camel/tmp-introspectn3b62ul9/Camel-1.2.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
evolution-data-server-3.59.1/redhat-linux-build/src/camel/tmp-introspectn3b62ul9/Camel-1.2.c:696:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
evolution-data-server-3.59.1/redhat-linux-build/src/camel/tmp-introspectn3b62ul9/Camel-1.2.c:697:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
evolution-data-server-3.59.1/redhat-linux-build/src/camel/tmp-introspectn3b62ul9/Camel-1.2.c:697:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
evolution-data-server-3.59.1/redhat-linux-build/src/camel/tmp-introspectn3b62ul9/Camel-1.2.c:699:18: throw: if ‘g_hash_table_new’ throws an exception...
evolution-data-server-3.59.1/redhat-linux-build/src/camel/tmp-introspectn3b62ul9/Camel-1.2.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): [#def254]
evolution-data-server-3.59.1/redhat-linux-build/src/camel/tmp-introspectn3b62ul9/Camel-1.2.c:699:18: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(output_filename, "wb")’
evolution-data-server-3.59.1/redhat-linux-build/src/camel/tmp-introspectn3b62ul9/Camel-1.2.c:630:1: enter_function: entry to ‘dump_irepository’
evolution-data-server-3.59.1/redhat-linux-build/src/camel/tmp-introspectn3b62ul9/Camel-1.2.c:645:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/camel/tmp-introspectn3b62ul9/Camel-1.2.c:654:15: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/camel/tmp-introspectn3b62ul9/Camel-1.2.c:658:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/camel/tmp-introspectn3b62ul9/Camel-1.2.c:669:11: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/camel/tmp-introspectn3b62ul9/Camel-1.2.c:670:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/camel/tmp-introspectn3b62ul9/Camel-1.2.c:682:12: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/camel/tmp-introspectn3b62ul9/Camel-1.2.c:682:12: acquire_resource: opened here
evolution-data-server-3.59.1/redhat-linux-build/src/camel/tmp-introspectn3b62ul9/Camel-1.2.c:683:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/camel/tmp-introspectn3b62ul9/Camel-1.2.c:696:3: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/camel/tmp-introspectn3b62ul9/Camel-1.2.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
evolution-data-server-3.59.1/redhat-linux-build/src/camel/tmp-introspectn3b62ul9/Camel-1.2.c:696:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
evolution-data-server-3.59.1/redhat-linux-build/src/camel/tmp-introspectn3b62ul9/Camel-1.2.c:697:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
evolution-data-server-3.59.1/redhat-linux-build/src/camel/tmp-introspectn3b62ul9/Camel-1.2.c:697:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
evolution-data-server-3.59.1/redhat-linux-build/src/camel/tmp-introspectn3b62ul9/Camel-1.2.c:699:18: throw: if ‘g_hash_table_new’ throws an exception...
evolution-data-server-3.59.1/redhat-linux-build/src/camel/tmp-introspectn3b62ul9/Camel-1.2.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): [#def255]
evolution-data-server-3.59.1/redhat-linux-build/src/camel/tmp-introspectn3b62ul9/Camel-1.2.c:699:18: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(input_filename, "rb")’
evolution-data-server-3.59.1/redhat-linux-build/src/camel/tmp-introspectn3b62ul9/Camel-1.2.c:630:1: enter_function: entry to ‘dump_irepository’
evolution-data-server-3.59.1/redhat-linux-build/src/camel/tmp-introspectn3b62ul9/Camel-1.2.c:645:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/camel/tmp-introspectn3b62ul9/Camel-1.2.c:654:15: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/camel/tmp-introspectn3b62ul9/Camel-1.2.c:658:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/camel/tmp-introspectn3b62ul9/Camel-1.2.c:669:11: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/camel/tmp-introspectn3b62ul9/Camel-1.2.c:669:11: acquire_memory: allocated here
evolution-data-server-3.59.1/redhat-linux-build/src/camel/tmp-introspectn3b62ul9/Camel-1.2.c:670:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/camel/tmp-introspectn3b62ul9/Camel-1.2.c:682:12: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/camel/tmp-introspectn3b62ul9/Camel-1.2.c:683:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/camel/tmp-introspectn3b62ul9/Camel-1.2.c:696:3: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/camel/tmp-introspectn3b62ul9/Camel-1.2.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
evolution-data-server-3.59.1/redhat-linux-build/src/camel/tmp-introspectn3b62ul9/Camel-1.2.c:696:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
evolution-data-server-3.59.1/redhat-linux-build/src/camel/tmp-introspectn3b62ul9/Camel-1.2.c:697:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
evolution-data-server-3.59.1/redhat-linux-build/src/camel/tmp-introspectn3b62ul9/Camel-1.2.c:697:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
evolution-data-server-3.59.1/redhat-linux-build/src/camel/tmp-introspectn3b62ul9/Camel-1.2.c:699:18: throw: if ‘g_hash_table_new’ throws an exception...
evolution-data-server-3.59.1/redhat-linux-build/src/camel/tmp-introspectn3b62ul9/Camel-1.2.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): [#def256]
evolution-data-server-3.59.1/redhat-linux-build/src/camel/tmp-introspectn3b62ul9/Camel-1.2.c:699:18: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(output_filename, "wb")’
evolution-data-server-3.59.1/redhat-linux-build/src/camel/tmp-introspectn3b62ul9/Camel-1.2.c:630:1: enter_function: entry to ‘dump_irepository’
evolution-data-server-3.59.1/redhat-linux-build/src/camel/tmp-introspectn3b62ul9/Camel-1.2.c:645:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/camel/tmp-introspectn3b62ul9/Camel-1.2.c:654:15: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/camel/tmp-introspectn3b62ul9/Camel-1.2.c:658:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/camel/tmp-introspectn3b62ul9/Camel-1.2.c:669:11: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/camel/tmp-introspectn3b62ul9/Camel-1.2.c:670:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/camel/tmp-introspectn3b62ul9/Camel-1.2.c:682:12: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/camel/tmp-introspectn3b62ul9/Camel-1.2.c:682:12: acquire_memory: allocated here
evolution-data-server-3.59.1/redhat-linux-build/src/camel/tmp-introspectn3b62ul9/Camel-1.2.c:683:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/camel/tmp-introspectn3b62ul9/Camel-1.2.c:696:3: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/camel/tmp-introspectn3b62ul9/Camel-1.2.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
evolution-data-server-3.59.1/redhat-linux-build/src/camel/tmp-introspectn3b62ul9/Camel-1.2.c:696:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
evolution-data-server-3.59.1/redhat-linux-build/src/camel/tmp-introspectn3b62ul9/Camel-1.2.c:697:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
evolution-data-server-3.59.1/redhat-linux-build/src/camel/tmp-introspectn3b62ul9/Camel-1.2.c:697:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
evolution-data-server-3.59.1/redhat-linux-build/src/camel/tmp-introspectn3b62ul9/Camel-1.2.c:699:18: throw: if ‘g_hash_table_new’ throws an exception...
evolution-data-server-3.59.1/redhat-linux-build/src/camel/tmp-introspectn3b62ul9/Camel-1.2.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): [#def257]
evolution-data-server-3.59.1/redhat-linux-build/src/libebackend/tmp-introspect9t0_ihe1/EBackend-1.2.c:68:7: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(input_filename, "rb")’
evolution-data-server-3.59.1/redhat-linux-build/src/libebackend/tmp-introspect9t0_ihe1/EBackend-1.2.c:630:1: enter_function: entry to ‘dump_irepository’
evolution-data-server-3.59.1/redhat-linux-build/src/libebackend/tmp-introspect9t0_ihe1/EBackend-1.2.c:645:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/libebackend/tmp-introspect9t0_ihe1/EBackend-1.2.c:654:15: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/libebackend/tmp-introspect9t0_ihe1/EBackend-1.2.c:658:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/libebackend/tmp-introspect9t0_ihe1/EBackend-1.2.c:669:11: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/libebackend/tmp-introspect9t0_ihe1/EBackend-1.2.c:669:11: acquire_resource: opened here
evolution-data-server-3.59.1/redhat-linux-build/src/libebackend/tmp-introspect9t0_ihe1/EBackend-1.2.c:670:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/libebackend/tmp-introspect9t0_ihe1/EBackend-1.2.c:682:12: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/libebackend/tmp-introspect9t0_ihe1/EBackend-1.2.c:683:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/libebackend/tmp-introspect9t0_ihe1/EBackend-1.2.c:696:3: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/libebackend/tmp-introspect9t0_ihe1/EBackend-1.2.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Error: GCC_ANALYZER_WARNING (CWE-404): [#def277]
evolution-data-server-3.59.1/redhat-linux-build/src/libebackend/tmp-introspect9t0_ihe1/EBackend-1.2.c:120:9: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
evolution-data-server-3.59.1/redhat-linux-build/src/libebackend/tmp-introspect9t0_ihe1/EBackend-1.2.c:599:1: enter_function: entry to ‘dump_error_quark’
evolution-data-server-3.59.1/redhat-linux-build/src/libebackend/tmp-introspect9t0_ihe1/EBackend-1.2.c:601:3: call_function: calling ‘escaped_printf’ from ‘dump_error_quark’

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

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

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

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

Error: GCC_ANALYZER_WARNING (CWE-775): [#def282]
evolution-data-server-3.59.1/redhat-linux-build/src/libebackend/tmp-introspect9t0_ihe1/EBackend-1.2.c:686:7: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(input_filename, "rb")’
evolution-data-server-3.59.1/redhat-linux-build/src/libebackend/tmp-introspect9t0_ihe1/EBackend-1.2.c:645:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/libebackend/tmp-introspect9t0_ihe1/EBackend-1.2.c:654:15: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/libebackend/tmp-introspect9t0_ihe1/EBackend-1.2.c:658:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/libebackend/tmp-introspect9t0_ihe1/EBackend-1.2.c:669:11: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/libebackend/tmp-introspect9t0_ihe1/EBackend-1.2.c:669:11: acquire_resource: opened here
evolution-data-server-3.59.1/redhat-linux-build/src/libebackend/tmp-introspect9t0_ihe1/EBackend-1.2.c:670:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/libebackend/tmp-introspect9t0_ihe1/EBackend-1.2.c:682:12: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/libebackend/tmp-introspect9t0_ihe1/EBackend-1.2.c:683:6: branch_true: following ‘true’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/libebackend/tmp-introspect9t0_ihe1/EBackend-1.2.c:685:25: branch_true: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/libebackend/tmp-introspect9t0_ihe1/EBackend-1.2.c:686:7: throw: if ‘g_file_error_quark’ throws an exception...
evolution-data-server-3.59.1/redhat-linux-build/src/libebackend/tmp-introspect9t0_ihe1/EBackend-1.2.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): [#def283]
evolution-data-server-3.59.1/redhat-linux-build/src/libebackend/tmp-introspect9t0_ihe1/EBackend-1.2.c:686:7: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(input_filename, "rb")’
evolution-data-server-3.59.1/redhat-linux-build/src/libebackend/tmp-introspect9t0_ihe1/EBackend-1.2.c:645:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/libebackend/tmp-introspect9t0_ihe1/EBackend-1.2.c:654:15: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/libebackend/tmp-introspect9t0_ihe1/EBackend-1.2.c:658:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/libebackend/tmp-introspect9t0_ihe1/EBackend-1.2.c:669:11: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/libebackend/tmp-introspect9t0_ihe1/EBackend-1.2.c:669:11: acquire_memory: allocated here
evolution-data-server-3.59.1/redhat-linux-build/src/libebackend/tmp-introspect9t0_ihe1/EBackend-1.2.c:670:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/libebackend/tmp-introspect9t0_ihe1/EBackend-1.2.c:682:12: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/libebackend/tmp-introspect9t0_ihe1/EBackend-1.2.c:683:6: branch_true: following ‘true’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/libebackend/tmp-introspect9t0_ihe1/EBackend-1.2.c:685:25: branch_true: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/libebackend/tmp-introspect9t0_ihe1/EBackend-1.2.c:686:7: throw: if ‘g_file_error_quark’ throws an exception...
evolution-data-server-3.59.1/redhat-linux-build/src/libebackend/tmp-introspect9t0_ihe1/EBackend-1.2.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): [#def284]
evolution-data-server-3.59.1/redhat-linux-build/src/libebackend/tmp-introspect9t0_ihe1/EBackend-1.2.c:686:41: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(input_filename, "rb")’
evolution-data-server-3.59.1/redhat-linux-build/src/libebackend/tmp-introspect9t0_ihe1/EBackend-1.2.c:645:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/libebackend/tmp-introspect9t0_ihe1/EBackend-1.2.c:654:15: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/libebackend/tmp-introspect9t0_ihe1/EBackend-1.2.c:658:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/libebackend/tmp-introspect9t0_ihe1/EBackend-1.2.c:669:11: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/libebackend/tmp-introspect9t0_ihe1/EBackend-1.2.c:669:11: acquire_resource: opened here
evolution-data-server-3.59.1/redhat-linux-build/src/libebackend/tmp-introspect9t0_ihe1/EBackend-1.2.c:670:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/libebackend/tmp-introspect9t0_ihe1/EBackend-1.2.c:682:12: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/libebackend/tmp-introspect9t0_ihe1/EBackend-1.2.c:683:6: branch_true: following ‘true’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/libebackend/tmp-introspect9t0_ihe1/EBackend-1.2.c:685:25: branch_true: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/libebackend/tmp-introspect9t0_ihe1/EBackend-1.2.c:686:41: throw: if ‘g_file_error_from_errno’ throws an exception...
evolution-data-server-3.59.1/redhat-linux-build/src/libebackend/tmp-introspect9t0_ihe1/EBackend-1.2.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): [#def285]
evolution-data-server-3.59.1/redhat-linux-build/src/libebackend/tmp-introspect9t0_ihe1/EBackend-1.2.c:686:41: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(input_filename, "rb")’
evolution-data-server-3.59.1/redhat-linux-build/src/libebackend/tmp-introspect9t0_ihe1/EBackend-1.2.c:645:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/libebackend/tmp-introspect9t0_ihe1/EBackend-1.2.c:654:15: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/libebackend/tmp-introspect9t0_ihe1/EBackend-1.2.c:658:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/libebackend/tmp-introspect9t0_ihe1/EBackend-1.2.c:669:11: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/libebackend/tmp-introspect9t0_ihe1/EBackend-1.2.c:669:11: acquire_memory: allocated here
evolution-data-server-3.59.1/redhat-linux-build/src/libebackend/tmp-introspect9t0_ihe1/EBackend-1.2.c:670:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/libebackend/tmp-introspect9t0_ihe1/EBackend-1.2.c:682:12: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/libebackend/tmp-introspect9t0_ihe1/EBackend-1.2.c:683:6: branch_true: following ‘true’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/libebackend/tmp-introspect9t0_ihe1/EBackend-1.2.c:685:25: branch_true: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/libebackend/tmp-introspect9t0_ihe1/EBackend-1.2.c:686:41: throw: if ‘g_file_error_from_errno’ throws an exception...
evolution-data-server-3.59.1/redhat-linux-build/src/libebackend/tmp-introspect9t0_ihe1/EBackend-1.2.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): [#def286]
evolution-data-server-3.59.1/redhat-linux-build/src/libebackend/tmp-introspect9t0_ihe1/EBackend-1.2.c:699:18: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(input_filename, "rb")’
evolution-data-server-3.59.1/redhat-linux-build/src/libebackend/tmp-introspect9t0_ihe1/EBackend-1.2.c:630:1: enter_function: entry to ‘dump_irepository’
evolution-data-server-3.59.1/redhat-linux-build/src/libebackend/tmp-introspect9t0_ihe1/EBackend-1.2.c:645:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/libebackend/tmp-introspect9t0_ihe1/EBackend-1.2.c:654:15: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/libebackend/tmp-introspect9t0_ihe1/EBackend-1.2.c:658:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/libebackend/tmp-introspect9t0_ihe1/EBackend-1.2.c:669:11: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/libebackend/tmp-introspect9t0_ihe1/EBackend-1.2.c:669:11: acquire_resource: opened here
evolution-data-server-3.59.1/redhat-linux-build/src/libebackend/tmp-introspect9t0_ihe1/EBackend-1.2.c:670:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/libebackend/tmp-introspect9t0_ihe1/EBackend-1.2.c:682:12: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/libebackend/tmp-introspect9t0_ihe1/EBackend-1.2.c:683:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/libebackend/tmp-introspect9t0_ihe1/EBackend-1.2.c:696:3: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/libebackend/tmp-introspect9t0_ihe1/EBackend-1.2.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
evolution-data-server-3.59.1/redhat-linux-build/src/libebackend/tmp-introspect9t0_ihe1/EBackend-1.2.c:696:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
evolution-data-server-3.59.1/redhat-linux-build/src/libebackend/tmp-introspect9t0_ihe1/EBackend-1.2.c:697:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
evolution-data-server-3.59.1/redhat-linux-build/src/libebackend/tmp-introspect9t0_ihe1/EBackend-1.2.c:697:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
evolution-data-server-3.59.1/redhat-linux-build/src/libebackend/tmp-introspect9t0_ihe1/EBackend-1.2.c:699:18: throw: if ‘g_hash_table_new’ throws an exception...
evolution-data-server-3.59.1/redhat-linux-build/src/libebackend/tmp-introspect9t0_ihe1/EBackend-1.2.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): [#def287]
evolution-data-server-3.59.1/redhat-linux-build/src/libebackend/tmp-introspect9t0_ihe1/EBackend-1.2.c:699:18: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(output_filename, "wb")’
evolution-data-server-3.59.1/redhat-linux-build/src/libebackend/tmp-introspect9t0_ihe1/EBackend-1.2.c:630:1: enter_function: entry to ‘dump_irepository’
evolution-data-server-3.59.1/redhat-linux-build/src/libebackend/tmp-introspect9t0_ihe1/EBackend-1.2.c:645:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/libebackend/tmp-introspect9t0_ihe1/EBackend-1.2.c:654:15: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/libebackend/tmp-introspect9t0_ihe1/EBackend-1.2.c:658:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/libebackend/tmp-introspect9t0_ihe1/EBackend-1.2.c:669:11: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/libebackend/tmp-introspect9t0_ihe1/EBackend-1.2.c:670:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/libebackend/tmp-introspect9t0_ihe1/EBackend-1.2.c:682:12: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/libebackend/tmp-introspect9t0_ihe1/EBackend-1.2.c:682:12: acquire_resource: opened here
evolution-data-server-3.59.1/redhat-linux-build/src/libebackend/tmp-introspect9t0_ihe1/EBackend-1.2.c:683:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/libebackend/tmp-introspect9t0_ihe1/EBackend-1.2.c:696:3: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/libebackend/tmp-introspect9t0_ihe1/EBackend-1.2.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
evolution-data-server-3.59.1/redhat-linux-build/src/libebackend/tmp-introspect9t0_ihe1/EBackend-1.2.c:696:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
evolution-data-server-3.59.1/redhat-linux-build/src/libebackend/tmp-introspect9t0_ihe1/EBackend-1.2.c:697:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
evolution-data-server-3.59.1/redhat-linux-build/src/libebackend/tmp-introspect9t0_ihe1/EBackend-1.2.c:697:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
evolution-data-server-3.59.1/redhat-linux-build/src/libebackend/tmp-introspect9t0_ihe1/EBackend-1.2.c:699:18: throw: if ‘g_hash_table_new’ throws an exception...
evolution-data-server-3.59.1/redhat-linux-build/src/libebackend/tmp-introspect9t0_ihe1/EBackend-1.2.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): [#def288]
evolution-data-server-3.59.1/redhat-linux-build/src/libebackend/tmp-introspect9t0_ihe1/EBackend-1.2.c:699:18: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(input_filename, "rb")’
evolution-data-server-3.59.1/redhat-linux-build/src/libebackend/tmp-introspect9t0_ihe1/EBackend-1.2.c:630:1: enter_function: entry to ‘dump_irepository’
evolution-data-server-3.59.1/redhat-linux-build/src/libebackend/tmp-introspect9t0_ihe1/EBackend-1.2.c:645:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/libebackend/tmp-introspect9t0_ihe1/EBackend-1.2.c:654:15: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/libebackend/tmp-introspect9t0_ihe1/EBackend-1.2.c:658:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/libebackend/tmp-introspect9t0_ihe1/EBackend-1.2.c:669:11: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/libebackend/tmp-introspect9t0_ihe1/EBackend-1.2.c:669:11: acquire_memory: allocated here
evolution-data-server-3.59.1/redhat-linux-build/src/libebackend/tmp-introspect9t0_ihe1/EBackend-1.2.c:670:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/libebackend/tmp-introspect9t0_ihe1/EBackend-1.2.c:682:12: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/libebackend/tmp-introspect9t0_ihe1/EBackend-1.2.c:683:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/libebackend/tmp-introspect9t0_ihe1/EBackend-1.2.c:696:3: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/libebackend/tmp-introspect9t0_ihe1/EBackend-1.2.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
evolution-data-server-3.59.1/redhat-linux-build/src/libebackend/tmp-introspect9t0_ihe1/EBackend-1.2.c:696:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
evolution-data-server-3.59.1/redhat-linux-build/src/libebackend/tmp-introspect9t0_ihe1/EBackend-1.2.c:697:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
evolution-data-server-3.59.1/redhat-linux-build/src/libebackend/tmp-introspect9t0_ihe1/EBackend-1.2.c:697:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
evolution-data-server-3.59.1/redhat-linux-build/src/libebackend/tmp-introspect9t0_ihe1/EBackend-1.2.c:699:18: throw: if ‘g_hash_table_new’ throws an exception...
evolution-data-server-3.59.1/redhat-linux-build/src/libebackend/tmp-introspect9t0_ihe1/EBackend-1.2.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): [#def289]
evolution-data-server-3.59.1/redhat-linux-build/src/libebackend/tmp-introspect9t0_ihe1/EBackend-1.2.c:699:18: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(output_filename, "wb")’
evolution-data-server-3.59.1/redhat-linux-build/src/libebackend/tmp-introspect9t0_ihe1/EBackend-1.2.c:630:1: enter_function: entry to ‘dump_irepository’
evolution-data-server-3.59.1/redhat-linux-build/src/libebackend/tmp-introspect9t0_ihe1/EBackend-1.2.c:645:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/libebackend/tmp-introspect9t0_ihe1/EBackend-1.2.c:654:15: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/libebackend/tmp-introspect9t0_ihe1/EBackend-1.2.c:658:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/libebackend/tmp-introspect9t0_ihe1/EBackend-1.2.c:669:11: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/libebackend/tmp-introspect9t0_ihe1/EBackend-1.2.c:670:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/libebackend/tmp-introspect9t0_ihe1/EBackend-1.2.c:682:12: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/libebackend/tmp-introspect9t0_ihe1/EBackend-1.2.c:682:12: acquire_memory: allocated here
evolution-data-server-3.59.1/redhat-linux-build/src/libebackend/tmp-introspect9t0_ihe1/EBackend-1.2.c:683:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/libebackend/tmp-introspect9t0_ihe1/EBackend-1.2.c:696:3: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/libebackend/tmp-introspect9t0_ihe1/EBackend-1.2.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
evolution-data-server-3.59.1/redhat-linux-build/src/libebackend/tmp-introspect9t0_ihe1/EBackend-1.2.c:696:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
evolution-data-server-3.59.1/redhat-linux-build/src/libebackend/tmp-introspect9t0_ihe1/EBackend-1.2.c:697:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
evolution-data-server-3.59.1/redhat-linux-build/src/libebackend/tmp-introspect9t0_ihe1/EBackend-1.2.c:697:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
evolution-data-server-3.59.1/redhat-linux-build/src/libebackend/tmp-introspect9t0_ihe1/EBackend-1.2.c:699:18: throw: if ‘g_hash_table_new’ throws an exception...
evolution-data-server-3.59.1/redhat-linux-build/src/libebackend/tmp-introspect9t0_ihe1/EBackend-1.2.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): [#def290]
evolution-data-server-3.59.1/redhat-linux-build/src/libedataserver/tmp-introspectlixornpg/EDataServer-1.2.c:68:7: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(input_filename, "rb")’
evolution-data-server-3.59.1/redhat-linux-build/src/libedataserver/tmp-introspectlixornpg/EDataServer-1.2.c:630:1: enter_function: entry to ‘dump_irepository’
evolution-data-server-3.59.1/redhat-linux-build/src/libedataserver/tmp-introspectlixornpg/EDataServer-1.2.c:645:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/libedataserver/tmp-introspectlixornpg/EDataServer-1.2.c:654:15: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/libedataserver/tmp-introspectlixornpg/EDataServer-1.2.c:658:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/libedataserver/tmp-introspectlixornpg/EDataServer-1.2.c:669:11: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/libedataserver/tmp-introspectlixornpg/EDataServer-1.2.c:669:11: acquire_resource: opened here
evolution-data-server-3.59.1/redhat-linux-build/src/libedataserver/tmp-introspectlixornpg/EDataServer-1.2.c:670:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/libedataserver/tmp-introspectlixornpg/EDataServer-1.2.c:682:12: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/libedataserver/tmp-introspectlixornpg/EDataServer-1.2.c:683:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/libedataserver/tmp-introspectlixornpg/EDataServer-1.2.c:696:3: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/libedataserver/tmp-introspectlixornpg/EDataServer-1.2.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Error: GCC_ANALYZER_WARNING (CWE-404): [#def310]
evolution-data-server-3.59.1/redhat-linux-build/src/libedataserver/tmp-introspectlixornpg/EDataServer-1.2.c:120:9: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
evolution-data-server-3.59.1/redhat-linux-build/src/libedataserver/tmp-introspectlixornpg/EDataServer-1.2.c:599:1: enter_function: entry to ‘dump_error_quark’
evolution-data-server-3.59.1/redhat-linux-build/src/libedataserver/tmp-introspectlixornpg/EDataServer-1.2.c:601:3: call_function: calling ‘escaped_printf’ from ‘dump_error_quark’

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

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

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

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

Error: GCC_ANALYZER_WARNING (CWE-775): [#def315]
evolution-data-server-3.59.1/redhat-linux-build/src/libedataserver/tmp-introspectlixornpg/EDataServer-1.2.c:686:7: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(input_filename, "rb")’
evolution-data-server-3.59.1/redhat-linux-build/src/libedataserver/tmp-introspectlixornpg/EDataServer-1.2.c:645:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/libedataserver/tmp-introspectlixornpg/EDataServer-1.2.c:654:15: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/libedataserver/tmp-introspectlixornpg/EDataServer-1.2.c:658:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/libedataserver/tmp-introspectlixornpg/EDataServer-1.2.c:669:11: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/libedataserver/tmp-introspectlixornpg/EDataServer-1.2.c:669:11: acquire_resource: opened here
evolution-data-server-3.59.1/redhat-linux-build/src/libedataserver/tmp-introspectlixornpg/EDataServer-1.2.c:670:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/libedataserver/tmp-introspectlixornpg/EDataServer-1.2.c:682:12: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/libedataserver/tmp-introspectlixornpg/EDataServer-1.2.c:683:6: branch_true: following ‘true’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/libedataserver/tmp-introspectlixornpg/EDataServer-1.2.c:685:25: branch_true: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/libedataserver/tmp-introspectlixornpg/EDataServer-1.2.c:686:7: throw: if ‘g_file_error_quark’ throws an exception...
evolution-data-server-3.59.1/redhat-linux-build/src/libedataserver/tmp-introspectlixornpg/EDataServer-1.2.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): [#def316]
evolution-data-server-3.59.1/redhat-linux-build/src/libedataserver/tmp-introspectlixornpg/EDataServer-1.2.c:686:7: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(input_filename, "rb")’
evolution-data-server-3.59.1/redhat-linux-build/src/libedataserver/tmp-introspectlixornpg/EDataServer-1.2.c:645:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/libedataserver/tmp-introspectlixornpg/EDataServer-1.2.c:654:15: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/libedataserver/tmp-introspectlixornpg/EDataServer-1.2.c:658:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/libedataserver/tmp-introspectlixornpg/EDataServer-1.2.c:669:11: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/libedataserver/tmp-introspectlixornpg/EDataServer-1.2.c:669:11: acquire_memory: allocated here
evolution-data-server-3.59.1/redhat-linux-build/src/libedataserver/tmp-introspectlixornpg/EDataServer-1.2.c:670:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/libedataserver/tmp-introspectlixornpg/EDataServer-1.2.c:682:12: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/libedataserver/tmp-introspectlixornpg/EDataServer-1.2.c:683:6: branch_true: following ‘true’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/libedataserver/tmp-introspectlixornpg/EDataServer-1.2.c:685:25: branch_true: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/libedataserver/tmp-introspectlixornpg/EDataServer-1.2.c:686:7: throw: if ‘g_file_error_quark’ throws an exception...
evolution-data-server-3.59.1/redhat-linux-build/src/libedataserver/tmp-introspectlixornpg/EDataServer-1.2.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): [#def317]
evolution-data-server-3.59.1/redhat-linux-build/src/libedataserver/tmp-introspectlixornpg/EDataServer-1.2.c:686:41: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(input_filename, "rb")’
evolution-data-server-3.59.1/redhat-linux-build/src/libedataserver/tmp-introspectlixornpg/EDataServer-1.2.c:645:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/libedataserver/tmp-introspectlixornpg/EDataServer-1.2.c:654:15: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/libedataserver/tmp-introspectlixornpg/EDataServer-1.2.c:658:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/libedataserver/tmp-introspectlixornpg/EDataServer-1.2.c:669:11: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/libedataserver/tmp-introspectlixornpg/EDataServer-1.2.c:669:11: acquire_resource: opened here
evolution-data-server-3.59.1/redhat-linux-build/src/libedataserver/tmp-introspectlixornpg/EDataServer-1.2.c:670:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/libedataserver/tmp-introspectlixornpg/EDataServer-1.2.c:682:12: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/libedataserver/tmp-introspectlixornpg/EDataServer-1.2.c:683:6: branch_true: following ‘true’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/libedataserver/tmp-introspectlixornpg/EDataServer-1.2.c:685:25: branch_true: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/libedataserver/tmp-introspectlixornpg/EDataServer-1.2.c:686:41: throw: if ‘g_file_error_from_errno’ throws an exception...
evolution-data-server-3.59.1/redhat-linux-build/src/libedataserver/tmp-introspectlixornpg/EDataServer-1.2.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): [#def318]
evolution-data-server-3.59.1/redhat-linux-build/src/libedataserver/tmp-introspectlixornpg/EDataServer-1.2.c:686:41: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(input_filename, "rb")’
evolution-data-server-3.59.1/redhat-linux-build/src/libedataserver/tmp-introspectlixornpg/EDataServer-1.2.c:645:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/libedataserver/tmp-introspectlixornpg/EDataServer-1.2.c:654:15: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/libedataserver/tmp-introspectlixornpg/EDataServer-1.2.c:658:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/libedataserver/tmp-introspectlixornpg/EDataServer-1.2.c:669:11: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/libedataserver/tmp-introspectlixornpg/EDataServer-1.2.c:669:11: acquire_memory: allocated here
evolution-data-server-3.59.1/redhat-linux-build/src/libedataserver/tmp-introspectlixornpg/EDataServer-1.2.c:670:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/libedataserver/tmp-introspectlixornpg/EDataServer-1.2.c:682:12: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/libedataserver/tmp-introspectlixornpg/EDataServer-1.2.c:683:6: branch_true: following ‘true’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/libedataserver/tmp-introspectlixornpg/EDataServer-1.2.c:685:25: branch_true: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/libedataserver/tmp-introspectlixornpg/EDataServer-1.2.c:686:41: throw: if ‘g_file_error_from_errno’ throws an exception...
evolution-data-server-3.59.1/redhat-linux-build/src/libedataserver/tmp-introspectlixornpg/EDataServer-1.2.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): [#def319]
evolution-data-server-3.59.1/redhat-linux-build/src/libedataserver/tmp-introspectlixornpg/EDataServer-1.2.c:699:18: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(input_filename, "rb")’
evolution-data-server-3.59.1/redhat-linux-build/src/libedataserver/tmp-introspectlixornpg/EDataServer-1.2.c:630:1: enter_function: entry to ‘dump_irepository’
evolution-data-server-3.59.1/redhat-linux-build/src/libedataserver/tmp-introspectlixornpg/EDataServer-1.2.c:645:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/libedataserver/tmp-introspectlixornpg/EDataServer-1.2.c:654:15: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/libedataserver/tmp-introspectlixornpg/EDataServer-1.2.c:658:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/libedataserver/tmp-introspectlixornpg/EDataServer-1.2.c:669:11: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/libedataserver/tmp-introspectlixornpg/EDataServer-1.2.c:669:11: acquire_resource: opened here
evolution-data-server-3.59.1/redhat-linux-build/src/libedataserver/tmp-introspectlixornpg/EDataServer-1.2.c:670:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/libedataserver/tmp-introspectlixornpg/EDataServer-1.2.c:682:12: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/libedataserver/tmp-introspectlixornpg/EDataServer-1.2.c:683:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/libedataserver/tmp-introspectlixornpg/EDataServer-1.2.c:696:3: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/libedataserver/tmp-introspectlixornpg/EDataServer-1.2.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
evolution-data-server-3.59.1/redhat-linux-build/src/libedataserver/tmp-introspectlixornpg/EDataServer-1.2.c:696:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
evolution-data-server-3.59.1/redhat-linux-build/src/libedataserver/tmp-introspectlixornpg/EDataServer-1.2.c:697:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
evolution-data-server-3.59.1/redhat-linux-build/src/libedataserver/tmp-introspectlixornpg/EDataServer-1.2.c:697:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
evolution-data-server-3.59.1/redhat-linux-build/src/libedataserver/tmp-introspectlixornpg/EDataServer-1.2.c:699:18: throw: if ‘g_hash_table_new’ throws an exception...
evolution-data-server-3.59.1/redhat-linux-build/src/libedataserver/tmp-introspectlixornpg/EDataServer-1.2.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): [#def320]
evolution-data-server-3.59.1/redhat-linux-build/src/libedataserver/tmp-introspectlixornpg/EDataServer-1.2.c:699:18: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(output_filename, "wb")’
evolution-data-server-3.59.1/redhat-linux-build/src/libedataserver/tmp-introspectlixornpg/EDataServer-1.2.c:630:1: enter_function: entry to ‘dump_irepository’
evolution-data-server-3.59.1/redhat-linux-build/src/libedataserver/tmp-introspectlixornpg/EDataServer-1.2.c:645:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/libedataserver/tmp-introspectlixornpg/EDataServer-1.2.c:654:15: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/libedataserver/tmp-introspectlixornpg/EDataServer-1.2.c:658:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/libedataserver/tmp-introspectlixornpg/EDataServer-1.2.c:669:11: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/libedataserver/tmp-introspectlixornpg/EDataServer-1.2.c:670:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/libedataserver/tmp-introspectlixornpg/EDataServer-1.2.c:682:12: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/libedataserver/tmp-introspectlixornpg/EDataServer-1.2.c:682:12: acquire_resource: opened here
evolution-data-server-3.59.1/redhat-linux-build/src/libedataserver/tmp-introspectlixornpg/EDataServer-1.2.c:683:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/libedataserver/tmp-introspectlixornpg/EDataServer-1.2.c:696:3: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/libedataserver/tmp-introspectlixornpg/EDataServer-1.2.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
evolution-data-server-3.59.1/redhat-linux-build/src/libedataserver/tmp-introspectlixornpg/EDataServer-1.2.c:696:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
evolution-data-server-3.59.1/redhat-linux-build/src/libedataserver/tmp-introspectlixornpg/EDataServer-1.2.c:697:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
evolution-data-server-3.59.1/redhat-linux-build/src/libedataserver/tmp-introspectlixornpg/EDataServer-1.2.c:697:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
evolution-data-server-3.59.1/redhat-linux-build/src/libedataserver/tmp-introspectlixornpg/EDataServer-1.2.c:699:18: throw: if ‘g_hash_table_new’ throws an exception...
evolution-data-server-3.59.1/redhat-linux-build/src/libedataserver/tmp-introspectlixornpg/EDataServer-1.2.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): [#def321]
evolution-data-server-3.59.1/redhat-linux-build/src/libedataserver/tmp-introspectlixornpg/EDataServer-1.2.c:699:18: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(input_filename, "rb")’
evolution-data-server-3.59.1/redhat-linux-build/src/libedataserver/tmp-introspectlixornpg/EDataServer-1.2.c:630:1: enter_function: entry to ‘dump_irepository’
evolution-data-server-3.59.1/redhat-linux-build/src/libedataserver/tmp-introspectlixornpg/EDataServer-1.2.c:645:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/libedataserver/tmp-introspectlixornpg/EDataServer-1.2.c:654:15: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/libedataserver/tmp-introspectlixornpg/EDataServer-1.2.c:658:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/libedataserver/tmp-introspectlixornpg/EDataServer-1.2.c:669:11: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/libedataserver/tmp-introspectlixornpg/EDataServer-1.2.c:669:11: acquire_memory: allocated here
evolution-data-server-3.59.1/redhat-linux-build/src/libedataserver/tmp-introspectlixornpg/EDataServer-1.2.c:670:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/libedataserver/tmp-introspectlixornpg/EDataServer-1.2.c:682:12: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/libedataserver/tmp-introspectlixornpg/EDataServer-1.2.c:683:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/libedataserver/tmp-introspectlixornpg/EDataServer-1.2.c:696:3: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/libedataserver/tmp-introspectlixornpg/EDataServer-1.2.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
evolution-data-server-3.59.1/redhat-linux-build/src/libedataserver/tmp-introspectlixornpg/EDataServer-1.2.c:696:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
evolution-data-server-3.59.1/redhat-linux-build/src/libedataserver/tmp-introspectlixornpg/EDataServer-1.2.c:697:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
evolution-data-server-3.59.1/redhat-linux-build/src/libedataserver/tmp-introspectlixornpg/EDataServer-1.2.c:697:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
evolution-data-server-3.59.1/redhat-linux-build/src/libedataserver/tmp-introspectlixornpg/EDataServer-1.2.c:699:18: throw: if ‘g_hash_table_new’ throws an exception...
evolution-data-server-3.59.1/redhat-linux-build/src/libedataserver/tmp-introspectlixornpg/EDataServer-1.2.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): [#def322]
evolution-data-server-3.59.1/redhat-linux-build/src/libedataserver/tmp-introspectlixornpg/EDataServer-1.2.c:699:18: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(output_filename, "wb")’
evolution-data-server-3.59.1/redhat-linux-build/src/libedataserver/tmp-introspectlixornpg/EDataServer-1.2.c:630:1: enter_function: entry to ‘dump_irepository’
evolution-data-server-3.59.1/redhat-linux-build/src/libedataserver/tmp-introspectlixornpg/EDataServer-1.2.c:645:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/libedataserver/tmp-introspectlixornpg/EDataServer-1.2.c:654:15: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/libedataserver/tmp-introspectlixornpg/EDataServer-1.2.c:658:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/libedataserver/tmp-introspectlixornpg/EDataServer-1.2.c:669:11: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/libedataserver/tmp-introspectlixornpg/EDataServer-1.2.c:670:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/libedataserver/tmp-introspectlixornpg/EDataServer-1.2.c:682:12: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/libedataserver/tmp-introspectlixornpg/EDataServer-1.2.c:682:12: acquire_memory: allocated here
evolution-data-server-3.59.1/redhat-linux-build/src/libedataserver/tmp-introspectlixornpg/EDataServer-1.2.c:683:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/libedataserver/tmp-introspectlixornpg/EDataServer-1.2.c:696:3: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/libedataserver/tmp-introspectlixornpg/EDataServer-1.2.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
evolution-data-server-3.59.1/redhat-linux-build/src/libedataserver/tmp-introspectlixornpg/EDataServer-1.2.c:696:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
evolution-data-server-3.59.1/redhat-linux-build/src/libedataserver/tmp-introspectlixornpg/EDataServer-1.2.c:697:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
evolution-data-server-3.59.1/redhat-linux-build/src/libedataserver/tmp-introspectlixornpg/EDataServer-1.2.c:697:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
evolution-data-server-3.59.1/redhat-linux-build/src/libedataserver/tmp-introspectlixornpg/EDataServer-1.2.c:699:18: throw: if ‘g_hash_table_new’ throws an exception...
evolution-data-server-3.59.1/redhat-linux-build/src/libedataserver/tmp-introspectlixornpg/EDataServer-1.2.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): [#def323]
evolution-data-server-3.59.1/redhat-linux-build/src/libedataserverui/tmp-introspect48z2ejf2/EDataServerUI4-1.0.c:68:7: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(input_filename, "rb")’
evolution-data-server-3.59.1/redhat-linux-build/src/libedataserverui/tmp-introspect48z2ejf2/EDataServerUI4-1.0.c:630:1: enter_function: entry to ‘dump_irepository’
evolution-data-server-3.59.1/redhat-linux-build/src/libedataserverui/tmp-introspect48z2ejf2/EDataServerUI4-1.0.c:645:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/libedataserverui/tmp-introspect48z2ejf2/EDataServerUI4-1.0.c:654:15: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/libedataserverui/tmp-introspect48z2ejf2/EDataServerUI4-1.0.c:658:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/libedataserverui/tmp-introspect48z2ejf2/EDataServerUI4-1.0.c:669:11: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/libedataserverui/tmp-introspect48z2ejf2/EDataServerUI4-1.0.c:669:11: acquire_resource: opened here
evolution-data-server-3.59.1/redhat-linux-build/src/libedataserverui/tmp-introspect48z2ejf2/EDataServerUI4-1.0.c:670:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/libedataserverui/tmp-introspect48z2ejf2/EDataServerUI4-1.0.c:682:12: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/libedataserverui/tmp-introspect48z2ejf2/EDataServerUI4-1.0.c:683:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/libedataserverui/tmp-introspect48z2ejf2/EDataServerUI4-1.0.c:696:3: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/libedataserverui/tmp-introspect48z2ejf2/EDataServerUI4-1.0.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Error: GCC_ANALYZER_WARNING (CWE-404): [#def343]
evolution-data-server-3.59.1/redhat-linux-build/src/libedataserverui/tmp-introspect48z2ejf2/EDataServerUI4-1.0.c:120:9: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
evolution-data-server-3.59.1/redhat-linux-build/src/libedataserverui/tmp-introspect48z2ejf2/EDataServerUI4-1.0.c:599:1: enter_function: entry to ‘dump_error_quark’
evolution-data-server-3.59.1/redhat-linux-build/src/libedataserverui/tmp-introspect48z2ejf2/EDataServerUI4-1.0.c:601:3: call_function: calling ‘escaped_printf’ from ‘dump_error_quark’

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

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

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

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

Error: GCC_ANALYZER_WARNING (CWE-775): [#def348]
evolution-data-server-3.59.1/redhat-linux-build/src/libedataserverui/tmp-introspect48z2ejf2/EDataServerUI4-1.0.c:686:7: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(input_filename, "rb")’
evolution-data-server-3.59.1/redhat-linux-build/src/libedataserverui/tmp-introspect48z2ejf2/EDataServerUI4-1.0.c:645:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/libedataserverui/tmp-introspect48z2ejf2/EDataServerUI4-1.0.c:654:15: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/libedataserverui/tmp-introspect48z2ejf2/EDataServerUI4-1.0.c:658:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/libedataserverui/tmp-introspect48z2ejf2/EDataServerUI4-1.0.c:669:11: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/libedataserverui/tmp-introspect48z2ejf2/EDataServerUI4-1.0.c:669:11: acquire_resource: opened here
evolution-data-server-3.59.1/redhat-linux-build/src/libedataserverui/tmp-introspect48z2ejf2/EDataServerUI4-1.0.c:670:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/libedataserverui/tmp-introspect48z2ejf2/EDataServerUI4-1.0.c:682:12: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/libedataserverui/tmp-introspect48z2ejf2/EDataServerUI4-1.0.c:683:6: branch_true: following ‘true’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/libedataserverui/tmp-introspect48z2ejf2/EDataServerUI4-1.0.c:685:25: branch_true: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/libedataserverui/tmp-introspect48z2ejf2/EDataServerUI4-1.0.c:686:7: throw: if ‘g_file_error_quark’ throws an exception...
evolution-data-server-3.59.1/redhat-linux-build/src/libedataserverui/tmp-introspect48z2ejf2/EDataServerUI4-1.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): [#def349]
evolution-data-server-3.59.1/redhat-linux-build/src/libedataserverui/tmp-introspect48z2ejf2/EDataServerUI4-1.0.c:686:7: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(input_filename, "rb")’
evolution-data-server-3.59.1/redhat-linux-build/src/libedataserverui/tmp-introspect48z2ejf2/EDataServerUI4-1.0.c:645:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/libedataserverui/tmp-introspect48z2ejf2/EDataServerUI4-1.0.c:654:15: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/libedataserverui/tmp-introspect48z2ejf2/EDataServerUI4-1.0.c:658:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/libedataserverui/tmp-introspect48z2ejf2/EDataServerUI4-1.0.c:669:11: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/libedataserverui/tmp-introspect48z2ejf2/EDataServerUI4-1.0.c:669:11: acquire_memory: allocated here
evolution-data-server-3.59.1/redhat-linux-build/src/libedataserverui/tmp-introspect48z2ejf2/EDataServerUI4-1.0.c:670:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/libedataserverui/tmp-introspect48z2ejf2/EDataServerUI4-1.0.c:682:12: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/libedataserverui/tmp-introspect48z2ejf2/EDataServerUI4-1.0.c:683:6: branch_true: following ‘true’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/libedataserverui/tmp-introspect48z2ejf2/EDataServerUI4-1.0.c:685:25: branch_true: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/libedataserverui/tmp-introspect48z2ejf2/EDataServerUI4-1.0.c:686:7: throw: if ‘g_file_error_quark’ throws an exception...
evolution-data-server-3.59.1/redhat-linux-build/src/libedataserverui/tmp-introspect48z2ejf2/EDataServerUI4-1.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): [#def350]
evolution-data-server-3.59.1/redhat-linux-build/src/libedataserverui/tmp-introspect48z2ejf2/EDataServerUI4-1.0.c:686:41: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(input_filename, "rb")’
evolution-data-server-3.59.1/redhat-linux-build/src/libedataserverui/tmp-introspect48z2ejf2/EDataServerUI4-1.0.c:645:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/libedataserverui/tmp-introspect48z2ejf2/EDataServerUI4-1.0.c:654:15: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/libedataserverui/tmp-introspect48z2ejf2/EDataServerUI4-1.0.c:658:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/libedataserverui/tmp-introspect48z2ejf2/EDataServerUI4-1.0.c:669:11: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/libedataserverui/tmp-introspect48z2ejf2/EDataServerUI4-1.0.c:669:11: acquire_resource: opened here
evolution-data-server-3.59.1/redhat-linux-build/src/libedataserverui/tmp-introspect48z2ejf2/EDataServerUI4-1.0.c:670:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/libedataserverui/tmp-introspect48z2ejf2/EDataServerUI4-1.0.c:682:12: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/libedataserverui/tmp-introspect48z2ejf2/EDataServerUI4-1.0.c:683:6: branch_true: following ‘true’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/libedataserverui/tmp-introspect48z2ejf2/EDataServerUI4-1.0.c:685:25: branch_true: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/libedataserverui/tmp-introspect48z2ejf2/EDataServerUI4-1.0.c:686:41: throw: if ‘g_file_error_from_errno’ throws an exception...
evolution-data-server-3.59.1/redhat-linux-build/src/libedataserverui/tmp-introspect48z2ejf2/EDataServerUI4-1.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): [#def351]
evolution-data-server-3.59.1/redhat-linux-build/src/libedataserverui/tmp-introspect48z2ejf2/EDataServerUI4-1.0.c:686:41: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(input_filename, "rb")’
evolution-data-server-3.59.1/redhat-linux-build/src/libedataserverui/tmp-introspect48z2ejf2/EDataServerUI4-1.0.c:645:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/libedataserverui/tmp-introspect48z2ejf2/EDataServerUI4-1.0.c:654:15: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/libedataserverui/tmp-introspect48z2ejf2/EDataServerUI4-1.0.c:658:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/libedataserverui/tmp-introspect48z2ejf2/EDataServerUI4-1.0.c:669:11: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/libedataserverui/tmp-introspect48z2ejf2/EDataServerUI4-1.0.c:669:11: acquire_memory: allocated here
evolution-data-server-3.59.1/redhat-linux-build/src/libedataserverui/tmp-introspect48z2ejf2/EDataServerUI4-1.0.c:670:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/libedataserverui/tmp-introspect48z2ejf2/EDataServerUI4-1.0.c:682:12: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/libedataserverui/tmp-introspect48z2ejf2/EDataServerUI4-1.0.c:683:6: branch_true: following ‘true’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/libedataserverui/tmp-introspect48z2ejf2/EDataServerUI4-1.0.c:685:25: branch_true: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/libedataserverui/tmp-introspect48z2ejf2/EDataServerUI4-1.0.c:686:41: throw: if ‘g_file_error_from_errno’ throws an exception...
evolution-data-server-3.59.1/redhat-linux-build/src/libedataserverui/tmp-introspect48z2ejf2/EDataServerUI4-1.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): [#def352]
evolution-data-server-3.59.1/redhat-linux-build/src/libedataserverui/tmp-introspect48z2ejf2/EDataServerUI4-1.0.c:699:18: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(input_filename, "rb")’
evolution-data-server-3.59.1/redhat-linux-build/src/libedataserverui/tmp-introspect48z2ejf2/EDataServerUI4-1.0.c:630:1: enter_function: entry to ‘dump_irepository’
evolution-data-server-3.59.1/redhat-linux-build/src/libedataserverui/tmp-introspect48z2ejf2/EDataServerUI4-1.0.c:645:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/libedataserverui/tmp-introspect48z2ejf2/EDataServerUI4-1.0.c:654:15: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/libedataserverui/tmp-introspect48z2ejf2/EDataServerUI4-1.0.c:658:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/libedataserverui/tmp-introspect48z2ejf2/EDataServerUI4-1.0.c:669:11: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/libedataserverui/tmp-introspect48z2ejf2/EDataServerUI4-1.0.c:669:11: acquire_resource: opened here
evolution-data-server-3.59.1/redhat-linux-build/src/libedataserverui/tmp-introspect48z2ejf2/EDataServerUI4-1.0.c:670:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/libedataserverui/tmp-introspect48z2ejf2/EDataServerUI4-1.0.c:682:12: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/libedataserverui/tmp-introspect48z2ejf2/EDataServerUI4-1.0.c:683:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/libedataserverui/tmp-introspect48z2ejf2/EDataServerUI4-1.0.c:696:3: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/libedataserverui/tmp-introspect48z2ejf2/EDataServerUI4-1.0.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
evolution-data-server-3.59.1/redhat-linux-build/src/libedataserverui/tmp-introspect48z2ejf2/EDataServerUI4-1.0.c:696:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
evolution-data-server-3.59.1/redhat-linux-build/src/libedataserverui/tmp-introspect48z2ejf2/EDataServerUI4-1.0.c:697:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
evolution-data-server-3.59.1/redhat-linux-build/src/libedataserverui/tmp-introspect48z2ejf2/EDataServerUI4-1.0.c:697:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
evolution-data-server-3.59.1/redhat-linux-build/src/libedataserverui/tmp-introspect48z2ejf2/EDataServerUI4-1.0.c:699:18: throw: if ‘g_hash_table_new’ throws an exception...
evolution-data-server-3.59.1/redhat-linux-build/src/libedataserverui/tmp-introspect48z2ejf2/EDataServerUI4-1.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): [#def353]
evolution-data-server-3.59.1/redhat-linux-build/src/libedataserverui/tmp-introspect48z2ejf2/EDataServerUI4-1.0.c:699:18: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(output_filename, "wb")’
evolution-data-server-3.59.1/redhat-linux-build/src/libedataserverui/tmp-introspect48z2ejf2/EDataServerUI4-1.0.c:630:1: enter_function: entry to ‘dump_irepository’
evolution-data-server-3.59.1/redhat-linux-build/src/libedataserverui/tmp-introspect48z2ejf2/EDataServerUI4-1.0.c:645:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/libedataserverui/tmp-introspect48z2ejf2/EDataServerUI4-1.0.c:654:15: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/libedataserverui/tmp-introspect48z2ejf2/EDataServerUI4-1.0.c:658:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/libedataserverui/tmp-introspect48z2ejf2/EDataServerUI4-1.0.c:669:11: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/libedataserverui/tmp-introspect48z2ejf2/EDataServerUI4-1.0.c:670:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/libedataserverui/tmp-introspect48z2ejf2/EDataServerUI4-1.0.c:682:12: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/libedataserverui/tmp-introspect48z2ejf2/EDataServerUI4-1.0.c:682:12: acquire_resource: opened here
evolution-data-server-3.59.1/redhat-linux-build/src/libedataserverui/tmp-introspect48z2ejf2/EDataServerUI4-1.0.c:683:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/libedataserverui/tmp-introspect48z2ejf2/EDataServerUI4-1.0.c:696:3: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/libedataserverui/tmp-introspect48z2ejf2/EDataServerUI4-1.0.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
evolution-data-server-3.59.1/redhat-linux-build/src/libedataserverui/tmp-introspect48z2ejf2/EDataServerUI4-1.0.c:696:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
evolution-data-server-3.59.1/redhat-linux-build/src/libedataserverui/tmp-introspect48z2ejf2/EDataServerUI4-1.0.c:697:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
evolution-data-server-3.59.1/redhat-linux-build/src/libedataserverui/tmp-introspect48z2ejf2/EDataServerUI4-1.0.c:697:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
evolution-data-server-3.59.1/redhat-linux-build/src/libedataserverui/tmp-introspect48z2ejf2/EDataServerUI4-1.0.c:699:18: throw: if ‘g_hash_table_new’ throws an exception...
evolution-data-server-3.59.1/redhat-linux-build/src/libedataserverui/tmp-introspect48z2ejf2/EDataServerUI4-1.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): [#def354]
evolution-data-server-3.59.1/redhat-linux-build/src/libedataserverui/tmp-introspect48z2ejf2/EDataServerUI4-1.0.c:699:18: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(input_filename, "rb")’
evolution-data-server-3.59.1/redhat-linux-build/src/libedataserverui/tmp-introspect48z2ejf2/EDataServerUI4-1.0.c:630:1: enter_function: entry to ‘dump_irepository’
evolution-data-server-3.59.1/redhat-linux-build/src/libedataserverui/tmp-introspect48z2ejf2/EDataServerUI4-1.0.c:645:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/libedataserverui/tmp-introspect48z2ejf2/EDataServerUI4-1.0.c:654:15: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/libedataserverui/tmp-introspect48z2ejf2/EDataServerUI4-1.0.c:658:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/libedataserverui/tmp-introspect48z2ejf2/EDataServerUI4-1.0.c:669:11: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/libedataserverui/tmp-introspect48z2ejf2/EDataServerUI4-1.0.c:669:11: acquire_memory: allocated here
evolution-data-server-3.59.1/redhat-linux-build/src/libedataserverui/tmp-introspect48z2ejf2/EDataServerUI4-1.0.c:670:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/libedataserverui/tmp-introspect48z2ejf2/EDataServerUI4-1.0.c:682:12: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/libedataserverui/tmp-introspect48z2ejf2/EDataServerUI4-1.0.c:683:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/libedataserverui/tmp-introspect48z2ejf2/EDataServerUI4-1.0.c:696:3: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/libedataserverui/tmp-introspect48z2ejf2/EDataServerUI4-1.0.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
evolution-data-server-3.59.1/redhat-linux-build/src/libedataserverui/tmp-introspect48z2ejf2/EDataServerUI4-1.0.c:696:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
evolution-data-server-3.59.1/redhat-linux-build/src/libedataserverui/tmp-introspect48z2ejf2/EDataServerUI4-1.0.c:697:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
evolution-data-server-3.59.1/redhat-linux-build/src/libedataserverui/tmp-introspect48z2ejf2/EDataServerUI4-1.0.c:697:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
evolution-data-server-3.59.1/redhat-linux-build/src/libedataserverui/tmp-introspect48z2ejf2/EDataServerUI4-1.0.c:699:18: throw: if ‘g_hash_table_new’ throws an exception...
evolution-data-server-3.59.1/redhat-linux-build/src/libedataserverui/tmp-introspect48z2ejf2/EDataServerUI4-1.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): [#def355]
evolution-data-server-3.59.1/redhat-linux-build/src/libedataserverui/tmp-introspect48z2ejf2/EDataServerUI4-1.0.c:699:18: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(output_filename, "wb")’
evolution-data-server-3.59.1/redhat-linux-build/src/libedataserverui/tmp-introspect48z2ejf2/EDataServerUI4-1.0.c:630:1: enter_function: entry to ‘dump_irepository’
evolution-data-server-3.59.1/redhat-linux-build/src/libedataserverui/tmp-introspect48z2ejf2/EDataServerUI4-1.0.c:645:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/libedataserverui/tmp-introspect48z2ejf2/EDataServerUI4-1.0.c:654:15: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/libedataserverui/tmp-introspect48z2ejf2/EDataServerUI4-1.0.c:658:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/libedataserverui/tmp-introspect48z2ejf2/EDataServerUI4-1.0.c:669:11: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/libedataserverui/tmp-introspect48z2ejf2/EDataServerUI4-1.0.c:670:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/libedataserverui/tmp-introspect48z2ejf2/EDataServerUI4-1.0.c:682:12: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/libedataserverui/tmp-introspect48z2ejf2/EDataServerUI4-1.0.c:682:12: acquire_memory: allocated here
evolution-data-server-3.59.1/redhat-linux-build/src/libedataserverui/tmp-introspect48z2ejf2/EDataServerUI4-1.0.c:683:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/libedataserverui/tmp-introspect48z2ejf2/EDataServerUI4-1.0.c:696:3: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/libedataserverui/tmp-introspect48z2ejf2/EDataServerUI4-1.0.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
evolution-data-server-3.59.1/redhat-linux-build/src/libedataserverui/tmp-introspect48z2ejf2/EDataServerUI4-1.0.c:696:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
evolution-data-server-3.59.1/redhat-linux-build/src/libedataserverui/tmp-introspect48z2ejf2/EDataServerUI4-1.0.c:697:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
evolution-data-server-3.59.1/redhat-linux-build/src/libedataserverui/tmp-introspect48z2ejf2/EDataServerUI4-1.0.c:697:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
evolution-data-server-3.59.1/redhat-linux-build/src/libedataserverui/tmp-introspect48z2ejf2/EDataServerUI4-1.0.c:699:18: throw: if ‘g_hash_table_new’ throws an exception...
evolution-data-server-3.59.1/redhat-linux-build/src/libedataserverui/tmp-introspect48z2ejf2/EDataServerUI4-1.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: GCC_ANALYZER_WARNING (CWE-775): [#def356]
evolution-data-server-3.59.1/redhat-linux-build/src/libedataserverui/tmp-introspectxz5becqh/EDataServerUI-1.2.c:68:7: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(input_filename, "rb")’
evolution-data-server-3.59.1/redhat-linux-build/src/libedataserverui/tmp-introspectxz5becqh/EDataServerUI-1.2.c:630:1: enter_function: entry to ‘dump_irepository’
evolution-data-server-3.59.1/redhat-linux-build/src/libedataserverui/tmp-introspectxz5becqh/EDataServerUI-1.2.c:645:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/libedataserverui/tmp-introspectxz5becqh/EDataServerUI-1.2.c:654:15: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/libedataserverui/tmp-introspectxz5becqh/EDataServerUI-1.2.c:658:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/libedataserverui/tmp-introspectxz5becqh/EDataServerUI-1.2.c:669:11: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/libedataserverui/tmp-introspectxz5becqh/EDataServerUI-1.2.c:669:11: acquire_resource: opened here
evolution-data-server-3.59.1/redhat-linux-build/src/libedataserverui/tmp-introspectxz5becqh/EDataServerUI-1.2.c:670:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/libedataserverui/tmp-introspectxz5becqh/EDataServerUI-1.2.c:682:12: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/libedataserverui/tmp-introspectxz5becqh/EDataServerUI-1.2.c:683:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/libedataserverui/tmp-introspectxz5becqh/EDataServerUI-1.2.c:696:3: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/libedataserverui/tmp-introspectxz5becqh/EDataServerUI-1.2.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Error: GCC_ANALYZER_WARNING (CWE-404): [#def376]
evolution-data-server-3.59.1/redhat-linux-build/src/libedataserverui/tmp-introspectxz5becqh/EDataServerUI-1.2.c:120:9: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
evolution-data-server-3.59.1/redhat-linux-build/src/libedataserverui/tmp-introspectxz5becqh/EDataServerUI-1.2.c:599:1: enter_function: entry to ‘dump_error_quark’
evolution-data-server-3.59.1/redhat-linux-build/src/libedataserverui/tmp-introspectxz5becqh/EDataServerUI-1.2.c:601:3: call_function: calling ‘escaped_printf’ from ‘dump_error_quark’

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

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

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

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

Error: GCC_ANALYZER_WARNING (CWE-775): [#def381]
evolution-data-server-3.59.1/redhat-linux-build/src/libedataserverui/tmp-introspectxz5becqh/EDataServerUI-1.2.c:686:7: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(input_filename, "rb")’
evolution-data-server-3.59.1/redhat-linux-build/src/libedataserverui/tmp-introspectxz5becqh/EDataServerUI-1.2.c:645:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/libedataserverui/tmp-introspectxz5becqh/EDataServerUI-1.2.c:654:15: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/libedataserverui/tmp-introspectxz5becqh/EDataServerUI-1.2.c:658:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/libedataserverui/tmp-introspectxz5becqh/EDataServerUI-1.2.c:669:11: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/libedataserverui/tmp-introspectxz5becqh/EDataServerUI-1.2.c:669:11: acquire_resource: opened here
evolution-data-server-3.59.1/redhat-linux-build/src/libedataserverui/tmp-introspectxz5becqh/EDataServerUI-1.2.c:670:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/libedataserverui/tmp-introspectxz5becqh/EDataServerUI-1.2.c:682:12: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/libedataserverui/tmp-introspectxz5becqh/EDataServerUI-1.2.c:683:6: branch_true: following ‘true’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/libedataserverui/tmp-introspectxz5becqh/EDataServerUI-1.2.c:685:25: branch_true: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/libedataserverui/tmp-introspectxz5becqh/EDataServerUI-1.2.c:686:7: throw: if ‘g_file_error_quark’ throws an exception...
evolution-data-server-3.59.1/redhat-linux-build/src/libedataserverui/tmp-introspectxz5becqh/EDataServerUI-1.2.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): [#def382]
evolution-data-server-3.59.1/redhat-linux-build/src/libedataserverui/tmp-introspectxz5becqh/EDataServerUI-1.2.c:686:7: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(input_filename, "rb")’
evolution-data-server-3.59.1/redhat-linux-build/src/libedataserverui/tmp-introspectxz5becqh/EDataServerUI-1.2.c:645:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/libedataserverui/tmp-introspectxz5becqh/EDataServerUI-1.2.c:654:15: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/libedataserverui/tmp-introspectxz5becqh/EDataServerUI-1.2.c:658:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/libedataserverui/tmp-introspectxz5becqh/EDataServerUI-1.2.c:669:11: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/libedataserverui/tmp-introspectxz5becqh/EDataServerUI-1.2.c:669:11: acquire_memory: allocated here
evolution-data-server-3.59.1/redhat-linux-build/src/libedataserverui/tmp-introspectxz5becqh/EDataServerUI-1.2.c:670:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/libedataserverui/tmp-introspectxz5becqh/EDataServerUI-1.2.c:682:12: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/libedataserverui/tmp-introspectxz5becqh/EDataServerUI-1.2.c:683:6: branch_true: following ‘true’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/libedataserverui/tmp-introspectxz5becqh/EDataServerUI-1.2.c:685:25: branch_true: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/libedataserverui/tmp-introspectxz5becqh/EDataServerUI-1.2.c:686:7: throw: if ‘g_file_error_quark’ throws an exception...
evolution-data-server-3.59.1/redhat-linux-build/src/libedataserverui/tmp-introspectxz5becqh/EDataServerUI-1.2.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): [#def383]
evolution-data-server-3.59.1/redhat-linux-build/src/libedataserverui/tmp-introspectxz5becqh/EDataServerUI-1.2.c:686:41: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(input_filename, "rb")’
evolution-data-server-3.59.1/redhat-linux-build/src/libedataserverui/tmp-introspectxz5becqh/EDataServerUI-1.2.c:645:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/libedataserverui/tmp-introspectxz5becqh/EDataServerUI-1.2.c:654:15: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/libedataserverui/tmp-introspectxz5becqh/EDataServerUI-1.2.c:658:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/libedataserverui/tmp-introspectxz5becqh/EDataServerUI-1.2.c:669:11: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/libedataserverui/tmp-introspectxz5becqh/EDataServerUI-1.2.c:669:11: acquire_resource: opened here
evolution-data-server-3.59.1/redhat-linux-build/src/libedataserverui/tmp-introspectxz5becqh/EDataServerUI-1.2.c:670:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/libedataserverui/tmp-introspectxz5becqh/EDataServerUI-1.2.c:682:12: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/libedataserverui/tmp-introspectxz5becqh/EDataServerUI-1.2.c:683:6: branch_true: following ‘true’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/libedataserverui/tmp-introspectxz5becqh/EDataServerUI-1.2.c:685:25: branch_true: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/libedataserverui/tmp-introspectxz5becqh/EDataServerUI-1.2.c:686:41: throw: if ‘g_file_error_from_errno’ throws an exception...
evolution-data-server-3.59.1/redhat-linux-build/src/libedataserverui/tmp-introspectxz5becqh/EDataServerUI-1.2.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): [#def384]
evolution-data-server-3.59.1/redhat-linux-build/src/libedataserverui/tmp-introspectxz5becqh/EDataServerUI-1.2.c:686:41: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(input_filename, "rb")’
evolution-data-server-3.59.1/redhat-linux-build/src/libedataserverui/tmp-introspectxz5becqh/EDataServerUI-1.2.c:645:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/libedataserverui/tmp-introspectxz5becqh/EDataServerUI-1.2.c:654:15: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/libedataserverui/tmp-introspectxz5becqh/EDataServerUI-1.2.c:658:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/libedataserverui/tmp-introspectxz5becqh/EDataServerUI-1.2.c:669:11: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/libedataserverui/tmp-introspectxz5becqh/EDataServerUI-1.2.c:669:11: acquire_memory: allocated here
evolution-data-server-3.59.1/redhat-linux-build/src/libedataserverui/tmp-introspectxz5becqh/EDataServerUI-1.2.c:670:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/libedataserverui/tmp-introspectxz5becqh/EDataServerUI-1.2.c:682:12: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/libedataserverui/tmp-introspectxz5becqh/EDataServerUI-1.2.c:683:6: branch_true: following ‘true’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/libedataserverui/tmp-introspectxz5becqh/EDataServerUI-1.2.c:685:25: branch_true: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/libedataserverui/tmp-introspectxz5becqh/EDataServerUI-1.2.c:686:41: throw: if ‘g_file_error_from_errno’ throws an exception...
evolution-data-server-3.59.1/redhat-linux-build/src/libedataserverui/tmp-introspectxz5becqh/EDataServerUI-1.2.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): [#def385]
evolution-data-server-3.59.1/redhat-linux-build/src/libedataserverui/tmp-introspectxz5becqh/EDataServerUI-1.2.c:699:18: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(input_filename, "rb")’
evolution-data-server-3.59.1/redhat-linux-build/src/libedataserverui/tmp-introspectxz5becqh/EDataServerUI-1.2.c:630:1: enter_function: entry to ‘dump_irepository’
evolution-data-server-3.59.1/redhat-linux-build/src/libedataserverui/tmp-introspectxz5becqh/EDataServerUI-1.2.c:645:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/libedataserverui/tmp-introspectxz5becqh/EDataServerUI-1.2.c:654:15: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/libedataserverui/tmp-introspectxz5becqh/EDataServerUI-1.2.c:658:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/libedataserverui/tmp-introspectxz5becqh/EDataServerUI-1.2.c:669:11: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/libedataserverui/tmp-introspectxz5becqh/EDataServerUI-1.2.c:669:11: acquire_resource: opened here
evolution-data-server-3.59.1/redhat-linux-build/src/libedataserverui/tmp-introspectxz5becqh/EDataServerUI-1.2.c:670:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/libedataserverui/tmp-introspectxz5becqh/EDataServerUI-1.2.c:682:12: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/libedataserverui/tmp-introspectxz5becqh/EDataServerUI-1.2.c:683:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/libedataserverui/tmp-introspectxz5becqh/EDataServerUI-1.2.c:696:3: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/libedataserverui/tmp-introspectxz5becqh/EDataServerUI-1.2.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
evolution-data-server-3.59.1/redhat-linux-build/src/libedataserverui/tmp-introspectxz5becqh/EDataServerUI-1.2.c:696:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
evolution-data-server-3.59.1/redhat-linux-build/src/libedataserverui/tmp-introspectxz5becqh/EDataServerUI-1.2.c:697:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
evolution-data-server-3.59.1/redhat-linux-build/src/libedataserverui/tmp-introspectxz5becqh/EDataServerUI-1.2.c:697:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
evolution-data-server-3.59.1/redhat-linux-build/src/libedataserverui/tmp-introspectxz5becqh/EDataServerUI-1.2.c:699:18: throw: if ‘g_hash_table_new’ throws an exception...
evolution-data-server-3.59.1/redhat-linux-build/src/libedataserverui/tmp-introspectxz5becqh/EDataServerUI-1.2.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): [#def386]
evolution-data-server-3.59.1/redhat-linux-build/src/libedataserverui/tmp-introspectxz5becqh/EDataServerUI-1.2.c:699:18: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(output_filename, "wb")’
evolution-data-server-3.59.1/redhat-linux-build/src/libedataserverui/tmp-introspectxz5becqh/EDataServerUI-1.2.c:630:1: enter_function: entry to ‘dump_irepository’
evolution-data-server-3.59.1/redhat-linux-build/src/libedataserverui/tmp-introspectxz5becqh/EDataServerUI-1.2.c:645:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/libedataserverui/tmp-introspectxz5becqh/EDataServerUI-1.2.c:654:15: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/libedataserverui/tmp-introspectxz5becqh/EDataServerUI-1.2.c:658:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/libedataserverui/tmp-introspectxz5becqh/EDataServerUI-1.2.c:669:11: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/libedataserverui/tmp-introspectxz5becqh/EDataServerUI-1.2.c:670:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/libedataserverui/tmp-introspectxz5becqh/EDataServerUI-1.2.c:682:12: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/libedataserverui/tmp-introspectxz5becqh/EDataServerUI-1.2.c:682:12: acquire_resource: opened here
evolution-data-server-3.59.1/redhat-linux-build/src/libedataserverui/tmp-introspectxz5becqh/EDataServerUI-1.2.c:683:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/libedataserverui/tmp-introspectxz5becqh/EDataServerUI-1.2.c:696:3: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/libedataserverui/tmp-introspectxz5becqh/EDataServerUI-1.2.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
evolution-data-server-3.59.1/redhat-linux-build/src/libedataserverui/tmp-introspectxz5becqh/EDataServerUI-1.2.c:696:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
evolution-data-server-3.59.1/redhat-linux-build/src/libedataserverui/tmp-introspectxz5becqh/EDataServerUI-1.2.c:697:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
evolution-data-server-3.59.1/redhat-linux-build/src/libedataserverui/tmp-introspectxz5becqh/EDataServerUI-1.2.c:697:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
evolution-data-server-3.59.1/redhat-linux-build/src/libedataserverui/tmp-introspectxz5becqh/EDataServerUI-1.2.c:699:18: throw: if ‘g_hash_table_new’ throws an exception...
evolution-data-server-3.59.1/redhat-linux-build/src/libedataserverui/tmp-introspectxz5becqh/EDataServerUI-1.2.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): [#def387]
evolution-data-server-3.59.1/redhat-linux-build/src/libedataserverui/tmp-introspectxz5becqh/EDataServerUI-1.2.c:699:18: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(input_filename, "rb")’
evolution-data-server-3.59.1/redhat-linux-build/src/libedataserverui/tmp-introspectxz5becqh/EDataServerUI-1.2.c:630:1: enter_function: entry to ‘dump_irepository’
evolution-data-server-3.59.1/redhat-linux-build/src/libedataserverui/tmp-introspectxz5becqh/EDataServerUI-1.2.c:645:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/libedataserverui/tmp-introspectxz5becqh/EDataServerUI-1.2.c:654:15: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/libedataserverui/tmp-introspectxz5becqh/EDataServerUI-1.2.c:658:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/libedataserverui/tmp-introspectxz5becqh/EDataServerUI-1.2.c:669:11: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/libedataserverui/tmp-introspectxz5becqh/EDataServerUI-1.2.c:669:11: acquire_memory: allocated here
evolution-data-server-3.59.1/redhat-linux-build/src/libedataserverui/tmp-introspectxz5becqh/EDataServerUI-1.2.c:670:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/libedataserverui/tmp-introspectxz5becqh/EDataServerUI-1.2.c:682:12: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/libedataserverui/tmp-introspectxz5becqh/EDataServerUI-1.2.c:683:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/libedataserverui/tmp-introspectxz5becqh/EDataServerUI-1.2.c:696:3: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/libedataserverui/tmp-introspectxz5becqh/EDataServerUI-1.2.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
evolution-data-server-3.59.1/redhat-linux-build/src/libedataserverui/tmp-introspectxz5becqh/EDataServerUI-1.2.c:696:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
evolution-data-server-3.59.1/redhat-linux-build/src/libedataserverui/tmp-introspectxz5becqh/EDataServerUI-1.2.c:697:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
evolution-data-server-3.59.1/redhat-linux-build/src/libedataserverui/tmp-introspectxz5becqh/EDataServerUI-1.2.c:697:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
evolution-data-server-3.59.1/redhat-linux-build/src/libedataserverui/tmp-introspectxz5becqh/EDataServerUI-1.2.c:699:18: throw: if ‘g_hash_table_new’ throws an exception...
evolution-data-server-3.59.1/redhat-linux-build/src/libedataserverui/tmp-introspectxz5becqh/EDataServerUI-1.2.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): [#def388]
evolution-data-server-3.59.1/redhat-linux-build/src/libedataserverui/tmp-introspectxz5becqh/EDataServerUI-1.2.c:699:18: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(output_filename, "wb")’
evolution-data-server-3.59.1/redhat-linux-build/src/libedataserverui/tmp-introspectxz5becqh/EDataServerUI-1.2.c:630:1: enter_function: entry to ‘dump_irepository’
evolution-data-server-3.59.1/redhat-linux-build/src/libedataserverui/tmp-introspectxz5becqh/EDataServerUI-1.2.c:645:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/libedataserverui/tmp-introspectxz5becqh/EDataServerUI-1.2.c:654:15: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/libedataserverui/tmp-introspectxz5becqh/EDataServerUI-1.2.c:658:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/libedataserverui/tmp-introspectxz5becqh/EDataServerUI-1.2.c:669:11: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/libedataserverui/tmp-introspectxz5becqh/EDataServerUI-1.2.c:670:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/libedataserverui/tmp-introspectxz5becqh/EDataServerUI-1.2.c:682:12: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/libedataserverui/tmp-introspectxz5becqh/EDataServerUI-1.2.c:682:12: acquire_memory: allocated here
evolution-data-server-3.59.1/redhat-linux-build/src/libedataserverui/tmp-introspectxz5becqh/EDataServerUI-1.2.c:683:6: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/redhat-linux-build/src/libedataserverui/tmp-introspectxz5becqh/EDataServerUI-1.2.c:696:3: branch_false: ...to here
evolution-data-server-3.59.1/redhat-linux-build/src/libedataserverui/tmp-introspectxz5becqh/EDataServerUI-1.2.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
evolution-data-server-3.59.1/redhat-linux-build/src/libedataserverui/tmp-introspectxz5becqh/EDataServerUI-1.2.c:696:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
evolution-data-server-3.59.1/redhat-linux-build/src/libedataserverui/tmp-introspectxz5becqh/EDataServerUI-1.2.c:697:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
evolution-data-server-3.59.1/redhat-linux-build/src/libedataserverui/tmp-introspectxz5becqh/EDataServerUI-1.2.c:697:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
evolution-data-server-3.59.1/redhat-linux-build/src/libedataserverui/tmp-introspectxz5becqh/EDataServerUI-1.2.c:699:18: throw: if ‘g_hash_table_new’ throws an exception...
evolution-data-server-3.59.1/redhat-linux-build/src/libedataserverui/tmp-introspectxz5becqh/EDataServerUI-1.2.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-404): [#def389]
evolution-data-server-3.59.1/src/addressbook/backends/carddav/e-book-backend-carddav.c:80:9: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
evolution-data-server-3.59.1/src/addressbook/backends/carddav/e-book-backend-carddav.c:76:12: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/src/addressbook/backends/carddav/e-book-backend-carddav.c:79:9: branch_false: ...to here
evolution-data-server-3.59.1/src/addressbook/backends/carddav/e-book-backend-carddav.c:79:9: acquire_resource: ‘va_start’ called here
evolution-data-server-3.59.1/src/addressbook/backends/carddav/e-book-backend-carddav.c:80:9: throw: if ‘e_util_debug_printv’ throws an exception...
evolution-data-server-3.59.1/src/addressbook/backends/carddav/e-book-backend-carddav.c:80:9: danger: missing call to ‘va_end’ to match ‘va_start’ at [(3)](sarif:/runs/0/results/0/codeFlows/0/threadFlows/0/locations/2)
#   78|   
#   79|   	va_start (args, format);
#   80|-> 	e_util_debug_printv ("CardDAV", format, args);
#   81|   	va_end (args);
#   82|   }

Error: CPPCHECK_WARNING (CWE-476): [#def390]
evolution-data-server-3.59.1/src/addressbook/backends/ldap/e-book-backend-ldap.c:6251: warning[nullPointer]: Possible null pointer dereference: ldap_error_msg
# 6249|   				"%s: %02X (%s), additional info: %s\n", G_STRFUNC,
# 6250|   				ldap_error,
# 6251|-> 				ldap_err2string (ldap_error), ldap_error_msg);
# 6252|   		}
# 6253|   		if (ldap_error_msg)

Error: GCC_ANALYZER_WARNING (CWE-404): [#def391]
evolution-data-server-3.59.1/src/addressbook/libebook-contacts/e-book-contacts-utils.c:104:22: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
evolution-data-server-3.59.1/src/addressbook/libebook-contacts/e-book-contacts-utils.c:100:12: branch_false: following ‘false’ branch (when ‘format’ is non-NULL)...
evolution-data-server-3.59.1/src/addressbook/libebook-contacts/e-book-contacts-utils.c:103:9: branch_false: ...to here
evolution-data-server-3.59.1/src/addressbook/libebook-contacts/e-book-contacts-utils.c:103:9: acquire_resource: ‘va_start’ called here
evolution-data-server-3.59.1/src/addressbook/libebook-contacts/e-book-contacts-utils.c:104:22: throw: if ‘g_strdup_vprintf’ throws an exception...
evolution-data-server-3.59.1/src/addressbook/libebook-contacts/e-book-contacts-utils.c:104:22: danger: missing call to ‘va_end’ to match ‘va_start’ at [(3)](sarif:/runs/0/results/0/codeFlows/0/threadFlows/0/locations/2)
#  102|   
#  103|   	va_start (ap, format);
#  104|-> 	custom_msg = g_strdup_vprintf (format, ap);
#  105|   	va_end (ap);
#  106|   

Error: COMPILER_WARNING (CWE-704): [#def392]
evolution-data-server-3.59.1/src/addressbook/libebook-contacts/e-contact.c: scope_hint: In function ‘mime_type_from_filename’
evolution-data-server-3.59.1/src/addressbook/libebook-contacts/e-contact.c:4113:19: warning[-Wdiscarded-qualifiers]: assignment discards ‘const’ qualifier from pointer target type
# 4113 |         extension = strrchr (filename, '.');
#      |                   ^
# 4111|   	guint len;
# 4112|   
# 4113|-> 	extension = strrchr (filename, '.');
# 4114|   	if (extension)
# 4115|   		extension++;

Error: COMPILER_WARNING (CWE-704): [#def393]
evolution-data-server-3.59.1/src/addressbook/libebook-contacts/e-contact.c:4113:19: warning[-Wdiscarded-qualifiers]: assignment discards ‘const’ qualifier from pointer target type
# 4111|   	guint len;
# 4112|   
# 4113|-> 	extension = strrchr (filename, '.');
# 4114|   	if (extension)
# 4115|   		extension++;

Error: GCC_ANALYZER_WARNING (CWE-688): [#def394]
evolution-data-server-3.59.1/src/addressbook/libebook-contacts/e-name-western.c:903:17: warning[-Wanalyzer-null-argument]: use of NULL ‘*name.middle’ where non-null expected
evolution-data-server-3.59.1/src/addressbook/libebook-contacts/e-name-western.c:846:12: branch_true: following ‘true’ branch...
evolution-data-server-3.59.1/src/addressbook/libebook-contacts/e-name-western.c:849:17: release_memory: ‘*name.middle’ is NULL
evolution-data-server-3.59.1/src/addressbook/libebook-contacts/e-name-western.c:902:12: branch_true: following ‘true’ branch...
evolution-data-server-3.59.1/src/addressbook/libebook-contacts/e-name-western.c:903:17: branch_true: ...to here
evolution-data-server-3.59.1/src/addressbook/libebook-contacts/e-name-western.c:903:17: release_memory: ‘*name.middle’ is NULL
evolution-data-server-3.59.1/src/addressbook/libebook-contacts/e-name-western.c:903:17: danger: argument 1 (‘*name.middle’) NULL where non-null expected
#  901|   
#  902|   	if (idxs->middle_idx != -1) {
#  903|-> 		CHECK_MIDDLE_NAME_FOR_CONJUNCTION ("&");
#  904|   		CHECK_MIDDLE_NAME_FOR_CONJUNCTION ("*");
#  905|   		CHECK_MIDDLE_NAME_FOR_CONJUNCTION ("|");

Error: GCC_ANALYZER_WARNING (CWE-688): [#def395]
evolution-data-server-3.59.1/src/addressbook/libebook-contacts/e-name-western.c:904:17: warning[-Wanalyzer-null-argument]: use of NULL ‘*name.middle’ where non-null expected
evolution-data-server-3.59.1/src/addressbook/libebook-contacts/e-name-western.c:846:12: branch_true: following ‘true’ branch...
evolution-data-server-3.59.1/src/addressbook/libebook-contacts/e-name-western.c:849:17: release_memory: ‘*name.middle’ is NULL
evolution-data-server-3.59.1/src/addressbook/libebook-contacts/e-name-western.c:902:12: branch_true: following ‘true’ branch...
evolution-data-server-3.59.1/src/addressbook/libebook-contacts/e-name-western.c:903:17: branch_true: ...to here
evolution-data-server-3.59.1/src/addressbook/libebook-contacts/e-name-western.c:903:17: release_memory: ‘*name.middle’ is NULL
evolution-data-server-3.59.1/src/addressbook/libebook-contacts/e-name-western.c:903:17: branch_false: following ‘false’ branch (when the strings are non-equal)...
evolution-data-server-3.59.1/src/addressbook/libebook-contacts/e-name-western.c:904:17: branch_false: ...to here
evolution-data-server-3.59.1/src/addressbook/libebook-contacts/e-name-western.c:904:17: branch_true: following ‘true’ branch...
evolution-data-server-3.59.1/src/addressbook/libebook-contacts/e-name-western.c:904:17: branch_true: ...to here
evolution-data-server-3.59.1/src/addressbook/libebook-contacts/e-name-western.c:904:17: release_memory: ‘*name.middle’ is NULL
evolution-data-server-3.59.1/src/addressbook/libebook-contacts/e-name-western.c:904:17: danger: argument 1 (‘*name.middle’) NULL where non-null expected
#  902|   	if (idxs->middle_idx != -1) {
#  903|   		CHECK_MIDDLE_NAME_FOR_CONJUNCTION ("&");
#  904|-> 		CHECK_MIDDLE_NAME_FOR_CONJUNCTION ("*");
#  905|   		CHECK_MIDDLE_NAME_FOR_CONJUNCTION ("|");
#  906|   		CHECK_MIDDLE_NAME_FOR_CONJUNCTION ("^");

Error: GCC_ANALYZER_WARNING (CWE-688): [#def396]
evolution-data-server-3.59.1/src/addressbook/libebook-contacts/e-name-western.c:905:17: warning[-Wanalyzer-null-argument]: use of NULL ‘*name.middle’ where non-null expected
evolution-data-server-3.59.1/src/addressbook/libebook-contacts/e-name-western.c:846:12: branch_true: following ‘true’ branch...
evolution-data-server-3.59.1/src/addressbook/libebook-contacts/e-name-western.c:849:17: release_memory: ‘*name.middle’ is NULL
evolution-data-server-3.59.1/src/addressbook/libebook-contacts/e-name-western.c:902:12: branch_true: following ‘true’ branch...
evolution-data-server-3.59.1/src/addressbook/libebook-contacts/e-name-western.c:903:17: branch_true: ...to here
evolution-data-server-3.59.1/src/addressbook/libebook-contacts/e-name-western.c:903:17: release_memory: ‘*name.middle’ is NULL
evolution-data-server-3.59.1/src/addressbook/libebook-contacts/e-name-western.c:903:17: branch_false: following ‘false’ branch (when the strings are non-equal)...
evolution-data-server-3.59.1/src/addressbook/libebook-contacts/e-name-western.c:904:17: branch_false: ...to here
evolution-data-server-3.59.1/src/addressbook/libebook-contacts/e-name-western.c:904:17: release_memory: ‘*name.middle’ is NULL
evolution-data-server-3.59.1/src/addressbook/libebook-contacts/e-name-western.c:904:17: branch_false: following ‘false’ branch (when the strings are non-equal)...
evolution-data-server-3.59.1/src/addressbook/libebook-contacts/e-name-western.c:905:17: branch_false: ...to here
evolution-data-server-3.59.1/src/addressbook/libebook-contacts/e-name-western.c:905:17: branch_true: following ‘true’ branch...
evolution-data-server-3.59.1/src/addressbook/libebook-contacts/e-name-western.c:905:17: branch_true: ...to here
evolution-data-server-3.59.1/src/addressbook/libebook-contacts/e-name-western.c:905:17: release_memory: ‘*name.middle’ is NULL
evolution-data-server-3.59.1/src/addressbook/libebook-contacts/e-name-western.c:905:17: danger: argument 1 (‘*name.middle’) NULL where non-null expected
#  903|   		CHECK_MIDDLE_NAME_FOR_CONJUNCTION ("&");
#  904|   		CHECK_MIDDLE_NAME_FOR_CONJUNCTION ("*");
#  905|-> 		CHECK_MIDDLE_NAME_FOR_CONJUNCTION ("|");
#  906|   		CHECK_MIDDLE_NAME_FOR_CONJUNCTION ("^");
#  907|   		CHECK_MIDDLE_NAME_FOR_CONJUNCTION ("&&");

Error: GCC_ANALYZER_WARNING (CWE-404): [#def397]
evolution-data-server-3.59.1/src/addressbook/libebook-contacts/e-source-backend-summary-setup.c:318:18: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
evolution-data-server-3.59.1/src/addressbook/libebook-contacts/e-source-backend-summary-setup.c:422:1: enter_function: entry to ‘e_source_backend_summary_setup_set_summary_fields’
evolution-data-server-3.59.1/src/addressbook/libebook-contacts/e-source-backend-summary-setup.c:427:9: branch_false: following ‘false’ branch (when ‘extension’ is non-NULL)...
evolution-data-server-3.59.1/src/addressbook/libebook-contacts/e-source-backend-summary-setup.c:427:9: branch_false: ...to here
evolution-data-server-3.59.1/src/addressbook/libebook-contacts/e-source-backend-summary-setup.c:429:9: acquire_resource: ‘va_start’ called here
evolution-data-server-3.59.1/src/addressbook/libebook-contacts/e-source-backend-summary-setup.c:430:9: call_function: calling ‘e_source_backend_summary_setup_set_fields_va_list’ from ‘e_source_backend_summary_setup_set_summary_fields’
#  316|   	EContactField field;
#  317|   
#  318|-> 	string = g_string_new ("");
#  319|   
#  320|   	field = va_arg (var_args, EContactField);

Error: GCC_ANALYZER_WARNING (CWE-404): [#def398]
evolution-data-server-3.59.1/src/addressbook/libebook-contacts/e-source-backend-summary-setup.c:322:43: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
evolution-data-server-3.59.1/src/addressbook/libebook-contacts/e-source-backend-summary-setup.c:422:1: enter_function: entry to ‘e_source_backend_summary_setup_set_summary_fields’
evolution-data-server-3.59.1/src/addressbook/libebook-contacts/e-source-backend-summary-setup.c:427:9: branch_false: following ‘false’ branch (when ‘extension’ is non-NULL)...
evolution-data-server-3.59.1/src/addressbook/libebook-contacts/e-source-backend-summary-setup.c:427:9: branch_false: ...to here
evolution-data-server-3.59.1/src/addressbook/libebook-contacts/e-source-backend-summary-setup.c:429:9: acquire_resource: ‘va_start’ called here
evolution-data-server-3.59.1/src/addressbook/libebook-contacts/e-source-backend-summary-setup.c:430:9: call_function: calling ‘e_source_backend_summary_setup_set_fields_va_list’ from ‘e_source_backend_summary_setup_set_summary_fields’
#  320|   	field = va_arg (var_args, EContactField);
#  321|   	while (field > 0) {
#  322|-> 		const gchar *field_name = e_contact_field_name (field);
#  323|   
#  324|   		if (field_name == NULL) {

Error: GCC_ANALYZER_WARNING (CWE-404): [#def399]
evolution-data-server-3.59.1/src/addressbook/libebook-contacts/e-source-backend-summary-setup.c:325:25: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
evolution-data-server-3.59.1/src/addressbook/libebook-contacts/e-source-backend-summary-setup.c:422:1: enter_function: entry to ‘e_source_backend_summary_setup_set_summary_fields’
evolution-data-server-3.59.1/src/addressbook/libebook-contacts/e-source-backend-summary-setup.c:427:9: branch_false: following ‘false’ branch (when ‘extension’ is non-NULL)...
evolution-data-server-3.59.1/src/addressbook/libebook-contacts/e-source-backend-summary-setup.c:427:9: branch_false: ...to here
evolution-data-server-3.59.1/src/addressbook/libebook-contacts/e-source-backend-summary-setup.c:429:9: acquire_resource: ‘va_start’ called here
evolution-data-server-3.59.1/src/addressbook/libebook-contacts/e-source-backend-summary-setup.c:430:9: call_function: calling ‘e_source_backend_summary_setup_set_fields_va_list’ from ‘e_source_backend_summary_setup_set_summary_fields’
#  323|   
#  324|   		if (field_name == NULL) {
#  325|-> 			g_warning ("Invalid EContactField given to ESourceBackendSummarySetup");
#  326|   			malformed = TRUE;
#  327|   			break;

Error: GCC_ANALYZER_WARNING (CWE-404): [#def400]
evolution-data-server-3.59.1/src/addressbook/libebook-contacts/e-source-backend-summary-setup.c:638:25: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
evolution-data-server-3.59.1/src/addressbook/libebook-contacts/e-source-backend-summary-setup.c:627:9: branch_false: following ‘false’ branch (when ‘extension’ is non-NULL)...
evolution-data-server-3.59.1/src/addressbook/libebook-contacts/e-source-backend-summary-setup.c:627:9: branch_false: ...to here
evolution-data-server-3.59.1/src/addressbook/libebook-contacts/e-source-backend-summary-setup.c:631:9: acquire_resource: ‘va_start’ called here
evolution-data-server-3.59.1/src/addressbook/libebook-contacts/e-source-backend-summary-setup.c:634:16: branch_true: following ‘true’ branch (when ‘field_in != 0’)...
evolution-data-server-3.59.1/src/addressbook/libebook-contacts/e-source-backend-summary-setup.c:638:25: branch_true: ...to here
evolution-data-server-3.59.1/src/addressbook/libebook-contacts/e-source-backend-summary-setup.c:638:25: throw: if ‘e_contact_field_name’ throws an exception...
evolution-data-server-3.59.1/src/addressbook/libebook-contacts/e-source-backend-summary-setup.c:638:25: danger: missing call to ‘va_end’ to match ‘va_start’ at [(3)](sarif:/runs/0/results/4/codeFlows/0/threadFlows/0/locations/2)
#  636|   		const gchar *type;
#  637|   
#  638|-> 		field = e_contact_field_name (field_in);
#  639|   		if (field == NULL) {
#  640|   			g_warning ("Invalid contact field specified in "

Error: GCC_ANALYZER_WARNING (CWE-404): [#def401]
evolution-data-server-3.59.1/src/addressbook/libebook-contacts/e-source-backend-summary-setup.c:640:25: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
evolution-data-server-3.59.1/src/addressbook/libebook-contacts/e-source-backend-summary-setup.c:627:9: branch_false: following ‘false’ branch (when ‘extension’ is non-NULL)...
evolution-data-server-3.59.1/src/addressbook/libebook-contacts/e-source-backend-summary-setup.c:627:9: branch_false: ...to here
evolution-data-server-3.59.1/src/addressbook/libebook-contacts/e-source-backend-summary-setup.c:631:9: acquire_resource: ‘va_start’ called here
evolution-data-server-3.59.1/src/addressbook/libebook-contacts/e-source-backend-summary-setup.c:634:16: branch_true: following ‘true’ branch (when ‘field_in != 0’)...
evolution-data-server-3.59.1/src/addressbook/libebook-contacts/e-source-backend-summary-setup.c:638:25: branch_true: ...to here
evolution-data-server-3.59.1/src/addressbook/libebook-contacts/e-source-backend-summary-setup.c:640:25: throw: if ‘g_log’ throws an exception...
evolution-data-server-3.59.1/src/addressbook/libebook-contacts/e-source-backend-summary-setup.c:640:25: danger: missing call to ‘va_end’ to match ‘va_start’ at [(3)](sarif:/runs/0/results/5/codeFlows/0/threadFlows/0/locations/2)
#  638|   		field = e_contact_field_name (field_in);
#  639|   		if (field == NULL) {
#  640|-> 			g_warning ("Invalid contact field specified in "
#  641|   				"e_source_backend_summary_setup_set_indexed_fields()");
#  642|   			malformed = TRUE;

Error: GCC_ANALYZER_WARNING (CWE-404): [#def402]
evolution-data-server-3.59.1/src/addressbook/libebook-contacts/e-source-backend-summary-setup.c:647:24: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
evolution-data-server-3.59.1/src/addressbook/libebook-contacts/e-source-backend-summary-setup.c:627:9: branch_false: following ‘false’ branch (when ‘extension’ is non-NULL)...
evolution-data-server-3.59.1/src/addressbook/libebook-contacts/e-source-backend-summary-setup.c:627:9: branch_false: ...to here
evolution-data-server-3.59.1/src/addressbook/libebook-contacts/e-source-backend-summary-setup.c:631:9: acquire_resource: ‘va_start’ called here
evolution-data-server-3.59.1/src/addressbook/libebook-contacts/e-source-backend-summary-setup.c:634:16: branch_true: following ‘true’ branch (when ‘field_in != 0’)...
evolution-data-server-3.59.1/src/addressbook/libebook-contacts/e-source-backend-summary-setup.c:638:25: branch_true: ...to here
evolution-data-server-3.59.1/src/addressbook/libebook-contacts/e-source-backend-summary-setup.c:639:20: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/src/addressbook/libebook-contacts/e-source-backend-summary-setup.c:646:17: branch_false: ...to here
evolution-data-server-3.59.1/src/addressbook/libebook-contacts/e-source-backend-summary-setup.c:647:24: throw: if ‘e_enum_to_string’ throws an exception...
evolution-data-server-3.59.1/src/addressbook/libebook-contacts/e-source-backend-summary-setup.c:647:24: danger: missing call to ‘va_end’ to match ‘va_start’ at [(3)](sarif:/runs/0/results/6/codeFlows/0/threadFlows/0/locations/2)
#  645|   
#  646|   		type_in = va_arg (var_args, EBookIndexType);
#  647|-> 		type = e_enum_to_string (E_TYPE_BOOK_INDEX_TYPE, type_in);
#  648|   		if (type == NULL) {
#  649|   			g_warning ("Invalid index type "

Error: GCC_ANALYZER_WARNING (CWE-404): [#def403]
evolution-data-server-3.59.1/src/addressbook/libebook-contacts/e-source-backend-summary-setup.c:649:25: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
evolution-data-server-3.59.1/src/addressbook/libebook-contacts/e-source-backend-summary-setup.c:627:9: branch_false: following ‘false’ branch (when ‘extension’ is non-NULL)...
evolution-data-server-3.59.1/src/addressbook/libebook-contacts/e-source-backend-summary-setup.c:627:9: branch_false: ...to here
evolution-data-server-3.59.1/src/addressbook/libebook-contacts/e-source-backend-summary-setup.c:631:9: acquire_resource: ‘va_start’ called here
evolution-data-server-3.59.1/src/addressbook/libebook-contacts/e-source-backend-summary-setup.c:634:16: branch_true: following ‘true’ branch (when ‘field_in != 0’)...
evolution-data-server-3.59.1/src/addressbook/libebook-contacts/e-source-backend-summary-setup.c:638:25: branch_true: ...to here
evolution-data-server-3.59.1/src/addressbook/libebook-contacts/e-source-backend-summary-setup.c:639:20: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/src/addressbook/libebook-contacts/e-source-backend-summary-setup.c:646:17: branch_false: ...to here
evolution-data-server-3.59.1/src/addressbook/libebook-contacts/e-source-backend-summary-setup.c:649:25: throw: if ‘g_log’ throws an exception...
evolution-data-server-3.59.1/src/addressbook/libebook-contacts/e-source-backend-summary-setup.c:649:25: danger: missing call to ‘va_end’ to match ‘va_start’ at [(3)](sarif:/runs/0/results/7/codeFlows/0/threadFlows/0/locations/2)
#  647|   		type = e_enum_to_string (E_TYPE_BOOK_INDEX_TYPE, type_in);
#  648|   		if (type == NULL) {
#  649|-> 			g_warning ("Invalid index type "
#  650|   				"e_source_backend_summary_setup_set_indexed_fields()");
#  651|   			malformed = TRUE;

Error: GCC_ANALYZER_WARNING (CWE-404): [#def404]
evolution-data-server-3.59.1/src/addressbook/libebook-contacts/e-source-backend-summary-setup.c:660:17: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
evolution-data-server-3.59.1/src/addressbook/libebook-contacts/e-source-backend-summary-setup.c:627:9: branch_false: following ‘false’ branch (when ‘extension’ is non-NULL)...
evolution-data-server-3.59.1/src/addressbook/libebook-contacts/e-source-backend-summary-setup.c:627:9: branch_false: ...to here
evolution-data-server-3.59.1/src/addressbook/libebook-contacts/e-source-backend-summary-setup.c:631:9: acquire_resource: ‘va_start’ called here
evolution-data-server-3.59.1/src/addressbook/libebook-contacts/e-source-backend-summary-setup.c:634:16: branch_true: following ‘true’ branch (when ‘field_in != 0’)...
evolution-data-server-3.59.1/src/addressbook/libebook-contacts/e-source-backend-summary-setup.c:638:25: branch_true: ...to here
evolution-data-server-3.59.1/src/addressbook/libebook-contacts/e-source-backend-summary-setup.c:639:20: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/src/addressbook/libebook-contacts/e-source-backend-summary-setup.c:646:17: branch_false: ...to here
evolution-data-server-3.59.1/src/addressbook/libebook-contacts/e-source-backend-summary-setup.c:648:20: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/src/addressbook/libebook-contacts/e-source-backend-summary-setup.c:655:20: branch_false: ...to here
evolution-data-server-3.59.1/src/addressbook/libebook-contacts/e-source-backend-summary-setup.c:655:20: branch_false: following ‘false’ branch (when ‘first != 0’)...
evolution-data-server-3.59.1/src/addressbook/libebook-contacts/e-source-backend-summary-setup.c:660:17: branch_false: ...to here
evolution-data-server-3.59.1/src/addressbook/libebook-contacts/e-source-backend-summary-setup.c:660:17: throw: if ‘g_string_append_printf’ throws an exception...
evolution-data-server-3.59.1/src/addressbook/libebook-contacts/e-source-backend-summary-setup.c:660:17: danger: missing call to ‘va_end’ to match ‘va_start’ at [(3)](sarif:/runs/0/results/8/codeFlows/0/threadFlows/0/locations/2)
#  658|   			first = FALSE;
#  659|   
#  660|-> 		g_string_append_printf (string, "%s,%s", field, type);
#  661|   
#  662|   		/* Continue loop until first 0 found... */

Error: GCC_ANALYZER_WARNING (CWE-404): [#def405]
evolution-data-server-3.59.1/src/addressbook/libebook-contacts/e-vcard.c:3319:24: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
evolution-data-server-3.59.1/src/addressbook/libebook-contacts/e-vcard.c:3405:1: enter_function: entry to ‘e_vcard_attribute_add_values’
evolution-data-server-3.59.1/src/addressbook/libebook-contacts/e-vcard.c:3411:9: branch_true: following ‘true’ branch (when ‘attr’ is non-NULL)...
evolution-data-server-3.59.1/src/addressbook/libebook-contacts/e-vcard.c:3413:9: branch_true: ...to here
evolution-data-server-3.59.1/src/addressbook/libebook-contacts/e-vcard.c:3413:9: acquire_resource: ‘va_start’ called here
evolution-data-server-3.59.1/src/addressbook/libebook-contacts/e-vcard.c:3415:16: branch_true: following ‘true’ branch (when ‘v’ is non-NULL)...
evolution-data-server-3.59.1/src/addressbook/libebook-contacts/e-vcard.c:3416:17: branch_true: ...to here
evolution-data-server-3.59.1/src/addressbook/libebook-contacts/e-vcard.c:3416:17: call_function: calling ‘e_vcard_attribute_add_value’ from ‘e_vcard_attribute_add_values’
# 3317|   	g_return_if_fail (attr != NULL);
# 3318|   
# 3319|-> 	attr->values = g_list_append (attr->values, g_strdup (value));
# 3320|   }
# 3321|   

Error: GCC_ANALYZER_WARNING (CWE-404): [#def406]
evolution-data-server-3.59.1/src/addressbook/libebook-contacts/e-vcard.c:3727:25: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
evolution-data-server-3.59.1/src/addressbook/libebook-contacts/e-vcard.c:3738:1: enter_function: entry to ‘e_vcard_attribute_param_add_values’
evolution-data-server-3.59.1/src/addressbook/libebook-contacts/e-vcard.c:3744:9: branch_true: following ‘true’ branch (when ‘param’ is non-NULL)...
evolution-data-server-3.59.1/src/addressbook/libebook-contacts/e-vcard.c:3746:9: branch_true: ...to here
evolution-data-server-3.59.1/src/addressbook/libebook-contacts/e-vcard.c:3746:9: acquire_resource: ‘va_start’ called here
evolution-data-server-3.59.1/src/addressbook/libebook-contacts/e-vcard.c:3748:16: branch_true: following ‘true’ branch (when ‘v’ is non-NULL)...
evolution-data-server-3.59.1/src/addressbook/libebook-contacts/e-vcard.c:3749:17: branch_true: ...to here
evolution-data-server-3.59.1/src/addressbook/libebook-contacts/e-vcard.c:3749:17: call_function: calling ‘e_vcard_attribute_param_add_value’ from ‘e_vcard_attribute_param_add_values’
# 3725|   	g_return_if_fail (param != NULL);
# 3726|   
# 3727|-> 	param->values = g_list_append (param->values, g_strdup (value));
# 3728|   }
# 3729|   

Error: GCC_ANALYZER_WARNING (CWE-775): [#def407]
evolution-data-server-3.59.1/src/addressbook/libedata-book/e-book-backend-summary.c:456:17: warning[-Wanalyzer-file-leak]: leak of FILE ‘fp’
evolution-data-server-3.59.1/src/addressbook/libedata-book/e-book-backend-summary.c:436:12: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/src/addressbook/libedata-book/e-book-backend-summary.c:440:23: branch_false: ...to here
evolution-data-server-3.59.1/src/addressbook/libedata-book/e-book-backend-summary.c:441:12: branch_true: following ‘true’ branch...
evolution-data-server-3.59.1/src/addressbook/libedata-book/e-book-backend-summary.c:445:52: branch_true: ...to here
evolution-data-server-3.59.1/src/addressbook/libedata-book/e-book-backend-summary.c:453:30: acquire_resource: opened here
evolution-data-server-3.59.1/src/addressbook/libedata-book/e-book-backend-summary.c:456:17: throw: if ‘g_free’ throws an exception...
evolution-data-server-3.59.1/src/addressbook/libedata-book/e-book-backend-summary.c:456:17: danger: ‘fp’ leaks here; was opened at [(5)](sarif:/runs/0/results/0/codeFlows/0/threadFlows/0/locations/4)
#  454|   		}
#  455|   
#  456|-> 		g_free (new_filename);
#  457|   	}
#  458|   

Error: GCC_ANALYZER_WARNING (CWE-401): [#def408]
evolution-data-server-3.59.1/src/addressbook/libedata-book/e-book-backend-summary.c:456:17: warning[-Wanalyzer-malloc-leak]: leak of ‘fp’
evolution-data-server-3.59.1/src/addressbook/libedata-book/e-book-backend-summary.c:436:12: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/src/addressbook/libedata-book/e-book-backend-summary.c:440:23: branch_false: ...to here
evolution-data-server-3.59.1/src/addressbook/libedata-book/e-book-backend-summary.c:441:12: branch_true: following ‘true’ branch...
evolution-data-server-3.59.1/src/addressbook/libedata-book/e-book-backend-summary.c:445:52: branch_true: ...to here
evolution-data-server-3.59.1/src/addressbook/libedata-book/e-book-backend-summary.c:453:30: acquire_memory: allocated here
evolution-data-server-3.59.1/src/addressbook/libedata-book/e-book-backend-summary.c:456:17: throw: if ‘g_free’ throws an exception...
evolution-data-server-3.59.1/src/addressbook/libedata-book/e-book-backend-summary.c:456:17: danger: ‘fp’ leaks here; was allocated at [(5)](sarif:/runs/0/results/1/codeFlows/0/threadFlows/0/locations/4)
#  454|   		}
#  455|   
#  456|-> 		g_free (new_filename);
#  457|   	}
#  458|   

Error: GCC_ANALYZER_WARNING (CWE-775): [#def409]
evolution-data-server-3.59.1/src/addressbook/libedata-book/e-book-backend-summary.c:465:17: warning[-Wanalyzer-file-leak]: leak of FILE ‘fp’
evolution-data-server-3.59.1/src/addressbook/libedata-book/e-book-backend-summary.c:436:12: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/src/addressbook/libedata-book/e-book-backend-summary.c:440:23: branch_false: ...to here
evolution-data-server-3.59.1/src/addressbook/libedata-book/e-book-backend-summary.c:440:14: acquire_resource: opened here
evolution-data-server-3.59.1/src/addressbook/libedata-book/e-book-backend-summary.c:441:12: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/src/addressbook/libedata-book/e-book-backend-summary.c:464:13: branch_false: ...to here
evolution-data-server-3.59.1/src/addressbook/libedata-book/e-book-backend-summary.c:464:12: branch_true: following ‘true’ branch...
evolution-data-server-3.59.1/src/addressbook/libedata-book/e-book-backend-summary.c:465:17: branch_true: ...to here
evolution-data-server-3.59.1/src/addressbook/libedata-book/e-book-backend-summary.c:465:17: throw: if ‘g_log’ throws an exception...
evolution-data-server-3.59.1/src/addressbook/libedata-book/e-book-backend-summary.c:465:17: danger: ‘fp’ leaks here; was opened at [(3)](sarif:/runs/0/results/2/codeFlows/0/threadFlows/0/locations/2)
#  463|   
#  464|   	if (fstat (fileno (fp), &sb) == -1) {
#  465|-> 		g_warning ("failed to get summary file size");
#  466|   		fclose (fp);
#  467|   		return FALSE;

Error: GCC_ANALYZER_WARNING (CWE-401): [#def410]
evolution-data-server-3.59.1/src/addressbook/libedata-book/e-book-backend-summary.c:465:17: warning[-Wanalyzer-malloc-leak]: leak of ‘fp’
evolution-data-server-3.59.1/src/addressbook/libedata-book/e-book-backend-summary.c:436:12: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/src/addressbook/libedata-book/e-book-backend-summary.c:440:23: branch_false: ...to here
evolution-data-server-3.59.1/src/addressbook/libedata-book/e-book-backend-summary.c:440:14: acquire_memory: allocated here
evolution-data-server-3.59.1/src/addressbook/libedata-book/e-book-backend-summary.c:441:12: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/src/addressbook/libedata-book/e-book-backend-summary.c:464:13: branch_false: ...to here
evolution-data-server-3.59.1/src/addressbook/libedata-book/e-book-backend-summary.c:464:12: branch_true: following ‘true’ branch...
evolution-data-server-3.59.1/src/addressbook/libedata-book/e-book-backend-summary.c:465:17: branch_true: ...to here
evolution-data-server-3.59.1/src/addressbook/libedata-book/e-book-backend-summary.c:465:17: throw: if ‘g_log’ throws an exception...
evolution-data-server-3.59.1/src/addressbook/libedata-book/e-book-backend-summary.c:465:17: danger: ‘fp’ leaks here; was allocated at [(3)](sarif:/runs/0/results/3/codeFlows/0/threadFlows/0/locations/2)
#  463|   
#  464|   	if (fstat (fileno (fp), &sb) == -1) {
#  465|-> 		g_warning ("failed to get summary file size");
#  466|   		fclose (fp);
#  467|   		return FALSE;

Error: GCC_ANALYZER_WARNING (CWE-775): [#def411]
evolution-data-server-3.59.1/src/addressbook/libedata-book/e-book-backend-summary.c:471:17: warning[-Wanalyzer-file-leak]: leak of FILE ‘fp’
evolution-data-server-3.59.1/src/addressbook/libedata-book/e-book-backend-summary.c:436:12: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/src/addressbook/libedata-book/e-book-backend-summary.c:440:23: branch_false: ...to here
evolution-data-server-3.59.1/src/addressbook/libedata-book/e-book-backend-summary.c:440:14: acquire_resource: opened here
evolution-data-server-3.59.1/src/addressbook/libedata-book/e-book-backend-summary.c:441:12: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/src/addressbook/libedata-book/e-book-backend-summary.c:464:13: branch_false: ...to here
evolution-data-server-3.59.1/src/addressbook/libedata-book/e-book-backend-summary.c:464:12: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/src/addressbook/libedata-book/e-book-backend-summary.c:470:14: branch_false: ...to here
evolution-data-server-3.59.1/src/addressbook/libedata-book/e-book-backend-summary.c:470:12: branch_true: following ‘true’ branch...
evolution-data-server-3.59.1/src/addressbook/libedata-book/e-book-backend-summary.c:471:17: branch_true: ...to here
evolution-data-server-3.59.1/src/addressbook/libedata-book/e-book-backend-summary.c:471:17: throw: if ‘g_log’ throws an exception...
evolution-data-server-3.59.1/src/addressbook/libedata-book/e-book-backend-summary.c:471:17: danger: ‘fp’ leaks here; was opened at [(3)](sarif:/runs/0/results/6/codeFlows/0/threadFlows/0/locations/2)
#  469|   
#  470|   	if (!e_book_backend_summary_check_magic (summary, fp)) {
#  471|-> 		g_warning ("file is not a valid summary file");
#  472|   		fclose (fp);
#  473|   		return FALSE;

Error: GCC_ANALYZER_WARNING (CWE-401): [#def412]
evolution-data-server-3.59.1/src/addressbook/libedata-book/e-book-backend-summary.c:471:17: warning[-Wanalyzer-malloc-leak]: leak of ‘fp’
evolution-data-server-3.59.1/src/addressbook/libedata-book/e-book-backend-summary.c:436:12: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/src/addressbook/libedata-book/e-book-backend-summary.c:440:23: branch_false: ...to here
evolution-data-server-3.59.1/src/addressbook/libedata-book/e-book-backend-summary.c:440:14: acquire_memory: allocated here
evolution-data-server-3.59.1/src/addressbook/libedata-book/e-book-backend-summary.c:441:12: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/src/addressbook/libedata-book/e-book-backend-summary.c:464:13: branch_false: ...to here
evolution-data-server-3.59.1/src/addressbook/libedata-book/e-book-backend-summary.c:464:12: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/src/addressbook/libedata-book/e-book-backend-summary.c:470:14: branch_false: ...to here
evolution-data-server-3.59.1/src/addressbook/libedata-book/e-book-backend-summary.c:470:12: branch_true: following ‘true’ branch...
evolution-data-server-3.59.1/src/addressbook/libedata-book/e-book-backend-summary.c:471:17: branch_true: ...to here
evolution-data-server-3.59.1/src/addressbook/libedata-book/e-book-backend-summary.c:471:17: throw: if ‘g_log’ throws an exception...
evolution-data-server-3.59.1/src/addressbook/libedata-book/e-book-backend-summary.c:471:17: danger: ‘fp’ leaks here; was allocated at [(3)](sarif:/runs/0/results/7/codeFlows/0/threadFlows/0/locations/2)
#  469|   
#  470|   	if (!e_book_backend_summary_check_magic (summary, fp)) {
#  471|-> 		g_warning ("file is not a valid summary file");
#  472|   		fclose (fp);
#  473|   		return FALSE;

Error: GCC_ANALYZER_WARNING (CWE-775): [#def413]
evolution-data-server-3.59.1/src/addressbook/libedata-book/e-book-backend-summary.c:477:17: warning[-Wanalyzer-file-leak]: leak of FILE ‘fp’
evolution-data-server-3.59.1/src/addressbook/libedata-book/e-book-backend-summary.c:436:12: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/src/addressbook/libedata-book/e-book-backend-summary.c:440:23: branch_false: ...to here
evolution-data-server-3.59.1/src/addressbook/libedata-book/e-book-backend-summary.c:440:14: acquire_resource: opened here
evolution-data-server-3.59.1/src/addressbook/libedata-book/e-book-backend-summary.c:441:12: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/src/addressbook/libedata-book/e-book-backend-summary.c:464:13: branch_false: ...to here
evolution-data-server-3.59.1/src/addressbook/libedata-book/e-book-backend-summary.c:464:12: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/src/addressbook/libedata-book/e-book-backend-summary.c:470:14: branch_false: ...to here
evolution-data-server-3.59.1/src/addressbook/libedata-book/e-book-backend-summary.c:470:12: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/src/addressbook/libedata-book/e-book-backend-summary.c:476:14: branch_false: ...to here
evolution-data-server-3.59.1/src/addressbook/libedata-book/e-book-backend-summary.c:476:12: branch_true: following ‘true’ branch...
evolution-data-server-3.59.1/src/addressbook/libedata-book/e-book-backend-summary.c:477:17: branch_true: ...to here
evolution-data-server-3.59.1/src/addressbook/libedata-book/e-book-backend-summary.c:477:17: throw: if ‘g_log’ throws an exception...
evolution-data-server-3.59.1/src/addressbook/libedata-book/e-book-backend-summary.c:477:17: danger: ‘fp’ leaks here; was opened at [(3)](sarif:/runs/0/results/10/codeFlows/0/threadFlows/0/locations/2)
#  475|   
#  476|   	if (!e_book_backend_summary_load_header (summary, fp, &header)) {
#  477|-> 		g_warning ("failed to read summary header");
#  478|   		fclose (fp);
#  479|   		return FALSE;

Error: GCC_ANALYZER_WARNING (CWE-401): [#def414]
evolution-data-server-3.59.1/src/addressbook/libedata-book/e-book-backend-summary.c:477:17: warning[-Wanalyzer-malloc-leak]: leak of ‘fp’
evolution-data-server-3.59.1/src/addressbook/libedata-book/e-book-backend-summary.c:436:12: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/src/addressbook/libedata-book/e-book-backend-summary.c:440:23: branch_false: ...to here
evolution-data-server-3.59.1/src/addressbook/libedata-book/e-book-backend-summary.c:440:14: acquire_memory: allocated here
evolution-data-server-3.59.1/src/addressbook/libedata-book/e-book-backend-summary.c:441:12: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/src/addressbook/libedata-book/e-book-backend-summary.c:464:13: branch_false: ...to here
evolution-data-server-3.59.1/src/addressbook/libedata-book/e-book-backend-summary.c:464:12: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/src/addressbook/libedata-book/e-book-backend-summary.c:470:14: branch_false: ...to here
evolution-data-server-3.59.1/src/addressbook/libedata-book/e-book-backend-summary.c:470:12: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/src/addressbook/libedata-book/e-book-backend-summary.c:476:14: branch_false: ...to here
evolution-data-server-3.59.1/src/addressbook/libedata-book/e-book-backend-summary.c:476:12: branch_true: following ‘true’ branch...
evolution-data-server-3.59.1/src/addressbook/libedata-book/e-book-backend-summary.c:477:17: branch_true: ...to here
evolution-data-server-3.59.1/src/addressbook/libedata-book/e-book-backend-summary.c:477:17: throw: if ‘g_log’ throws an exception...
evolution-data-server-3.59.1/src/addressbook/libedata-book/e-book-backend-summary.c:477:17: danger: ‘fp’ leaks here; was allocated at [(3)](sarif:/runs/0/results/11/codeFlows/0/threadFlows/0/locations/2)
#  475|   
#  476|   	if (!e_book_backend_summary_load_header (summary, fp, &header)) {
#  477|-> 		g_warning ("failed to read summary header");
#  478|   		fclose (fp);
#  479|   		return FALSE;

Error: GCC_ANALYZER_WARNING (CWE-775): [#def415]
evolution-data-server-3.59.1/src/addressbook/libedata-book/e-book-backend-summary.c:556:28: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(g_strconcat(*summary_42(D)->priv.summary_path, ".new", 0), "wb")’
evolution-data-server-3.59.1/src/addressbook/libedata-book/e-book-backend-summary.c:670:9: branch_true: following ‘true’ branch (when ‘summary’ is non-NULL)...
evolution-data-server-3.59.1/src/addressbook/libedata-book/e-book-backend-summary.c:672:14: branch_true: ...to here
evolution-data-server-3.59.1/src/addressbook/libedata-book/e-book-backend-summary.c:672:12: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/src/addressbook/libedata-book/e-book-backend-summary.c:675:37: branch_false: ...to here
evolution-data-server-3.59.1/src/addressbook/libedata-book/e-book-backend-summary.c:677:14: acquire_resource: opened here
evolution-data-server-3.59.1/src/addressbook/libedata-book/e-book-backend-summary.c:678:12: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/src/addressbook/libedata-book/e-book-backend-summary.c:683:14: branch_false: ...to here
evolution-data-server-3.59.1/src/addressbook/libedata-book/e-book-backend-summary.c:683:12: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/src/addressbook/libedata-book/e-book-backend-summary.c:688:14: branch_false: ...to here
evolution-data-server-3.59.1/src/addressbook/libedata-book/e-book-backend-summary.c:688:12: branch_true: following ‘true’ branch...
evolution-data-server-3.59.1/src/addressbook/libedata-book/e-book-backend-summary.c:689:17: branch_true: ...to here
evolution-data-server-3.59.1/src/addressbook/libedata-book/e-book-backend-summary.c:689:17: throw: if ‘g_log’ throws an exception...
evolution-data-server-3.59.1/src/addressbook/libedata-book/e-book-backend-summary.c:556:28: danger: ‘fopen(g_strconcat(*summary_42(D)->priv.summary_path, ".new", 0), "wb")’ leaks here; was opened at [(5)](sarif:/runs/0/results/14/codeFlows/0/threadFlows/0/locations/4)
#  554|   
#  555|   	header.file_version = g_htonl (PAS_SUMMARY_FILE_VERSION);
#  556|-> 	header.num_items = g_htonl (summary->priv->items->len);
#  557|   	header.summary_mtime = g_htonl (time (NULL));
#  558|   

Error: GCC_ANALYZER_WARNING (CWE-401): [#def416]
evolution-data-server-3.59.1/src/addressbook/libedata-book/e-book-backend-summary.c:556:28: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(g_strconcat(*summary_42(D)->priv.summary_path, ".new", 0), "wb")’
evolution-data-server-3.59.1/src/addressbook/libedata-book/e-book-backend-summary.c:670:9: branch_true: following ‘true’ branch (when ‘summary’ is non-NULL)...
evolution-data-server-3.59.1/src/addressbook/libedata-book/e-book-backend-summary.c:672:14: branch_true: ...to here
evolution-data-server-3.59.1/src/addressbook/libedata-book/e-book-backend-summary.c:672:12: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/src/addressbook/libedata-book/e-book-backend-summary.c:675:37: branch_false: ...to here
evolution-data-server-3.59.1/src/addressbook/libedata-book/e-book-backend-summary.c:677:14: acquire_memory: allocated here
evolution-data-server-3.59.1/src/addressbook/libedata-book/e-book-backend-summary.c:678:12: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/src/addressbook/libedata-book/e-book-backend-summary.c:683:14: branch_false: ...to here
evolution-data-server-3.59.1/src/addressbook/libedata-book/e-book-backend-summary.c:683:12: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/src/addressbook/libedata-book/e-book-backend-summary.c:688:14: branch_false: ...to here
evolution-data-server-3.59.1/src/addressbook/libedata-book/e-book-backend-summary.c:688:12: branch_true: following ‘true’ branch...
evolution-data-server-3.59.1/src/addressbook/libedata-book/e-book-backend-summary.c:689:17: branch_true: ...to here
evolution-data-server-3.59.1/src/addressbook/libedata-book/e-book-backend-summary.c:689:17: throw: if ‘g_log’ throws an exception...
evolution-data-server-3.59.1/src/addressbook/libedata-book/e-book-backend-summary.c:556:28: danger: ‘fopen(g_strconcat(*summary_42(D)->priv.summary_path, ".new", 0), "wb")’ leaks here; was allocated at [(5)](sarif:/runs/0/results/15/codeFlows/0/threadFlows/0/locations/4)
#  554|   
#  555|   	header.file_version = g_htonl (PAS_SUMMARY_FILE_VERSION);
#  556|-> 	header.num_items = g_htonl (summary->priv->items->len);
#  557|   	header.summary_mtime = g_htonl (time (NULL));
#  558|   

Error: GCC_ANALYZER_WARNING (CWE-775): [#def417]
evolution-data-server-3.59.1/src/addressbook/libedata-book/e-book-backend-summary.c:684:17: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(g_strconcat(*summary_42(D)->priv.summary_path, ".new", 0), "wb")’
evolution-data-server-3.59.1/src/addressbook/libedata-book/e-book-backend-summary.c:670:9: branch_true: following ‘true’ branch (when ‘summary’ is non-NULL)...
evolution-data-server-3.59.1/src/addressbook/libedata-book/e-book-backend-summary.c:672:14: branch_true: ...to here
evolution-data-server-3.59.1/src/addressbook/libedata-book/e-book-backend-summary.c:672:12: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/src/addressbook/libedata-book/e-book-backend-summary.c:675:37: branch_false: ...to here
evolution-data-server-3.59.1/src/addressbook/libedata-book/e-book-backend-summary.c:677:14: acquire_resource: opened here
evolution-data-server-3.59.1/src/addressbook/libedata-book/e-book-backend-summary.c:678:12: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/src/addressbook/libedata-book/e-book-backend-summary.c:683:14: branch_false: ...to here
evolution-data-server-3.59.1/src/addressbook/libedata-book/e-book-backend-summary.c:683:12: branch_true: following ‘true’ branch...
evolution-data-server-3.59.1/src/addressbook/libedata-book/e-book-backend-summary.c:684:17: branch_true: ...to here
evolution-data-server-3.59.1/src/addressbook/libedata-book/e-book-backend-summary.c:684:17: throw: if ‘g_log’ throws an exception...
evolution-data-server-3.59.1/src/addressbook/libedata-book/e-book-backend-summary.c:684:17: danger: ‘fopen(g_strconcat(*summary_42(D)->priv.summary_path, ".new", 0), "wb")’ leaks here; was opened at [(5)](sarif:/runs/0/results/18/codeFlows/0/threadFlows/0/locations/4)
#  682|   
#  683|   	if (!e_book_backend_summary_save_magic (fp)) {
#  684|-> 		g_warning ("could not write magic to new summary file");
#  685|   		goto lose;
#  686|   	}

Error: GCC_ANALYZER_WARNING (CWE-401): [#def418]
evolution-data-server-3.59.1/src/addressbook/libedata-book/e-book-backend-summary.c:684:17: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(g_strconcat(*summary_42(D)->priv.summary_path, ".new", 0), "wb")’
evolution-data-server-3.59.1/src/addressbook/libedata-book/e-book-backend-summary.c:670:9: branch_true: following ‘true’ branch (when ‘summary’ is non-NULL)...
evolution-data-server-3.59.1/src/addressbook/libedata-book/e-book-backend-summary.c:672:14: branch_true: ...to here
evolution-data-server-3.59.1/src/addressbook/libedata-book/e-book-backend-summary.c:672:12: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/src/addressbook/libedata-book/e-book-backend-summary.c:675:37: branch_false: ...to here
evolution-data-server-3.59.1/src/addressbook/libedata-book/e-book-backend-summary.c:677:14: acquire_memory: allocated here
evolution-data-server-3.59.1/src/addressbook/libedata-book/e-book-backend-summary.c:678:12: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/src/addressbook/libedata-book/e-book-backend-summary.c:683:14: branch_false: ...to here
evolution-data-server-3.59.1/src/addressbook/libedata-book/e-book-backend-summary.c:683:12: branch_true: following ‘true’ branch...
evolution-data-server-3.59.1/src/addressbook/libedata-book/e-book-backend-summary.c:684:17: branch_true: ...to here
evolution-data-server-3.59.1/src/addressbook/libedata-book/e-book-backend-summary.c:684:17: throw: if ‘g_log’ throws an exception...
evolution-data-server-3.59.1/src/addressbook/libedata-book/e-book-backend-summary.c:684:17: danger: ‘fopen(g_strconcat(*summary_42(D)->priv.summary_path, ".new", 0), "wb")’ leaks here; was allocated at [(5)](sarif:/runs/0/results/19/codeFlows/0/threadFlows/0/locations/4)
#  682|   
#  683|   	if (!e_book_backend_summary_save_magic (fp)) {
#  684|-> 		g_warning ("could not write magic to new summary file");
#  685|   		goto lose;
#  686|   	}

Error: GCC_ANALYZER_WARNING (CWE-476): [#def419]
evolution-data-server-3.59.1/src/addressbook/libedata-book/e-book-cache.c:1790:9: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘0’
evolution-data-server-3.59.1/src/addressbook/libedata-book/e-book-cache.c:1781:1: enter_function: entry to ‘constraints_insert_field_test’
evolution-data-server-3.59.1/src/addressbook/libedata-book/e-book-cache.c:1789:16: call_function: calling ‘query_field_test_new’ from ‘constraints_insert_field_test’
evolution-data-server-3.59.1/src/addressbook/libedata-book/e-book-cache.c:1789:16: return_function: returning to ‘constraints_insert_field_test’ from ‘query_field_test_new’
evolution-data-server-3.59.1/src/addressbook/libedata-book/e-book-cache.c:1790:9: danger: dereference of NULL ‘query_field_test_new(query, *field.field_id)’
# 1788|   
# 1789|   	test = query_field_test_new (query, field->field_id);
# 1790|-> 	test->field = field;
# 1791|   	test->value = g_strdup (value);
# 1792|   

Error: GCC_ANALYZER_WARNING (CWE-476): [#def420]
evolution-data-server-3.59.1/src/addressbook/libedata-book/e-book-cache.c:2091:17: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘0’
evolution-data-server-3.59.1/src/addressbook/libedata-book/e-book-cache.c:2033:1: enter_function: entry to ‘func_check’
evolution-data-server-3.59.1/src/addressbook/libedata-book/e-book-cache.c:2077:12: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/src/addressbook/libedata-book/e-book-cache.c:2090:24: branch_false: ...to here
evolution-data-server-3.59.1/src/addressbook/libedata-book/e-book-cache.c:2090:24: call_function: calling ‘query_field_test_new’ from ‘func_check’
evolution-data-server-3.59.1/src/addressbook/libedata-book/e-book-cache.c:2090:24: return_function: returning to ‘func_check’ from ‘query_field_test_new’
evolution-data-server-3.59.1/src/addressbook/libedata-book/e-book-cache.c:2091:17: danger: dereference of NULL ‘query_field_test_new(query_type,  field_id)’
# 2089|   		/* Collect data from this field test */
# 2090|   		test = query_field_test_new (query_type, field_id);
# 2091|-> 		test->value = g_strdup (query_value);
# 2092|   
# 2093|   		element = (QueryElement *) test;

Error: GCC_ANALYZER_WARNING (CWE-476): [#def421]
evolution-data-server-3.59.1/src/addressbook/libedata-book/e-book-cache.c:3053:17: warning[-Wanalyzer-jump-through-null]: jump through null pointer
evolution-data-server-3.59.1/src/addressbook/libedata-book/e-book-cache.c:2967:12: branch_false: following ‘false’ branch (when ‘constraints’ is non-NULL)...
evolution-data-server-3.59.1/src/addressbook/libedata-book/e-book-cache.c:2975:9: branch_false: ...to here
evolution-data-server-3.59.1/src/addressbook/libedata-book/e-book-cache.c:2980:22: branch_true: following ‘true’ branch (when ‘ii < n_elements’)...
evolution-data-server-3.59.1/src/addressbook/libedata-book/e-book-cache.c:2984:29: branch_true: ...to here
evolution-data-server-3.59.1/src/addressbook/libedata-book/e-book-cache.c:3053:17: danger: jump through null pointer here
# 3051|   		/* Generate the field test */
# 3052|   		/* coverity[var_deref_op] */
# 3053|-> 		generate_test_func (book_cache, string, test);
# 3054|   	}
# 3055|   

Error: CPPCHECK_WARNING (CWE-457): [#def422]
evolution-data-server-3.59.1/src/addressbook/libedata-book/e-book-cache.c:5297: warning[uninitvar]: Uninitialized variable: success
# 5295|   
# 5296|   	e_cache_thaw_revision_change (cache);
# 5297|-> 	e_cache_unlock (cache, success ? E_CACHE_UNLOCK_COMMIT : E_CACHE_UNLOCK_ROLLBACK);
# 5298|   
# 5299|   	e_cache_column_values_free (other_columns);

Error: GCC_ANALYZER_WARNING (CWE-476): [#def423]
evolution-data-server-3.59.1/src/addressbook/libedata-book/e-book-cache.c:6114:36: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘0’
evolution-data-server-3.59.1/src/addressbook/libedata-book/e-book-cache.c:6095:9: branch_true: following ‘true’ branch...
evolution-data-server-3.59.1/src/addressbook/libedata-book/e-book-cache.c:6107:12: branch_true: following ‘true’ branch...
evolution-data-server-3.59.1/src/addressbook/libedata-book/e-book-cache.c:6110:75: branch_true: ...to here
evolution-data-server-3.59.1/src/addressbook/libedata-book/e-book-cache.c:6114:36: danger: dereference of NULL ‘e_book_cache_search_data_new(*<unknown>,  object,  extra)’
# 6112|   		data->results = g_slist_prepend (data->results, search_data);
# 6113|   
# 6114|-> 		data->last_vcard = search_data->vcard;
# 6115|   	} else {
# 6116|   		g_free (data->alloc_vcard);

Error: GCC_ANALYZER_WARNING (CWE-404): [#def424]
evolution-data-server-3.59.1/src/addressbook/libedata-book/e-book-sqlite.c:1036:16: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
evolution-data-server-3.59.1/src/addressbook/libedata-book/e-book-sqlite.c:1042:1: enter_function: entry to ‘ebsql_string_append_printf’
evolution-data-server-3.59.1/src/addressbook/libedata-book/e-book-sqlite.c:1048:9: acquire_resource: ‘va_start’ called here
evolution-data-server-3.59.1/src/addressbook/libedata-book/e-book-sqlite.c:1049:9: call_function: calling ‘ebsql_string_append_vprintf’ from ‘ebsql_string_append_printf’
# 1034|   	 * really disgusting memory dup.
# 1035|   	 */
# 1036|-> 	stmt = sqlite3_vmprintf (fmt, args);
# 1037|   	g_string_append (string, stmt);
# 1038|   	sqlite3_free (stmt);

Error: GCC_ANALYZER_WARNING (CWE-404): [#def425]
evolution-data-server-3.59.1/src/addressbook/libedata-book/e-book-sqlite.c:1090:16: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
evolution-data-server-3.59.1/src/addressbook/libedata-book/e-book-sqlite.c:1098:1: enter_function: entry to ‘ebsql_exec_printf’
evolution-data-server-3.59.1/src/addressbook/libedata-book/e-book-sqlite.c:1109:9: acquire_resource: ‘va_start’ called here
evolution-data-server-3.59.1/src/addressbook/libedata-book/e-book-sqlite.c:1110:19: call_function: calling ‘ebsql_exec_vprintf’ from ‘ebsql_exec_printf’
# 1088|   	gchar *stmt;
# 1089|   
# 1090|-> 	stmt = sqlite3_vmprintf (fmt, args);
# 1091|   	success = ebsql_exec (ebsql, stmt, callback, data, cancellable, error);
# 1092|   	sqlite3_free (stmt);

Error: COMPILER_WARNING (CWE-704): [#def426]
evolution-data-server-3.59.1/src/addressbook/libedata-book/e-book-sqlite.c: scope_hint: In function ‘ebsql_introspect_summary’
evolution-data-server-3.59.1/src/addressbook/libedata-book/e-book-sqlite.c:2255:24: warning[-Wdiscarded-qualifiers]: assignment discards ‘const’ qualifier from pointer target type
# 2255 |                 if ((p = strstr (col, "_" EBSQL_SUFFIX_REVERSE)) != NULL) {
#      |                        ^
# 2253|   
# 2254|   		/* Check if we're parsing a reverse field */
# 2255|-> 		if ((p = strstr (col, "_" EBSQL_SUFFIX_REVERSE)) != NULL) {
# 2256|   			computed = INDEX_FLAG (SUFFIX);
# 2257|   			freeme = g_strndup (col, p - col);

Error: COMPILER_WARNING (CWE-704): [#def427]
evolution-data-server-3.59.1/src/addressbook/libedata-book/e-book-sqlite.c:2255:24: warning[-Wdiscarded-qualifiers]: assignment discards ‘const’ qualifier from pointer target type
# 2253|   
# 2254|   		/* Check if we're parsing a reverse field */
# 2255|-> 		if ((p = strstr (col, "_" EBSQL_SUFFIX_REVERSE)) != NULL) {
# 2256|   			computed = INDEX_FLAG (SUFFIX);
# 2257|   			freeme = g_strndup (col, p - col);

Error: COMPILER_WARNING (CWE-704): [#def428]
evolution-data-server-3.59.1/src/addressbook/libedata-book/e-book-sqlite.c:2259:31: warning[-Wdiscarded-qualifiers]: assignment discards ‘const’ qualifier from pointer target type
# 2259 |                 } else if ((p = strstr (col, "_" EBSQL_SUFFIX_PHONE)) != NULL) {
#      |                               ^
# 2257|   			freeme = g_strndup (col, p - col);
# 2258|   			col = freeme;
# 2259|-> 		} else if ((p = strstr (col, "_" EBSQL_SUFFIX_PHONE)) != NULL) {
# 2260|   			computed = INDEX_FLAG (PHONE);
# 2261|   			freeme = g_strndup (col, p - col);

Error: COMPILER_WARNING (CWE-704): [#def429]
evolution-data-server-3.59.1/src/addressbook/libedata-book/e-book-sqlite.c:2259:31: warning[-Wdiscarded-qualifiers]: assignment discards ‘const’ qualifier from pointer target type
# 2257|   			freeme = g_strndup (col, p - col);
# 2258|   			col = freeme;
# 2259|-> 		} else if ((p = strstr (col, "_" EBSQL_SUFFIX_PHONE)) != NULL) {
# 2260|   			computed = INDEX_FLAG (PHONE);
# 2261|   			freeme = g_strndup (col, p - col);

Error: COMPILER_WARNING (CWE-704): [#def430]
evolution-data-server-3.59.1/src/addressbook/libedata-book/e-book-sqlite.c:2263:31: warning[-Wdiscarded-qualifiers]: assignment discards ‘const’ qualifier from pointer target type
# 2263 |                 } else if ((p = strstr (col, "_" EBSQL_SUFFIX_COUNTRY)) != NULL) {
#      |                               ^
# 2261|   			freeme = g_strndup (col, p - col);
# 2262|   			col = freeme;
# 2263|-> 		} else if ((p = strstr (col, "_" EBSQL_SUFFIX_COUNTRY)) != NULL) {
# 2264|   			computed = INDEX_FLAG (PHONE);
# 2265|   			freeme = g_strndup (col, p - col);

Error: COMPILER_WARNING (CWE-704): [#def431]
evolution-data-server-3.59.1/src/addressbook/libedata-book/e-book-sqlite.c:2263:31: warning[-Wdiscarded-qualifiers]: assignment discards ‘const’ qualifier from pointer target type
# 2261|   			freeme = g_strndup (col, p - col);
# 2262|   			col = freeme;
# 2263|-> 		} else if ((p = strstr (col, "_" EBSQL_SUFFIX_COUNTRY)) != NULL) {
# 2264|   			computed = INDEX_FLAG (PHONE);
# 2265|   			freeme = g_strndup (col, p - col);

Error: COMPILER_WARNING (CWE-704): [#def432]
evolution-data-server-3.59.1/src/addressbook/libedata-book/e-book-sqlite.c:2267:31: warning[-Wdiscarded-qualifiers]: assignment discards ‘const’ qualifier from pointer target type
# 2267 |                 } else if ((p = strstr (col, "_" EBSQL_SUFFIX_SORT_KEY)) != NULL) {
#      |                               ^
# 2265|   			freeme = g_strndup (col, p - col);
# 2266|   			col = freeme;
# 2267|-> 		} else if ((p = strstr (col, "_" EBSQL_SUFFIX_SORT_KEY)) != NULL) {
# 2268|   			computed = INDEX_FLAG (SORT_KEY);
# 2269|   			freeme = g_strndup (col, p - col);

Error: COMPILER_WARNING (CWE-704): [#def433]
evolution-data-server-3.59.1/src/addressbook/libedata-book/e-book-sqlite.c:2267:31: warning[-Wdiscarded-qualifiers]: assignment discards ‘const’ qualifier from pointer target type
# 2265|   			freeme = g_strndup (col, p - col);
# 2266|   			col = freeme;
# 2267|-> 		} else if ((p = strstr (col, "_" EBSQL_SUFFIX_SORT_KEY)) != NULL) {
# 2268|   			computed = INDEX_FLAG (SORT_KEY);
# 2269|   			freeme = g_strndup (col, p - col);

Error: GCC_ANALYZER_WARNING (CWE-476): [#def434]
evolution-data-server-3.59.1/src/addressbook/libedata-book/e-book-sqlite.c:4217:9: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘0’
evolution-data-server-3.59.1/src/addressbook/libedata-book/e-book-sqlite.c:4208:1: enter_function: entry to ‘constraints_insert_field_test’
evolution-data-server-3.59.1/src/addressbook/libedata-book/e-book-sqlite.c:4216:16: call_function: calling ‘query_field_test_new’ from ‘constraints_insert_field_test’
evolution-data-server-3.59.1/src/addressbook/libedata-book/e-book-sqlite.c:4216:16: return_function: returning to ‘constraints_insert_field_test’ from ‘query_field_test_new’
evolution-data-server-3.59.1/src/addressbook/libedata-book/e-book-sqlite.c:4217:9: danger: dereference of NULL ‘query_field_test_new(query, *field.field_id)’
# 4215|   
# 4216|   	test = query_field_test_new (query, field->field_id);
# 4217|-> 	test->field = field;
# 4218|   	test->value = g_strdup (value);
# 4219|   

Error: GCC_ANALYZER_WARNING (CWE-476): [#def435]
evolution-data-server-3.59.1/src/addressbook/libedata-book/e-book-sqlite.c:4529:17: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘0’
evolution-data-server-3.59.1/src/addressbook/libedata-book/e-book-sqlite.c:4471:1: enter_function: entry to ‘func_check’
evolution-data-server-3.59.1/src/addressbook/libedata-book/e-book-sqlite.c:4515:12: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/src/addressbook/libedata-book/e-book-sqlite.c:4528:24: branch_false: ...to here
evolution-data-server-3.59.1/src/addressbook/libedata-book/e-book-sqlite.c:4528:24: call_function: calling ‘query_field_test_new’ from ‘func_check’
evolution-data-server-3.59.1/src/addressbook/libedata-book/e-book-sqlite.c:4528:24: return_function: returning to ‘func_check’ from ‘query_field_test_new’
evolution-data-server-3.59.1/src/addressbook/libedata-book/e-book-sqlite.c:4529:17: danger: dereference of NULL ‘query_field_test_new(query_type,  field_id)’
# 4527|   		/* Collect data from this field test */
# 4528|   		test = query_field_test_new (query_type, field_id);
# 4529|-> 		test->value = g_strdup (query_value);
# 4530|   
# 4531|   		element = (QueryElement *) test;

Error: GCC_ANALYZER_WARNING (CWE-476): [#def436]
evolution-data-server-3.59.1/src/addressbook/libedata-book/e-book-sqlite.c:5615:17: warning[-Wanalyzer-jump-through-null]: jump through null pointer
evolution-data-server-3.59.1/src/addressbook/libedata-book/e-book-sqlite.c:5536:21: branch_true: following ‘true’ branch (when ‘n_elements > i’)...
evolution-data-server-3.59.1/src/addressbook/libedata-book/e-book-sqlite.c:5540:29: branch_true: ...to here
evolution-data-server-3.59.1/src/addressbook/libedata-book/e-book-sqlite.c:5615:17: danger: jump through null pointer here
# 5613|   		/* Generate the field test */
# 5614|   		/* coverity[var_deref_op] */
# 5615|-> 		generate_test_func (ebsql, string, test);
# 5616|   	}
# 5617|   

Error: GCC_ANALYZER_WARNING (CWE-476): [#def437]
evolution-data-server-3.59.1/src/calendar/backends/webdav-notes/e-cal-backend-webdav-notes.c:513:57: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘pos’
evolution-data-server-3.59.1/src/calendar/backends/webdav-notes/e-cal-backend-webdav-notes.c:502:12: branch_true: following ‘true’ branch...
evolution-data-server-3.59.1/src/calendar/backends/webdav-notes/e-cal-backend-webdav-notes.c:513:28: branch_true: following ‘true’ branch (when ‘description < pos’)...
evolution-data-server-3.59.1/src/calendar/backends/webdav-notes/e-cal-backend-webdav-notes.c:513:57: branch_true: ...to here
evolution-data-server-3.59.1/src/calendar/backends/webdav-notes/e-cal-backend-webdav-notes.c:513:57: danger: dereference of NULL ‘pos’
#  511|   
#  512|   			pos = strchr (description, '\n');
#  513|-> 			if (pos && pos > description && pos[-1] == '\r')
#  514|   				pos--;
#  515|   

Error: GCC_ANALYZER_WARNING (CWE-688): [#def438]
evolution-data-server-3.59.1/src/calendar/libecal/e-cal-check-timezones.c:83:21: warning[-Wanalyzer-null-argument]: use of NULL ‘tzid’ where non-null expected
evolution-data-server-3.59.1/src/calendar/libecal/e-cal-check-timezones.c:264:1: enter_function: entry to ‘e_cal_client_check_timezones_sync’
evolution-data-server-3.59.1/src/calendar/libecal/e-cal-check-timezones.c:286:12: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/src/calendar/libecal/e-cal-check-timezones.c:291:24: branch_false: ...to here
evolution-data-server-3.59.1/src/calendar/libecal/e-cal-check-timezones.c:292:14: branch_false: following ‘false’ branch (when ‘subcomp’ is NULL)...
evolution-data-server-3.59.1/src/calendar/libecal/e-cal-check-timezones.c:410:24: branch_false: ...to here
evolution-data-server-3.59.1/src/calendar/libecal/e-cal-check-timezones.c:411:14: branch_true: following ‘true’ branch (when ‘subcomp’ is non-NULL)...
evolution-data-server-3.59.1/src/calendar/libecal/e-cal-check-timezones.c:422:17: branch_true: ...to here
evolution-data-server-3.59.1/src/calendar/libecal/e-cal-check-timezones.c:422:17: call_function: calling ‘patch_tzids’ from ‘e_cal_client_check_timezones_sync’
#   81|   	const gchar *location;
#   82|   	const gchar *systzid = NULL;
#   83|-> 	gsize len = strlen (tzid);
#   84|   	gssize eostr;
#   85|   

Error: GCC_ANALYZER_WARNING (CWE-404): [#def439]
evolution-data-server-3.59.1/src/calendar/libecal/e-cal-client.c:301:22: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
evolution-data-server-3.59.1/src/calendar/libecal/e-cal-client.c:297:12: branch_false: following ‘false’ branch (when ‘format’ is non-NULL)...
evolution-data-server-3.59.1/src/calendar/libecal/e-cal-client.c:300:9: branch_false: ...to here
evolution-data-server-3.59.1/src/calendar/libecal/e-cal-client.c:300:9: acquire_resource: ‘va_start’ called here
evolution-data-server-3.59.1/src/calendar/libecal/e-cal-client.c:301:22: throw: if ‘g_strdup_vprintf’ throws an exception...
evolution-data-server-3.59.1/src/calendar/libecal/e-cal-client.c:301:22: danger: missing call to ‘va_end’ to match ‘va_start’ at [(3)](sarif:/runs/0/results/0/codeFlows/0/threadFlows/0/locations/2)
#  299|   
#  300|   	va_start (ap, format);
#  301|-> 	custom_msg = g_strdup_vprintf (format, ap);
#  302|   	va_end (ap);
#  303|   

Error: GCC_ANALYZER_WARNING (CWE-775): [#def440]
evolution-data-server-3.59.1/src/calendar/libecal/e-cal-system-timezone.c:176:19: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen("/etc/timezone", "r")’
evolution-data-server-3.59.1/src/calendar/libecal/e-cal-system-timezone.c:172:24: acquire_resource: opened here
evolution-data-server-3.59.1/src/calendar/libecal/e-cal-system-timezone.c:173:12: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/src/calendar/libecal/e-cal-system-timezone.c:176:19: branch_false: ...to here
evolution-data-server-3.59.1/src/calendar/libecal/e-cal-system-timezone.c:176:19: throw: if ‘g_string_new’ throws an exception...
evolution-data-server-3.59.1/src/calendar/libecal/e-cal-system-timezone.c:176:19: danger: ‘fopen("/etc/timezone", "r")’ leaks here; was opened at [(1)](sarif:/runs/0/results/0/codeFlows/0/threadFlows/0/locations/0)
#  174|   		return NULL;
#  175|   
#  176|-> 	reading = g_string_new ("");
#  177|   
#  178|   	c = fgetc (etc_timezone);

Error: GCC_ANALYZER_WARNING (CWE-401): [#def441]
evolution-data-server-3.59.1/src/calendar/libecal/e-cal-system-timezone.c:176:19: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen("/etc/timezone", "r")’
evolution-data-server-3.59.1/src/calendar/libecal/e-cal-system-timezone.c:172:24: acquire_memory: allocated here
evolution-data-server-3.59.1/src/calendar/libecal/e-cal-system-timezone.c:173:12: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/src/calendar/libecal/e-cal-system-timezone.c:176:19: branch_false: ...to here
evolution-data-server-3.59.1/src/calendar/libecal/e-cal-system-timezone.c:176:19: throw: if ‘g_string_new’ throws an exception...
evolution-data-server-3.59.1/src/calendar/libecal/e-cal-system-timezone.c:176:19: danger: ‘fopen("/etc/timezone", "r")’ leaks here; was allocated at [(1)](sarif:/runs/0/results/1/codeFlows/0/threadFlows/0/locations/0)
#  174|   		return NULL;
#  175|   
#  176|-> 	reading = g_string_new ("");
#  177|   
#  178|   	c = fgetc (etc_timezone);

Error: GCC_ANALYZER_WARNING (CWE-775): [#def442]
evolution-data-server-3.59.1/src/calendar/libecal/e-cal-system-timezone.c:178:13: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen("/etc/timezone", "r")’
evolution-data-server-3.59.1/src/calendar/libecal/e-cal-system-timezone.c:172:24: acquire_resource: opened here
evolution-data-server-3.59.1/src/calendar/libecal/e-cal-system-timezone.c:173:12: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/src/calendar/libecal/e-cal-system-timezone.c:176:19: branch_false: ...to here
evolution-data-server-3.59.1/src/calendar/libecal/e-cal-system-timezone.c:178:13: throw: if ‘fgetc’ throws an exception...
evolution-data-server-3.59.1/src/calendar/libecal/e-cal-system-timezone.c:178:13: danger: ‘fopen("/etc/timezone", "r")’ leaks here; was opened at [(1)](sarif:/runs/0/results/2/codeFlows/0/threadFlows/0/locations/0)
#  176|   	reading = g_string_new ("");
#  177|   
#  178|-> 	c = fgetc (etc_timezone);
#  179|           /* only get the first line, we'll validate the value later */
#  180|   	while (c != EOF && !g_ascii_isspace (c)) {

Error: GCC_ANALYZER_WARNING (CWE-401): [#def443]
evolution-data-server-3.59.1/src/calendar/libecal/e-cal-system-timezone.c:178:13: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen("/etc/timezone", "r")’
evolution-data-server-3.59.1/src/calendar/libecal/e-cal-system-timezone.c:172:24: acquire_memory: allocated here
evolution-data-server-3.59.1/src/calendar/libecal/e-cal-system-timezone.c:173:12: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/src/calendar/libecal/e-cal-system-timezone.c:176:19: branch_false: ...to here
evolution-data-server-3.59.1/src/calendar/libecal/e-cal-system-timezone.c:178:13: throw: if ‘fgetc’ throws an exception...
evolution-data-server-3.59.1/src/calendar/libecal/e-cal-system-timezone.c:178:13: danger: ‘fopen("/etc/timezone", "r")’ leaks here; was allocated at [(1)](sarif:/runs/0/results/3/codeFlows/0/threadFlows/0/locations/0)
#  176|   	reading = g_string_new ("");
#  177|   
#  178|-> 	c = fgetc (etc_timezone);
#  179|           /* only get the first line, we'll validate the value later */
#  180|   	while (c != EOF && !g_ascii_isspace (c)) {

Error: GCC_ANALYZER_WARNING (CWE-775): [#def444]
evolution-data-server-3.59.1/src/calendar/libecal/e-cal-system-timezone.c:180:29: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen("/etc/timezone", "r")’
evolution-data-server-3.59.1/src/calendar/libecal/e-cal-system-timezone.c:172:24: acquire_resource: opened here
evolution-data-server-3.59.1/src/calendar/libecal/e-cal-system-timezone.c:173:12: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/src/calendar/libecal/e-cal-system-timezone.c:176:19: branch_false: ...to here
evolution-data-server-3.59.1/src/calendar/libecal/e-cal-system-timezone.c:180:16: branch_true: following ‘true’ branch...
evolution-data-server-3.59.1/src/calendar/libecal/e-cal-system-timezone.c:182:21: throw: if ‘fgetc’ throws an exception...
evolution-data-server-3.59.1/src/calendar/libecal/e-cal-system-timezone.c:180:29: danger: ‘fopen("/etc/timezone", "r")’ leaks here; was opened at [(1)](sarif:/runs/0/results/4/codeFlows/0/threadFlows/0/locations/0)
#  178|   	c = fgetc (etc_timezone);
#  179|           /* only get the first line, we'll validate the value later */
#  180|-> 	while (c != EOF && !g_ascii_isspace (c)) {
#  181|   		g_string_append_c (reading, c);
#  182|   		c = fgetc (etc_timezone);

Error: GCC_ANALYZER_WARNING (CWE-401): [#def445]
evolution-data-server-3.59.1/src/calendar/libecal/e-cal-system-timezone.c:180:29: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen("/etc/timezone", "r")’
evolution-data-server-3.59.1/src/calendar/libecal/e-cal-system-timezone.c:172:24: acquire_memory: allocated here
evolution-data-server-3.59.1/src/calendar/libecal/e-cal-system-timezone.c:173:12: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/src/calendar/libecal/e-cal-system-timezone.c:176:19: branch_false: ...to here
evolution-data-server-3.59.1/src/calendar/libecal/e-cal-system-timezone.c:180:16: branch_true: following ‘true’ branch...
evolution-data-server-3.59.1/src/calendar/libecal/e-cal-system-timezone.c:182:21: throw: if ‘fgetc’ throws an exception...
evolution-data-server-3.59.1/src/calendar/libecal/e-cal-system-timezone.c:180:29: danger: ‘fopen("/etc/timezone", "r")’ leaks here; was allocated at [(1)](sarif:/runs/0/results/5/codeFlows/0/threadFlows/0/locations/0)
#  178|   	c = fgetc (etc_timezone);
#  179|           /* only get the first line, we'll validate the value later */
#  180|-> 	while (c != EOF && !g_ascii_isspace (c)) {
#  181|   		g_string_append_c (reading, c);
#  182|   		c = fgetc (etc_timezone);

Error: GCC_ANALYZER_WARNING (CWE-775): [#def446]
evolution-data-server-3.59.1/src/calendar/libecal/e-cal-util.c:301:18: warning[-Wanalyzer-file-leak]: leak of FILE ‘fl.file’
evolution-data-server-3.59.1/src/calendar/libecal/e-cal-util.c:295:19: acquire_resource: opened here
evolution-data-server-3.59.1/src/calendar/libecal/e-cal-util.c:296:12: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/src/calendar/libecal/e-cal-util.c:299:9: branch_false: ...to here
evolution-data-server-3.59.1/src/calendar/libecal/e-cal-util.c:301:18: throw: if ‘i_cal_parser_new’ throws an exception...
evolution-data-server-3.59.1/src/calendar/libecal/e-cal-util.c:301:18: danger: ‘fl.file’ leaks here; was opened at [(1)](sarif:/runs/0/results/0/codeFlows/0/threadFlows/0/locations/0)
#  299|   	fl.bof = TRUE;
#  300|   
#  301|-> 	parser = i_cal_parser_new ();
#  302|   
#  303|   	icalcomp = i_cal_parser_parse (parser, get_line_fn, &fl);

Error: GCC_ANALYZER_WARNING (CWE-401): [#def447]
evolution-data-server-3.59.1/src/calendar/libecal/e-cal-util.c:301:18: warning[-Wanalyzer-malloc-leak]: leak of ‘fl.file’
evolution-data-server-3.59.1/src/calendar/libecal/e-cal-util.c:295:19: acquire_memory: allocated here
evolution-data-server-3.59.1/src/calendar/libecal/e-cal-util.c:296:12: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/src/calendar/libecal/e-cal-util.c:299:9: branch_false: ...to here
evolution-data-server-3.59.1/src/calendar/libecal/e-cal-util.c:301:18: throw: if ‘i_cal_parser_new’ throws an exception...
evolution-data-server-3.59.1/src/calendar/libecal/e-cal-util.c:301:18: danger: ‘fl.file’ leaks here; was allocated at [(1)](sarif:/runs/0/results/1/codeFlows/0/threadFlows/0/locations/0)
#  299|   	fl.bof = TRUE;
#  300|   
#  301|-> 	parser = i_cal_parser_new ();
#  302|   
#  303|   	icalcomp = i_cal_parser_parse (parser, get_line_fn, &fl);

Error: GCC_ANALYZER_WARNING (CWE-775): [#def448]
evolution-data-server-3.59.1/src/calendar/libecal/e-cal-util.c:303:20: warning[-Wanalyzer-file-leak]: leak of FILE ‘fl.file’
evolution-data-server-3.59.1/src/calendar/libecal/e-cal-util.c:295:19: acquire_resource: opened here
evolution-data-server-3.59.1/src/calendar/libecal/e-cal-util.c:296:12: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/src/calendar/libecal/e-cal-util.c:299:9: branch_false: ...to here
evolution-data-server-3.59.1/src/calendar/libecal/e-cal-util.c:303:20: throw: if ‘i_cal_parser_parse’ throws an exception...
evolution-data-server-3.59.1/src/calendar/libecal/e-cal-util.c:303:20: danger: ‘fl.file’ leaks here; was opened at [(1)](sarif:/runs/0/results/2/codeFlows/0/threadFlows/0/locations/0)
#  301|   	parser = i_cal_parser_new ();
#  302|   
#  303|-> 	icalcomp = i_cal_parser_parse (parser, get_line_fn, &fl);
#  304|   	g_object_unref (parser);
#  305|   	fclose (fl.file);

Error: GCC_ANALYZER_WARNING (CWE-401): [#def449]
evolution-data-server-3.59.1/src/calendar/libecal/e-cal-util.c:303:20: warning[-Wanalyzer-malloc-leak]: leak of ‘fl.file’
evolution-data-server-3.59.1/src/calendar/libecal/e-cal-util.c:295:19: acquire_memory: allocated here
evolution-data-server-3.59.1/src/calendar/libecal/e-cal-util.c:296:12: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/src/calendar/libecal/e-cal-util.c:299:9: branch_false: ...to here
evolution-data-server-3.59.1/src/calendar/libecal/e-cal-util.c:303:20: throw: if ‘i_cal_parser_parse’ throws an exception...
evolution-data-server-3.59.1/src/calendar/libecal/e-cal-util.c:303:20: danger: ‘fl.file’ leaks here; was allocated at [(1)](sarif:/runs/0/results/3/codeFlows/0/threadFlows/0/locations/0)
#  301|   	parser = i_cal_parser_new ();
#  302|   
#  303|-> 	icalcomp = i_cal_parser_parse (parser, get_line_fn, &fl);
#  304|   	g_object_unref (parser);
#  305|   	fclose (fl.file);

Error: GCC_ANALYZER_WARNING (CWE-404): [#def450]
evolution-data-server-3.59.1/src/calendar/libecal/e-reminder-watcher.c:162:9: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
evolution-data-server-3.59.1/src/calendar/libecal/e-reminder-watcher.c:158:12: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/src/calendar/libecal/e-reminder-watcher.c:161:9: branch_false: ...to here
evolution-data-server-3.59.1/src/calendar/libecal/e-reminder-watcher.c:161:9: acquire_resource: ‘va_start’ called here
evolution-data-server-3.59.1/src/calendar/libecal/e-reminder-watcher.c:162:9: throw: if ‘e_util_debug_printv’ throws an exception...
evolution-data-server-3.59.1/src/calendar/libecal/e-reminder-watcher.c:162:9: danger: missing call to ‘va_end’ to match ‘va_start’ at [(3)](sarif:/runs/0/results/0/codeFlows/0/threadFlows/0/locations/2)
#  160|   
#  161|   	va_start (args, format);
#  162|-> 	e_util_debug_printv ("ERW", format, args);
#  163|   	va_end (args);
#  164|   }

Error: GCC_ANALYZER_WARNING (CWE-401): [#def451]
evolution-data-server-3.59.1/src/camel/camel-block-file.c:1047:13: warning[-Wanalyzer-malloc-leak]: leak of ‘fdopen(open(*ks_40(D)->priv.path, *ks_40(D)->priv.flags, 384), flag)’
evolution-data-server-3.59.1/src/camel/camel-block-file.c:1032:12: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/src/camel/camel-block-file.c:1034:18: branch_false: ...to here
evolution-data-server-3.59.1/src/camel/camel-block-file.c:1034:17: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/src/camel/camel-block-file.c:1042:14: branch_false: ...to here
evolution-data-server-3.59.1/src/camel/camel-block-file.c:1047:12: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/src/camel/camel-block-file.c:1048:17: branch_false: ...to here
evolution-data-server-3.59.1/src/camel/camel-block-file.c:1048:32: acquire_memory: allocated here
evolution-data-server-3.59.1/src/camel/camel-block-file.c:1047:13: danger: ‘fdopen(open(*ks_40(D)->priv.path, *ks_40(D)->priv.flags, 384), flag)’ leaks here; was allocated at [(7)](sarif:/runs/0/results/0/codeFlows/0/threadFlows/0/locations/6)
# 1045|   		flag = "a+b";
# 1046|   
# 1047|-> 	if ((fd = g_open (ks->priv->path, ks->priv->flags | O_BINARY, 0600)) == -1
# 1048|   	    || (ks->priv->fp = fdopen (fd, flag)) == NULL) {
# 1049|   		err = errno;

Error: GCC_ANALYZER_WARNING (CWE-775): [#def452]
evolution-data-server-3.59.1/src/camel/camel-certdb.c:490:24: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(*certdb_24(D)->priv.filename, "rb")’
evolution-data-server-3.59.1/src/camel/camel-certdb.c:482:9: branch_false: following ‘false’ branch (when ‘certdb’ is non-NULL)...
evolution-data-server-3.59.1/src/camel/camel-certdb.c:482:9: branch_false: ...to here
evolution-data-server-3.59.1/src/camel/camel-certdb.c:483:9: branch_true: following ‘true’ branch...
evolution-data-server-3.59.1/src/camel/camel-certdb.c:485:14: branch_true: ...to here
evolution-data-server-3.59.1/src/camel/camel-certdb.c:485:14: acquire_resource: opened here
evolution-data-server-3.59.1/src/camel/camel-certdb.c:486:12: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/src/camel/camel-certdb.c:489:9: branch_false: ...to here
evolution-data-server-3.59.1/src/camel/camel-certdb.c:490:12: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/src/camel/camel-certdb.c:498:9: throw: if ‘g_mutex_lock’ throws an exception...
evolution-data-server-3.59.1/src/camel/camel-certdb.c:490:24: danger: ‘fopen(*certdb_24(D)->priv.filename, "rb")’ leaks here; was opened at [(5)](sarif:/runs/0/results/0/codeFlows/0/threadFlows/0/locations/4)
#  488|   
#  489|   	class = CAMEL_CERTDB_GET_CLASS (certdb);
#  490|-> 	if (!class || !class->header_load || !class->cert_load) {
#  491|   		fclose (in);
#  492|   		in = NULL;

Error: GCC_ANALYZER_WARNING (CWE-401): [#def453]
evolution-data-server-3.59.1/src/camel/camel-certdb.c:490:24: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(*certdb_24(D)->priv.filename, "rb")’
evolution-data-server-3.59.1/src/camel/camel-certdb.c:482:9: branch_false: following ‘false’ branch (when ‘certdb’ is non-NULL)...
evolution-data-server-3.59.1/src/camel/camel-certdb.c:482:9: branch_false: ...to here
evolution-data-server-3.59.1/src/camel/camel-certdb.c:483:9: branch_true: following ‘true’ branch...
evolution-data-server-3.59.1/src/camel/camel-certdb.c:485:14: branch_true: ...to here
evolution-data-server-3.59.1/src/camel/camel-certdb.c:485:14: acquire_memory: allocated here
evolution-data-server-3.59.1/src/camel/camel-certdb.c:486:12: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/src/camel/camel-certdb.c:489:9: branch_false: ...to here
evolution-data-server-3.59.1/src/camel/camel-certdb.c:490:12: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/src/camel/camel-certdb.c:498:9: throw: if ‘g_mutex_lock’ throws an exception...
evolution-data-server-3.59.1/src/camel/camel-certdb.c:490:24: danger: ‘fopen(*certdb_24(D)->priv.filename, "rb")’ leaks here; was allocated at [(5)](sarif:/runs/0/results/1/codeFlows/0/threadFlows/0/locations/4)
#  488|   
#  489|   	class = CAMEL_CERTDB_GET_CLASS (certdb);
#  490|-> 	if (!class || !class->header_load || !class->cert_load) {
#  491|   		fclose (in);
#  492|   		in = NULL;

Error: GCC_ANALYZER_WARNING (CWE-401): [#def454]
evolution-data-server-3.59.1/src/camel/camel-certdb.c:580:9: warning[-Wanalyzer-malloc-leak]: leak of ‘out’
evolution-data-server-3.59.1/src/camel/camel-certdb.c:547:9: branch_false: following ‘false’ branch (when ‘certdb’ is non-NULL)...
evolution-data-server-3.59.1/src/camel/camel-certdb.c:547:9: branch_false: ...to here
evolution-data-server-3.59.1/src/camel/camel-certdb.c:548:9: branch_true: following ‘true’ branch...
evolution-data-server-3.59.1/src/camel/camel-certdb.c:551:14: branch_true: ...to here
evolution-data-server-3.59.1/src/camel/camel-certdb.c:551:12: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/src/camel/camel-certdb.c:554:24: branch_false: ...to here
evolution-data-server-3.59.1/src/camel/camel-certdb.c:559:12: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/src/camel/camel-certdb.c:562:15: branch_false: ...to here
evolution-data-server-3.59.1/src/camel/camel-certdb.c:562:15: acquire_memory: allocated here
evolution-data-server-3.59.1/src/camel/camel-certdb.c:563:12: branch_false: following ‘false’ branch (when ‘out’ is non-NULL)...
evolution-data-server-3.59.1/src/camel/camel-certdb.c:571:9: branch_false: ...to here
evolution-data-server-3.59.1/src/camel/camel-certdb.c:572:12: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/src/camel/camel-certdb.c:580:9: throw: if ‘g_mutex_lock’ throws an exception...
evolution-data-server-3.59.1/src/camel/camel-certdb.c:580:9: danger: ‘out’ leaks here; was allocated at [(9)](sarif:/runs/0/results/4/codeFlows/0/threadFlows/0/locations/8)
#  578|   	}
#  579|   
#  580|-> 	g_mutex_lock (&certdb->priv->io_lock);
#  581|   
#  582|   	certdb->priv->saved_certs = certdb->priv->certs->len;

Error: GCC_ANALYZER_WARNING (CWE-401): [#def455]
evolution-data-server-3.59.1/src/camel/camel-certdb.c:583:13: warning[-Wanalyzer-malloc-leak]: leak of ‘out’
evolution-data-server-3.59.1/src/camel/camel-certdb.c:547:9: branch_false: following ‘false’ branch (when ‘certdb’ is non-NULL)...
evolution-data-server-3.59.1/src/camel/camel-certdb.c:547:9: branch_false: ...to here
evolution-data-server-3.59.1/src/camel/camel-certdb.c:548:9: branch_true: following ‘true’ branch...
evolution-data-server-3.59.1/src/camel/camel-certdb.c:551:14: branch_true: ...to here
evolution-data-server-3.59.1/src/camel/camel-certdb.c:551:12: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/src/camel/camel-certdb.c:554:24: branch_false: ...to here
evolution-data-server-3.59.1/src/camel/camel-certdb.c:559:12: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/src/camel/camel-certdb.c:562:15: branch_false: ...to here
evolution-data-server-3.59.1/src/camel/camel-certdb.c:562:15: acquire_memory: allocated here
evolution-data-server-3.59.1/src/camel/camel-certdb.c:563:12: branch_false: following ‘false’ branch (when ‘out’ is non-NULL)...
evolution-data-server-3.59.1/src/camel/camel-certdb.c:571:9: branch_false: ...to here
evolution-data-server-3.59.1/src/camel/camel-certdb.c:572:12: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/src/camel/camel-certdb.c:583:13: throw: if the called function throws an exception...
evolution-data-server-3.59.1/src/camel/camel-certdb.c:583:13: danger: ‘out’ leaks here; was allocated at [(9)](sarif:/runs/0/results/5/codeFlows/0/threadFlows/0/locations/8)
#  581|   
#  582|   	certdb->priv->saved_certs = certdb->priv->certs->len;
#  583|-> 	if (class->header_save (certdb, out) == -1)
#  584|   		goto error;
#  585|   

Error: COMPILER_WARNING (CWE-704): [#def456]
evolution-data-server-3.59.1/src/camel/camel-debug.c: scope_hint: In function ‘camel_debug’
evolution-data-server-3.59.1/src/camel/camel-debug.c:104:23: warning[-Wdiscarded-qualifiers]: assignment discards ‘const’ qualifier from pointer target type
#  104 |                 colon = strchr (mode, ':');
#      |                       ^
#  102|   
#  103|   		/* Check for fully qualified debug */
#  104|-> 		colon = strchr (mode, ':');
#  105|   		if (colon) {
#  106|   			fallback_len = strlen (mode) + 1;

Error: COMPILER_WARNING (CWE-704): [#def457]
evolution-data-server-3.59.1/src/camel/camel-debug.c:104:23: warning[-Wdiscarded-qualifiers]: assignment discards ‘const’ qualifier from pointer target type
#  102|   
#  103|   		/* Check for fully qualified debug */
#  104|-> 		colon = strchr (mode, ':');
#  105|   		if (colon) {
#  106|   			fallback_len = strlen (mode) + 1;

Error: GCC_ANALYZER_WARNING (CWE-404): [#def458]
evolution-data-server-3.59.1/src/camel/camel-filter-driver.c:648:23: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
evolution-data-server-3.59.1/src/camel/camel-filter-driver.c:646:12: branch_true: following ‘true’ branch...
evolution-data-server-3.59.1/src/camel/camel-filter-driver.c:647:17: branch_true: ...to here
evolution-data-server-3.59.1/src/camel/camel-filter-driver.c:647:17: acquire_resource: ‘va_start’ called here
evolution-data-server-3.59.1/src/camel/camel-filter-driver.c:648:23: throw: if ‘g_strdup_vprintf’ throws an exception...
evolution-data-server-3.59.1/src/camel/camel-filter-driver.c:648:23: danger: missing call to ‘va_end’ to match ‘va_start’ at [(3)](sarif:/runs/0/results/0/codeFlows/0/threadFlows/0/locations/2)
#  646|   	if (driver->priv->statusfunc) {
#  647|   		va_start (ap, desc);
#  648|-> 		str = g_strdup_vprintf (desc, ap);
#  649|   		va_end (ap);
#  650|   		driver->priv->statusfunc (driver, status, pc, str, driver->priv->statusdata);

Error: GCC_ANALYZER_WARNING (CWE-404): [#def459]
evolution-data-server-3.59.1/src/camel/camel-filter-driver.c:1561:31: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
evolution-data-server-3.59.1/src/camel/camel-filter-driver.c:1554:12: branch_true: following ‘true’ branch...
evolution-data-server-3.59.1/src/camel/camel-filter-driver.c:1557:20: branch_true: ...to here
evolution-data-server-3.59.1/src/camel/camel-filter-driver.c:1557:20: branch_true: following ‘true’ branch (when ‘desc’ is non-NULL)...
evolution-data-server-3.59.1/src/camel/camel-filter-driver.c:1560:25: branch_true: ...to here
evolution-data-server-3.59.1/src/camel/camel-filter-driver.c:1560:25: acquire_resource: ‘va_start’ called here
evolution-data-server-3.59.1/src/camel/camel-filter-driver.c:1561:31: throw: if ‘g_strdup_vprintf’ throws an exception...
evolution-data-server-3.59.1/src/camel/camel-filter-driver.c:1561:31: danger: missing call to ‘va_end’ to match ‘va_start’ at [(5)](sarif:/runs/0/results/1/codeFlows/0/threadFlows/0/locations/4)
# 1559|   
# 1560|   			va_start (ap, desc);
# 1561|-> 			str = g_strdup_vprintf (desc, ap);
# 1562|   			va_end (ap);
# 1563|   		}

Error: GCC_ANALYZER_WARNING (CWE-404): [#def460]
evolution-data-server-3.59.1/src/camel/camel-filter-driver.c:2358:15: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
evolution-data-server-3.59.1/src/camel/camel-filter-driver.c:2352:12: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/src/camel/camel-filter-driver.c:2355:9: branch_true: following ‘true’ branch (when ‘format’ is non-NULL)...
evolution-data-server-3.59.1/src/camel/camel-filter-driver.c:2357:9: branch_true: ...to here
evolution-data-server-3.59.1/src/camel/camel-filter-driver.c:2357:9: acquire_resource: ‘va_start’ called here
evolution-data-server-3.59.1/src/camel/camel-filter-driver.c:2358:15: throw: if ‘g_strdup_vprintf’ throws an exception...
evolution-data-server-3.59.1/src/camel/camel-filter-driver.c:2358:15: danger: missing call to ‘va_end’ to match ‘va_start’ at [(5)](sarif:/runs/0/results/2/codeFlows/0/threadFlows/0/locations/4)
# 2356|   
# 2357|   	va_start (ap, format);
# 2358|-> 	str = g_strdup_vprintf (format, ap);
# 2359|   	va_end (ap);
# 2360|   

Error: GCC_ANALYZER_WARNING (CWE-404): [#def461]
evolution-data-server-3.59.1/src/camel/camel-filter-search.c:151:15: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
evolution-data-server-3.59.1/src/camel/camel-filter-search.c:1239:1: enter_function: entry to ‘make_time_func’
evolution-data-server-3.59.1/src/camel/camel-filter-search.c:1246:9: call_function: calling ‘camel_filter_search_log’ from ‘make_time_func’
#  149|   
#  150|   	va_start (ap, format);
#  151|-> 	str = g_strdup_vprintf (format, ap);
#  152|   	va_end (ap);
#  153|   

Error: GCC_ANALYZER_WARNING (CWE-131): [#def462]
evolution-data-server-3.59.1/src/camel/camel-folder-thread.c:401:9: warning[-Wanalyzer-allocation-size]: allocated buffer size is not a multiple of the pointee's size
evolution-data-server-3.59.1/src/camel/camel-folder-thread.c:971:1: enter_function: entry to ‘camel_folder_thread_new_items’
evolution-data-server-3.59.1/src/camel/camel-folder-thread.c:984:9: branch_true: following ‘true’ branch (when ‘items’ is non-NULL)...
evolution-data-server-3.59.1/src/camel/camel-folder-thread.c:985:9: branch_true: ...to here
evolution-data-server-3.59.1/src/camel/camel-folder-thread.c:985:9: branch_true: following ‘true’ branch (when ‘get_uid_func’ is non-NULL)...
evolution-data-server-3.59.1/src/camel/camel-folder-thread.c:986:9: branch_true: ...to here
evolution-data-server-3.59.1/src/camel/camel-folder-thread.c:986:9: branch_true: following ‘true’ branch (when ‘get_subject_func’ is non-NULL)...
evolution-data-server-3.59.1/src/camel/camel-folder-thread.c:987:9: branch_true: ...to here
evolution-data-server-3.59.1/src/camel/camel-folder-thread.c:987:9: branch_true: following ‘true’ branch (when ‘get_message_id_func’ is non-NULL)...
evolution-data-server-3.59.1/src/camel/camel-folder-thread.c:988:9: branch_true: ...to here
evolution-data-server-3.59.1/src/camel/camel-folder-thread.c:988:9: branch_true: following ‘true’ branch (when ‘get_references_func’ is non-NULL)...
evolution-data-server-3.59.1/src/camel/camel-folder-thread.c:990:13: branch_true: ...to here
evolution-data-server-3.59.1/src/camel/camel-folder-thread.c:1015:9: call_function: calling ‘thread_items’ from ‘camel_folder_thread_new_items’
#  399|   	/* gather subject lines */
#  400|   	d (printf ("gathering subject lines\n"));
#  401|-> 	clast = (CamelFolderThreadNode *) cp;
#  402|   	c = clast->next;
#  403|   	while (c) {

Error: COMPILER_WARNING: [#def463]
evolution-data-server-3.59.1/src/camel/camel-folder-thread.c:402:11: warning[-Warray-bounds=]: array subscript ‘struct CamelFolderThreadNode[0]’ is partly outside array bounds of ‘struct CamelFolderThreadNode[0:]’
#  402 |         c = clast->next;
#      |         ~~^~~~~~~~~~~~~
evolution-data-server-3.59.1/src/camel/camel-folder-thread.c: scope_hint: In function ‘thread_items’
evolution-data-server-3.59.1/src/camel/camel-folder-thread.c:662:44: note: object ‘head’ of size 8
#  662 |         CamelFolderThreadNode *c, *child, *head;
#      |                                            ^~~~
#  400|   	d (printf ("gathering subject lines\n"));
#  401|   	clast = (CamelFolderThreadNode *) cp;
#  402|-> 	c = clast->next;
#  403|   	while (c) {
#  404|   		c->root_subject = get_root_subject (thread, c);

Error: COMPILER_WARNING (CWE-704): [#def464]
evolution-data-server-3.59.1/src/camel/camel-folder.c: scope_hint: In function ‘folder_rename’
evolution-data-server-3.59.1/src/camel/camel-folder.c:1079:13: warning[-Wdiscarded-qualifiers]: assignment discards ‘const’ qualifier from pointer target type
# 1079 |         tmp = strrchr (new, '/');
#      |             ^
# 1077|   	camel_folder_set_full_name (folder, new);
# 1078|   
# 1079|-> 	tmp = strrchr (new, '/');
# 1080|   	camel_folder_set_display_name (folder, (tmp != NULL) ? tmp + 1 : new);
# 1081|   }

Error: COMPILER_WARNING (CWE-704): [#def465]
evolution-data-server-3.59.1/src/camel/camel-folder.c:1079:13: warning[-Wdiscarded-qualifiers]: assignment discards ‘const’ qualifier from pointer target type
# 1077|   	camel_folder_set_full_name (folder, new);
# 1078|   
# 1079|-> 	tmp = strrchr (new, '/');
# 1080|   	camel_folder_set_display_name (folder, (tmp != NULL) ? tmp + 1 : new);
# 1081|   }

Error: GCC_ANALYZER_WARNING (CWE-775): [#def466]
evolution-data-server-3.59.1/src/camel/camel-folder.c:1486:16: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(state_filename, "rb")’
evolution-data-server-3.59.1/src/camel/camel-folder.c:1481:14: acquire_resource: opened here
evolution-data-server-3.59.1/src/camel/camel-folder.c:1482:12: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/src/camel/camel-folder.c:1485:13: branch_false: ...to here
evolution-data-server-3.59.1/src/camel/camel-folder.c:1485:12: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/src/camel/camel-folder.c:1486:16: branch_false: ...to here
evolution-data-server-3.59.1/src/camel/camel-folder.c:1485:13: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/src/camel/camel-folder.c:1491:13: branch_false: ...to here
evolution-data-server-3.59.1/src/camel/camel-folder.c:1491:13: throw: if ‘camel_file_util_decode_uint32’ throws an exception...
evolution-data-server-3.59.1/src/camel/camel-folder.c:1486:16: danger: ‘fopen(state_filename, "rb")’ leaks here; was opened at [(1)](sarif:/runs/0/results/1/codeFlows/0/threadFlows/0/locations/0)
# 1484|   
# 1485|   	if (fread (magic, 4, 1, fp) != 1
# 1486|-> 	    || memcmp (magic, CAMEL_OBJECT_STATE_FILE_MAGIC, 4) != 0) {
# 1487|   		fclose (fp);
# 1488|   		return FALSE;

Error: GCC_ANALYZER_WARNING (CWE-401): [#def467]
evolution-data-server-3.59.1/src/camel/camel-folder.c:1486:16: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(state_filename, "rb")’
evolution-data-server-3.59.1/src/camel/camel-folder.c:1481:14: acquire_memory: allocated here
evolution-data-server-3.59.1/src/camel/camel-folder.c:1482:12: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/src/camel/camel-folder.c:1485:13: branch_false: ...to here
evolution-data-server-3.59.1/src/camel/camel-folder.c:1485:12: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/src/camel/camel-folder.c:1486:16: branch_false: ...to here
evolution-data-server-3.59.1/src/camel/camel-folder.c:1485:13: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/src/camel/camel-folder.c:1491:13: branch_false: ...to here
evolution-data-server-3.59.1/src/camel/camel-folder.c:1491:13: throw: if ‘camel_file_util_decode_uint32’ throws an exception...
evolution-data-server-3.59.1/src/camel/camel-folder.c:1486:16: danger: ‘fopen(state_filename, "rb")’ leaks here; was allocated at [(1)](sarif:/runs/0/results/2/codeFlows/0/threadFlows/0/locations/0)
# 1484|   
# 1485|   	if (fread (magic, 4, 1, fp) != 1
# 1486|-> 	    || memcmp (magic, CAMEL_OBJECT_STATE_FILE_MAGIC, 4) != 0) {
# 1487|   		fclose (fp);
# 1488|   		return FALSE;

Error: GCC_ANALYZER_WARNING (CWE-775): [#def468]
evolution-data-server-3.59.1/src/camel/camel-gpg-context.c:751:28: warning[-Wanalyzer-fd-leak]: leak of file descriptor ‘status_pipe[0]’
evolution-data-server-3.59.1/src/camel/camel-gpg-context.c:1070:1: enter_function: entry to ‘gpg_ctx_op_start’
evolution-data-server-3.59.1/src/camel/camel-gpg-context.c:1083:12: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/src/camel/camel-gpg-context.c:1085:13: branch_false: ...to here
evolution-data-server-3.59.1/src/camel/camel-gpg-context.c:1085:12: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/src/camel/camel-gpg-context.c:1088:16: branch_false: ...to here
evolution-data-server-3.59.1/src/camel/camel-gpg-context.c:1088:16: call_function: calling ‘gpg_ctx_get_argv’ from ‘gpg_ctx_op_start’
#  749|   		gchar *path;
#  750|   
#  751|-> 		settings = g_settings_new ("org.gnome.evolution-data-server");
#  752|   		path = g_settings_get_string (settings, "camel-gpg-binary");
#  753|   		g_clear_object (&settings);

Error: GCC_ANALYZER_WARNING (CWE-775): [#def469]
evolution-data-server-3.59.1/src/camel/camel-gpg-context.c:751:28: warning[-Wanalyzer-fd-leak]: leak of file descriptor ‘status_pipe[1]’
evolution-data-server-3.59.1/src/camel/camel-gpg-context.c:1070:1: enter_function: entry to ‘gpg_ctx_op_start’
evolution-data-server-3.59.1/src/camel/camel-gpg-context.c:1083:12: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/src/camel/camel-gpg-context.c:1085:13: branch_false: ...to here
evolution-data-server-3.59.1/src/camel/camel-gpg-context.c:1085:12: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/src/camel/camel-gpg-context.c:1088:16: branch_false: ...to here
evolution-data-server-3.59.1/src/camel/camel-gpg-context.c:1088:16: call_function: calling ‘gpg_ctx_get_argv’ from ‘gpg_ctx_op_start’
#  749|   		gchar *path;
#  750|   
#  751|-> 		settings = g_settings_new ("org.gnome.evolution-data-server");
#  752|   		path = g_settings_get_string (settings, "camel-gpg-binary");
#  753|   		g_clear_object (&settings);

Error: GCC_ANALYZER_WARNING (CWE-775): [#def470]
evolution-data-server-3.59.1/src/camel/camel-gpg-context.c:752:24: warning[-Wanalyzer-fd-leak]: leak of file descriptor ‘status_pipe[0]’
evolution-data-server-3.59.1/src/camel/camel-gpg-context.c:1070:1: enter_function: entry to ‘gpg_ctx_op_start’
evolution-data-server-3.59.1/src/camel/camel-gpg-context.c:1083:12: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/src/camel/camel-gpg-context.c:1085:13: branch_false: ...to here
evolution-data-server-3.59.1/src/camel/camel-gpg-context.c:1085:12: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/src/camel/camel-gpg-context.c:1088:16: branch_false: ...to here
evolution-data-server-3.59.1/src/camel/camel-gpg-context.c:1088:16: call_function: calling ‘gpg_ctx_get_argv’ from ‘gpg_ctx_op_start’
#  750|   
#  751|   		settings = g_settings_new ("org.gnome.evolution-data-server");
#  752|-> 		path = g_settings_get_string (settings, "camel-gpg-binary");
#  753|   		g_clear_object (&settings);
#  754|   

Error: GCC_ANALYZER_WARNING (CWE-775): [#def471]
evolution-data-server-3.59.1/src/camel/camel-gpg-context.c:752:24: warning[-Wanalyzer-fd-leak]: leak of file descriptor ‘status_pipe[1]’
evolution-data-server-3.59.1/src/camel/camel-gpg-context.c:1070:1: enter_function: entry to ‘gpg_ctx_op_start’
evolution-data-server-3.59.1/src/camel/camel-gpg-context.c:1083:12: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/src/camel/camel-gpg-context.c:1085:13: branch_false: ...to here
evolution-data-server-3.59.1/src/camel/camel-gpg-context.c:1085:12: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/src/camel/camel-gpg-context.c:1088:16: branch_false: ...to here
evolution-data-server-3.59.1/src/camel/camel-gpg-context.c:1088:16: call_function: calling ‘gpg_ctx_get_argv’ from ‘gpg_ctx_op_start’
#  750|   
#  751|   		settings = g_settings_new ("org.gnome.evolution-data-server");
#  752|-> 		path = g_settings_get_string (settings, "camel-gpg-binary");
#  753|   		g_clear_object (&settings);
#  754|   

Error: GCC_ANALYZER_WARNING (CWE-775): [#def472]
evolution-data-server-3.59.1/src/camel/camel-gpg-context.c:753:17: warning[-Wanalyzer-fd-leak]: leak of file descriptor ‘status_pipe[0]’
evolution-data-server-3.59.1/src/camel/camel-gpg-context.c:1070:1: enter_function: entry to ‘gpg_ctx_op_start’
evolution-data-server-3.59.1/src/camel/camel-gpg-context.c:1083:12: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/src/camel/camel-gpg-context.c:1085:13: branch_false: ...to here
evolution-data-server-3.59.1/src/camel/camel-gpg-context.c:1085:12: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/src/camel/camel-gpg-context.c:1088:16: branch_false: ...to here
evolution-data-server-3.59.1/src/camel/camel-gpg-context.c:1088:16: call_function: calling ‘gpg_ctx_get_argv’ from ‘gpg_ctx_op_start’
#  751|   		settings = g_settings_new ("org.gnome.evolution-data-server");
#  752|   		path = g_settings_get_string (settings, "camel-gpg-binary");
#  753|-> 		g_clear_object (&settings);
#  754|   
#  755|   		preset_binary[0] = 0;

Error: GCC_ANALYZER_WARNING (CWE-775): [#def473]
evolution-data-server-3.59.1/src/camel/camel-gpg-context.c:753:17: warning[-Wanalyzer-fd-leak]: leak of file descriptor ‘status_pipe[1]’
evolution-data-server-3.59.1/src/camel/camel-gpg-context.c:1070:1: enter_function: entry to ‘gpg_ctx_op_start’
evolution-data-server-3.59.1/src/camel/camel-gpg-context.c:1083:12: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/src/camel/camel-gpg-context.c:1085:13: branch_false: ...to here
evolution-data-server-3.59.1/src/camel/camel-gpg-context.c:1085:12: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/src/camel/camel-gpg-context.c:1088:16: branch_false: ...to here
evolution-data-server-3.59.1/src/camel/camel-gpg-context.c:1088:16: call_function: calling ‘gpg_ctx_get_argv’ from ‘gpg_ctx_op_start’
#  751|   		settings = g_settings_new ("org.gnome.evolution-data-server");
#  752|   		path = g_settings_get_string (settings, "camel-gpg-binary");
#  753|-> 		g_clear_object (&settings);
#  754|   
#  755|   		preset_binary[0] = 0;

Error: GCC_ANALYZER_WARNING (CWE-775): [#def474]
evolution-data-server-3.59.1/src/camel/camel-gpg-context.c:757:38: warning[-Wanalyzer-fd-leak]: leak of file descriptor ‘status_pipe[0]’
evolution-data-server-3.59.1/src/camel/camel-gpg-context.c:1070:1: enter_function: entry to ‘gpg_ctx_op_start’
evolution-data-server-3.59.1/src/camel/camel-gpg-context.c:1083:12: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/src/camel/camel-gpg-context.c:1085:13: branch_false: ...to here
evolution-data-server-3.59.1/src/camel/camel-gpg-context.c:1085:12: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/src/camel/camel-gpg-context.c:1088:16: branch_false: ...to here
evolution-data-server-3.59.1/src/camel/camel-gpg-context.c:1088:16: call_function: calling ‘gpg_ctx_get_argv’ from ‘gpg_ctx_op_start’
#  755|   		preset_binary[0] = 0;
#  756|   
#  757|-> 		if (path && *path && g_file_test (path, G_FILE_TEST_IS_REGULAR)) {
#  758|   			if (strlen (path) > 512) {
#  759|   				g_warning ("%s: Path is longer than expected (max 512), ignoring it; value:'%s'", G_STRFUNC, path);

Error: GCC_ANALYZER_WARNING (CWE-775): [#def475]
evolution-data-server-3.59.1/src/camel/camel-gpg-context.c:757:38: warning[-Wanalyzer-fd-leak]: leak of file descriptor ‘status_pipe[1]’
evolution-data-server-3.59.1/src/camel/camel-gpg-context.c:1070:1: enter_function: entry to ‘gpg_ctx_op_start’
evolution-data-server-3.59.1/src/camel/camel-gpg-context.c:1083:12: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/src/camel/camel-gpg-context.c:1085:13: branch_false: ...to here
evolution-data-server-3.59.1/src/camel/camel-gpg-context.c:1085:12: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/src/camel/camel-gpg-context.c:1088:16: branch_false: ...to here
evolution-data-server-3.59.1/src/camel/camel-gpg-context.c:1088:16: call_function: calling ‘gpg_ctx_get_argv’ from ‘gpg_ctx_op_start’
#  755|   		preset_binary[0] = 0;
#  756|   
#  757|-> 		if (path && *path && g_file_test (path, G_FILE_TEST_IS_REGULAR)) {
#  758|   			if (strlen (path) > 512) {
#  759|   				g_warning ("%s: Path is longer than expected (max 512), ignoring it; value:'%s'", G_STRFUNC, path);

Error: GCC_ANALYZER_WARNING (CWE-775): [#def476]
evolution-data-server-3.59.1/src/camel/camel-gpg-context.c:759:33: warning[-Wanalyzer-fd-leak]: leak of file descriptor ‘status_pipe[0]’
evolution-data-server-3.59.1/src/camel/camel-gpg-context.c:1070:1: enter_function: entry to ‘gpg_ctx_op_start’
evolution-data-server-3.59.1/src/camel/camel-gpg-context.c:1083:12: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/src/camel/camel-gpg-context.c:1085:13: branch_false: ...to here
evolution-data-server-3.59.1/src/camel/camel-gpg-context.c:1085:12: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/src/camel/camel-gpg-context.c:1088:16: branch_false: ...to here
evolution-data-server-3.59.1/src/camel/camel-gpg-context.c:1088:16: call_function: calling ‘gpg_ctx_get_argv’ from ‘gpg_ctx_op_start’
#  757|   		if (path && *path && g_file_test (path, G_FILE_TEST_IS_REGULAR)) {
#  758|   			if (strlen (path) > 512) {
#  759|-> 				g_warning ("%s: Path is longer than expected (max 512), ignoring it; value:'%s'", G_STRFUNC, path);
#  760|   			} else {
#  761|   				strcpy (preset_binary, path);

Error: GCC_ANALYZER_WARNING (CWE-775): [#def477]
evolution-data-server-3.59.1/src/camel/camel-gpg-context.c:759:33: warning[-Wanalyzer-fd-leak]: leak of file descriptor ‘status_pipe[1]’
evolution-data-server-3.59.1/src/camel/camel-gpg-context.c:1070:1: enter_function: entry to ‘gpg_ctx_op_start’
evolution-data-server-3.59.1/src/camel/camel-gpg-context.c:1083:12: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/src/camel/camel-gpg-context.c:1085:13: branch_false: ...to here
evolution-data-server-3.59.1/src/camel/camel-gpg-context.c:1085:12: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/src/camel/camel-gpg-context.c:1088:16: branch_false: ...to here
evolution-data-server-3.59.1/src/camel/camel-gpg-context.c:1088:16: call_function: calling ‘gpg_ctx_get_argv’ from ‘gpg_ctx_op_start’
#  757|   		if (path && *path && g_file_test (path, G_FILE_TEST_IS_REGULAR)) {
#  758|   			if (strlen (path) > 512) {
#  759|-> 				g_warning ("%s: Path is longer than expected (max 512), ignoring it; value:'%s'", G_STRFUNC, path);
#  760|   			} else {
#  761|   				strcpy (preset_binary, path);

Error: GCC_ANALYZER_WARNING (CWE-775): [#def478]
evolution-data-server-3.59.1/src/camel/camel-gpg-context.c:765:17: warning[-Wanalyzer-fd-leak]: leak of file descriptor ‘status_pipe[0]’
evolution-data-server-3.59.1/src/camel/camel-gpg-context.c:1070:1: enter_function: entry to ‘gpg_ctx_op_start’
evolution-data-server-3.59.1/src/camel/camel-gpg-context.c:1083:12: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/src/camel/camel-gpg-context.c:1085:13: branch_false: ...to here
evolution-data-server-3.59.1/src/camel/camel-gpg-context.c:1085:12: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/src/camel/camel-gpg-context.c:1088:16: branch_false: ...to here
evolution-data-server-3.59.1/src/camel/camel-gpg-context.c:1088:16: call_function: calling ‘gpg_ctx_get_argv’ from ‘gpg_ctx_op_start’
#  763|   		}
#  764|   
#  765|-> 		g_free (path);
#  766|   
#  767|   		for (index = 0; names[index]; index++) {

Error: GCC_ANALYZER_WARNING (CWE-775): [#def479]
evolution-data-server-3.59.1/src/camel/camel-gpg-context.c:765:17: warning[-Wanalyzer-fd-leak]: leak of file descriptor ‘status_pipe[1]’
evolution-data-server-3.59.1/src/camel/camel-gpg-context.c:1070:1: enter_function: entry to ‘gpg_ctx_op_start’
evolution-data-server-3.59.1/src/camel/camel-gpg-context.c:1083:12: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/src/camel/camel-gpg-context.c:1085:13: branch_false: ...to here
evolution-data-server-3.59.1/src/camel/camel-gpg-context.c:1085:12: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/src/camel/camel-gpg-context.c:1088:16: branch_false: ...to here
evolution-data-server-3.59.1/src/camel/camel-gpg-context.c:1088:16: call_function: calling ‘gpg_ctx_get_argv’ from ‘gpg_ctx_op_start’
#  763|   		}
#  764|   
#  765|-> 		g_free (path);
#  766|   
#  767|   		for (index = 0; names[index]; index++) {

Error: GCC_ANALYZER_WARNING (CWE-775): [#def480]
evolution-data-server-3.59.1/src/camel/camel-gpg-context.c:771:32: warning[-Wanalyzer-fd-leak]: leak of file descriptor ‘status_pipe[0]’
evolution-data-server-3.59.1/src/camel/camel-gpg-context.c:1070:1: enter_function: entry to ‘gpg_ctx_op_start’
evolution-data-server-3.59.1/src/camel/camel-gpg-context.c:1083:12: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/src/camel/camel-gpg-context.c:1085:13: branch_false: ...to here
evolution-data-server-3.59.1/src/camel/camel-gpg-context.c:1085:12: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/src/camel/camel-gpg-context.c:1088:16: branch_false: ...to here
evolution-data-server-3.59.1/src/camel/camel-gpg-context.c:1088:16: call_function: calling ‘gpg_ctx_get_argv’ from ‘gpg_ctx_op_start’
#  769|   				continue;
#  770|   
#  771|-> 			path = g_find_program_in_path (names[index]);
#  772|   
#  773|   			if (path) {

Error: GCC_ANALYZER_WARNING (CWE-775): [#def481]
evolution-data-server-3.59.1/src/camel/camel-gpg-context.c:771:32: warning[-Wanalyzer-fd-leak]: leak of file descriptor ‘status_pipe[1]’
evolution-data-server-3.59.1/src/camel/camel-gpg-context.c:1070:1: enter_function: entry to ‘gpg_ctx_op_start’
evolution-data-server-3.59.1/src/camel/camel-gpg-context.c:1083:12: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/src/camel/camel-gpg-context.c:1085:13: branch_false: ...to here
evolution-data-server-3.59.1/src/camel/camel-gpg-context.c:1085:12: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/src/camel/camel-gpg-context.c:1088:16: branch_false: ...to here
evolution-data-server-3.59.1/src/camel/camel-gpg-context.c:1088:16: call_function: calling ‘gpg_ctx_get_argv’ from ‘gpg_ctx_op_start’
#  769|   				continue;
#  770|   
#  771|-> 			path = g_find_program_in_path (names[index]);
#  772|   
#  773|   			if (path) {

Error: GCC_ANALYZER_WARNING (CWE-775): [#def482]
evolution-data-server-3.59.1/src/camel/camel-gpg-context.c:823:16: warning[-Wanalyzer-fd-leak]: leak of file descriptor ‘status_pipe[0]’
evolution-data-server-3.59.1/src/camel/camel-gpg-context.c:1070:1: enter_function: entry to ‘gpg_ctx_op_start’
evolution-data-server-3.59.1/src/camel/camel-gpg-context.c:1083:12: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/src/camel/camel-gpg-context.c:1085:13: branch_false: ...to here
evolution-data-server-3.59.1/src/camel/camel-gpg-context.c:1085:12: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/src/camel/camel-gpg-context.c:1088:16: branch_false: ...to here
evolution-data-server-3.59.1/src/camel/camel-gpg-context.c:1088:16: call_function: calling ‘gpg_ctx_get_argv’ from ‘gpg_ctx_op_start’
#  821|   	gint i;
#  822|   
#  823|-> 	argv = g_ptr_array_new ();
#  824|   	g_ptr_array_add (argv, (guint8 *) gpg_ctx_get_executable_name ());
#  825|   

Error: GCC_ANALYZER_WARNING (CWE-775): [#def483]
evolution-data-server-3.59.1/src/camel/camel-gpg-context.c:823:16: warning[-Wanalyzer-fd-leak]: leak of file descriptor ‘status_pipe[1]’
evolution-data-server-3.59.1/src/camel/camel-gpg-context.c:1070:1: enter_function: entry to ‘gpg_ctx_op_start’
evolution-data-server-3.59.1/src/camel/camel-gpg-context.c:1083:12: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/src/camel/camel-gpg-context.c:1085:13: branch_false: ...to here
evolution-data-server-3.59.1/src/camel/camel-gpg-context.c:1085:12: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/src/camel/camel-gpg-context.c:1088:16: branch_false: ...to here
evolution-data-server-3.59.1/src/camel/camel-gpg-context.c:1088:16: call_function: calling ‘gpg_ctx_get_argv’ from ‘gpg_ctx_op_start’
#  821|   	gint i;
#  822|   
#  823|-> 	argv = g_ptr_array_new ();
#  824|   	g_ptr_array_add (argv, (guint8 *) gpg_ctx_get_executable_name ());
#  825|   

Error: GCC_ANALYZER_WARNING (CWE-775): [#def484]
evolution-data-server-3.59.1/src/camel/camel-gpg-context.c:1060:17: warning[-Wanalyzer-fd-leak]: leak of file descriptor ‘status_pipe[0]’
evolution-data-server-3.59.1/src/camel/camel-gpg-context.c:1070:1: enter_function: entry to ‘gpg_ctx_op_start’
evolution-data-server-3.59.1/src/camel/camel-gpg-context.c:1083:12: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/src/camel/camel-gpg-context.c:1085:13: branch_false: ...to here
evolution-data-server-3.59.1/src/camel/camel-gpg-context.c:1085:12: branch_true: following ‘true’ branch...
evolution-data-server-3.59.1/src/camel/camel-gpg-context.c:1085:37: branch_true: ...to here
evolution-data-server-3.59.1/src/camel/camel-gpg-context.c:1085:13: branch_true: following ‘true’ branch...
evolution-data-server-3.59.1/src/camel/camel-gpg-context.c:1086:17: branch_true: ...to here
evolution-data-server-3.59.1/src/camel/camel-gpg-context.c:1148:9: call_function: calling ‘camel_gpg_ctx_close_pipe’ from ‘gpg_ctx_op_start’
# 1058|   {
# 1059|   	if (pp[0] != -1) {
# 1060|-> 		close (pp[0]);
# 1061|   		pp[0] = -1;
# 1062|   	}

Error: GCC_ANALYZER_WARNING (CWE-775): [#def485]
evolution-data-server-3.59.1/src/camel/camel-gpg-context.c:1060:17: warning[-Wanalyzer-fd-leak]: leak of file descriptor ‘status_pipe[1]’
evolution-data-server-3.59.1/src/camel/camel-gpg-context.c:1070:1: enter_function: entry to ‘gpg_ctx_op_start’
evolution-data-server-3.59.1/src/camel/camel-gpg-context.c:1083:12: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/src/camel/camel-gpg-context.c:1085:13: branch_false: ...to here
evolution-data-server-3.59.1/src/camel/camel-gpg-context.c:1085:12: branch_true: following ‘true’ branch...
evolution-data-server-3.59.1/src/camel/camel-gpg-context.c:1085:37: branch_true: ...to here
evolution-data-server-3.59.1/src/camel/camel-gpg-context.c:1085:13: branch_true: following ‘true’ branch...
evolution-data-server-3.59.1/src/camel/camel-gpg-context.c:1086:17: branch_true: ...to here
evolution-data-server-3.59.1/src/camel/camel-gpg-context.c:1148:9: call_function: calling ‘camel_gpg_ctx_close_pipe’ from ‘gpg_ctx_op_start’
# 1058|   {
# 1059|   	if (pp[0] != -1) {
# 1060|-> 		close (pp[0]);
# 1061|   		pp[0] = -1;
# 1062|   	}

Error: GCC_ANALYZER_WARNING (CWE-775): [#def486]
evolution-data-server-3.59.1/src/camel/camel-gpg-context.c:1064:17: warning[-Wanalyzer-fd-leak]: leak of file descriptor ‘status_pipe[0]’
evolution-data-server-3.59.1/src/camel/camel-gpg-context.c:1070:1: enter_function: entry to ‘gpg_ctx_op_start’
evolution-data-server-3.59.1/src/camel/camel-gpg-context.c:1083:12: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/src/camel/camel-gpg-context.c:1085:13: branch_false: ...to here
evolution-data-server-3.59.1/src/camel/camel-gpg-context.c:1085:12: branch_true: following ‘true’ branch...
evolution-data-server-3.59.1/src/camel/camel-gpg-context.c:1085:37: branch_true: ...to here
evolution-data-server-3.59.1/src/camel/camel-gpg-context.c:1085:13: branch_true: following ‘true’ branch...
evolution-data-server-3.59.1/src/camel/camel-gpg-context.c:1086:17: branch_true: ...to here
evolution-data-server-3.59.1/src/camel/camel-gpg-context.c:1148:9: call_function: calling ‘camel_gpg_ctx_close_pipe’ from ‘gpg_ctx_op_start’
# 1062|   	}
# 1063|   	if (pp[1] != -1) {
# 1064|-> 		close (pp[1]);
# 1065|   		pp[1] = -1;
# 1066|   	}

Error: GCC_ANALYZER_WARNING (CWE-775): [#def487]
evolution-data-server-3.59.1/src/camel/camel-gpg-context.c:1064:17: warning[-Wanalyzer-fd-leak]: leak of file descriptor ‘status_pipe[1]’
evolution-data-server-3.59.1/src/camel/camel-gpg-context.c:1070:1: enter_function: entry to ‘gpg_ctx_op_start’
evolution-data-server-3.59.1/src/camel/camel-gpg-context.c:1083:12: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/src/camel/camel-gpg-context.c:1085:13: branch_false: ...to here
evolution-data-server-3.59.1/src/camel/camel-gpg-context.c:1085:12: branch_true: following ‘true’ branch...
evolution-data-server-3.59.1/src/camel/camel-gpg-context.c:1085:37: branch_true: ...to here
evolution-data-server-3.59.1/src/camel/camel-gpg-context.c:1085:13: branch_true: following ‘true’ branch...
evolution-data-server-3.59.1/src/camel/camel-gpg-context.c:1086:17: branch_true: ...to here
evolution-data-server-3.59.1/src/camel/camel-gpg-context.c:1148:9: call_function: calling ‘camel_gpg_ctx_close_pipe’ from ‘gpg_ctx_op_start’
# 1062|   	}
# 1063|   	if (pp[1] != -1) {
# 1064|-> 		close (pp[1]);
# 1065|   		pp[1] = -1;
# 1066|   	}

Error: GCC_ANALYZER_WARNING (CWE-775): [#def488]
evolution-data-server-3.59.1/src/camel/camel-gpg-context.c:1142:16: warning[-Wanalyzer-fd-leak]: leak of file descriptor ‘status_pipe[0]’
evolution-data-server-3.59.1/src/camel/camel-gpg-context.c:1070:1: enter_function: entry to ‘gpg_ctx_op_start’
evolution-data-server-3.59.1/src/camel/camel-gpg-context.c:1083:12: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/src/camel/camel-gpg-context.c:1085:13: branch_false: ...to here
evolution-data-server-3.59.1/src/camel/camel-gpg-context.c:1085:12: branch_true: following ‘true’ branch...
evolution-data-server-3.59.1/src/camel/camel-gpg-context.c:1085:37: branch_true: ...to here
evolution-data-server-3.59.1/src/camel/camel-gpg-context.c:1085:13: branch_true: following ‘true’ branch...
evolution-data-server-3.59.1/src/camel/camel-gpg-context.c:1086:17: branch_true: ...to here
evolution-data-server-3.59.1/src/camel/camel-gpg-context.c:1148:9: call_function: calling ‘camel_gpg_ctx_close_pipe’ from ‘gpg_ctx_op_start’
evolution-data-server-3.59.1/src/camel/camel-gpg-context.c:1148:9: return_function: returning to ‘gpg_ctx_op_start’ from ‘camel_gpg_ctx_close_pipe’
evolution-data-server-3.59.1/src/camel/camel-gpg-context.c:1149:9: call_function: calling ‘camel_gpg_ctx_close_pipe’ from ‘gpg_ctx_op_start’
evolution-data-server-3.59.1/src/camel/camel-gpg-context.c:1149:9: return_function: returning to ‘gpg_ctx_op_start’ from ‘camel_gpg_ctx_close_pipe’
evolution-data-server-3.59.1/src/camel/camel-gpg-context.c:1159:12: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/src/camel/camel-gpg-context.c:1161:17: branch_false: ...to here
evolution-data-server-3.59.1/src/camel/camel-gpg-context.c:1142:16: danger: ‘status_pipe[0]’ leaks here
# 1140|   	CHECK_CALL (fcntl (gpg->status_fd, F_SETFL, flags | O_NONBLOCK));
# 1141|   
# 1142|-> 	return TRUE;
# 1143|   
# 1144|   exception:

Error: GCC_ANALYZER_WARNING (CWE-775): [#def489]
evolution-data-server-3.59.1/src/camel/camel-gpg-context.c:1142:16: warning[-Wanalyzer-fd-leak]: leak of file descriptor ‘status_pipe[1]’
evolution-data-server-3.59.1/src/camel/camel-gpg-context.c:1070:1: enter_function: entry to ‘gpg_ctx_op_start’
evolution-data-server-3.59.1/src/camel/camel-gpg-context.c:1083:12: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/src/camel/camel-gpg-context.c:1085:13: branch_false: ...to here
evolution-data-server-3.59.1/src/camel/camel-gpg-context.c:1085:12: branch_true: following ‘true’ branch...
evolution-data-server-3.59.1/src/camel/camel-gpg-context.c:1085:37: branch_true: ...to here
evolution-data-server-3.59.1/src/camel/camel-gpg-context.c:1085:13: branch_true: following ‘true’ branch...
evolution-data-server-3.59.1/src/camel/camel-gpg-context.c:1086:17: branch_true: ...to here
evolution-data-server-3.59.1/src/camel/camel-gpg-context.c:1148:9: call_function: calling ‘camel_gpg_ctx_close_pipe’ from ‘gpg_ctx_op_start’
evolution-data-server-3.59.1/src/camel/camel-gpg-context.c:1148:9: return_function: returning to ‘gpg_ctx_op_start’ from ‘camel_gpg_ctx_close_pipe’
evolution-data-server-3.59.1/src/camel/camel-gpg-context.c:1149:9: call_function: calling ‘camel_gpg_ctx_close_pipe’ from ‘gpg_ctx_op_start’
evolution-data-server-3.59.1/src/camel/camel-gpg-context.c:1149:9: return_function: returning to ‘gpg_ctx_op_start’ from ‘camel_gpg_ctx_close_pipe’
evolution-data-server-3.59.1/src/camel/camel-gpg-context.c:1159:12: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/src/camel/camel-gpg-context.c:1161:17: branch_false: ...to here
evolution-data-server-3.59.1/src/camel/camel-gpg-context.c:1142:16: danger: ‘status_pipe[1]’ leaks here
# 1140|   	CHECK_CALL (fcntl (gpg->status_fd, F_SETFL, flags | O_NONBLOCK));
# 1141|   
# 1142|-> 	return TRUE;
# 1143|   
# 1144|   exception:

Error: GCC_ANALYZER_WARNING (CWE-775): [#def490]
evolution-data-server-3.59.1/src/camel/camel-gpg-context.c:1162:17: warning[-Wanalyzer-fd-leak]: leak of file descriptor ‘status_pipe[0]’
evolution-data-server-3.59.1/src/camel/camel-gpg-context.c:1070:1: enter_function: entry to ‘gpg_ctx_op_start’
evolution-data-server-3.59.1/src/camel/camel-gpg-context.c:1083:12: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/src/camel/camel-gpg-context.c:1085:13: branch_false: ...to here
evolution-data-server-3.59.1/src/camel/camel-gpg-context.c:1085:12: branch_true: following ‘true’ branch...
evolution-data-server-3.59.1/src/camel/camel-gpg-context.c:1085:37: branch_true: ...to here
evolution-data-server-3.59.1/src/camel/camel-gpg-context.c:1085:13: branch_true: following ‘true’ branch...
evolution-data-server-3.59.1/src/camel/camel-gpg-context.c:1086:17: branch_true: ...to here
evolution-data-server-3.59.1/src/camel/camel-gpg-context.c:1148:9: call_function: calling ‘camel_gpg_ctx_close_pipe’ from ‘gpg_ctx_op_start’
evolution-data-server-3.59.1/src/camel/camel-gpg-context.c:1148:9: return_function: returning to ‘gpg_ctx_op_start’ from ‘camel_gpg_ctx_close_pipe’
evolution-data-server-3.59.1/src/camel/camel-gpg-context.c:1149:9: call_function: calling ‘camel_gpg_ctx_close_pipe’ from ‘gpg_ctx_op_start’
evolution-data-server-3.59.1/src/camel/camel-gpg-context.c:1149:9: return_function: returning to ‘gpg_ctx_op_start’ from ‘camel_gpg_ctx_close_pipe’
evolution-data-server-3.59.1/src/camel/camel-gpg-context.c:1159:12: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/src/camel/camel-gpg-context.c:1161:17: branch_false: ...to here
evolution-data-server-3.59.1/src/camel/camel-gpg-context.c:1161:17: branch_true: following ‘true’ branch (when ‘errnosave != 0’)...
evolution-data-server-3.59.1/src/camel/camel-gpg-context.c:1162:17: branch_true: ...to here
evolution-data-server-3.59.1/src/camel/camel-gpg-context.c:1162:17: throw: if ‘g_dgettext’ throws an exception...
evolution-data-server-3.59.1/src/camel/camel-gpg-context.c:1162:17: danger: ‘status_pipe[0]’ leaks here
# 1160|   		g_propagate_error (error, local_error);
# 1161|   	else if (errno != 0)
# 1162|-> 		g_set_error (
# 1163|   			error, G_IO_ERROR,
# 1164|   			g_io_error_from_errno (errno),

Error: GCC_ANALYZER_WARNING (CWE-775): [#def491]
evolution-data-server-3.59.1/src/camel/camel-gpg-context.c:1162:17: warning[-Wanalyzer-fd-leak]: leak of file descriptor ‘status_pipe[1]’
evolution-data-server-3.59.1/src/camel/camel-gpg-context.c:1070:1: enter_function: entry to ‘gpg_ctx_op_start’
evolution-data-server-3.59.1/src/camel/camel-gpg-context.c:1083:12: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/src/camel/camel-gpg-context.c:1085:13: branch_false: ...to here
evolution-data-server-3.59.1/src/camel/camel-gpg-context.c:1085:12: branch_true: following ‘true’ branch...
evolution-data-server-3.59.1/src/camel/camel-gpg-context.c:1085:37: branch_true: ...to here
evolution-data-server-3.59.1/src/camel/camel-gpg-context.c:1085:13: branch_true: following ‘true’ branch...
evolution-data-server-3.59.1/src/camel/camel-gpg-context.c:1086:17: branch_true: ...to here
evolution-data-server-3.59.1/src/camel/camel-gpg-context.c:1148:9: call_function: calling ‘camel_gpg_ctx_close_pipe’ from ‘gpg_ctx_op_start’
evolution-data-server-3.59.1/src/camel/camel-gpg-context.c:1148:9: return_function: returning to ‘gpg_ctx_op_start’ from ‘camel_gpg_ctx_close_pipe’
evolution-data-server-3.59.1/src/camel/camel-gpg-context.c:1149:9: call_function: calling ‘camel_gpg_ctx_close_pipe’ from ‘gpg_ctx_op_start’
evolution-data-server-3.59.1/src/camel/camel-gpg-context.c:1149:9: return_function: returning to ‘gpg_ctx_op_start’ from ‘camel_gpg_ctx_close_pipe’
evolution-data-server-3.59.1/src/camel/camel-gpg-context.c:1159:12: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/src/camel/camel-gpg-context.c:1161:17: branch_false: ...to here
evolution-data-server-3.59.1/src/camel/camel-gpg-context.c:1161:17: branch_true: following ‘true’ branch (when ‘errnosave != 0’)...
evolution-data-server-3.59.1/src/camel/camel-gpg-context.c:1162:17: branch_true: ...to here
evolution-data-server-3.59.1/src/camel/camel-gpg-context.c:1162:17: throw: if ‘g_dgettext’ throws an exception...
evolution-data-server-3.59.1/src/camel/camel-gpg-context.c:1162:17: danger: ‘status_pipe[1]’ leaks here
# 1160|   		g_propagate_error (error, local_error);
# 1161|   	else if (errno != 0)
# 1162|-> 		g_set_error (
# 1163|   			error, G_IO_ERROR,
# 1164|   			g_io_error_from_errno (errno),

Error: GCC_ANALYZER_WARNING (CWE-775): [#def492]
evolution-data-server-3.59.1/src/camel/camel-gpg-context.c:1164:25: warning[-Wanalyzer-fd-leak]: leak of file descriptor ‘status_pipe[0]’
evolution-data-server-3.59.1/src/camel/camel-gpg-context.c:1070:1: enter_function: entry to ‘gpg_ctx_op_start’
evolution-data-server-3.59.1/src/camel/camel-gpg-context.c:1083:12: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/src/camel/camel-gpg-context.c:1085:13: branch_false: ...to here
evolution-data-server-3.59.1/src/camel/camel-gpg-context.c:1085:12: branch_true: following ‘true’ branch...
evolution-data-server-3.59.1/src/camel/camel-gpg-context.c:1085:37: branch_true: ...to here
evolution-data-server-3.59.1/src/camel/camel-gpg-context.c:1085:13: branch_true: following ‘true’ branch...
evolution-data-server-3.59.1/src/camel/camel-gpg-context.c:1086:17: branch_true: ...to here
evolution-data-server-3.59.1/src/camel/camel-gpg-context.c:1148:9: call_function: calling ‘camel_gpg_ctx_close_pipe’ from ‘gpg_ctx_op_start’
evolution-data-server-3.59.1/src/camel/camel-gpg-context.c:1148:9: return_function: returning to ‘gpg_ctx_op_start’ from ‘camel_gpg_ctx_close_pipe’
evolution-data-server-3.59.1/src/camel/camel-gpg-context.c:1149:9: call_function: calling ‘camel_gpg_ctx_close_pipe’ from ‘gpg_ctx_op_start’
evolution-data-server-3.59.1/src/camel/camel-gpg-context.c:1149:9: return_function: returning to ‘gpg_ctx_op_start’ from ‘camel_gpg_ctx_close_pipe’
evolution-data-server-3.59.1/src/camel/camel-gpg-context.c:1159:12: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/src/camel/camel-gpg-context.c:1161:17: branch_false: ...to here
evolution-data-server-3.59.1/src/camel/camel-gpg-context.c:1161:17: branch_true: following ‘true’ branch (when ‘errnosave != 0’)...
evolution-data-server-3.59.1/src/camel/camel-gpg-context.c:1162:17: branch_true: ...to here
evolution-data-server-3.59.1/src/camel/camel-gpg-context.c:1164:25: throw: if ‘g_io_error_from_errno’ throws an exception...
evolution-data-server-3.59.1/src/camel/camel-gpg-context.c:1164:25: danger: ‘status_pipe[0]’ leaks here
# 1162|   		g_set_error (
# 1163|   			error, G_IO_ERROR,
# 1164|-> 			g_io_error_from_errno (errno),
# 1165|   			_("Failed to execute gpg: %s"),
# 1166|   			g_strerror (errno));

Error: GCC_ANALYZER_WARNING (CWE-775): [#def493]
evolution-data-server-3.59.1/src/camel/camel-gpg-context.c:1164:25: warning[-Wanalyzer-fd-leak]: leak of file descriptor ‘status_pipe[1]’
evolution-data-server-3.59.1/src/camel/camel-gpg-context.c:1070:1: enter_function: entry to ‘gpg_ctx_op_start’
evolution-data-server-3.59.1/src/camel/camel-gpg-context.c:1083:12: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/src/camel/camel-gpg-context.c:1085:13: branch_false: ...to here
evolution-data-server-3.59.1/src/camel/camel-gpg-context.c:1085:12: branch_true: following ‘true’ branch...
evolution-data-server-3.59.1/src/camel/camel-gpg-context.c:1085:37: branch_true: ...to here
evolution-data-server-3.59.1/src/camel/camel-gpg-context.c:1085:13: branch_true: following ‘true’ branch...
evolution-data-server-3.59.1/src/camel/camel-gpg-context.c:1086:17: branch_true: ...to here
evolution-data-server-3.59.1/src/camel/camel-gpg-context.c:1148:9: call_function: calling ‘camel_gpg_ctx_close_pipe’ from ‘gpg_ctx_op_start’
evolution-data-server-3.59.1/src/camel/camel-gpg-context.c:1148:9: return_function: returning to ‘gpg_ctx_op_start’ from ‘camel_gpg_ctx_close_pipe’
evolution-data-server-3.59.1/src/camel/camel-gpg-context.c:1149:9: call_function: calling ‘camel_gpg_ctx_close_pipe’ from ‘gpg_ctx_op_start’
evolution-data-server-3.59.1/src/camel/camel-gpg-context.c:1149:9: return_function: returning to ‘gpg_ctx_op_start’ from ‘camel_gpg_ctx_close_pipe’
evolution-data-server-3.59.1/src/camel/camel-gpg-context.c:1159:12: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/src/camel/camel-gpg-context.c:1161:17: branch_false: ...to here
evolution-data-server-3.59.1/src/camel/camel-gpg-context.c:1161:17: branch_true: following ‘true’ branch (when ‘errnosave != 0’)...
evolution-data-server-3.59.1/src/camel/camel-gpg-context.c:1162:17: branch_true: ...to here
evolution-data-server-3.59.1/src/camel/camel-gpg-context.c:1164:25: throw: if ‘g_io_error_from_errno’ throws an exception...
evolution-data-server-3.59.1/src/camel/camel-gpg-context.c:1164:25: danger: ‘status_pipe[1]’ leaks here
# 1162|   		g_set_error (
# 1163|   			error, G_IO_ERROR,
# 1164|-> 			g_io_error_from_errno (errno),
# 1165|   			_("Failed to execute gpg: %s"),
# 1166|   			g_strerror (errno));

Error: GCC_ANALYZER_WARNING (CWE-775): [#def494]
evolution-data-server-3.59.1/src/camel/camel-gpg-context.c:1168:17: warning[-Wanalyzer-fd-leak]: leak of file descriptor ‘status_pipe[0]’
evolution-data-server-3.59.1/src/camel/camel-gpg-context.c:1070:1: enter_function: entry to ‘gpg_ctx_op_start’
evolution-data-server-3.59.1/src/camel/camel-gpg-context.c:1083:12: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/src/camel/camel-gpg-context.c:1085:13: branch_false: ...to here
evolution-data-server-3.59.1/src/camel/camel-gpg-context.c:1085:12: branch_true: following ‘true’ branch...
evolution-data-server-3.59.1/src/camel/camel-gpg-context.c:1085:37: branch_true: ...to here
evolution-data-server-3.59.1/src/camel/camel-gpg-context.c:1085:13: branch_true: following ‘true’ branch...
evolution-data-server-3.59.1/src/camel/camel-gpg-context.c:1086:17: branch_true: ...to here
evolution-data-server-3.59.1/src/camel/camel-gpg-context.c:1148:9: call_function: calling ‘camel_gpg_ctx_close_pipe’ from ‘gpg_ctx_op_start’
evolution-data-server-3.59.1/src/camel/camel-gpg-context.c:1148:9: return_function: returning to ‘gpg_ctx_op_start’ from ‘camel_gpg_ctx_close_pipe’
evolution-data-server-3.59.1/src/camel/camel-gpg-context.c:1149:9: call_function: calling ‘camel_gpg_ctx_close_pipe’ from ‘gpg_ctx_op_start’
evolution-data-server-3.59.1/src/camel/camel-gpg-context.c:1149:9: return_function: returning to ‘gpg_ctx_op_start’ from ‘camel_gpg_ctx_close_pipe’
evolution-data-server-3.59.1/src/camel/camel-gpg-context.c:1159:12: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/src/camel/camel-gpg-context.c:1161:17: branch_false: ...to here
evolution-data-server-3.59.1/src/camel/camel-gpg-context.c:1161:17: branch_false: following ‘false’ branch (when ‘errnosave == 0’)...
evolution-data-server-3.59.1/src/camel/camel-gpg-context.c:1170:57: branch_false: ...to here
evolution-data-server-3.59.1/src/camel/camel-gpg-context.c:1168:17: throw: if ‘g_dgettext’ throws an exception...
evolution-data-server-3.59.1/src/camel/camel-gpg-context.c:1168:17: danger: ‘status_pipe[0]’ leaks here
# 1166|   			g_strerror (errno));
# 1167|   	else
# 1168|-> 		g_set_error (
# 1169|   			error, CAMEL_ERROR, CAMEL_ERROR_GENERIC,
# 1170|   			_("Failed to execute gpg: %s"), _("Unknown"));

Error: GCC_ANALYZER_WARNING (CWE-775): [#def495]
evolution-data-server-3.59.1/src/camel/camel-gpg-context.c:1168:17: warning[-Wanalyzer-fd-leak]: leak of file descriptor ‘status_pipe[1]’
evolution-data-server-3.59.1/src/camel/camel-gpg-context.c:1070:1: enter_function: entry to ‘gpg_ctx_op_start’
evolution-data-server-3.59.1/src/camel/camel-gpg-context.c:1083:12: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/src/camel/camel-gpg-context.c:1085:13: branch_false: ...to here
evolution-data-server-3.59.1/src/camel/camel-gpg-context.c:1085:12: branch_true: following ‘true’ branch...
evolution-data-server-3.59.1/src/camel/camel-gpg-context.c:1085:37: branch_true: ...to here
evolution-data-server-3.59.1/src/camel/camel-gpg-context.c:1085:13: branch_true: following ‘true’ branch...
evolution-data-server-3.59.1/src/camel/camel-gpg-context.c:1086:17: branch_true: ...to here
evolution-data-server-3.59.1/src/camel/camel-gpg-context.c:1148:9: call_function: calling ‘camel_gpg_ctx_close_pipe’ from ‘gpg_ctx_op_start’
evolution-data-server-3.59.1/src/camel/camel-gpg-context.c:1148:9: return_function: returning to ‘gpg_ctx_op_start’ from ‘camel_gpg_ctx_close_pipe’
evolution-data-server-3.59.1/src/camel/camel-gpg-context.c:1149:9: call_function: calling ‘camel_gpg_ctx_close_pipe’ from ‘gpg_ctx_op_start’
evolution-data-server-3.59.1/src/camel/camel-gpg-context.c:1149:9: return_function: returning to ‘gpg_ctx_op_start’ from ‘camel_gpg_ctx_close_pipe’
evolution-data-server-3.59.1/src/camel/camel-gpg-context.c:1159:12: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/src/camel/camel-gpg-context.c:1161:17: branch_false: ...to here
evolution-data-server-3.59.1/src/camel/camel-gpg-context.c:1161:17: branch_false: following ‘false’ branch (when ‘errnosave == 0’)...
evolution-data-server-3.59.1/src/camel/camel-gpg-context.c:1170:57: branch_false: ...to here
evolution-data-server-3.59.1/src/camel/camel-gpg-context.c:1168:17: throw: if ‘g_dgettext’ throws an exception...
evolution-data-server-3.59.1/src/camel/camel-gpg-context.c:1168:17: danger: ‘status_pipe[1]’ leaks here
# 1166|   			g_strerror (errno));
# 1167|   	else
# 1168|-> 		g_set_error (
# 1169|   			error, CAMEL_ERROR, CAMEL_ERROR_GENERIC,
# 1170|   			_("Failed to execute gpg: %s"), _("Unknown"));

Error: GCC_ANALYZER_WARNING (CWE-775): [#def496]
evolution-data-server-3.59.1/src/camel/camel-gpg-context.c:1170:57: warning[-Wanalyzer-fd-leak]: leak of file descriptor ‘status_pipe[0]’
evolution-data-server-3.59.1/src/camel/camel-gpg-context.c:1070:1: enter_function: entry to ‘gpg_ctx_op_start’
evolution-data-server-3.59.1/src/camel/camel-gpg-context.c:1083:12: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/src/camel/camel-gpg-context.c:1085:13: branch_false: ...to here
evolution-data-server-3.59.1/src/camel/camel-gpg-context.c:1085:12: branch_true: following ‘true’ branch...
evolution-data-server-3.59.1/src/camel/camel-gpg-context.c:1085:37: branch_true: ...to here
evolution-data-server-3.59.1/src/camel/camel-gpg-context.c:1085:13: branch_true: following ‘true’ branch...
evolution-data-server-3.59.1/src/camel/camel-gpg-context.c:1086:17: branch_true: ...to here
evolution-data-server-3.59.1/src/camel/camel-gpg-context.c:1148:9: call_function: calling ‘camel_gpg_ctx_close_pipe’ from ‘gpg_ctx_op_start’
evolution-data-server-3.59.1/src/camel/camel-gpg-context.c:1148:9: return_function: returning to ‘gpg_ctx_op_start’ from ‘camel_gpg_ctx_close_pipe’
evolution-data-server-3.59.1/src/camel/camel-gpg-context.c:1149:9: call_function: calling ‘camel_gpg_ctx_close_pipe’ from ‘gpg_ctx_op_start’
evolution-data-server-3.59.1/src/camel/camel-gpg-context.c:1149:9: return_function: returning to ‘gpg_ctx_op_start’ from ‘camel_gpg_ctx_close_pipe’
evolution-data-server-3.59.1/src/camel/camel-gpg-context.c:1159:12: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/src/camel/camel-gpg-context.c:1161:17: branch_false: ...to here
evolution-data-server-3.59.1/src/camel/camel-gpg-context.c:1161:17: branch_false: following ‘false’ branch (when ‘errnosave == 0’)...
evolution-data-server-3.59.1/src/camel/camel-gpg-context.c:1170:57: branch_false: ...to here
evolution-data-server-3.59.1/src/camel/camel-gpg-context.c:1170:57: throw: if ‘g_dgettext’ throws an exception...
evolution-data-server-3.59.1/src/camel/camel-gpg-context.c:1170:57: danger: ‘status_pipe[0]’ leaks here
# 1168|   		g_set_error (
# 1169|   			error, CAMEL_ERROR, CAMEL_ERROR_GENERIC,
# 1170|-> 			_("Failed to execute gpg: %s"), _("Unknown"));
# 1171|   
# 1172|   	return FALSE;

Error: GCC_ANALYZER_WARNING (CWE-775): [#def497]
evolution-data-server-3.59.1/src/camel/camel-gpg-context.c:1170:57: warning[-Wanalyzer-fd-leak]: leak of file descriptor ‘status_pipe[1]’
evolution-data-server-3.59.1/src/camel/camel-gpg-context.c:1070:1: enter_function: entry to ‘gpg_ctx_op_start’
evolution-data-server-3.59.1/src/camel/camel-gpg-context.c:1083:12: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/src/camel/camel-gpg-context.c:1085:13: branch_false: ...to here
evolution-data-server-3.59.1/src/camel/camel-gpg-context.c:1085:12: branch_true: following ‘true’ branch...
evolution-data-server-3.59.1/src/camel/camel-gpg-context.c:1085:37: branch_true: ...to here
evolution-data-server-3.59.1/src/camel/camel-gpg-context.c:1085:13: branch_true: following ‘true’ branch...
evolution-data-server-3.59.1/src/camel/camel-gpg-context.c:1086:17: branch_true: ...to here
evolution-data-server-3.59.1/src/camel/camel-gpg-context.c:1148:9: call_function: calling ‘camel_gpg_ctx_close_pipe’ from ‘gpg_ctx_op_start’
evolution-data-server-3.59.1/src/camel/camel-gpg-context.c:1148:9: return_function: returning to ‘gpg_ctx_op_start’ from ‘camel_gpg_ctx_close_pipe’
evolution-data-server-3.59.1/src/camel/camel-gpg-context.c:1149:9: call_function: calling ‘camel_gpg_ctx_close_pipe’ from ‘gpg_ctx_op_start’
evolution-data-server-3.59.1/src/camel/camel-gpg-context.c:1149:9: return_function: returning to ‘gpg_ctx_op_start’ from ‘camel_gpg_ctx_close_pipe’
evolution-data-server-3.59.1/src/camel/camel-gpg-context.c:1159:12: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/src/camel/camel-gpg-context.c:1161:17: branch_false: ...to here
evolution-data-server-3.59.1/src/camel/camel-gpg-context.c:1161:17: branch_false: following ‘false’ branch (when ‘errnosave == 0’)...
evolution-data-server-3.59.1/src/camel/camel-gpg-context.c:1170:57: branch_false: ...to here
evolution-data-server-3.59.1/src/camel/camel-gpg-context.c:1170:57: throw: if ‘g_dgettext’ throws an exception...
evolution-data-server-3.59.1/src/camel/camel-gpg-context.c:1170:57: danger: ‘status_pipe[1]’ leaks here
# 1168|   		g_set_error (
# 1169|   			error, CAMEL_ERROR, CAMEL_ERROR_GENERIC,
# 1170|-> 			_("Failed to execute gpg: %s"), _("Unknown"));
# 1171|   
# 1172|   	return FALSE;

Error: GCC_ANALYZER_WARNING (CWE-476): [#def498]
evolution-data-server-3.59.1/src/camel/camel-iconv.c:128:16: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘s’
evolution-data-server-3.59.1/src/camel/camel-iconv.c:191:1: enter_function: entry to ‘iconv_init’
evolution-data-server-3.59.1/src/camel/camel-iconv.c:222:12: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/src/camel/camel-iconv.c:237:17: release_memory: using NULL here
evolution-data-server-3.59.1/src/camel/camel-iconv.c:238:17: call_function: calling ‘e_strdown’ from ‘iconv_init’
#  126|   	register gchar *s = str;
#  127|   
#  128|-> 	while (*s) {
#  129|   		if (*s >= 'A' && *s <= 'Z')
#  130|   			*s += 0x20;

Error: COMPILER_WARNING (CWE-704): [#def499]
evolution-data-server-3.59.1/src/camel/camel-iconv.c: scope_hint: In function ‘locale_parse_lang’
evolution-data-server-3.59.1/src/camel/camel-iconv.c:156:22: warning[-Wdiscarded-qualifiers]: assignment discards ‘const’ qualifier from pointer target type
#  156 |         if ((codeset = strchr (locale, '.')))
#      |                      ^
#  154|   	gchar *codeset, *lang;
#  155|   
#  156|-> 	if ((codeset = strchr (locale, '.')))
#  157|   		lang = g_strndup (locale, codeset - locale);
#  158|   	else

Error: COMPILER_WARNING (CWE-704): [#def500]
evolution-data-server-3.59.1/src/camel/camel-iconv.c:156:22: warning[-Wdiscarded-qualifiers]: assignment discards ‘const’ qualifier from pointer target type
#  154|   	gchar *codeset, *lang;
#  155|   
#  156|-> 	if ((codeset = strchr (locale, '.')))
#  157|   		lang = g_strndup (locale, codeset - locale);
#  158|   	else

Error: GCC_ANALYZER_WARNING (CWE-401): [#def501]
evolution-data-server-3.59.1/src/camel/camel-index-control.c:181:30: warning[-Wanalyzer-malloc-leak]: leak of ‘opendir("/home/notzed/evolution/local/Inbox/mbox/cur")’
evolution-data-server-3.59.1/src/camel/camel-index-control.c:175:15: acquire_memory: allocated here
evolution-data-server-3.59.1/src/camel/camel-index-control.c:176:12: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/src/camel/camel-index-control.c:181:30: branch_false: ...to here
evolution-data-server-3.59.1/src/camel/camel-index-control.c:181:30: throw: if ‘camel_text_index_new’ throws an exception...
evolution-data-server-3.59.1/src/camel/camel-index-control.c:181:30: danger: ‘opendir("/home/notzed/evolution/local/Inbox/mbox/cur")’ leaks here; was allocated at [(1)](sarif:/runs/0/results/0/codeFlows/0/threadFlows/0/locations/0)
#  179|   	}
#  180|   
#  181|-> 	idx = (CamelIndex *) camel_text_index_new (
#  182|   		"/tmp/index", O_TRUNC | O_CREAT | O_RDWR);
#  183|   	if (idx == NULL) {

Error: GCC_ANALYZER_WARNING (CWE-401): [#def502]
evolution-data-server-3.59.1/src/camel/camel-index-control.c:184:17: warning[-Wanalyzer-malloc-leak]: leak of ‘opendir("/home/notzed/evolution/local/Inbox/mbox/cur")’
evolution-data-server-3.59.1/src/camel/camel-index-control.c:175:15: acquire_memory: allocated here
evolution-data-server-3.59.1/src/camel/camel-index-control.c:176:12: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/src/camel/camel-index-control.c:181:30: branch_false: ...to here
evolution-data-server-3.59.1/src/camel/camel-index-control.c:183:12: branch_true: following ‘true’ branch...
evolution-data-server-3.59.1/src/camel/camel-index-control.c:184:17: branch_true: ...to here
evolution-data-server-3.59.1/src/camel/camel-index-control.c:184:17: throw: if ‘perror’ throws an exception...
evolution-data-server-3.59.1/src/camel/camel-index-control.c:184:17: danger: ‘opendir("/home/notzed/evolution/local/Inbox/mbox/cur")’ leaks here; was allocated at [(1)](sarif:/runs/0/results/1/codeFlows/0/threadFlows/0/locations/0)
#  182|   		"/tmp/index", O_TRUNC | O_CREAT | O_RDWR);
#  183|   	if (idx == NULL) {
#  184|-> 		perror ("open index");
#  185|   		closedir (dir);
#  186|   		return 1;

Error: GCC_ANALYZER_WARNING (CWE-401): [#def503]
evolution-data-server-3.59.1/src/camel/camel-index-control.c:185:17: warning[-Wanalyzer-malloc-leak]: leak of ‘opendir("/home/notzed/evolution/local/Inbox/mbox/cur")’
evolution-data-server-3.59.1/src/camel/camel-index-control.c:175:15: acquire_memory: allocated here
evolution-data-server-3.59.1/src/camel/camel-index-control.c:176:12: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/src/camel/camel-index-control.c:181:30: branch_false: ...to here
evolution-data-server-3.59.1/src/camel/camel-index-control.c:183:12: branch_true: following ‘true’ branch...
evolution-data-server-3.59.1/src/camel/camel-index-control.c:184:17: branch_true: ...to here
evolution-data-server-3.59.1/src/camel/camel-index-control.c:185:17: danger: ‘opendir("/home/notzed/evolution/local/Inbox/mbox/cur")’ leaks here; was allocated at [(1)](sarif:/runs/0/results/2/codeFlows/0/threadFlows/0/locations/0)
#  183|   	if (idx == NULL) {
#  184|   		perror ("open index");
#  185|-> 		closedir (dir);
#  186|   		return 1;
#  187|   	}

Error: GCC_ANALYZER_WARNING (CWE-401): [#def504]
evolution-data-server-3.59.1/src/camel/camel-index-control.c:189:16: warning[-Wanalyzer-malloc-leak]: leak of ‘opendir("/home/notzed/evolution/local/Inbox/mbox/cur")’
evolution-data-server-3.59.1/src/camel/camel-index-control.c:175:15: acquire_memory: allocated here
evolution-data-server-3.59.1/src/camel/camel-index-control.c:176:12: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/src/camel/camel-index-control.c:181:30: branch_false: ...to here
evolution-data-server-3.59.1/src/camel/camel-index-control.c:183:12: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/src/camel/camel-index-control.c:189:16: branch_false: ...to here
evolution-data-server-3.59.1/src/camel/camel-index-control.c:189:16: throw: if ‘camel_stream_null_new’ throws an exception...
evolution-data-server-3.59.1/src/camel/camel-index-control.c:189:16: danger: ‘opendir("/home/notzed/evolution/local/Inbox/mbox/cur")’ leaks here; was allocated at [(1)](sarif:/runs/0/results/3/codeFlows/0/threadFlows/0/locations/0)
#  187|   	}
#  188|   
#  189|-> 	null = camel_stream_null_new ();
#  190|   	filter = camel_stream_filter_new (null);
#  191|   	g_object_unref (null);

Error: GCC_ANALYZER_WARNING (CWE-401): [#def505]
evolution-data-server-3.59.1/src/camel/camel-index-control.c:190:18: warning[-Wanalyzer-malloc-leak]: leak of ‘opendir("/home/notzed/evolution/local/Inbox/mbox/cur")’
evolution-data-server-3.59.1/src/camel/camel-index-control.c:175:15: acquire_memory: allocated here
evolution-data-server-3.59.1/src/camel/camel-index-control.c:176:12: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/src/camel/camel-index-control.c:181:30: branch_false: ...to here
evolution-data-server-3.59.1/src/camel/camel-index-control.c:183:12: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/src/camel/camel-index-control.c:189:16: branch_false: ...to here
evolution-data-server-3.59.1/src/camel/camel-index-control.c:190:18: throw: if ‘camel_stream_filter_new’ throws an exception...
evolution-data-server-3.59.1/src/camel/camel-index-control.c:190:18: danger: ‘opendir("/home/notzed/evolution/local/Inbox/mbox/cur")’ leaks here; was allocated at [(1)](sarif:/runs/0/results/4/codeFlows/0/threadFlows/0/locations/0)
#  188|   
#  189|   	null = camel_stream_null_new ();
#  190|-> 	filter = camel_stream_filter_new (null);
#  191|   	g_object_unref (null);
#  192|   	filter_index = camel_mime_filter_index_new (idx);

Error: GCC_ANALYZER_WARNING (CWE-401): [#def506]
evolution-data-server-3.59.1/src/camel/camel-index-control.c:191:9: warning[-Wanalyzer-malloc-leak]: leak of ‘opendir("/home/notzed/evolution/local/Inbox/mbox/cur")’
evolution-data-server-3.59.1/src/camel/camel-index-control.c:175:15: acquire_memory: allocated here
evolution-data-server-3.59.1/src/camel/camel-index-control.c:176:12: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/src/camel/camel-index-control.c:181:30: branch_false: ...to here
evolution-data-server-3.59.1/src/camel/camel-index-control.c:183:12: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/src/camel/camel-index-control.c:189:16: branch_false: ...to here
evolution-data-server-3.59.1/src/camel/camel-index-control.c:191:9: throw: if ‘g_object_unref’ throws an exception...
evolution-data-server-3.59.1/src/camel/camel-index-control.c:191:9: danger: ‘opendir("/home/notzed/evolution/local/Inbox/mbox/cur")’ leaks here; was allocated at [(1)](sarif:/runs/0/results/5/codeFlows/0/threadFlows/0/locations/0)
#  189|   	null = camel_stream_null_new ();
#  190|   	filter = camel_stream_filter_new (null);
#  191|-> 	g_object_unref (null);
#  192|   	filter_index = camel_mime_filter_index_new (idx);
#  193|   	camel_stream_filter_add ((CamelStreamFilter *) filter, filter_index);

Error: GCC_ANALYZER_WARNING (CWE-401): [#def507]
evolution-data-server-3.59.1/src/camel/camel-index-control.c:192:24: warning[-Wanalyzer-malloc-leak]: leak of ‘opendir("/home/notzed/evolution/local/Inbox/mbox/cur")’
evolution-data-server-3.59.1/src/camel/camel-index-control.c:175:15: acquire_memory: allocated here
evolution-data-server-3.59.1/src/camel/camel-index-control.c:176:12: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/src/camel/camel-index-control.c:181:30: branch_false: ...to here
evolution-data-server-3.59.1/src/camel/camel-index-control.c:183:12: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/src/camel/camel-index-control.c:189:16: branch_false: ...to here
evolution-data-server-3.59.1/src/camel/camel-index-control.c:192:24: throw: if ‘camel_mime_filter_index_new’ throws an exception...
evolution-data-server-3.59.1/src/camel/camel-index-control.c:192:24: danger: ‘opendir("/home/notzed/evolution/local/Inbox/mbox/cur")’ leaks here; was allocated at [(1)](sarif:/runs/0/results/6/codeFlows/0/threadFlows/0/locations/0)
#  190|   	filter = camel_stream_filter_new (null);
#  191|   	g_object_unref (null);
#  192|-> 	filter_index = camel_mime_filter_index_new (idx);
#  193|   	camel_stream_filter_add ((CamelStreamFilter *) filter, filter_index);
#  194|   

Error: GCC_ANALYZER_WARNING (CWE-401): [#def508]
evolution-data-server-3.59.1/src/camel/camel-index-control.c:193:9: warning[-Wanalyzer-malloc-leak]: leak of ‘opendir("/home/notzed/evolution/local/Inbox/mbox/cur")’
evolution-data-server-3.59.1/src/camel/camel-index-control.c:175:15: acquire_memory: allocated here
evolution-data-server-3.59.1/src/camel/camel-index-control.c:176:12: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/src/camel/camel-index-control.c:181:30: branch_false: ...to here
evolution-data-server-3.59.1/src/camel/camel-index-control.c:183:12: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/src/camel/camel-index-control.c:189:16: branch_false: ...to here
evolution-data-server-3.59.1/src/camel/camel-index-control.c:193:9: throw: if ‘camel_stream_filter_add’ throws an exception...
evolution-data-server-3.59.1/src/camel/camel-index-control.c:193:9: danger: ‘opendir("/home/notzed/evolution/local/Inbox/mbox/cur")’ leaks here; was allocated at [(1)](sarif:/runs/0/results/7/codeFlows/0/threadFlows/0/locations/0)
#  191|   	g_object_unref (null);
#  192|   	filter_index = camel_mime_filter_index_new (idx);
#  193|-> 	camel_stream_filter_add ((CamelStreamFilter *) filter, filter_index);
#  194|   
#  195|   	while ((d = readdir (dir))) {

Error: GCC_ANALYZER_WARNING (CWE-401): [#def509]
evolution-data-server-3.59.1/src/camel/camel-index-control.c:195:21: warning[-Wanalyzer-malloc-leak]: leak of ‘opendir("/home/notzed/evolution/local/Inbox/mbox/cur")’
evolution-data-server-3.59.1/src/camel/camel-index-control.c:175:15: acquire_memory: allocated here
evolution-data-server-3.59.1/src/camel/camel-index-control.c:176:12: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/src/camel/camel-index-control.c:181:30: branch_false: ...to here
evolution-data-server-3.59.1/src/camel/camel-index-control.c:183:12: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/src/camel/camel-index-control.c:189:16: branch_false: ...to here
evolution-data-server-3.59.1/src/camel/camel-index-control.c:195:21: throw: if ‘readdir’ throws an exception...
evolution-data-server-3.59.1/src/camel/camel-index-control.c:195:21: danger: ‘opendir("/home/notzed/evolution/local/Inbox/mbox/cur")’ leaks here; was allocated at [(1)](sarif:/runs/0/results/8/codeFlows/0/threadFlows/0/locations/0)
#  193|   	camel_stream_filter_add ((CamelStreamFilter *) filter, filter_index);
#  194|   
#  195|-> 	while ((d = readdir (dir))) {
#  196|   		printf ("indexing '%s'\n", d->d_name);
#  197|   

Error: GCC_ANALYZER_WARNING (CWE-775): [#def510]
evolution-data-server-3.59.1/src/camel/camel-lock-client.c:134:17: warning[-Wanalyzer-fd-leak]: leak of file descriptor ‘dupfd1’
evolution-data-server-3.59.1/src/camel/camel-lock-client.c:99:12: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/src/camel/camel-lock-client.c:100:16: branch_false: ...to here
evolution-data-server-3.59.1/src/camel/camel-lock-client.c:99:13: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/src/camel/camel-lock-client.c:118:27: branch_false: ...to here
evolution-data-server-3.59.1/src/camel/camel-lock-client.c:133:26: acquire_resource: opened here
evolution-data-server-3.59.1/src/camel/camel-lock-client.c:134:17: throw: if ‘close’ throws an exception...
evolution-data-server-3.59.1/src/camel/camel-lock-client.c:134:17: danger: ‘dupfd1’ leaks here; was opened at [(9)](sarif:/runs/0/results/0/codeFlows/0/threadFlows/0/locations/8)
#  132|   		close (STDIN_FILENO);
#  133|   		dupfd1 = dup (lock_stdin_pipe[0]);
#  134|-> 		close (STDOUT_FILENO);
#  135|   		dupfd2 = dup (lock_stdout_pipe[1]);
#  136|   		close (lock_stdin_pipe[0]);

Error: GCC_ANALYZER_WARNING (CWE-775): [#def511]
evolution-data-server-3.59.1/src/camel/camel-lock-client.c:136:17: warning[-Wanalyzer-fd-leak]: leak of file descriptor ‘dupfd1’
evolution-data-server-3.59.1/src/camel/camel-lock-client.c:99:12: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/src/camel/camel-lock-client.c:100:16: branch_false: ...to here
evolution-data-server-3.59.1/src/camel/camel-lock-client.c:99:13: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/src/camel/camel-lock-client.c:118:27: branch_false: ...to here
evolution-data-server-3.59.1/src/camel/camel-lock-client.c:133:26: acquire_resource: opened here
evolution-data-server-3.59.1/src/camel/camel-lock-client.c:136:17: throw: if ‘close’ throws an exception...
evolution-data-server-3.59.1/src/camel/camel-lock-client.c:136:17: danger: ‘dupfd1’ leaks here; was opened at [(9)](sarif:/runs/0/results/1/codeFlows/0/threadFlows/0/locations/8)
#  134|   		close (STDOUT_FILENO);
#  135|   		dupfd2 = dup (lock_stdout_pipe[1]);
#  136|-> 		close (lock_stdin_pipe[0]);
#  137|   		close (lock_stdin_pipe[1]);
#  138|   		close (lock_stdout_pipe[0]);

Error: GCC_ANALYZER_WARNING (CWE-775): [#def512]
evolution-data-server-3.59.1/src/camel/camel-lock-client.c:136:17: warning[-Wanalyzer-fd-leak]: leak of file descriptor ‘dupfd2’
evolution-data-server-3.59.1/src/camel/camel-lock-client.c:99:12: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/src/camel/camel-lock-client.c:100:16: branch_false: ...to here
evolution-data-server-3.59.1/src/camel/camel-lock-client.c:99:13: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/src/camel/camel-lock-client.c:118:27: branch_false: ...to here
evolution-data-server-3.59.1/src/camel/camel-lock-client.c:135:26: acquire_resource: opened here
evolution-data-server-3.59.1/src/camel/camel-lock-client.c:136:17: throw: if ‘close’ throws an exception...
evolution-data-server-3.59.1/src/camel/camel-lock-client.c:136:17: danger: ‘dupfd2’ leaks here; was opened at [(9)](sarif:/runs/0/results/2/codeFlows/0/threadFlows/0/locations/8)
#  134|   		close (STDOUT_FILENO);
#  135|   		dupfd2 = dup (lock_stdout_pipe[1]);
#  136|-> 		close (lock_stdin_pipe[0]);
#  137|   		close (lock_stdin_pipe[1]);
#  138|   		close (lock_stdout_pipe[0]);

Error: GCC_ANALYZER_WARNING (CWE-775): [#def513]
evolution-data-server-3.59.1/src/camel/camel-lock-client.c:137:17: warning[-Wanalyzer-fd-leak]: leak of file descriptor ‘dupfd1’
evolution-data-server-3.59.1/src/camel/camel-lock-client.c:99:12: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/src/camel/camel-lock-client.c:100:16: branch_false: ...to here
evolution-data-server-3.59.1/src/camel/camel-lock-client.c:99:13: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/src/camel/camel-lock-client.c:118:27: branch_false: ...to here
evolution-data-server-3.59.1/src/camel/camel-lock-client.c:133:26: acquire_resource: opened here
evolution-data-server-3.59.1/src/camel/camel-lock-client.c:137:17: throw: if ‘close’ throws an exception...
evolution-data-server-3.59.1/src/camel/camel-lock-client.c:137:17: danger: ‘dupfd1’ leaks here; was opened at [(9)](sarif:/runs/0/results/3/codeFlows/0/threadFlows/0/locations/8)
#  135|   		dupfd2 = dup (lock_stdout_pipe[1]);
#  136|   		close (lock_stdin_pipe[0]);
#  137|-> 		close (lock_stdin_pipe[1]);
#  138|   		close (lock_stdout_pipe[0]);
#  139|   		close (lock_stdout_pipe[1]);

Error: GCC_ANALYZER_WARNING (CWE-775): [#def514]
evolution-data-server-3.59.1/src/camel/camel-lock-client.c:137:17: warning[-Wanalyzer-fd-leak]: leak of file descriptor ‘dupfd2’
evolution-data-server-3.59.1/src/camel/camel-lock-client.c:99:12: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/src/camel/camel-lock-client.c:100:16: branch_false: ...to here
evolution-data-server-3.59.1/src/camel/camel-lock-client.c:99:13: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/src/camel/camel-lock-client.c:118:27: branch_false: ...to here
evolution-data-server-3.59.1/src/camel/camel-lock-client.c:135:26: acquire_resource: opened here
evolution-data-server-3.59.1/src/camel/camel-lock-client.c:137:17: throw: if ‘close’ throws an exception...
evolution-data-server-3.59.1/src/camel/camel-lock-client.c:137:17: danger: ‘dupfd2’ leaks here; was opened at [(9)](sarif:/runs/0/results/4/codeFlows/0/threadFlows/0/locations/8)
#  135|   		dupfd2 = dup (lock_stdout_pipe[1]);
#  136|   		close (lock_stdin_pipe[0]);
#  137|-> 		close (lock_stdin_pipe[1]);
#  138|   		close (lock_stdout_pipe[0]);
#  139|   		close (lock_stdout_pipe[1]);

Error: GCC_ANALYZER_WARNING (CWE-775): [#def515]
evolution-data-server-3.59.1/src/camel/camel-lock-client.c:138:17: warning[-Wanalyzer-fd-leak]: leak of file descriptor ‘dupfd1’
evolution-data-server-3.59.1/src/camel/camel-lock-client.c:99:12: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/src/camel/camel-lock-client.c:100:16: branch_false: ...to here
evolution-data-server-3.59.1/src/camel/camel-lock-client.c:99:13: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/src/camel/camel-lock-client.c:118:27: branch_false: ...to here
evolution-data-server-3.59.1/src/camel/camel-lock-client.c:133:26: acquire_resource: opened here
evolution-data-server-3.59.1/src/camel/camel-lock-client.c:138:17: throw: if ‘close’ throws an exception...
evolution-data-server-3.59.1/src/camel/camel-lock-client.c:138:17: danger: ‘dupfd1’ leaks here; was opened at [(9)](sarif:/runs/0/results/5/codeFlows/0/threadFlows/0/locations/8)
#  136|   		close (lock_stdin_pipe[0]);
#  137|   		close (lock_stdin_pipe[1]);
#  138|-> 		close (lock_stdout_pipe[0]);
#  139|   		close (lock_stdout_pipe[1]);
#  140|   		for (i = 3; i < 255; i++)

Error: GCC_ANALYZER_WARNING (CWE-775): [#def516]
evolution-data-server-3.59.1/src/camel/camel-lock-client.c:138:17: warning[-Wanalyzer-fd-leak]: leak of file descriptor ‘dupfd2’
evolution-data-server-3.59.1/src/camel/camel-lock-client.c:99:12: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/src/camel/camel-lock-client.c:100:16: branch_false: ...to here
evolution-data-server-3.59.1/src/camel/camel-lock-client.c:99:13: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/src/camel/camel-lock-client.c:118:27: branch_false: ...to here
evolution-data-server-3.59.1/src/camel/camel-lock-client.c:135:26: acquire_resource: opened here
evolution-data-server-3.59.1/src/camel/camel-lock-client.c:138:17: throw: if ‘close’ throws an exception...
evolution-data-server-3.59.1/src/camel/camel-lock-client.c:138:17: danger: ‘dupfd2’ leaks here; was opened at [(9)](sarif:/runs/0/results/6/codeFlows/0/threadFlows/0/locations/8)
#  136|   		close (lock_stdin_pipe[0]);
#  137|   		close (lock_stdin_pipe[1]);
#  138|-> 		close (lock_stdout_pipe[0]);
#  139|   		close (lock_stdout_pipe[1]);
#  140|   		for (i = 3; i < 255; i++)

Error: GCC_ANALYZER_WARNING (CWE-775): [#def517]
evolution-data-server-3.59.1/src/camel/camel-lock-client.c:139:17: warning[-Wanalyzer-fd-leak]: leak of file descriptor ‘dupfd1’
evolution-data-server-3.59.1/src/camel/camel-lock-client.c:99:12: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/src/camel/camel-lock-client.c:100:16: branch_false: ...to here
evolution-data-server-3.59.1/src/camel/camel-lock-client.c:99:13: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/src/camel/camel-lock-client.c:118:27: branch_false: ...to here
evolution-data-server-3.59.1/src/camel/camel-lock-client.c:133:26: acquire_resource: opened here
evolution-data-server-3.59.1/src/camel/camel-lock-client.c:139:17: throw: if ‘close’ throws an exception...
evolution-data-server-3.59.1/src/camel/camel-lock-client.c:139:17: danger: ‘dupfd1’ leaks here; was opened at [(9)](sarif:/runs/0/results/7/codeFlows/0/threadFlows/0/locations/8)
#  137|   		close (lock_stdin_pipe[1]);
#  138|   		close (lock_stdout_pipe[0]);
#  139|-> 		close (lock_stdout_pipe[1]);
#  140|   		for (i = 3; i < 255; i++)
#  141|   			     close (i);

Error: GCC_ANALYZER_WARNING (CWE-775): [#def518]
evolution-data-server-3.59.1/src/camel/camel-lock-client.c:139:17: warning[-Wanalyzer-fd-leak]: leak of file descriptor ‘dupfd2’
evolution-data-server-3.59.1/src/camel/camel-lock-client.c:99:12: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/src/camel/camel-lock-client.c:100:16: branch_false: ...to here
evolution-data-server-3.59.1/src/camel/camel-lock-client.c:99:13: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/src/camel/camel-lock-client.c:118:27: branch_false: ...to here
evolution-data-server-3.59.1/src/camel/camel-lock-client.c:135:26: acquire_resource: opened here
evolution-data-server-3.59.1/src/camel/camel-lock-client.c:139:17: throw: if ‘close’ throws an exception...
evolution-data-server-3.59.1/src/camel/camel-lock-client.c:139:17: danger: ‘dupfd2’ leaks here; was opened at [(9)](sarif:/runs/0/results/8/codeFlows/0/threadFlows/0/locations/8)
#  137|   		close (lock_stdin_pipe[1]);
#  138|   		close (lock_stdout_pipe[0]);
#  139|-> 		close (lock_stdout_pipe[1]);
#  140|   		for (i = 3; i < 255; i++)
#  141|   			     close (i);

Error: GCC_ANALYZER_WARNING (CWE-775): [#def519]
evolution-data-server-3.59.1/src/camel/camel-lock-client.c:141:30: warning[-Wanalyzer-fd-leak]: leak of file descriptor ‘dupfd1’
evolution-data-server-3.59.1/src/camel/camel-lock-client.c:99:12: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/src/camel/camel-lock-client.c:100:16: branch_false: ...to here
evolution-data-server-3.59.1/src/camel/camel-lock-client.c:99:13: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/src/camel/camel-lock-client.c:118:27: branch_false: ...to here
evolution-data-server-3.59.1/src/camel/camel-lock-client.c:133:26: acquire_resource: opened here
evolution-data-server-3.59.1/src/camel/camel-lock-client.c:140:29: branch_true: following ‘true’ branch (when ‘i != 255’)...
evolution-data-server-3.59.1/src/camel/camel-lock-client.c:141:30: branch_true: ...to here
evolution-data-server-3.59.1/src/camel/camel-lock-client.c:141:30: throw: if ‘close’ throws an exception...
evolution-data-server-3.59.1/src/camel/camel-lock-client.c:141:30: danger: ‘dupfd1’ leaks here; was opened at [(9)](sarif:/runs/0/results/9/codeFlows/0/threadFlows/0/locations/8)
#  139|   		close (lock_stdout_pipe[1]);
#  140|   		for (i = 3; i < 255; i++)
#  141|-> 			     close (i);
#  142|   		execl (CAMEL_LIBEXECDIR "/camel-lock-helper-" API_VERSION, "camel-lock-helper", NULL);
#  143|   

Error: GCC_ANALYZER_WARNING (CWE-775): [#def520]
evolution-data-server-3.59.1/src/camel/camel-lock-client.c:141:30: warning[-Wanalyzer-fd-leak]: leak of file descriptor ‘dupfd2’
evolution-data-server-3.59.1/src/camel/camel-lock-client.c:99:12: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/src/camel/camel-lock-client.c:100:16: branch_false: ...to here
evolution-data-server-3.59.1/src/camel/camel-lock-client.c:99:13: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/src/camel/camel-lock-client.c:118:27: branch_false: ...to here
evolution-data-server-3.59.1/src/camel/camel-lock-client.c:135:26: acquire_resource: opened here
evolution-data-server-3.59.1/src/camel/camel-lock-client.c:140:29: branch_true: following ‘true’ branch (when ‘i != 255’)...
evolution-data-server-3.59.1/src/camel/camel-lock-client.c:141:30: branch_true: ...to here
evolution-data-server-3.59.1/src/camel/camel-lock-client.c:141:30: throw: if ‘close’ throws an exception...
evolution-data-server-3.59.1/src/camel/camel-lock-client.c:141:30: danger: ‘dupfd2’ leaks here; was opened at [(9)](sarif:/runs/0/results/10/codeFlows/0/threadFlows/0/locations/8)
#  139|   		close (lock_stdout_pipe[1]);
#  140|   		for (i = 3; i < 255; i++)
#  141|-> 			     close (i);
#  142|   		execl (CAMEL_LIBEXECDIR "/camel-lock-helper-" API_VERSION, "camel-lock-helper", NULL);
#  143|   

Error: GCC_ANALYZER_WARNING (CWE-401): [#def521]
evolution-data-server-3.59.1/src/camel/camel-lock-helper.c:150:13: warning[-Wanalyzer-malloc-leak]: leak of ‘info’
evolution-data-server-3.59.1/src/camel/camel-lock-helper.c:136:12: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/src/camel/camel-lock-helper.c:137:16: branch_false: ...to here
evolution-data-server-3.59.1/src/camel/camel-lock-helper.c:136:13: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/src/camel/camel-lock-helper.c:138:17: branch_false: ...to here
evolution-data-server-3.59.1/src/camel/camel-lock-helper.c:136:13: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/src/camel/camel-lock-helper.c:139:16: branch_false: ...to here
evolution-data-server-3.59.1/src/camel/camel-lock-helper.c:136:13: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/src/camel/camel-lock-helper.c:143:41: branch_false: ...to here
evolution-data-server-3.59.1/src/camel/camel-lock-helper.c:143:16: acquire_memory: allocated here
evolution-data-server-3.59.1/src/camel/camel-lock-helper.c:144:12: branch_false: following ‘false’ branch (when ‘info’ is non-NULL)...
evolution-data-server-3.59.1/src/camel/camel-lock-helper.c:150:13: branch_false: ...to here
evolution-data-server-3.59.1/src/camel/camel-lock-helper.c:150:13: throw: if ‘camel_lock_dot’ throws an exception...
evolution-data-server-3.59.1/src/camel/camel-lock-helper.c:150:13: danger: ‘info’ leaks here; was allocated at [(9)](sarif:/runs/0/results/0/codeFlows/0/threadFlows/0/locations/8)
#  148|   
#  149|   	/* we try the real uid first, and if that fails, try the 'root id' */
#  150|-> 	if (camel_lock_dot (path, NULL) == -1) {
#  151|   #ifdef SETEUID_SAVES
#  152|   		if (lock_real_uid != lock_root_uid) {

Error: GCC_ANALYZER_WARNING (CWE-401): [#def522]
evolution-data-server-3.59.1/src/camel/camel-lock-helper.c:154:37: warning[-Wanalyzer-malloc-leak]: leak of ‘info’
evolution-data-server-3.59.1/src/camel/camel-lock-helper.c:136:12: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/src/camel/camel-lock-helper.c:137:16: branch_false: ...to here
evolution-data-server-3.59.1/src/camel/camel-lock-helper.c:136:13: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/src/camel/camel-lock-helper.c:138:17: branch_false: ...to here
evolution-data-server-3.59.1/src/camel/camel-lock-helper.c:136:13: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/src/camel/camel-lock-helper.c:139:16: branch_false: ...to here
evolution-data-server-3.59.1/src/camel/camel-lock-helper.c:136:13: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/src/camel/camel-lock-helper.c:143:41: branch_false: ...to here
evolution-data-server-3.59.1/src/camel/camel-lock-helper.c:143:16: acquire_memory: allocated here
evolution-data-server-3.59.1/src/camel/camel-lock-helper.c:144:12: branch_false: following ‘false’ branch (when ‘info’ is non-NULL)...
evolution-data-server-3.59.1/src/camel/camel-lock-helper.c:150:13: branch_false: ...to here
evolution-data-server-3.59.1/src/camel/camel-lock-helper.c:150:12: branch_true: following ‘true’ branch...
evolution-data-server-3.59.1/src/camel/camel-lock-helper.c:152:21: branch_true: ...to here
evolution-data-server-3.59.1/src/camel/camel-lock-helper.c:152:20: branch_true: following ‘true’ branch...
evolution-data-server-3.59.1/src/camel/camel-lock-helper.c:153:29: branch_true: ...to here
evolution-data-server-3.59.1/src/camel/camel-lock-helper.c:153:28: branch_true: following ‘true’ branch...
evolution-data-server-3.59.1/src/camel/camel-lock-helper.c:154:37: branch_true: ...to here
evolution-data-server-3.59.1/src/camel/camel-lock-helper.c:154:37: throw: if ‘camel_lock_dot’ throws an exception...
evolution-data-server-3.59.1/src/camel/camel-lock-helper.c:154:37: danger: ‘info’ leaks here; was allocated at [(9)](sarif:/runs/0/results/1/codeFlows/0/threadFlows/0/locations/8)
#  152|   		if (lock_real_uid != lock_root_uid) {
#  153|   			if (seteuid (lock_root_uid) != -1) {
#  154|-> 				if (camel_lock_dot (path, NULL) == -1) {
#  155|   					if (seteuid (lock_real_uid) == -1) {
#  156|   						g_warn_if_reached ();

Error: GCC_ANALYZER_WARNING (CWE-401): [#def523]
evolution-data-server-3.59.1/src/camel/camel-lock-helper.c:156:49: warning[-Wanalyzer-malloc-leak]: leak of ‘info’
evolution-data-server-3.59.1/src/camel/camel-lock-helper.c:136:12: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/src/camel/camel-lock-helper.c:137:16: branch_false: ...to here
evolution-data-server-3.59.1/src/camel/camel-lock-helper.c:136:13: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/src/camel/camel-lock-helper.c:138:17: branch_false: ...to here
evolution-data-server-3.59.1/src/camel/camel-lock-helper.c:136:13: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/src/camel/camel-lock-helper.c:139:16: branch_false: ...to here
evolution-data-server-3.59.1/src/camel/camel-lock-helper.c:136:13: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/src/camel/camel-lock-helper.c:143:41: branch_false: ...to here
evolution-data-server-3.59.1/src/camel/camel-lock-helper.c:143:16: acquire_memory: allocated here
evolution-data-server-3.59.1/src/camel/camel-lock-helper.c:144:12: branch_false: following ‘false’ branch (when ‘info’ is non-NULL)...
evolution-data-server-3.59.1/src/camel/camel-lock-helper.c:150:13: branch_false: ...to here
evolution-data-server-3.59.1/src/camel/camel-lock-helper.c:150:12: branch_true: following ‘true’ branch...
evolution-data-server-3.59.1/src/camel/camel-lock-helper.c:152:21: branch_true: ...to here
evolution-data-server-3.59.1/src/camel/camel-lock-helper.c:152:20: branch_true: following ‘true’ branch...
evolution-data-server-3.59.1/src/camel/camel-lock-helper.c:153:29: branch_true: ...to here
evolution-data-server-3.59.1/src/camel/camel-lock-helper.c:153:28: branch_true: following ‘true’ branch...
evolution-data-server-3.59.1/src/camel/camel-lock-helper.c:154:37: branch_true: ...to here
evolution-data-server-3.59.1/src/camel/camel-lock-helper.c:154:36: branch_true: following ‘true’ branch...
evolution-data-server-3.59.1/src/camel/camel-lock-helper.c:155:45: branch_true: ...to here
evolution-data-server-3.59.1/src/camel/camel-lock-helper.c:155:44: branch_true: following ‘true’ branch...
evolution-data-server-3.59.1/src/camel/camel-lock-helper.c:156:49: branch_true: ...to here
evolution-data-server-3.59.1/src/camel/camel-lock-helper.c:156:49: throw: if ‘g_warn_message’ throws an exception...
evolution-data-server-3.59.1/src/camel/camel-lock-helper.c:156:49: danger: ‘info’ leaks here; was allocated at [(9)](sarif:/runs/0/results/2/codeFlows/0/threadFlows/0/locations/8)
#  154|   				if (camel_lock_dot (path, NULL) == -1) {
#  155|   					if (seteuid (lock_real_uid) == -1) {
#  156|-> 						g_warn_if_reached ();
#  157|   					}
#  158|   					res = CAMEL_LOCK_HELPER_STATUS_SYSTEM;

Error: GCC_ANALYZER_WARNING (CWE-401): [#def524]
evolution-data-server-3.59.1/src/camel/camel-lock-helper.c:162:41: warning[-Wanalyzer-malloc-leak]: leak of ‘info’
evolution-data-server-3.59.1/src/camel/camel-lock-helper.c:136:12: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/src/camel/camel-lock-helper.c:137:16: branch_false: ...to here
evolution-data-server-3.59.1/src/camel/camel-lock-helper.c:136:13: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/src/camel/camel-lock-helper.c:138:17: branch_false: ...to here
evolution-data-server-3.59.1/src/camel/camel-lock-helper.c:136:13: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/src/camel/camel-lock-helper.c:139:16: branch_false: ...to here
evolution-data-server-3.59.1/src/camel/camel-lock-helper.c:136:13: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/src/camel/camel-lock-helper.c:143:41: branch_false: ...to here
evolution-data-server-3.59.1/src/camel/camel-lock-helper.c:143:16: acquire_memory: allocated here
evolution-data-server-3.59.1/src/camel/camel-lock-helper.c:144:12: branch_false: following ‘false’ branch (when ‘info’ is non-NULL)...
evolution-data-server-3.59.1/src/camel/camel-lock-helper.c:150:13: branch_false: ...to here
evolution-data-server-3.59.1/src/camel/camel-lock-helper.c:150:12: branch_true: following ‘true’ branch...
evolution-data-server-3.59.1/src/camel/camel-lock-helper.c:152:21: branch_true: ...to here
evolution-data-server-3.59.1/src/camel/camel-lock-helper.c:152:20: branch_true: following ‘true’ branch...
evolution-data-server-3.59.1/src/camel/camel-lock-helper.c:153:29: branch_true: ...to here
evolution-data-server-3.59.1/src/camel/camel-lock-helper.c:153:28: branch_true: following ‘true’ branch...
evolution-data-server-3.59.1/src/camel/camel-lock-helper.c:154:37: branch_true: ...to here
evolution-data-server-3.59.1/src/camel/camel-lock-helper.c:154:36: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/src/camel/camel-lock-helper.c:161:37: branch_false: ...to here
evolution-data-server-3.59.1/src/camel/camel-lock-helper.c:161:36: branch_true: following ‘true’ branch...
evolution-data-server-3.59.1/src/camel/camel-lock-helper.c:162:41: branch_true: ...to here
evolution-data-server-3.59.1/src/camel/camel-lock-helper.c:162:41: throw: if ‘g_warn_message’ throws an exception...
evolution-data-server-3.59.1/src/camel/camel-lock-helper.c:162:41: danger: ‘info’ leaks here; was allocated at [(9)](sarif:/runs/0/results/3/codeFlows/0/threadFlows/0/locations/8)
#  160|   				}
#  161|   				if (seteuid (lock_real_uid) == -1) {
#  162|-> 					g_warn_if_reached ();
#  163|   				}
#  164|   			} else {

Error: GCC_ANALYZER_WARNING (CWE-401): [#def525]
evolution-data-server-3.59.1/src/camel/camel-lock-helper.c:180:9: warning[-Wanalyzer-malloc-leak]: leak of ‘info’
evolution-data-server-3.59.1/src/camel/camel-lock-helper.c:136:12: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/src/camel/camel-lock-helper.c:137:16: branch_false: ...to here
evolution-data-server-3.59.1/src/camel/camel-lock-helper.c:136:13: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/src/camel/camel-lock-helper.c:138:17: branch_false: ...to here
evolution-data-server-3.59.1/src/camel/camel-lock-helper.c:136:13: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/src/camel/camel-lock-helper.c:139:16: branch_false: ...to here
evolution-data-server-3.59.1/src/camel/camel-lock-helper.c:136:13: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/src/camel/camel-lock-helper.c:143:41: branch_false: ...to here
evolution-data-server-3.59.1/src/camel/camel-lock-helper.c:143:16: acquire_memory: allocated here
evolution-data-server-3.59.1/src/camel/camel-lock-helper.c:144:12: branch_false: following ‘false’ branch (when ‘info’ is non-NULL)...
evolution-data-server-3.59.1/src/camel/camel-lock-helper.c:150:13: branch_false: ...to here
evolution-data-server-3.59.1/src/camel/camel-lock-helper.c:180:9: throw: if ‘g_strlcpy’ throws an exception...
evolution-data-server-3.59.1/src/camel/camel-lock-helper.c:180:9: danger: ‘info’ leaks here; was allocated at [(9)](sarif:/runs/0/results/4/codeFlows/0/threadFlows/0/locations/8)
#  178|   	}
#  179|   
#  180|-> 	g_strlcpy (info->path, path, strlen (path) + 1);
#  181|   	info->id = lock_id;
#  182|   	info->depth = 1;

Error: COMPILER_WARNING (CWE-704): [#def526]
evolution-data-server-3.59.1/src/camel/camel-mime-utils.c: scope_hint: In function ‘rfc2047_decode_word’
evolution-data-server-3.59.1/src/camel/camel-mime-utils.c:1225:16: warning[-Wdiscarded-qualifiers]: assignment discards ‘const’ qualifier from pointer target type
# 1225 |         if ((p = strchr (charset, '*')))
#      |                ^
# 1223|   
# 1224|   	/* trim off the 'language' part if it's there... */
# 1225|-> 	if ((p = strchr (charset, '*')))
# 1226|   		*p = '\0';
# 1227|   

Error: COMPILER_WARNING (CWE-704): [#def527]
evolution-data-server-3.59.1/src/camel/camel-mime-utils.c:1225:16: warning[-Wdiscarded-qualifiers]: assignment discards ‘const’ qualifier from pointer target type
# 1223|   
# 1224|   	/* trim off the 'language' part if it's there... */
# 1225|-> 	if ((p = strchr (charset, '*')))
# 1226|   		*p = '\0';
# 1227|   

Error: GCC_ANALYZER_WARNING (CWE-835): [#def528]
evolution-data-server-3.59.1/src/camel/camel-mime-utils.c:2122:16: warning[-Wanalyzer-infinite-loop]: infinite loop
# 2120|   	header_decode_lwsp (&inptr);
# 2121|   	start = inptr;
# 2122|-> 	while (camel_mime_is_ttoken (*inptr))
# 2123|   		inptr++;
# 2124|   	if (inptr > start) {

Error: GCC_ANALYZER_WARNING (CWE-404): [#def529]
evolution-data-server-3.59.1/src/camel/camel-operation.c:360:19: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
evolution-data-server-3.59.1/src/camel/camel-operation.c:351:12: branch_false: following ‘false’ branch (when ‘cancellable’ is non-NULL)...
evolution-data-server-3.59.1/src/camel/camel-operation.c:354:13: branch_false: ...to here
evolution-data-server-3.59.1/src/camel/camel-operation.c:354:12: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/src/camel/camel-operation.c:357:9: branch_false: ...to here
evolution-data-server-3.59.1/src/camel/camel-operation.c:359:9: acquire_resource: ‘va_start’ called here
evolution-data-server-3.59.1/src/camel/camel-operation.c:360:19: throw: if ‘g_strdup_vprintf’ throws an exception...
evolution-data-server-3.59.1/src/camel/camel-operation.c:360:19: danger: missing call to ‘va_end’ to match ‘va_start’ at [(5)](sarif:/runs/0/results/0/codeFlows/0/threadFlows/0/locations/4)
#  358|   
#  359|   	va_start (ap, format);
#  360|-> 	message = g_strdup_vprintf (format, ap);
#  361|   	va_end (ap);
#  362|   

Error: COMPILER_WARNING (CWE-704): [#def530]
evolution-data-server-3.59.1/src/camel/camel-provider.c: scope_hint: In function ‘camel_provider_traverse_directory’
evolution-data-server-3.59.1/src/camel/camel-provider.c:206:19: warning[-Wdiscarded-qualifiers]: assignment discards ‘const’ qualifier from pointer target type
#  206 |                 p = strrchr (entry, '.');
#      |                   ^
#  204|   		FILE *fp;
#  205|   
#  206|-> 		p = strrchr (entry, '.');
#  207|   		if (!p || strcmp (p, ".urls") != 0)
#  208|   			continue;

Error: COMPILER_WARNING (CWE-704): [#def531]
evolution-data-server-3.59.1/src/camel/camel-provider.c:206:19: warning[-Wdiscarded-qualifiers]: assignment discards ‘const’ qualifier from pointer target type
#  204|   		FILE *fp;
#  205|   
#  206|-> 		p = strrchr (entry, '.');
#  207|   		if (!p || strcmp (p, ".urls") != 0)
#  208|   			continue;

Error: GCC_ANALYZER_WARNING (CWE-775): [#def532]
evolution-data-server-3.59.1/src/camel/camel-provider.c:230:29: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(g_strdup_printf("%s/%s", provider_dir,  g_dir_read_name(g_dir_open(provider_dir, 0, 0))), "r")’
evolution-data-server-3.59.1/src/camel/camel-provider.c:266:1: enter_function: entry to ‘camel_provider_init’
evolution-data-server-3.59.1/src/camel/camel-provider.c:280:12: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/src/camel/camel-provider.c:283:9: branch_false: ...to here
evolution-data-server-3.59.1/src/camel/camel-provider.c:285:12: branch_true: following ‘true’ branch (when ‘is_default != 0’)...
evolution-data-server-3.59.1/src/camel/camel-provider.c:288:28: branch_true: ...to here
evolution-data-server-3.59.1/src/camel/camel-provider.c:290:20: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/src/camel/camel-provider.c:302:25: branch_false: ...to here
evolution-data-server-3.59.1/src/camel/camel-provider.c:302:25: call_function: calling ‘camel_provider_traverse_directory’ from ‘camel_provider_init’
#  228|   				*p = '\0';
#  229|   
#  230|-> 			if (*buf) {
#  231|   				gchar *protocol = g_strdup (buf);
#  232|   

Error: GCC_ANALYZER_WARNING (CWE-401): [#def533]
evolution-data-server-3.59.1/src/camel/camel-provider.c:230:29: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(g_strdup_printf("%s/%s", provider_dir,  g_dir_read_name(g_dir_open(provider_dir, 0, 0))), "r")’
evolution-data-server-3.59.1/src/camel/camel-provider.c:266:1: enter_function: entry to ‘camel_provider_init’
evolution-data-server-3.59.1/src/camel/camel-provider.c:280:12: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/src/camel/camel-provider.c:283:9: branch_false: ...to here
evolution-data-server-3.59.1/src/camel/camel-provider.c:285:12: branch_true: following ‘true’ branch (when ‘is_default != 0’)...
evolution-data-server-3.59.1/src/camel/camel-provider.c:288:28: branch_true: ...to here
evolution-data-server-3.59.1/src/camel/camel-provider.c:290:20: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/src/camel/camel-provider.c:302:25: branch_false: ...to here
evolution-data-server-3.59.1/src/camel/camel-provider.c:302:25: call_function: calling ‘camel_provider_traverse_directory’ from ‘camel_provider_init’
#  228|   				*p = '\0';
#  229|   
#  230|-> 			if (*buf) {
#  231|   				gchar *protocol = g_strdup (buf);
#  232|   

Error: GCC_ANALYZER_WARNING (CWE-775): [#def534]
evolution-data-server-3.59.1/src/camel/camel-provider.c:244:25: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(g_strdup_printf("%s/%s", provider_dir,  g_dir_read_name(g_dir_open(provider_dir, 0, 0))), "r")’
evolution-data-server-3.59.1/src/camel/camel-provider.c:408:1: enter_function: entry to ‘camel_provider_list’
evolution-data-server-3.59.1/src/camel/camel-provider.c:413:13: branch_true: following ‘true’ branch...
evolution-data-server-3.59.1/src/camel/camel-provider.c:414:17: branch_true: ...to here
evolution-data-server-3.59.1/src/camel/camel-provider.c:414:17: call_function: calling ‘camel_provider_init’ from ‘camel_provider_list’
#  242|   
#  243|   		if (!m)
#  244|-> 			g_free (name);
#  245|   		fclose (fp);
#  246|   	}

Error: GCC_ANALYZER_WARNING (CWE-401): [#def535]
evolution-data-server-3.59.1/src/camel/camel-provider.c:244:25: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(g_strdup_printf("%s/%s", provider_dir,  g_dir_read_name(g_dir_open(provider_dir, 0, 0))), "r")’
evolution-data-server-3.59.1/src/camel/camel-provider.c:408:1: enter_function: entry to ‘camel_provider_list’
evolution-data-server-3.59.1/src/camel/camel-provider.c:413:13: branch_true: following ‘true’ branch...
evolution-data-server-3.59.1/src/camel/camel-provider.c:414:17: branch_true: ...to here
evolution-data-server-3.59.1/src/camel/camel-provider.c:414:17: call_function: calling ‘camel_provider_init’ from ‘camel_provider_list’
#  242|   
#  243|   		if (!m)
#  244|-> 			g_free (name);
#  245|   		fclose (fp);
#  246|   	}

Error: GCC_ANALYZER_WARNING (CWE-688): [#def536]
evolution-data-server-3.59.1/src/camel/camel-sasl-digest-md5.c:684:67: warning[-Wanalyzer-null-argument]: use of NULL ‘username’ where non-null expected
evolution-data-server-3.59.1/src/camel/camel-sasl-digest-md5.c:644:1: enter_function: entry to ‘digest_response’
evolution-data-server-3.59.1/src/camel/camel-sasl-digest-md5.c:652:12: branch_true: following ‘true’ branch...
evolution-data-server-3.59.1/src/camel/camel-sasl-digest-md5.c:660:27: branch_true: ...to here
evolution-data-server-3.59.1/src/camel/camel-sasl-digest-md5.c:684:67: danger: argument 1 (‘username’) NULL where non-null expected
#  682|   			camel_iconv_close (cd);
#  683|   
#  684|-> 		g_byte_array_append (buffer, (guint8 *) username, strlen (username));
#  685|   		g_free (username);
#  686|   	} else {

Error: GCC_ANALYZER_WARNING (CWE-688): [#def537]
evolution-data-server-3.59.1/src/camel/camel-sasl-digest-md5.c:704:54: warning[-Wanalyzer-null-argument]: use of NULL where non-null expected
#  702|   	g_byte_array_append (buffer, (guint8 *) ",qop=", 5);
#  703|   	str = qop_to_string (resp->qop);
#  704|-> 	g_byte_array_append (buffer, (guint8 *) str, strlen (str));
#  705|   
#  706|   	g_byte_array_append (buffer, (guint8 *) ",digest-uri=\"", 13);

Error: COMPILER_WARNING (CWE-704): [#def538]
evolution-data-server-3.59.1/src/camel/camel-search-private.c: scope_hint: In function ‘camel_search_header_match’
evolution-data-server-3.59.1/src/camel/camel-search-private.c:536:22: warning[-Wdiscarded-qualifiers]: assignment discards ‘const’ qualifier from pointer target type
#  536 |                 vdom = strchr (value, '@');
#      |                      ^
#  534|   		 * its old-style, so only match against the pre-domain part,
#  535|   		 * which should be common. */
#  536|-> 		vdom = strchr (value, '@');
#  537|   		mdom = strchr (match, '@');
#  538|   		if (mdom != NULL && mdom != match && vdom == NULL) {

Error: COMPILER_WARNING (CWE-704): [#def539]
evolution-data-server-3.59.1/src/camel/camel-search-private.c:536:22: warning[-Wdiscarded-qualifiers]: assignment discards ‘const’ qualifier from pointer target type
#  534|   		 * its old-style, so only match against the pre-domain part,
#  535|   		 * which should be common. */
#  536|-> 		vdom = strchr (value, '@');
#  537|   		mdom = strchr (match, '@');
#  538|   		if (mdom != NULL && mdom != match && vdom == NULL) {

Error: COMPILER_WARNING (CWE-704): [#def540]
evolution-data-server-3.59.1/src/camel/camel-search-private.c:537:22: warning[-Wdiscarded-qualifiers]: assignment discards ‘const’ qualifier from pointer target type
#  537 |                 mdom = strchr (match, '@');
#      |                      ^
#  535|   		 * which should be common. */
#  536|   		vdom = strchr (value, '@');
#  537|-> 		mdom = strchr (match, '@');
#  538|   		if (mdom != NULL && mdom != match && vdom == NULL) {
#  539|   			v = g_alloca (mdom - match + 1);

Error: COMPILER_WARNING (CWE-704): [#def541]
evolution-data-server-3.59.1/src/camel/camel-search-private.c:537:22: warning[-Wdiscarded-qualifiers]: assignment discards ‘const’ qualifier from pointer target type
#  535|   		 * which should be common. */
#  536|   		vdom = strchr (value, '@');
#  537|-> 		mdom = strchr (match, '@');
#  538|   		if (mdom != NULL && mdom != match && vdom == NULL) {
#  539|   			v = g_alloca (mdom - match + 1);

Error: GCC_ANALYZER_WARNING (CWE-457): [#def542]
evolution-data-server-3.59.1/src/camel/camel-settings.c:51:17: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘n_properties’
evolution-data-server-3.59.1/src/camel/camel-settings.c:38:1: enter_function: entry to ‘settings_clone’
evolution-data-server-3.59.1/src/camel/camel-settings.c:48:9: branch_true: following ‘true’ branch (when ‘class’ is non-NULL)...
evolution-data-server-3.59.1/src/camel/camel-settings.c:50:22: branch_true: ...to here
evolution-data-server-3.59.1/src/camel/camel-settings.c:50:22: call_function: calling ‘camel_settings_class_list_settings’ from ‘settings_clone’
evolution-data-server-3.59.1/src/camel/camel-settings.c:50:22: return_function: returning to ‘settings_clone’ from ‘camel_settings_class_list_settings’
evolution-data-server-3.59.1/src/camel/camel-settings.c:51:17: danger: use of uninitialized value ‘n_properties’ here
#   49|   
#   50|   	properties = camel_settings_class_list_settings (class, &n_properties);
#   51|-> 	names = g_new0 (const gchar *, n_properties);
#   52|   	values = g_new0 (GValue, n_properties);
#   53|   

Error: GCC_ANALYZER_WARNING (CWE-404): [#def543]
evolution-data-server-3.59.1/src/camel/camel-sexp.c:189:29: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
evolution-data-server-3.59.1/src/camel/camel-sexp.c:1461:1: enter_function: entry to ‘parse_list’
evolution-data-server-3.59.1/src/camel/camel-sexp.c:1509:17: call_function: calling ‘camel_sexp_fatal_error’ from ‘parse_list’
#  187|   
#  188|   	va_start (args, why);
#  189|-> 	sexp->priv->error = g_strdup_vprintf (why, args);
#  190|   	va_end (args);
#  191|   

Error: GCC_ANALYZER_WARNING (CWE-457): [#def544]
evolution-data-server-3.59.1/src/camel/camel-sexp.c:293:17: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘*<unknown>’
evolution-data-server-3.59.1/src/camel/camel-sexp.c:1870:1: enter_function: entry to ‘camel_sexp_evaluate_occur_times’
evolution-data-server-3.59.1/src/camel/camel-sexp.c:1876:9: branch_false: following ‘false’ branch (when ‘sexp’ is non-NULL)...
evolution-data-server-3.59.1/src/camel/camel-sexp.c:1876:9: branch_false: ...to here
evolution-data-server-3.59.1/src/camel/camel-sexp.c:1877:9: branch_true: following ‘true’ branch...
evolution-data-server-3.59.1/src/camel/camel-sexp.c:1878:9: branch_true: ...to here
evolution-data-server-3.59.1/src/camel/camel-sexp.c:1878:9: branch_true: following ‘true’ branch (when ‘start’ is non-NULL)...
evolution-data-server-3.59.1/src/camel/camel-sexp.c:1879:9: branch_true: ...to here
evolution-data-server-3.59.1/src/camel/camel-sexp.c:1879:9: branch_true: following ‘true’ branch (when ‘end’ is non-NULL)...
evolution-data-server-3.59.1/src/camel/camel-sexp.c:1881:18: branch_true: ...to here
evolution-data-server-3.59.1/src/camel/camel-sexp.c:1883:13: setjmp: ‘setjmp’ called here
evolution-data-server-3.59.1/src/camel/camel-sexp.c:1883:12: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/src/camel/camel-sexp.c:1889:23: branch_false: ...to here
evolution-data-server-3.59.1/src/camel/camel-sexp.c:1888:18: call_function: calling ‘camel_sexp_term_evaluate_occur_times’ from ‘camel_sexp_evaluate_occur_times’
#  291|   
#  292|   	for (i = 0; i < argc; i++) {
#  293|-> 		camel_sexp_result_free (sexp, argv[i]);
#  294|   	}
#  295|   }

Error: COMPILER_WARNING: [#def545]
evolution-data-server-3.59.1/src/camel/camel-store-search.c: scope_hint: In function ‘camel_store_search_search_body_run_sync’
evolution-data-server-3.59.1/src/camel/camel-store-search.c:3812:38: warning[-Wunused-but-set-variable=]: variable ‘type’ set but not used
# 3812 |                 camel_search_flags_t type = CAMEL_SEARCH_MATCH_ICASE;
#      |                                      ^~~~
# 3810|   
# 3811|   	if (self->priv->ongoing_search.message) {
# 3812|-> 		camel_search_flags_t type = CAMEL_SEARCH_MATCH_ICASE;
# 3813|   		regex_t pattern;
# 3814|   

Error: GCC_ANALYZER_WARNING (CWE-775): [#def546]
evolution-data-server-3.59.1/src/camel/camel-store-summary.c:416:28: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(*summary_27(D)->priv.summary_path, "rb")’
evolution-data-server-3.59.1/src/camel/camel-store-summary.c:405:9: branch_false: following ‘false’ branch (when ‘summary’ is non-NULL)...
evolution-data-server-3.59.1/src/camel/camel-store-summary.c:405:9: branch_false: ...to here
evolution-data-server-3.59.1/src/camel/camel-store-summary.c:406:9: branch_true: following ‘true’ branch...
evolution-data-server-3.59.1/src/camel/camel-store-summary.c:408:9: branch_true: ...to here
evolution-data-server-3.59.1/src/camel/camel-store-summary.c:409:9: branch_true: following ‘true’ branch (when ‘class’ is non-NULL)...
evolution-data-server-3.59.1/src/camel/camel-store-summary.c:410:9: branch_true: ...to here
evolution-data-server-3.59.1/src/camel/camel-store-summary.c:410:9: branch_true: following ‘true’ branch...
evolution-data-server-3.59.1/src/camel/camel-store-summary.c:412:14: branch_true: ...to here
evolution-data-server-3.59.1/src/camel/camel-store-summary.c:412:14: acquire_resource: opened here
evolution-data-server-3.59.1/src/camel/camel-store-summary.c:413:12: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/src/camel/camel-store-summary.c:416:28: branch_false: ...to here
evolution-data-server-3.59.1/src/camel/camel-store-summary.c:416:9: throw: if ‘g_rec_mutex_lock’ throws an exception...
evolution-data-server-3.59.1/src/camel/camel-store-summary.c:416:28: danger: ‘fopen(*summary_27(D)->priv.summary_path, "rb")’ leaks here; was opened at [(9)](sarif:/runs/0/results/0/codeFlows/0/threadFlows/0/locations/8)
#  414|   		return -1;
#  415|   
#  416|-> 	g_rec_mutex_lock (&summary->priv->io_lock);
#  417|   
#  418|   	if (class->summary_header_load (summary, in) == -1)

Error: GCC_ANALYZER_WARNING (CWE-401): [#def547]
evolution-data-server-3.59.1/src/camel/camel-store-summary.c:416:28: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(*summary_27(D)->priv.summary_path, "rb")’
evolution-data-server-3.59.1/src/camel/camel-store-summary.c:405:9: branch_false: following ‘false’ branch (when ‘summary’ is non-NULL)...
evolution-data-server-3.59.1/src/camel/camel-store-summary.c:405:9: branch_false: ...to here
evolution-data-server-3.59.1/src/camel/camel-store-summary.c:406:9: branch_true: following ‘true’ branch...
evolution-data-server-3.59.1/src/camel/camel-store-summary.c:408:9: branch_true: ...to here
evolution-data-server-3.59.1/src/camel/camel-store-summary.c:409:9: branch_true: following ‘true’ branch (when ‘class’ is non-NULL)...
evolution-data-server-3.59.1/src/camel/camel-store-summary.c:410:9: branch_true: ...to here
evolution-data-server-3.59.1/src/camel/camel-store-summary.c:410:9: branch_true: following ‘true’ branch...
evolution-data-server-3.59.1/src/camel/camel-store-summary.c:412:14: branch_true: ...to here
evolution-data-server-3.59.1/src/camel/camel-store-summary.c:412:14: acquire_memory: allocated here
evolution-data-server-3.59.1/src/camel/camel-store-summary.c:413:12: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/src/camel/camel-store-summary.c:416:28: branch_false: ...to here
evolution-data-server-3.59.1/src/camel/camel-store-summary.c:416:9: throw: if ‘g_rec_mutex_lock’ throws an exception...
evolution-data-server-3.59.1/src/camel/camel-store-summary.c:416:28: danger: ‘fopen(*summary_27(D)->priv.summary_path, "rb")’ leaks here; was allocated at [(9)](sarif:/runs/0/results/1/codeFlows/0/threadFlows/0/locations/8)
#  414|   		return -1;
#  415|   
#  416|-> 	g_rec_mutex_lock (&summary->priv->io_lock);
#  417|   
#  418|   	if (class->summary_header_load (summary, in) == -1)

Error: GCC_ANALYZER_WARNING (CWE-401): [#def548]
evolution-data-server-3.59.1/src/camel/camel-store-summary.c:503:9: warning[-Wanalyzer-malloc-leak]: leak of ‘out’
evolution-data-server-3.59.1/src/camel/camel-store-summary.c:470:9: branch_false: following ‘false’ branch (when ‘summary’ is non-NULL)...
evolution-data-server-3.59.1/src/camel/camel-store-summary.c:470:9: branch_false: ...to here
evolution-data-server-3.59.1/src/camel/camel-store-summary.c:471:9: branch_true: following ‘true’ branch...
evolution-data-server-3.59.1/src/camel/camel-store-summary.c:473:9: branch_true: ...to here
evolution-data-server-3.59.1/src/camel/camel-store-summary.c:474:9: branch_true: following ‘true’ branch (when ‘class’ is non-NULL)...
evolution-data-server-3.59.1/src/camel/camel-store-summary.c:475:9: branch_true: ...to here
evolution-data-server-3.59.1/src/camel/camel-store-summary.c:475:9: branch_true: following ‘true’ branch...
evolution-data-server-3.59.1/src/camel/camel-store-summary.c:479:14: branch_true: ...to here
evolution-data-server-3.59.1/src/camel/camel-store-summary.c:479:12: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/src/camel/camel-store-summary.c:484:14: branch_false: ...to here
evolution-data-server-3.59.1/src/camel/camel-store-summary.c:487:12: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/src/camel/camel-store-summary.c:492:15: branch_false: ...to here
evolution-data-server-3.59.1/src/camel/camel-store-summary.c:492:15: acquire_memory: allocated here
evolution-data-server-3.59.1/src/camel/camel-store-summary.c:493:12: branch_false: following ‘false’ branch (when ‘out’ is non-NULL)...
evolution-data-server-3.59.1/src/camel/camel-store-summary.c:503:28: branch_false: ...to here
evolution-data-server-3.59.1/src/camel/camel-store-summary.c:503:9: throw: if ‘g_rec_mutex_lock’ throws an exception...
evolution-data-server-3.59.1/src/camel/camel-store-summary.c:503:9: danger: ‘out’ leaks here; was allocated at [(13)](sarif:/runs/0/results/4/codeFlows/0/threadFlows/0/locations/12)
#  501|   	io (printf ("saving header\n"));
#  502|   
#  503|-> 	g_rec_mutex_lock (&summary->priv->io_lock);
#  504|   
#  505|   	if (class->summary_header_save (summary, out) == -1) {

Error: GCC_ANALYZER_WARNING (CWE-401): [#def549]
evolution-data-server-3.59.1/src/camel/camel-store-summary.c:505:13: warning[-Wanalyzer-malloc-leak]: leak of ‘out’
evolution-data-server-3.59.1/src/camel/camel-store-summary.c:470:9: branch_false: following ‘false’ branch (when ‘summary’ is non-NULL)...
evolution-data-server-3.59.1/src/camel/camel-store-summary.c:470:9: branch_false: ...to here
evolution-data-server-3.59.1/src/camel/camel-store-summary.c:471:9: branch_true: following ‘true’ branch...
evolution-data-server-3.59.1/src/camel/camel-store-summary.c:473:9: branch_true: ...to here
evolution-data-server-3.59.1/src/camel/camel-store-summary.c:474:9: branch_true: following ‘true’ branch (when ‘class’ is non-NULL)...
evolution-data-server-3.59.1/src/camel/camel-store-summary.c:475:9: branch_true: ...to here
evolution-data-server-3.59.1/src/camel/camel-store-summary.c:475:9: branch_true: following ‘true’ branch...
evolution-data-server-3.59.1/src/camel/camel-store-summary.c:479:14: branch_true: ...to here
evolution-data-server-3.59.1/src/camel/camel-store-summary.c:479:12: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/src/camel/camel-store-summary.c:484:14: branch_false: ...to here
evolution-data-server-3.59.1/src/camel/camel-store-summary.c:487:12: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/src/camel/camel-store-summary.c:492:15: branch_false: ...to here
evolution-data-server-3.59.1/src/camel/camel-store-summary.c:492:15: acquire_memory: allocated here
evolution-data-server-3.59.1/src/camel/camel-store-summary.c:493:12: branch_false: following ‘false’ branch (when ‘out’ is non-NULL)...
evolution-data-server-3.59.1/src/camel/camel-store-summary.c:503:28: branch_false: ...to here
evolution-data-server-3.59.1/src/camel/camel-store-summary.c:505:13: throw: if the called function throws an exception...
evolution-data-server-3.59.1/src/camel/camel-store-summary.c:505:13: danger: ‘out’ leaks here; was allocated at [(13)](sarif:/runs/0/results/5/codeFlows/0/threadFlows/0/locations/12)
#  503|   	g_rec_mutex_lock (&summary->priv->io_lock);
#  504|   
#  505|-> 	if (class->summary_header_save (summary, out) == -1) {
#  506|   		i = errno;
#  507|   		fclose (out);

Error: GCC_ANALYZER_WARNING (CWE-775): [#def550]
evolution-data-server-3.59.1/src/camel/camel-stream-process.c:198:12: warning[-Wanalyzer-fd-leak]: leak of file descriptor ‘dup2(fd, 0)’
evolution-data-server-3.59.1/src/camel/camel-stream-process.c:198:13: acquire_resource: opened here
evolution-data-server-3.59.1/src/camel/camel-stream-process.c:198:12: danger: ‘dup2(fd, 0)’ leaks here; was opened at [(1)](sarif:/runs/0/results/0/codeFlows/0/threadFlows/0/locations/0)
#  196|   
#  197|   	/* Not a lot we can do if there's an error other than bail. */
#  198|-> 	if (dup2 (fd, 0) == -1)
#  199|   		exit (1);
#  200|   	if (dup2 (fd, 1) == -1)

Error: GCC_ANALYZER_WARNING (CWE-775): [#def551]
evolution-data-server-3.59.1/src/camel/camel-stream-process.c:200:12: warning[-Wanalyzer-fd-leak]: leak of file descriptor ‘dup2(fd, 1)’
evolution-data-server-3.59.1/src/camel/camel-stream-process.c:198:12: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/src/camel/camel-stream-process.c:200:13: branch_false: ...to here
evolution-data-server-3.59.1/src/camel/camel-stream-process.c:200:13: acquire_resource: opened here
evolution-data-server-3.59.1/src/camel/camel-stream-process.c:200:12: danger: ‘dup2(fd, 1)’ leaks here; was opened at [(3)](sarif:/runs/0/results/1/codeFlows/0/threadFlows/0/locations/2)
#  198|   	if (dup2 (fd, 0) == -1)
#  199|   		exit (1);
#  200|-> 	if (dup2 (fd, 1) == -1)
#  201|   		exit (1);
#  202|   

Error: COMPILER_WARNING (CWE-704): [#def552]
evolution-data-server-3.59.1/src/camel/camel-text-index.c: scope_hint: In function ‘tmp_name’
evolution-data-server-3.59.1/src/camel/camel-text-index.c:366:11: warning[-Wdiscarded-qualifiers]: assignment discards ‘const’ qualifier from pointer target type
#  366 |         s = strrchr (in, '/');
#      |           ^
#  364|   	gchar *s;
#  365|   
#  366|-> 	s = strrchr (in, '/');
#  367|   	if (s) {
#  368|   		memcpy (o, in, s - in + 1);

Error: COMPILER_WARNING (CWE-704): [#def553]
evolution-data-server-3.59.1/src/camel/camel-text-index.c:366:11: warning[-Wdiscarded-qualifiers]: assignment discards ‘const’ qualifier from pointer target type
#  364|   	gchar *s;
#  365|   
#  366|-> 	s = strrchr (in, '/');
#  367|   	if (s) {
#  368|   		memcpy (o, in, s - in + 1);

Error: GCC_ANALYZER_WARNING (CWE-688): [#def554]
evolution-data-server-3.59.1/src/camel/providers/imapx/camel-imapx-command.c:484:27: warning[-Wanalyzer-null-argument]: use of NULL where non-null expected
evolution-data-server-3.59.1/src/camel/providers/imapx/camel-imapx-command.c:425:1: enter_function: entry to ‘camel_imapx_command_add_part’
evolution-data-server-3.59.1/src/camel/providers/imapx/camel-imapx-command.c:483:24: call_function: inlined call to ‘g_strdup_inline’ from ‘camel_imapx_command_add_part’
evolution-data-server-3.59.1/src/camel/providers/imapx/camel-imapx-command.c:484:27: danger: argument 1 (‘<unknown>’) NULL where non-null expected
#  482|   	case CAMEL_IMAPX_COMMAND_STRING:
#  483|   		data = g_strdup (data);
#  484|-> 		ob_size = strlen (data);
#  485|   		type |= CAMEL_IMAPX_COMMAND_LITERAL_PLUS;
#  486|   		break;

Error: CPPCHECK_WARNING (CWE-457): [#def555]
evolution-data-server-3.59.1/src/camel/providers/imapx/camel-imapx-input-stream.c:466: error[legacyUninitvar]: Uninitialized variable: tok
#  464|   	}
#  465|   
#  466|-> 	switch (tok) {
#  467|   		case IMAPX_TOK_ERROR:
#  468|   			return FALSE;

Error: GCC_ANALYZER_WARNING (CWE-688): [#def556]
evolution-data-server-3.59.1/src/camel/providers/imapx/camel-imapx-list-response.c:467:16: warning[-Wanalyzer-null-argument]: use of NULL where non-null expected
evolution-data-server-3.59.1/src/camel/providers/imapx/camel-imapx-list-response.c:458:1: enter_function: entry to ‘camel_imapx_list_response_equal’
evolution-data-server-3.59.1/src/camel/providers/imapx/camel-imapx-list-response.c:465:21: call_function: calling ‘camel_imapx_list_response_get_mailbox_name’ from ‘camel_imapx_list_response_equal’
evolution-data-server-3.59.1/src/camel/providers/imapx/camel-imapx-list-response.c:465:21: return_function: returning to ‘camel_imapx_list_response_equal’ from ‘camel_imapx_list_response_get_mailbox_name’
evolution-data-server-3.59.1/src/camel/providers/imapx/camel-imapx-list-response.c:467:16: danger: argument 1 (‘camel_imapx_list_response_get_mailbox_name(response_a)’) NULL where non-null expected
#  465|   	mailbox_b = camel_imapx_list_response_get_mailbox_name (response_b);
#  466|   
#  467|-> 	return g_str_equal (mailbox_a, mailbox_b);
#  468|   }
#  469|   

Error: GCC_ANALYZER_WARNING (CWE-476): [#def557]
evolution-data-server-3.59.1/src/camel/providers/imapx/camel-imapx-mailbox.c:359:9: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘0’
evolution-data-server-3.59.1/src/camel/providers/imapx/camel-imapx-mailbox.c:345:1: enter_function: entry to ‘camel_imapx_mailbox_matches’
evolution-data-server-3.59.1/src/camel/providers/imapx/camel-imapx-mailbox.c:353:9: branch_false: following ‘false’ branch (when ‘mailbox’ is non-NULL)...
evolution-data-server-3.59.1/src/camel/providers/imapx/camel-imapx-mailbox.c:353:9: branch_false: ...to here
evolution-data-server-3.59.1/src/camel/providers/imapx/camel-imapx-mailbox.c:353:9: branch_true: following ‘true’ branch...
evolution-data-server-3.59.1/src/camel/providers/imapx/camel-imapx-mailbox.c:354:9: branch_true: ...to here
evolution-data-server-3.59.1/src/camel/providers/imapx/camel-imapx-mailbox.c:354:9: branch_true: following ‘true’ branch (when ‘pattern’ is non-NULL)...
evolution-data-server-3.59.1/src/camel/providers/imapx/camel-imapx-mailbox.c:356:16: branch_true: ...to here
evolution-data-server-3.59.1/src/camel/providers/imapx/camel-imapx-mailbox.c:356:16: call_function: calling ‘camel_imapx_mailbox_get_name’ from ‘camel_imapx_mailbox_matches’
evolution-data-server-3.59.1/src/camel/providers/imapx/camel-imapx-mailbox.c:356:16: return_function: returning to ‘camel_imapx_mailbox_matches’ from ‘camel_imapx_mailbox_get_name’
evolution-data-server-3.59.1/src/camel/providers/imapx/camel-imapx-mailbox.c:357:21: call_function: calling ‘camel_imapx_mailbox_get_separator’ from ‘camel_imapx_mailbox_matches’
evolution-data-server-3.59.1/src/camel/providers/imapx/camel-imapx-mailbox.c:357:21: return_function: returning to ‘camel_imapx_mailbox_matches’ from ‘camel_imapx_mailbox_get_separator’
evolution-data-server-3.59.1/src/camel/providers/imapx/camel-imapx-mailbox.c:359:9: danger: dereference of NULL ‘camel_imapx_mailbox_get_name(mailbox)’
#  357|   	separator = camel_imapx_mailbox_get_separator (mailbox);
#  358|   
#  359|-> 	name_ch = *name++;
#  360|   	patt_ch = *pattern++;
#  361|   

Error: COMPILER_WARNING (CWE-758): [#def558]
evolution-data-server-3.59.1/src/camel/providers/imapx/camel-imapx-utils.c:63: included_from: Included from here.
evolution-data-server-3.59.1/src/camel/providers/imapx/camel-imapx-tokens.txt:55:1: warning[-Wmissing-declarations]: no previous declaration for ‘imapx_tokenise_struct’
#   55 | SERVERBUG,              IMAPX_SERVERBUG
#      | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
#   53|   RFC822.SIZE,		IMAPX_RFC822_SIZE
#   54|   RFC822.TEXT,		IMAPX_RFC822_TEXT
#   55|-> SERVERBUG,		IMAPX_SERVERBUG
#   56|   STATUS,			IMAPX_STATUS
#   57|   TRYCREATE,		IMAPX_TRYCREATE

Error: GCC_ANALYZER_WARNING (CWE-401): [#def559]
evolution-data-server-3.59.1/src/camel/providers/local/camel-local-summary.c:408:22: warning[-Wanalyzer-malloc-leak]: leak of ‘out’
evolution-data-server-3.59.1/src/camel/providers/local/camel-local-summary.c:398:12: branch_false: following ‘false’ branch (when ‘newfd != -1’)...
evolution-data-server-3.59.1/src/camel/providers/local/camel-local-summary.c:401:15: branch_false: ...to here
evolution-data-server-3.59.1/src/camel/providers/local/camel-local-summary.c:401:15: acquire_memory: allocated here
evolution-data-server-3.59.1/src/camel/providers/local/camel-local-summary.c:402:12: branch_false: following ‘false’ branch (when ‘out’ is non-NULL)...
evolution-data-server-3.59.1/src/camel/providers/local/camel-local-summary.c:402:12: branch_false: ...to here
evolution-data-server-3.59.1/src/camel/providers/local/camel-local-summary.c:408:22: throw: if ‘camel_name_value_array_get’ throws an exception...
evolution-data-server-3.59.1/src/camel/providers/local/camel-local-summary.c:408:22: danger: ‘out’ leaks here; was allocated at [(3)](sarif:/runs/0/results/1/codeFlows/0/threadFlows/0/locations/2)
#  406|   	}
#  407|   
#  408|-> 	for (ii = 0; camel_name_value_array_get (headers, ii, &header_name, &header_value); ii++) {
#  409|   		if (strcmp (header_name, "X-Evolution") != 0
#  410|   		    && (status == NULL || strcmp (header_name, "Status") != 0)

Error: COMPILER_WARNING (CWE-704): [#def560]
evolution-data-server-3.59.1/src/camel/providers/local/camel-local-summary.c: scope_hint: In function ‘local_summary_decode_x_evolution’
evolution-data-server-3.59.1/src/camel/providers/local/camel-local-summary.c:656:16: warning[-Wdiscarded-qualifiers]: assignment discards ‘const’ qualifier from pointer target type
#  656 |         header = strchr (xev, ';');
#      |                ^
#  654|   
#  655|   	/* check for additional data */
#  656|-> 	header = strchr (xev, ';');
#  657|   	if (header) {
#  658|   		params = camel_header_param_list_decode (header + 1);

Error: COMPILER_WARNING (CWE-704): [#def561]
evolution-data-server-3.59.1/src/camel/providers/local/camel-local-summary.c:656:16: warning[-Wdiscarded-qualifiers]: assignment discards ‘const’ qualifier from pointer target type
#  654|   
#  655|   	/* check for additional data */
#  656|-> 	header = strchr (xev, ';');
#  657|   	if (header) {
#  658|   		params = camel_header_param_list_decode (header + 1);

Error: GCC_ANALYZER_WARNING (CWE-401): [#def562]
evolution-data-server-3.59.1/src/camel/providers/local/camel-maildir-store.c:671:14: warning[-Wanalyzer-malloc-leak]: leak of ‘opendir(camel_local_settings_dup_path(camel_service_ref_settings(store)))’
evolution-data-server-3.59.1/src/camel/providers/local/camel-maildir-store.c:655:9: branch_true: following ‘true’ branch...
evolution-data-server-3.59.1/src/camel/providers/local/camel-maildir-store.c:657:19: branch_true: ...to here
evolution-data-server-3.59.1/src/camel/providers/local/camel-maildir-store.c:661:15: acquire_memory: allocated here
evolution-data-server-3.59.1/src/camel/providers/local/camel-maildir-store.c:662:12: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/src/camel/providers/local/camel-maildir-store.c:671:14: branch_false: ...to here
evolution-data-server-3.59.1/src/camel/providers/local/camel-maildir-store.c:708:21: throw: if ‘readdir’ throws an exception...
evolution-data-server-3.59.1/src/camel/providers/local/camel-maildir-store.c:671:14: danger: ‘opendir(camel_local_settings_dup_path(camel_service_ref_settings(store)))’ leaks here; was allocated at [(3)](sarif:/runs/0/results/0/codeFlows/0/threadFlows/0/locations/2)
#  669|   	}
#  670|   
#  671|-> 	if (!maildir_store->priv->already_migrated &&
#  672|   	    maildir_store->priv->can_escape_dots) {
#  673|   		gchar *meta_path = NULL, *ptr;

Error: GCC_ANALYZER_WARNING (CWE-688): [#def563]
evolution-data-server-3.59.1/src/camel/providers/local/camel-maildir-store.c:812:16: warning[-Wanalyzer-null-argument]: use of NULL where non-null expected
evolution-data-server-3.59.1/src/camel/providers/local/camel-maildir-store.c:809:1: enter_function: entry to ‘maildir_store_equal_folder_name’
evolution-data-server-3.59.1/src/camel/providers/local/camel-maildir-store.c:812:16: call_function: calling ‘md_canon_name’ from ‘maildir_store_equal_folder_name’
evolution-data-server-3.59.1/src/camel/providers/local/camel-maildir-store.c:812:16: return_function: returning to ‘maildir_store_equal_folder_name’ from ‘md_canon_name’
evolution-data-server-3.59.1/src/camel/providers/local/camel-maildir-store.c:812:16: call_function: calling ‘md_canon_name’ from ‘maildir_store_equal_folder_name’
evolution-data-server-3.59.1/src/camel/providers/local/camel-maildir-store.c:812:16: return_function: returning to ‘maildir_store_equal_folder_name’ from ‘md_canon_name’
evolution-data-server-3.59.1/src/camel/providers/local/camel-maildir-store.c:812:16: danger: argument 1 (‘md_canon_name(a)’) NULL where non-null expected
#  810|                                    gconstpointer b)
#  811|   {
#  812|-> 	return g_str_equal (md_canon_name (a), md_canon_name (b));
#  813|   }
#  814|   

Error: GCC_ANALYZER_WARNING (CWE-688): [#def564]
evolution-data-server-3.59.1/src/camel/providers/local/camel-maildir-store.c:1138:23: warning[-Wanalyzer-null-argument]: use of NULL ‘name’ where non-null expected
evolution-data-server-3.59.1/src/camel/providers/local/camel-maildir-store.c:1092:1: enter_function: entry to ‘scan_old_dir_info’
evolution-data-server-3.59.1/src/camel/providers/local/camel-maildir-store.c:1123:16: branch_true: following ‘true’ branch...
evolution-data-server-3.59.1/src/camel/providers/local/camel-maildir-store.c:1129:22: branch_true: ...to here
evolution-data-server-3.59.1/src/camel/providers/local/camel-maildir-store.c:1133:20: branch_true: following ‘true’ branch (when the strings are equal)...
evolution-data-server-3.59.1/src/camel/providers/local/camel-maildir-store.c:1134:32: call_function: inlined call to ‘g_strdup_inline’ from ‘scan_old_dir_info’
evolution-data-server-3.59.1/src/camel/providers/local/camel-maildir-store.c:1138:23: danger: argument 1 (‘name’) NULL where non-null expected
# 1136|   			name = g_build_filename (path, sn->fi->full_name, NULL);
# 1137|   
# 1138|-> 		dir = opendir (name);
# 1139|   		if (dir == NULL) {
# 1140|   			g_free (name);

Error: GCC_ANALYZER_WARNING (CWE-401): [#def565]
evolution-data-server-3.59.1/src/camel/providers/local/camel-maildir-store.c:1149:29: warning[-Wanalyzer-malloc-leak]: leak of ‘opendir(name)’
evolution-data-server-3.59.1/src/camel/providers/local/camel-maildir-store.c:1123:16: branch_true: following ‘true’ branch...
evolution-data-server-3.59.1/src/camel/providers/local/camel-maildir-store.c:1129:22: branch_true: ...to here
evolution-data-server-3.59.1/src/camel/providers/local/camel-maildir-store.c:1138:23: acquire_memory: allocated here
evolution-data-server-3.59.1/src/camel/providers/local/camel-maildir-store.c:1139:20: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/src/camel/providers/local/camel-maildir-store.c:1139:20: branch_false: ...to here
evolution-data-server-3.59.1/src/camel/providers/local/camel-maildir-store.c:1149:29: throw: if ‘readdir’ throws an exception...
evolution-data-server-3.59.1/src/camel/providers/local/camel-maildir-store.c:1149:29: danger: ‘opendir(name)’ leaks here; was allocated at [(3)](sarif:/runs/0/results/12/codeFlows/0/threadFlows/0/locations/2)
# 1147|   		}
# 1148|   
# 1149|-> 		while ((d = readdir (dir))) {
# 1150|   			if (strcmp (d->d_name, "tmp") == 0
# 1151|   			    || strcmp (d->d_name, "cur") == 0

Error: GCC_ANALYZER_WARNING (CWE-775): [#def566]
evolution-data-server-3.59.1/src/camel/providers/local/camel-maildir-store.c:1314:21: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(meta_filename, "rb")’
evolution-data-server-3.59.1/src/camel/providers/local/camel-maildir-store.c:1295:9: branch_true: following ‘true’ branch (when ‘meta_filename’ is non-NULL)...
evolution-data-server-3.59.1/src/camel/providers/local/camel-maildir-store.c:1296:9: branch_true: ...to here
evolution-data-server-3.59.1/src/camel/providers/local/camel-maildir-store.c:1296:9: branch_true: following ‘true’ branch (when ‘file_exists’ is non-NULL)...
evolution-data-server-3.59.1/src/camel/providers/local/camel-maildir-store.c:1297:9: branch_true: ...to here
evolution-data-server-3.59.1/src/camel/providers/local/camel-maildir-store.c:1297:9: branch_true: following ‘true’ branch (when ‘maildir_version’ is non-NULL)...
evolution-data-server-3.59.1/src/camel/providers/local/camel-maildir-store.c:1300:9: branch_true: ...to here
evolution-data-server-3.59.1/src/camel/providers/local/camel-maildir-store.c:1303:12: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/src/camel/providers/local/camel-maildir-store.c:1307:9: branch_false: ...to here
evolution-data-server-3.59.1/src/camel/providers/local/camel-maildir-store.c:1310:20: acquire_resource: opened here
evolution-data-server-3.59.1/src/camel/providers/local/camel-maildir-store.c:1311:12: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/src/camel/providers/local/camel-maildir-store.c:1311:12: branch_false: ...to here
evolution-data-server-3.59.1/src/camel/providers/local/camel-maildir-store.c:1314:21: throw: if ‘fgetc’ throws an exception...
evolution-data-server-3.59.1/src/camel/providers/local/camel-maildir-store.c:1314:21: danger: ‘fopen(meta_filename, "rb")’ leaks here; was opened at [(9)](sarif:/runs/0/results/13/codeFlows/0/threadFlows/0/locations/8)
# 1312|   		return FALSE;
# 1313|   
# 1314|-> 	while (cc = fgetc (metafile), !res && !feof (metafile)) {
# 1315|   		if (verpos > 1 && MAILDIR_CONTENT_VERSION_STR[verpos - 1] == ' ') {
# 1316|   			if (cc >= '0' && cc <= '9') {

Error: GCC_ANALYZER_WARNING (CWE-401): [#def567]
evolution-data-server-3.59.1/src/camel/providers/local/camel-maildir-store.c:1314:21: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(meta_filename, "rb")’
evolution-data-server-3.59.1/src/camel/providers/local/camel-maildir-store.c:1295:9: branch_true: following ‘true’ branch (when ‘meta_filename’ is non-NULL)...
evolution-data-server-3.59.1/src/camel/providers/local/camel-maildir-store.c:1296:9: branch_true: ...to here
evolution-data-server-3.59.1/src/camel/providers/local/camel-maildir-store.c:1296:9: branch_true: following ‘true’ branch (when ‘file_exists’ is non-NULL)...
evolution-data-server-3.59.1/src/camel/providers/local/camel-maildir-store.c:1297:9: branch_true: ...to here
evolution-data-server-3.59.1/src/camel/providers/local/camel-maildir-store.c:1297:9: branch_true: following ‘true’ branch (when ‘maildir_version’ is non-NULL)...
evolution-data-server-3.59.1/src/camel/providers/local/camel-maildir-store.c:1300:9: branch_true: ...to here
evolution-data-server-3.59.1/src/camel/providers/local/camel-maildir-store.c:1303:12: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/src/camel/providers/local/camel-maildir-store.c:1307:9: branch_false: ...to here
evolution-data-server-3.59.1/src/camel/providers/local/camel-maildir-store.c:1310:20: acquire_memory: allocated here
evolution-data-server-3.59.1/src/camel/providers/local/camel-maildir-store.c:1311:12: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/src/camel/providers/local/camel-maildir-store.c:1311:12: branch_false: ...to here
evolution-data-server-3.59.1/src/camel/providers/local/camel-maildir-store.c:1314:21: throw: if ‘fgetc’ throws an exception...
evolution-data-server-3.59.1/src/camel/providers/local/camel-maildir-store.c:1314:21: danger: ‘fopen(meta_filename, "rb")’ leaks here; was allocated at [(9)](sarif:/runs/0/results/14/codeFlows/0/threadFlows/0/locations/8)
# 1312|   		return FALSE;
# 1313|   
# 1314|-> 	while (cc = fgetc (metafile), !res && !feof (metafile)) {
# 1315|   		if (verpos > 1 && MAILDIR_CONTENT_VERSION_STR[verpos - 1] == ' ') {
# 1316|   			if (cc >= '0' && cc <= '9') {

Error: GCC_ANALYZER_WARNING (CWE-775): [#def568]
evolution-data-server-3.59.1/src/camel/providers/local/camel-maildir-store.c:1323:34: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(meta_filename, "rb")’
evolution-data-server-3.59.1/src/camel/providers/local/camel-maildir-store.c:1295:9: branch_true: following ‘true’ branch (when ‘meta_filename’ is non-NULL)...
evolution-data-server-3.59.1/src/camel/providers/local/camel-maildir-store.c:1296:9: branch_true: ...to here
evolution-data-server-3.59.1/src/camel/providers/local/camel-maildir-store.c:1296:9: branch_true: following ‘true’ branch (when ‘file_exists’ is non-NULL)...
evolution-data-server-3.59.1/src/camel/providers/local/camel-maildir-store.c:1297:9: branch_true: ...to here
evolution-data-server-3.59.1/src/camel/providers/local/camel-maildir-store.c:1297:9: branch_true: following ‘true’ branch (when ‘maildir_version’ is non-NULL)...
evolution-data-server-3.59.1/src/camel/providers/local/camel-maildir-store.c:1300:9: branch_true: ...to here
evolution-data-server-3.59.1/src/camel/providers/local/camel-maildir-store.c:1303:12: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/src/camel/providers/local/camel-maildir-store.c:1307:9: branch_false: ...to here
evolution-data-server-3.59.1/src/camel/providers/local/camel-maildir-store.c:1310:20: acquire_resource: opened here
evolution-data-server-3.59.1/src/camel/providers/local/camel-maildir-store.c:1311:12: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/src/camel/providers/local/camel-maildir-store.c:1311:12: branch_false: ...to here
evolution-data-server-3.59.1/src/camel/providers/local/camel-maildir-store.c:1314:39: branch_true: following ‘true’ branch...
evolution-data-server-3.59.1/src/camel/providers/local/camel-maildir-store.c:1315:20: branch_false: following ‘false’ branch (when ‘verpos <= 1’)...
evolution-data-server-3.59.1/src/camel/providers/local/camel-maildir-store.c:1323:34: branch_false: ...to here
evolution-data-server-3.59.1/src/camel/providers/local/camel-maildir-store.c:1314:21: throw: if ‘fgetc’ throws an exception...
evolution-data-server-3.59.1/src/camel/providers/local/camel-maildir-store.c:1323:34: danger: ‘fopen(meta_filename, "rb")’ leaks here; was opened at [(9)](sarif:/runs/0/results/15/codeFlows/0/threadFlows/0/locations/8)
# 1321|   				res = TRUE;
# 1322|   			}
# 1323|-> 		} else if (cc == MAILDIR_CONTENT_VERSION_STR[verpos]) {
# 1324|   			verpos++;
# 1325|   		} else {

Error: GCC_ANALYZER_WARNING (CWE-401): [#def569]
evolution-data-server-3.59.1/src/camel/providers/local/camel-maildir-store.c:1323:34: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(meta_filename, "rb")’
evolution-data-server-3.59.1/src/camel/providers/local/camel-maildir-store.c:1295:9: branch_true: following ‘true’ branch (when ‘meta_filename’ is non-NULL)...
evolution-data-server-3.59.1/src/camel/providers/local/camel-maildir-store.c:1296:9: branch_true: ...to here
evolution-data-server-3.59.1/src/camel/providers/local/camel-maildir-store.c:1296:9: branch_true: following ‘true’ branch (when ‘file_exists’ is non-NULL)...
evolution-data-server-3.59.1/src/camel/providers/local/camel-maildir-store.c:1297:9: branch_true: ...to here
evolution-data-server-3.59.1/src/camel/providers/local/camel-maildir-store.c:1297:9: branch_true: following ‘true’ branch (when ‘maildir_version’ is non-NULL)...
evolution-data-server-3.59.1/src/camel/providers/local/camel-maildir-store.c:1300:9: branch_true: ...to here
evolution-data-server-3.59.1/src/camel/providers/local/camel-maildir-store.c:1303:12: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/src/camel/providers/local/camel-maildir-store.c:1307:9: branch_false: ...to here
evolution-data-server-3.59.1/src/camel/providers/local/camel-maildir-store.c:1310:20: acquire_memory: allocated here
evolution-data-server-3.59.1/src/camel/providers/local/camel-maildir-store.c:1311:12: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/src/camel/providers/local/camel-maildir-store.c:1311:12: branch_false: ...to here
evolution-data-server-3.59.1/src/camel/providers/local/camel-maildir-store.c:1314:39: branch_true: following ‘true’ branch...
evolution-data-server-3.59.1/src/camel/providers/local/camel-maildir-store.c:1315:20: branch_false: following ‘false’ branch (when ‘verpos <= 1’)...
evolution-data-server-3.59.1/src/camel/providers/local/camel-maildir-store.c:1323:34: branch_false: ...to here
evolution-data-server-3.59.1/src/camel/providers/local/camel-maildir-store.c:1314:21: throw: if ‘fgetc’ throws an exception...
evolution-data-server-3.59.1/src/camel/providers/local/camel-maildir-store.c:1323:34: danger: ‘fopen(meta_filename, "rb")’ leaks here; was allocated at [(9)](sarif:/runs/0/results/16/codeFlows/0/threadFlows/0/locations/8)
# 1321|   				res = TRUE;
# 1322|   			}
# 1323|-> 		} else if (cc == MAILDIR_CONTENT_VERSION_STR[verpos]) {
# 1324|   			verpos++;
# 1325|   		} else {

Error: COMPILER_WARNING (CWE-704): [#def570]
evolution-data-server-3.59.1/src/camel/providers/local/camel-maildir-summary.c: scope_hint: In function ‘camel_maildir_summary_name_to_info’
evolution-data-server-3.59.1/src/camel/providers/local/camel-maildir-summary.c:283:11: warning[-Wdiscarded-qualifiers]: assignment discards ‘const’ qualifier from pointer target type
#  283 |         p = strstr (name, pattern);
#      |           ^
#  281|   	g_clear_object (&summary);
#  282|   
#  283|-> 	p = strstr (name, pattern);
#  284|   
#  285|   	if (p) {

Error: COMPILER_WARNING (CWE-704): [#def571]
evolution-data-server-3.59.1/src/camel/providers/local/camel-maildir-summary.c:283:11: warning[-Wdiscarded-qualifiers]: assignment discards ‘const’ qualifier from pointer target type
#  281|   	g_clear_object (&summary);
#  282|   
#  283|-> 	p = strstr (name, pattern);
#  284|   
#  285|   	if (p) {

Error: GCC_ANALYZER_WARNING (CWE-401): [#def572]
evolution-data-server-3.59.1/src/camel/providers/local/camel-maildir-summary.c:500:9: warning[-Wanalyzer-malloc-leak]: leak of ‘opendir(g_strdup_printf("%s/cur", *cls.folder_path))’
evolution-data-server-3.59.1/src/camel/providers/local/camel-maildir-summary.c:489:15: acquire_memory: allocated here
evolution-data-server-3.59.1/src/camel/providers/local/camel-maildir-summary.c:490:12: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/src/camel/providers/local/camel-maildir-summary.c:500:9: branch_false: ...to here
evolution-data-server-3.59.1/src/camel/providers/local/camel-maildir-summary.c:500:31: throw: if ‘g_hash_table_new’ throws an exception...
evolution-data-server-3.59.1/src/camel/providers/local/camel-maildir-summary.c:500:9: danger: ‘opendir(g_strdup_printf("%s/cur", *cls.folder_path))’ leaks here; was allocated at [(1)](sarif:/runs/0/results/1/codeFlows/0/threadFlows/0/locations/0)
#  498|   	}
#  499|   
#  500|-> 	mds->priv->load_map = g_hash_table_new (g_str_hash, g_str_equal);
#  501|   	pool = camel_mempool_new (1024, 512, CAMEL_MEMPOOL_ALIGN_BYTE);
#  502|   

Error: GCC_ANALYZER_WARNING (CWE-775): [#def573]
evolution-data-server-3.59.1/src/camel/providers/local/camel-maildir-summary.c:557:14: warning[-Wanalyzer-fd-leak]: leak of file descriptor ‘open(g_strdup_printf("%s/cur/%s", *cls.folder_path,  name), 0)’
evolution-data-server-3.59.1/src/camel/providers/local/camel-maildir-summary.c:551:14: acquire_resource: opened here
evolution-data-server-3.59.1/src/camel/providers/local/camel-maildir-summary.c:552:12: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/src/camel/providers/local/camel-maildir-summary.c:557:14: branch_false: ...to here
evolution-data-server-3.59.1/src/camel/providers/local/camel-maildir-summary.c:557:14: throw: if ‘camel_mime_parser_new’ throws an exception...
evolution-data-server-3.59.1/src/camel/providers/local/camel-maildir-summary.c:557:14: danger: ‘open(g_strdup_printf("%s/cur/%s", *cls.folder_path,  name), 0)’ leaks here; was opened at [(1)](sarif:/runs/0/results/4/codeFlows/0/threadFlows/0/locations/0)
#  555|   		return -1;
#  556|   	}
#  557|-> 	mp = camel_mime_parser_new ();
#  558|   	camel_mime_parser_scan_from (mp, FALSE);
#  559|   	camel_mime_parser_init_with_fd (mp, fd);

Error: GCC_ANALYZER_WARNING (CWE-775): [#def574]
evolution-data-server-3.59.1/src/camel/providers/local/camel-maildir-summary.c:558:9: warning[-Wanalyzer-fd-leak]: leak of file descriptor ‘open(g_strdup_printf("%s/cur/%s", *cls.folder_path,  name), 0)’
evolution-data-server-3.59.1/src/camel/providers/local/camel-maildir-summary.c:551:14: acquire_resource: opened here
evolution-data-server-3.59.1/src/camel/providers/local/camel-maildir-summary.c:552:12: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/src/camel/providers/local/camel-maildir-summary.c:557:14: branch_false: ...to here
evolution-data-server-3.59.1/src/camel/providers/local/camel-maildir-summary.c:558:9: throw: if ‘camel_mime_parser_scan_from’ throws an exception...
evolution-data-server-3.59.1/src/camel/providers/local/camel-maildir-summary.c:558:9: danger: ‘open(g_strdup_printf("%s/cur/%s", *cls.folder_path,  name), 0)’ leaks here; was opened at [(1)](sarif:/runs/0/results/5/codeFlows/0/threadFlows/0/locations/0)
#  556|   	}
#  557|   	mp = camel_mime_parser_new ();
#  558|-> 	camel_mime_parser_scan_from (mp, FALSE);
#  559|   	camel_mime_parser_init_with_fd (mp, fd);
#  560|   	if (cls->index && (forceindex || !camel_index_has_name (cls->index, name))) {

Error: GCC_ANALYZER_WARNING (CWE-775): [#def575]
evolution-data-server-3.59.1/src/camel/providers/local/camel-maildir-summary.c:559:9: warning[-Wanalyzer-fd-leak]: leak of file descriptor ‘open(g_strdup_printf("%s/cur/%s", *cls.folder_path,  name), 0)’
evolution-data-server-3.59.1/src/camel/providers/local/camel-maildir-summary.c:551:14: acquire_resource: opened here
evolution-data-server-3.59.1/src/camel/providers/local/camel-maildir-summary.c:552:12: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/src/camel/providers/local/camel-maildir-summary.c:557:14: branch_false: ...to here
evolution-data-server-3.59.1/src/camel/providers/local/camel-maildir-summary.c:559:9: danger: ‘open(g_strdup_printf("%s/cur/%s", *cls.folder_path,  name), 0)’ leaks here; was opened at [(1)](sarif:/runs/0/results/6/codeFlows/0/threadFlows/0/locations/0)
#  557|   	mp = camel_mime_parser_new ();
#  558|   	camel_mime_parser_scan_from (mp, FALSE);
#  559|-> 	camel_mime_parser_init_with_fd (mp, fd);
#  560|   	if (cls->index && (forceindex || !camel_index_has_name (cls->index, name))) {
#  561|   		d (printf ("forcing indexing of message content\n"));

Error: GCC_ANALYZER_WARNING (CWE-401): [#def576]
evolution-data-server-3.59.1/src/camel/providers/local/camel-maildir-summary.c:647:16: warning[-Wanalyzer-malloc-leak]: leak of ‘opendir(g_strdup_printf("%s/cur", *cls.folder_path))’
evolution-data-server-3.59.1/src/camel/providers/local/camel-maildir-summary.c:632:15: acquire_memory: allocated here
evolution-data-server-3.59.1/src/camel/providers/local/camel-maildir-summary.c:633:12: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/src/camel/providers/local/camel-maildir-summary.c:647:16: branch_false: ...to here
evolution-data-server-3.59.1/src/camel/providers/local/camel-maildir-summary.c:647:16: throw: if ‘g_hash_table_new_full’ throws an exception...
evolution-data-server-3.59.1/src/camel/providers/local/camel-maildir-summary.c:647:16: danger: ‘opendir(g_strdup_printf("%s/cur", *cls.folder_path))’ leaks here; was allocated at [(1)](sarif:/runs/0/results/7/codeFlows/0/threadFlows/0/locations/0)
#  645|   
#  646|   	/* keeps track of all uid's that have not been processed */
#  647|-> 	left = g_hash_table_new_full (g_str_hash, g_str_equal, (GDestroyNotify) camel_pstring_free, NULL);
#  648|   	known_uids = camel_folder_summary_dup_uids (s);
#  649|   	forceindex = !known_uids || known_uids->len == 0;

Error: GCC_ANALYZER_WARNING (CWE-401): [#def577]
evolution-data-server-3.59.1/src/camel/providers/local/camel-maildir-summary.c:648:22: warning[-Wanalyzer-malloc-leak]: leak of ‘opendir(g_strdup_printf("%s/cur", *cls.folder_path))’
evolution-data-server-3.59.1/src/camel/providers/local/camel-maildir-summary.c:632:15: acquire_memory: allocated here
evolution-data-server-3.59.1/src/camel/providers/local/camel-maildir-summary.c:633:12: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/src/camel/providers/local/camel-maildir-summary.c:647:16: branch_false: ...to here
evolution-data-server-3.59.1/src/camel/providers/local/camel-maildir-summary.c:648:22: throw: if ‘camel_folder_summary_dup_uids’ throws an exception...
evolution-data-server-3.59.1/src/camel/providers/local/camel-maildir-summary.c:648:22: danger: ‘opendir(g_strdup_printf("%s/cur", *cls.folder_path))’ leaks here; was allocated at [(1)](sarif:/runs/0/results/8/codeFlows/0/threadFlows/0/locations/0)
#  646|   	/* keeps track of all uid's that have not been processed */
#  647|   	left = g_hash_table_new_full (g_str_hash, g_str_equal, (GDestroyNotify) camel_pstring_free, NULL);
#  648|-> 	known_uids = camel_folder_summary_dup_uids (s);
#  649|   	forceindex = !known_uids || known_uids->len == 0;
#  650|   	for (i = 0; known_uids && i < known_uids->len; i++) {

Error: GCC_ANALYZER_WARNING (CWE-401): [#def578]
evolution-data-server-3.59.1/src/camel/providers/local/camel-maildir-summary.c:649:37: warning[-Wanalyzer-malloc-leak]: leak of ‘opendir(g_strdup_printf("%s/cur", *cls.folder_path))’
evolution-data-server-3.59.1/src/camel/providers/local/camel-maildir-summary.c:632:15: acquire_memory: allocated here
evolution-data-server-3.59.1/src/camel/providers/local/camel-maildir-summary.c:633:12: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/src/camel/providers/local/camel-maildir-summary.c:647:16: branch_false: ...to here
evolution-data-server-3.59.1/src/camel/providers/local/camel-maildir-summary.c:650:21: branch_true: following ‘true’ branch...
evolution-data-server-3.59.1/src/camel/providers/local/camel-maildir-summary.c:654:25: throw: if ‘camel_folder_summary_get_info_flags’ throws an exception...
evolution-data-server-3.59.1/src/camel/providers/local/camel-maildir-summary.c:649:37: danger: ‘opendir(g_strdup_printf("%s/cur", *cls.folder_path))’ leaks here; was allocated at [(1)](sarif:/runs/0/results/9/codeFlows/0/threadFlows/0/locations/0)
#  647|   	left = g_hash_table_new_full (g_str_hash, g_str_equal, (GDestroyNotify) camel_pstring_free, NULL);
#  648|   	known_uids = camel_folder_summary_dup_uids (s);
#  649|-> 	forceindex = !known_uids || known_uids->len == 0;
#  650|   	for (i = 0; known_uids && i < known_uids->len; i++) {
#  651|   		const gchar *uid = g_ptr_array_index (known_uids, i);

Error: GCC_ANALYZER_WARNING (CWE-401): [#def579]
evolution-data-server-3.59.1/src/camel/providers/local/camel-maildir-summary.c:663:16: warning[-Wanalyzer-malloc-leak]: leak of ‘opendir(g_strdup_printf("%s/cur", *cls.folder_path))’
evolution-data-server-3.59.1/src/camel/providers/local/camel-maildir-summary.c:632:15: acquire_memory: allocated here
evolution-data-server-3.59.1/src/camel/providers/local/camel-maildir-summary.c:633:12: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/src/camel/providers/local/camel-maildir-summary.c:647:16: branch_false: ...to here
evolution-data-server-3.59.1/src/camel/providers/local/camel-maildir-summary.c:663:16: throw: if ‘readdir’ throws an exception...
evolution-data-server-3.59.1/src/camel/providers/local/camel-maildir-summary.c:663:16: danger: ‘opendir(g_strdup_printf("%s/cur", *cls.folder_path))’ leaks here; was allocated at [(1)](sarif:/runs/0/results/12/codeFlows/0/threadFlows/0/locations/0)
#  661|   	total = 0;
#  662|   	count = 0;
#  663|-> 	while (readdir (dir))
#  664|   		total++;
#  665|   	rewinddir (dir);

Error: GCC_ANALYZER_WARNING (CWE-401): [#def580]
evolution-data-server-3.59.1/src/camel/providers/local/camel-maildir-summary.c:759:24: warning[-Wanalyzer-malloc-leak]: leak of ‘opendir(g_strdup_printf("%s/new", *cls.folder_path))’
evolution-data-server-3.59.1/src/camel/providers/local/camel-maildir-summary.c:633:12: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/src/camel/providers/local/camel-maildir-summary.c:647:16: branch_false: ...to here
evolution-data-server-3.59.1/src/camel/providers/local/camel-maildir-summary.c:755:15: acquire_memory: allocated here
evolution-data-server-3.59.1/src/camel/providers/local/camel-maildir-summary.c:756:12: branch_true: following ‘true’ branch...
evolution-data-server-3.59.1/src/camel/providers/local/camel-maildir-summary.c:756:12: branch_true: ...to here
evolution-data-server-3.59.1/src/camel/providers/local/camel-maildir-summary.c:759:24: throw: if ‘readdir’ throws an exception...
evolution-data-server-3.59.1/src/camel/providers/local/camel-maildir-summary.c:759:24: danger: ‘opendir(g_strdup_printf("%s/new", *cls.folder_path))’ leaks here; was allocated at [(3)](sarif:/runs/0/results/13/codeFlows/0/threadFlows/0/locations/2)
#  757|   		total = 0;
#  758|   		count = 0;
#  759|-> 		while (readdir (dir))
#  760|   			total++;
#  761|   		rewinddir (dir);

Error: GCC_ANALYZER_WARNING (CWE-775): [#def581]
evolution-data-server-3.59.1/src/camel/providers/local/camel-mbox-summary.c:774:14: warning[-Wanalyzer-fd-leak]: leak of file descriptor ‘pfd’
evolution-data-server-3.59.1/src/camel/providers/local/camel-mbox-summary.c:749:12: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/src/camel/providers/local/camel-mbox-summary.c:762:15: branch_false: ...to here
evolution-data-server-3.59.1/src/camel/providers/local/camel-mbox-summary.c:762:15: acquire_resource: opened here
evolution-data-server-3.59.1/src/camel/providers/local/camel-mbox-summary.c:763:12: branch_false: following ‘false’ branch (when ‘pfd != -1’)...
evolution-data-server-3.59.1/src/camel/providers/local/camel-mbox-summary.c:774:14: branch_false: ...to here
evolution-data-server-3.59.1/src/camel/providers/local/camel-mbox-summary.c:774:14: throw: if ‘camel_mime_parser_new’ throws an exception...
evolution-data-server-3.59.1/src/camel/providers/local/camel-mbox-summary.c:774:14: danger: ‘pfd’ leaks here; was opened at [(3)](sarif:/runs/0/results/0/codeFlows/0/threadFlows/0/locations/2)
#  772|   	}
#  773|   
#  774|-> 	mp = camel_mime_parser_new ();
#  775|   	camel_mime_parser_scan_from (mp, TRUE);
#  776|   	camel_mime_parser_scan_pre_from (mp, TRUE);

Error: GCC_ANALYZER_WARNING (CWE-775): [#def582]
evolution-data-server-3.59.1/src/camel/providers/local/camel-mbox-summary.c:775:9: warning[-Wanalyzer-fd-leak]: leak of file descriptor ‘pfd’
evolution-data-server-3.59.1/src/camel/providers/local/camel-mbox-summary.c:749:12: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/src/camel/providers/local/camel-mbox-summary.c:762:15: branch_false: ...to here
evolution-data-server-3.59.1/src/camel/providers/local/camel-mbox-summary.c:762:15: acquire_resource: opened here
evolution-data-server-3.59.1/src/camel/providers/local/camel-mbox-summary.c:763:12: branch_false: following ‘false’ branch (when ‘pfd != -1’)...
evolution-data-server-3.59.1/src/camel/providers/local/camel-mbox-summary.c:774:14: branch_false: ...to here
evolution-data-server-3.59.1/src/camel/providers/local/camel-mbox-summary.c:775:9: throw: if ‘camel_mime_parser_scan_from’ throws an exception...
evolution-data-server-3.59.1/src/camel/providers/local/camel-mbox-summary.c:775:9: danger: ‘pfd’ leaks here; was opened at [(3)](sarif:/runs/0/results/1/codeFlows/0/threadFlows/0/locations/2)
#  773|   
#  774|   	mp = camel_mime_parser_new ();
#  775|-> 	camel_mime_parser_scan_from (mp, TRUE);
#  776|   	camel_mime_parser_scan_pre_from (mp, TRUE);
#  777|   	camel_mime_parser_init_with_fd (mp, pfd);

Error: GCC_ANALYZER_WARNING (CWE-775): [#def583]
evolution-data-server-3.59.1/src/camel/providers/local/camel-mbox-summary.c:776:9: warning[-Wanalyzer-fd-leak]: leak of file descriptor ‘pfd’
evolution-data-server-3.59.1/src/camel/providers/local/camel-mbox-summary.c:749:12: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/src/camel/providers/local/camel-mbox-summary.c:762:15: branch_false: ...to here
evolution-data-server-3.59.1/src/camel/providers/local/camel-mbox-summary.c:762:15: acquire_resource: opened here
evolution-data-server-3.59.1/src/camel/providers/local/camel-mbox-summary.c:763:12: branch_false: following ‘false’ branch (when ‘pfd != -1’)...
evolution-data-server-3.59.1/src/camel/providers/local/camel-mbox-summary.c:774:14: branch_false: ...to here
evolution-data-server-3.59.1/src/camel/providers/local/camel-mbox-summary.c:776:9: throw: if ‘camel_mime_parser_scan_pre_from’ throws an exception...
evolution-data-server-3.59.1/src/camel/providers/local/camel-mbox-summary.c:776:9: danger: ‘pfd’ leaks here; was opened at [(3)](sarif:/runs/0/results/2/codeFlows/0/threadFlows/0/locations/2)
#  774|   	mp = camel_mime_parser_new ();
#  775|   	camel_mime_parser_scan_from (mp, TRUE);
#  776|-> 	camel_mime_parser_scan_pre_from (mp, TRUE);
#  777|   	camel_mime_parser_init_with_fd (mp, pfd);
#  778|   

Error: GCC_ANALYZER_WARNING (CWE-775): [#def584]
evolution-data-server-3.59.1/src/camel/providers/local/camel-mbox-summary.c:777:9: warning[-Wanalyzer-fd-leak]: leak of file descriptor ‘pfd’
evolution-data-server-3.59.1/src/camel/providers/local/camel-mbox-summary.c:749:12: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/src/camel/providers/local/camel-mbox-summary.c:762:15: branch_false: ...to here
evolution-data-server-3.59.1/src/camel/providers/local/camel-mbox-summary.c:762:15: acquire_resource: opened here
evolution-data-server-3.59.1/src/camel/providers/local/camel-mbox-summary.c:763:12: branch_false: following ‘false’ branch (when ‘pfd != -1’)...
evolution-data-server-3.59.1/src/camel/providers/local/camel-mbox-summary.c:774:14: branch_false: ...to here
evolution-data-server-3.59.1/src/camel/providers/local/camel-mbox-summary.c:777:9: throw: if ‘camel_mime_parser_init_with_fd’ throws an exception...
evolution-data-server-3.59.1/src/camel/providers/local/camel-mbox-summary.c:777:9: danger: ‘pfd’ leaks here; was opened at [(3)](sarif:/runs/0/results/3/codeFlows/0/threadFlows/0/locations/2)
#  775|   	camel_mime_parser_scan_from (mp, TRUE);
#  776|   	camel_mime_parser_scan_pre_from (mp, TRUE);
#  777|-> 	camel_mime_parser_init_with_fd (mp, pfd);
#  778|   
#  779|   	/* Sync only the changes */

Error: GCC_ANALYZER_WARNING (CWE-775): [#def585]
evolution-data-server-3.59.1/src/camel/providers/local/camel-mbox-summary.c:1038:14: warning[-Wanalyzer-fd-leak]: leak of file descriptor ‘fd’
evolution-data-server-3.59.1/src/camel/providers/local/camel-mbox-summary.c:1027:14: acquire_resource: opened here
evolution-data-server-3.59.1/src/camel/providers/local/camel-mbox-summary.c:1028:12: branch_false: following ‘false’ branch (when ‘fd != -1’)...
evolution-data-server-3.59.1/src/camel/providers/local/camel-mbox-summary.c:1038:14: branch_false: ...to here
evolution-data-server-3.59.1/src/camel/providers/local/camel-mbox-summary.c:1038:14: throw: if ‘camel_mime_parser_new’ throws an exception...
evolution-data-server-3.59.1/src/camel/providers/local/camel-mbox-summary.c:1038:14: danger: ‘fd’ leaks here; was opened at [(1)](sarif:/runs/0/results/4/codeFlows/0/threadFlows/0/locations/0)
# 1036|   	}
# 1037|   
# 1038|-> 	mp = camel_mime_parser_new ();
# 1039|   	camel_mime_parser_scan_from (mp, TRUE);
# 1040|   	camel_mime_parser_scan_pre_from (mp, TRUE);

Error: GCC_ANALYZER_WARNING (CWE-775): [#def586]
evolution-data-server-3.59.1/src/camel/providers/local/camel-mbox-summary.c:1039:9: warning[-Wanalyzer-fd-leak]: leak of file descriptor ‘fd’
evolution-data-server-3.59.1/src/camel/providers/local/camel-mbox-summary.c:1027:14: acquire_resource: opened here
evolution-data-server-3.59.1/src/camel/providers/local/camel-mbox-summary.c:1028:12: branch_false: following ‘false’ branch (when ‘fd != -1’)...
evolution-data-server-3.59.1/src/camel/providers/local/camel-mbox-summary.c:1038:14: branch_false: ...to here
evolution-data-server-3.59.1/src/camel/providers/local/camel-mbox-summary.c:1039:9: throw: if ‘camel_mime_parser_scan_from’ throws an exception...
evolution-data-server-3.59.1/src/camel/providers/local/camel-mbox-summary.c:1039:9: danger: ‘fd’ leaks here; was opened at [(1)](sarif:/runs/0/results/5/codeFlows/0/threadFlows/0/locations/0)
# 1037|   
# 1038|   	mp = camel_mime_parser_new ();
# 1039|-> 	camel_mime_parser_scan_from (mp, TRUE);
# 1040|   	camel_mime_parser_scan_pre_from (mp, TRUE);
# 1041|   	camel_mime_parser_init_with_fd (mp, fd);

Error: GCC_ANALYZER_WARNING (CWE-775): [#def587]
evolution-data-server-3.59.1/src/camel/providers/local/camel-mbox-summary.c:1040:9: warning[-Wanalyzer-fd-leak]: leak of file descriptor ‘fd’
evolution-data-server-3.59.1/src/camel/providers/local/camel-mbox-summary.c:1027:14: acquire_resource: opened here
evolution-data-server-3.59.1/src/camel/providers/local/camel-mbox-summary.c:1028:12: branch_false: following ‘false’ branch (when ‘fd != -1’)...
evolution-data-server-3.59.1/src/camel/providers/local/camel-mbox-summary.c:1038:14: branch_false: ...to here
evolution-data-server-3.59.1/src/camel/providers/local/camel-mbox-summary.c:1040:9: throw: if ‘camel_mime_parser_scan_pre_from’ throws an exception...
evolution-data-server-3.59.1/src/camel/providers/local/camel-mbox-summary.c:1040:9: danger: ‘fd’ leaks here; was opened at [(1)](sarif:/runs/0/results/6/codeFlows/0/threadFlows/0/locations/0)
# 1038|   	mp = camel_mime_parser_new ();
# 1039|   	camel_mime_parser_scan_from (mp, TRUE);
# 1040|-> 	camel_mime_parser_scan_pre_from (mp, TRUE);
# 1041|   	camel_mime_parser_init_with_fd (mp, fd);
# 1042|   

Error: GCC_ANALYZER_WARNING (CWE-775): [#def588]
evolution-data-server-3.59.1/src/camel/providers/local/camel-mbox-summary.c:1041:9: warning[-Wanalyzer-fd-leak]: leak of file descriptor ‘fd’
evolution-data-server-3.59.1/src/camel/providers/local/camel-mbox-summary.c:1027:14: acquire_resource: opened here
evolution-data-server-3.59.1/src/camel/providers/local/camel-mbox-summary.c:1028:12: branch_false: following ‘false’ branch (when ‘fd != -1’)...
evolution-data-server-3.59.1/src/camel/providers/local/camel-mbox-summary.c:1038:14: branch_false: ...to here
evolution-data-server-3.59.1/src/camel/providers/local/camel-mbox-summary.c:1041:9: throw: if ‘camel_mime_parser_init_with_fd’ throws an exception...
evolution-data-server-3.59.1/src/camel/providers/local/camel-mbox-summary.c:1041:9: danger: ‘fd’ leaks here; was opened at [(1)](sarif:/runs/0/results/7/codeFlows/0/threadFlows/0/locations/0)
# 1039|   	camel_mime_parser_scan_from (mp, TRUE);
# 1040|   	camel_mime_parser_scan_pre_from (mp, TRUE);
# 1041|-> 	camel_mime_parser_init_with_fd (mp, fd);
# 1042|   
# 1043|   	camel_folder_summary_prepare_fetch_all (s, NULL);

Error: COMPILER_WARNING (CWE-704): [#def589]
evolution-data-server-3.59.1/src/camel/providers/local/camel-mh-store.c: scope_hint: In function ‘folder_info_new’
evolution-data-server-3.59.1/src/camel/providers/local/camel-mh-store.c:256:14: warning[-Wdiscarded-qualifiers]: assignment discards ‘const’ qualifier from pointer target type
#  256 |         base = strrchr (path, '/');
#      |              ^
#  254|   	gchar *base;
#  255|   
#  256|-> 	base = strrchr (path, '/');
#  257|   
#  258|   	/* Build the folder info structure. */

Error: COMPILER_WARNING (CWE-704): [#def590]
evolution-data-server-3.59.1/src/camel/providers/local/camel-mh-store.c:256:14: warning[-Wdiscarded-qualifiers]: assignment discards ‘const’ qualifier from pointer target type
#  254|   	gchar *base;
#  255|   
#  256|-> 	base = strrchr (path, '/');
#  257|   
#  258|   	/* Build the folder info structure. */

Error: GCC_ANALYZER_WARNING (CWE-775): [#def591]
evolution-data-server-3.59.1/src/camel/providers/local/camel-mh-summary.c:169:14: warning[-Wanalyzer-fd-leak]: leak of file descriptor ‘open(g_strdup_printf("%s/%s", *cls.folder_path,  name), 0)’
evolution-data-server-3.59.1/src/camel/providers/local/camel-mh-summary.c:163:14: acquire_resource: opened here
evolution-data-server-3.59.1/src/camel/providers/local/camel-mh-summary.c:164:12: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/src/camel/providers/local/camel-mh-summary.c:169:14: branch_false: ...to here
evolution-data-server-3.59.1/src/camel/providers/local/camel-mh-summary.c:169:14: throw: if ‘camel_mime_parser_new’ throws an exception...
evolution-data-server-3.59.1/src/camel/providers/local/camel-mh-summary.c:169:14: danger: ‘open(g_strdup_printf("%s/%s", *cls.folder_path,  name), 0)’ leaks here; was opened at [(1)](sarif:/runs/0/results/0/codeFlows/0/threadFlows/0/locations/0)
#  167|   		return -1;
#  168|   	}
#  169|-> 	mp = camel_mime_parser_new ();
#  170|   	camel_mime_parser_scan_from (mp, FALSE);
#  171|   	camel_mime_parser_init_with_fd (mp, fd);

Error: GCC_ANALYZER_WARNING (CWE-775): [#def592]
evolution-data-server-3.59.1/src/camel/providers/local/camel-mh-summary.c:170:9: warning[-Wanalyzer-fd-leak]: leak of file descriptor ‘open(g_strdup_printf("%s/%s", *cls.folder_path,  name), 0)’
evolution-data-server-3.59.1/src/camel/providers/local/camel-mh-summary.c:163:14: acquire_resource: opened here
evolution-data-server-3.59.1/src/camel/providers/local/camel-mh-summary.c:164:12: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/src/camel/providers/local/camel-mh-summary.c:169:14: branch_false: ...to here
evolution-data-server-3.59.1/src/camel/providers/local/camel-mh-summary.c:170:9: throw: if ‘camel_mime_parser_scan_from’ throws an exception...
evolution-data-server-3.59.1/src/camel/providers/local/camel-mh-summary.c:170:9: danger: ‘open(g_strdup_printf("%s/%s", *cls.folder_path,  name), 0)’ leaks here; was opened at [(1)](sarif:/runs/0/results/1/codeFlows/0/threadFlows/0/locations/0)
#  168|   	}
#  169|   	mp = camel_mime_parser_new ();
#  170|-> 	camel_mime_parser_scan_from (mp, FALSE);
#  171|   	camel_mime_parser_init_with_fd (mp, fd);
#  172|   	if (cls->index && (forceindex || !camel_index_has_name (cls->index, name))) {

Error: GCC_ANALYZER_WARNING (CWE-775): [#def593]
evolution-data-server-3.59.1/src/camel/providers/local/camel-mh-summary.c:171:9: warning[-Wanalyzer-fd-leak]: leak of file descriptor ‘open(g_strdup_printf("%s/%s", *cls.folder_path,  name), 0)’
evolution-data-server-3.59.1/src/camel/providers/local/camel-mh-summary.c:163:14: acquire_resource: opened here
evolution-data-server-3.59.1/src/camel/providers/local/camel-mh-summary.c:164:12: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/src/camel/providers/local/camel-mh-summary.c:169:14: branch_false: ...to here
evolution-data-server-3.59.1/src/camel/providers/local/camel-mh-summary.c:171:9: danger: ‘open(g_strdup_printf("%s/%s", *cls.folder_path,  name), 0)’ leaks here; was opened at [(1)](sarif:/runs/0/results/2/codeFlows/0/threadFlows/0/locations/0)
#  169|   	mp = camel_mime_parser_new ();
#  170|   	camel_mime_parser_scan_from (mp, FALSE);
#  171|-> 	camel_mime_parser_init_with_fd (mp, fd);
#  172|   	if (cls->index && (forceindex || !camel_index_has_name (cls->index, name))) {
#  173|   		d (printf ("forcing indexing of message content\n"));

Error: GCC_ANALYZER_WARNING (CWE-401): [#def594]
evolution-data-server-3.59.1/src/camel/providers/local/camel-mh-summary.c:238:16: warning[-Wanalyzer-malloc-leak]: leak of ‘opendir(*cls.folder_path)’
evolution-data-server-3.59.1/src/camel/providers/local/camel-mh-summary.c:227:15: acquire_memory: allocated here
evolution-data-server-3.59.1/src/camel/providers/local/camel-mh-summary.c:228:12: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/src/camel/providers/local/camel-mh-summary.c:238:16: branch_false: ...to here
evolution-data-server-3.59.1/src/camel/providers/local/camel-mh-summary.c:238:16: throw: if ‘g_hash_table_new’ throws an exception...
evolution-data-server-3.59.1/src/camel/providers/local/camel-mh-summary.c:238:16: danger: ‘opendir(*cls.folder_path)’ leaks here; was allocated at [(1)](sarif:/runs/0/results/3/codeFlows/0/threadFlows/0/locations/0)
#  236|   
#  237|   	/* keeps track of all uid's that have not been processed */
#  238|-> 	left = g_hash_table_new (g_str_hash, g_str_equal);
#  239|   	camel_folder_summary_prepare_fetch_all ((CamelFolderSummary *) cls, error);
#  240|   	known_uids = camel_folder_summary_dup_uids ((CamelFolderSummary *) cls);

Error: GCC_ANALYZER_WARNING (CWE-401): [#def595]
evolution-data-server-3.59.1/src/camel/providers/local/camel-mh-summary.c:239:9: warning[-Wanalyzer-malloc-leak]: leak of ‘opendir(*cls.folder_path)’
evolution-data-server-3.59.1/src/camel/providers/local/camel-mh-summary.c:227:15: acquire_memory: allocated here
evolution-data-server-3.59.1/src/camel/providers/local/camel-mh-summary.c:228:12: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/src/camel/providers/local/camel-mh-summary.c:238:16: branch_false: ...to here
evolution-data-server-3.59.1/src/camel/providers/local/camel-mh-summary.c:239:9: throw: if ‘camel_folder_summary_prepare_fetch_all’ throws an exception...
evolution-data-server-3.59.1/src/camel/providers/local/camel-mh-summary.c:239:9: danger: ‘opendir(*cls.folder_path)’ leaks here; was allocated at [(1)](sarif:/runs/0/results/4/codeFlows/0/threadFlows/0/locations/0)
#  237|   	/* keeps track of all uid's that have not been processed */
#  238|   	left = g_hash_table_new (g_str_hash, g_str_equal);
#  239|-> 	camel_folder_summary_prepare_fetch_all ((CamelFolderSummary *) cls, error);
#  240|   	known_uids = camel_folder_summary_dup_uids ((CamelFolderSummary *) cls);
#  241|   	forceindex = !known_uids || known_uids->len == 0;

Error: GCC_ANALYZER_WARNING (CWE-401): [#def596]
evolution-data-server-3.59.1/src/camel/providers/local/camel-mh-summary.c:240:22: warning[-Wanalyzer-malloc-leak]: leak of ‘opendir(*cls.folder_path)’
evolution-data-server-3.59.1/src/camel/providers/local/camel-mh-summary.c:227:15: acquire_memory: allocated here
evolution-data-server-3.59.1/src/camel/providers/local/camel-mh-summary.c:228:12: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/src/camel/providers/local/camel-mh-summary.c:238:16: branch_false: ...to here
evolution-data-server-3.59.1/src/camel/providers/local/camel-mh-summary.c:240:22: throw: if ‘camel_folder_summary_dup_uids’ throws an exception...
evolution-data-server-3.59.1/src/camel/providers/local/camel-mh-summary.c:240:22: danger: ‘opendir(*cls.folder_path)’ leaks here; was allocated at [(1)](sarif:/runs/0/results/5/codeFlows/0/threadFlows/0/locations/0)
#  238|   	left = g_hash_table_new (g_str_hash, g_str_equal);
#  239|   	camel_folder_summary_prepare_fetch_all ((CamelFolderSummary *) cls, error);
#  240|-> 	known_uids = camel_folder_summary_dup_uids ((CamelFolderSummary *) cls);
#  241|   	forceindex = !known_uids || known_uids->len == 0;
#  242|   	for (i = 0; known_uids && i < known_uids->len; i++) {

Error: GCC_ANALYZER_WARNING (CWE-401): [#def597]
evolution-data-server-3.59.1/src/camel/providers/local/camel-mh-summary.c:241:37: warning[-Wanalyzer-malloc-leak]: leak of ‘opendir(*cls.folder_path)’
evolution-data-server-3.59.1/src/camel/providers/local/camel-mh-summary.c:227:15: acquire_memory: allocated here
evolution-data-server-3.59.1/src/camel/providers/local/camel-mh-summary.c:228:12: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/src/camel/providers/local/camel-mh-summary.c:238:16: branch_false: ...to here
evolution-data-server-3.59.1/src/camel/providers/local/camel-mh-summary.c:248:9: branch_true: following ‘true’ branch...
evolution-data-server-3.59.1/src/camel/providers/local/camel-mh-summary.c:248:9: branch_true: ...to here
evolution-data-server-3.59.1/src/camel/providers/local/camel-mh-summary.c:248:9: throw: if ‘g_ptr_array_unref’ throws an exception...
evolution-data-server-3.59.1/src/camel/providers/local/camel-mh-summary.c:241:37: danger: ‘opendir(*cls.folder_path)’ leaks here; was allocated at [(1)](sarif:/runs/0/results/6/codeFlows/0/threadFlows/0/locations/0)
#  239|   	camel_folder_summary_prepare_fetch_all ((CamelFolderSummary *) cls, error);
#  240|   	known_uids = camel_folder_summary_dup_uids ((CamelFolderSummary *) cls);
#  241|-> 	forceindex = !known_uids || known_uids->len == 0;
#  242|   	for (i = 0; known_uids && i < known_uids->len; i++) {
#  243|   		info = camel_folder_summary_get ((CamelFolderSummary *) cls, g_ptr_array_index (known_uids, i));

Error: GCC_ANALYZER_WARNING (CWE-401): [#def598]
evolution-data-server-3.59.1/src/camel/providers/local/camel-mh-summary.c:250:21: warning[-Wanalyzer-malloc-leak]: leak of ‘opendir(*cls.folder_path)’
evolution-data-server-3.59.1/src/camel/providers/local/camel-mh-summary.c:227:15: acquire_memory: allocated here
evolution-data-server-3.59.1/src/camel/providers/local/camel-mh-summary.c:228:12: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/src/camel/providers/local/camel-mh-summary.c:238:16: branch_false: ...to here
evolution-data-server-3.59.1/src/camel/providers/local/camel-mh-summary.c:250:21: throw: if ‘readdir’ throws an exception...
evolution-data-server-3.59.1/src/camel/providers/local/camel-mh-summary.c:250:21: danger: ‘opendir(*cls.folder_path)’ leaks here; was allocated at [(1)](sarif:/runs/0/results/10/codeFlows/0/threadFlows/0/locations/0)
#  248|   	g_clear_pointer (&known_uids, g_ptr_array_unref);
#  249|   
#  250|-> 	while ((d = readdir (dir))) {
#  251|   		/* FIXME: also run stat to check for regular file */
#  252|   		p = d->d_name;

Error: GCC_ANALYZER_WARNING (CWE-401): [#def599]
evolution-data-server-3.59.1/src/camel/providers/local/camel-spool-store.c:163:14: warning[-Wanalyzer-malloc-leak]: leak of ‘opendir(name)’
evolution-data-server-3.59.1/src/camel/providers/local/camel-spool-store.c:185:1: enter_function: entry to ‘scan_dir’
evolution-data-server-3.59.1/src/camel/providers/local/camel-spool-store.c:221:19: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/src/camel/providers/local/camel-spool-store.c:233:15: branch_false: ...to here
evolution-data-server-3.59.1/src/camel/providers/local/camel-spool-store.c:233:15: acquire_memory: allocated here
evolution-data-server-3.59.1/src/camel/providers/local/camel-spool-store.c:234:12: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/src/camel/providers/local/camel-spool-store.c:243:12: branch_false: ...to here
evolution-data-server-3.59.1/src/camel/providers/local/camel-spool-store.c:243:12: branch_true: following ‘true’ branch (when ‘path’ is non-NULL)...
evolution-data-server-3.59.1/src/camel/providers/local/camel-spool-store.c:244:22: branch_true: ...to here
evolution-data-server-3.59.1/src/camel/providers/local/camel-spool-store.c:244:22: call_function: calling ‘spool_new_fi’ from ‘scan_dir’
#  161|   		name = full;
#  162|   
#  163|-> 	fi = camel_folder_info_new ();
#  164|   	fi->full_name = g_strdup (full);
#  165|   	fi->display_name = g_strdup (name);

Error: GCC_ANALYZER_WARNING (CWE-401): [#def600]
evolution-data-server-3.59.1/src/camel/providers/local/camel-spool-store.c:171:20: warning[-Wanalyzer-malloc-leak]: leak of ‘opendir(name)’
evolution-data-server-3.59.1/src/camel/providers/local/camel-spool-store.c:221:19: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/src/camel/providers/local/camel-spool-store.c:233:15: branch_false: ...to here
evolution-data-server-3.59.1/src/camel/providers/local/camel-spool-store.c:233:15: acquire_memory: allocated here
evolution-data-server-3.59.1/src/camel/providers/local/camel-spool-store.c:234:12: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/src/camel/providers/local/camel-spool-store.c:243:12: branch_false: ...to here
evolution-data-server-3.59.1/src/camel/providers/local/camel-spool-store.c:243:12: branch_true: following ‘true’ branch (when ‘path’ is non-NULL)...
evolution-data-server-3.59.1/src/camel/providers/local/camel-spool-store.c:244:22: branch_true: ...to here
evolution-data-server-3.59.1/src/camel/providers/local/camel-spool-store.c:251:21: throw: if ‘readdir’ throws an exception...
evolution-data-server-3.59.1/src/camel/providers/local/camel-spool-store.c:171:20: danger: ‘opendir(name)’ leaks here; was allocated at [(3)](sarif:/runs/0/results/5/codeFlows/0/threadFlows/0/locations/2)
#  169|   
#  170|   	fi->parent = parent;
#  171|-> 	fi->next = *fip;
#  172|   	*fip = fi;
#  173|   

Error: GCC_ANALYZER_WARNING (CWE-401): [#def601]
evolution-data-server-3.59.1/src/camel/providers/local/camel-spool-store.c:251:21: warning[-Wanalyzer-malloc-leak]: leak of ‘opendir(name)’
evolution-data-server-3.59.1/src/camel/providers/local/camel-spool-store.c:221:19: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/src/camel/providers/local/camel-spool-store.c:233:15: branch_false: ...to here
evolution-data-server-3.59.1/src/camel/providers/local/camel-spool-store.c:233:15: acquire_memory: allocated here
evolution-data-server-3.59.1/src/camel/providers/local/camel-spool-store.c:234:12: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/src/camel/providers/local/camel-spool-store.c:243:12: branch_false: ...to here
evolution-data-server-3.59.1/src/camel/providers/local/camel-spool-store.c:243:12: branch_false: following ‘false’ branch (when ‘path’ is NULL)...
evolution-data-server-3.59.1/src/camel/providers/local/camel-spool-store.c:243:12: branch_false: ...to here
evolution-data-server-3.59.1/src/camel/providers/local/camel-spool-store.c:251:21: throw: if ‘readdir’ throws an exception...
evolution-data-server-3.59.1/src/camel/providers/local/camel-spool-store.c:251:21: danger: ‘opendir(name)’ leaks here; was allocated at [(3)](sarif:/runs/0/results/6/codeFlows/0/threadFlows/0/locations/2)
#  249|   	}
#  250|   
#  251|-> 	while ((d = readdir (dir))) {
#  252|   		if (strcmp (d->d_name, ".") == 0
#  253|   		    || strcmp (d->d_name, "..") == 0)

Error: GCC_ANALYZER_WARNING (CWE-775): [#def602]
evolution-data-server-3.59.1/src/camel/providers/local/camel-spool-summary.c:154:9: warning[-Wanalyzer-fd-leak]: leak of file descriptor ‘open(*(CamelLocalSummary *)cls.folder_path, 2)’
evolution-data-server-3.59.1/src/camel/providers/local/camel-spool-summary.c:142:14: acquire_resource: opened here
evolution-data-server-3.59.1/src/camel/providers/local/camel-spool-summary.c:143:12: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/src/camel/providers/local/camel-spool-summary.c:154:9: branch_false: ...to here
evolution-data-server-3.59.1/src/camel/providers/local/camel-spool-summary.c:154:9: throw: if ‘g_snprintf’ throws an exception...
evolution-data-server-3.59.1/src/camel/providers/local/camel-spool-summary.c:154:9: danger: ‘open(*(CamelLocalSummary *)cls.folder_path, 2)’ leaks here; was opened at [(1)](sarif:/runs/0/results/0/codeFlows/0/threadFlows/0/locations/0)
#  152|   	}
#  153|   
#  154|-> 	g_snprintf (tmpname, sizeof (tmpname), "/tmp/spool.camel.XXXXXX");
#  155|   	fdout = g_mkstemp (tmpname);
#  156|   

Error: GCC_ANALYZER_WARNING (CWE-775): [#def603]
evolution-data-server-3.59.1/src/camel/providers/local/camel-spool-summary.c:155:17: warning[-Wanalyzer-fd-leak]: leak of file descriptor ‘open(*(CamelLocalSummary *)cls.folder_path, 2)’
evolution-data-server-3.59.1/src/camel/providers/local/camel-spool-summary.c:142:14: acquire_resource: opened here
evolution-data-server-3.59.1/src/camel/providers/local/camel-spool-summary.c:143:12: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/src/camel/providers/local/camel-spool-summary.c:154:9: branch_false: ...to here
evolution-data-server-3.59.1/src/camel/providers/local/camel-spool-summary.c:155:17: throw: if ‘g_mkstemp’ throws an exception...
evolution-data-server-3.59.1/src/camel/providers/local/camel-spool-summary.c:155:17: danger: ‘open(*(CamelLocalSummary *)cls.folder_path, 2)’ leaks here; was opened at [(1)](sarif:/runs/0/results/1/codeFlows/0/threadFlows/0/locations/0)
#  153|   
#  154|   	g_snprintf (tmpname, sizeof (tmpname), "/tmp/spool.camel.XXXXXX");
#  155|-> 	fdout = g_mkstemp (tmpname);
#  156|   
#  157|   	d (printf ("Writing tmp file to %s\n", tmpname));

Error: GCC_ANALYZER_WARNING (CWE-775): [#def604]
evolution-data-server-3.59.1/src/camel/providers/local/camel-spool-summary.c:159:17: warning[-Wanalyzer-fd-leak]: leak of file descriptor ‘open(*(CamelLocalSummary *)cls.folder_path, 2)’
evolution-data-server-3.59.1/src/camel/providers/local/camel-spool-summary.c:142:14: acquire_resource: opened here
evolution-data-server-3.59.1/src/camel/providers/local/camel-spool-summary.c:143:12: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/src/camel/providers/local/camel-spool-summary.c:154:9: branch_false: ...to here
evolution-data-server-3.59.1/src/camel/providers/local/camel-spool-summary.c:158:12: branch_true: following ‘true’ branch...
evolution-data-server-3.59.1/src/camel/providers/local/camel-spool-summary.c:163:37: branch_true: ...to here
evolution-data-server-3.59.1/src/camel/providers/local/camel-spool-summary.c:159:17: throw: if ‘g_dgettext’ throws an exception...
evolution-data-server-3.59.1/src/camel/providers/local/camel-spool-summary.c:159:17: danger: ‘open(*(CamelLocalSummary *)cls.folder_path, 2)’ leaks here; was opened at [(1)](sarif:/runs/0/results/2/codeFlows/0/threadFlows/0/locations/0)
#  157|   	d (printf ("Writing tmp file to %s\n", tmpname));
#  158|   	if (fdout == -1) {
#  159|-> 		g_set_error (
#  160|   			error, G_IO_ERROR,
#  161|   			g_io_error_from_errno (errno),

Error: GCC_ANALYZER_WARNING (CWE-775): [#def605]
evolution-data-server-3.59.1/src/camel/providers/local/camel-spool-summary.c:167:13: warning[-Wanalyzer-fd-leak]: leak of file descriptor ‘open(*(CamelLocalSummary *)cls.folder_path, 2)’
evolution-data-server-3.59.1/src/camel/providers/local/camel-spool-summary.c:142:14: acquire_resource: opened here
evolution-data-server-3.59.1/src/camel/providers/local/camel-spool-summary.c:143:12: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/src/camel/providers/local/camel-spool-summary.c:154:9: branch_false: ...to here
evolution-data-server-3.59.1/src/camel/providers/local/camel-spool-summary.c:158:12: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/src/camel/providers/local/camel-spool-summary.c:167:13: branch_false: ...to here
evolution-data-server-3.59.1/src/camel/providers/local/camel-spool-summary.c:167:13: throw: if ‘camel_mbox_summary_sync_mbox’ throws an exception...
evolution-data-server-3.59.1/src/camel/providers/local/camel-spool-summary.c:167:13: danger: ‘open(*(CamelLocalSummary *)cls.folder_path, 2)’ leaks here; was opened at [(1)](sarif:/runs/0/results/7/codeFlows/0/threadFlows/0/locations/0)
#  165|   	}
#  166|   
#  167|-> 	if (camel_mbox_summary_sync_mbox (
#  168|   		(CamelMboxSummary *) cls, flags, changeinfo,
#  169|   		fd, fdout, cancellable, error) == -1)

Error: GCC_ANALYZER_WARNING (CWE-404): [#def606]
evolution-data-server-3.59.1/src/camel/providers/nntp/camel-nntp-store.c:75:1: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
evolution-data-server-3.59.1/src/camel/providers/nntp/camel-nntp-store.c:2116:1: enter_function: entry to ‘camel_nntp_raw_command’
evolution-data-server-3.59.1/src/camel/providers/nntp/camel-nntp-store.c:2126:9: acquire_resource: ‘va_start’ called here
evolution-data-server-3.59.1/src/camel/providers/nntp/camel-nntp-store.c:2127:15: call_function: calling ‘camel_nntp_raw_commandv’ from ‘camel_nntp_raw_command’
#   73|   static void camel_subscribable_init (CamelSubscribableInterface *iface);
#   74|   
#   75|-> G_DEFINE_TYPE_WITH_CODE (
#   76|   	CamelNNTPStore,
#   77|   	camel_nntp_store,

Error: GCC_ANALYZER_WARNING (CWE-688): [#def607]
evolution-data-server-3.59.1/src/camel/providers/nntp/camel-nntp-store.c:662:35: warning[-Wanalyzer-null-argument]: use of NULL ‘name’ where non-null expected
evolution-data-server-3.59.1/src/camel/providers/nntp/camel-nntp-store.c:708:1: enter_function: entry to ‘nntp_folder_info_from_name’
evolution-data-server-3.59.1/src/camel/providers/nntp/camel-nntp-store.c:715:9: release_memory: ‘name’ is NULL
evolution-data-server-3.59.1/src/camel/providers/nntp/camel-nntp-store.c:717:12: branch_true: following ‘true’ branch (when ‘short_notation != 0’)...
evolution-data-server-3.59.1/src/camel/providers/nntp/camel-nntp-store.c:718:36: branch_true: ...to here
evolution-data-server-3.59.1/src/camel/providers/nntp/camel-nntp-store.c:718:36: call_function: calling ‘nntp_newsgroup_name_short’ from ‘nntp_folder_info_from_name’
#  660|   	const gchar *ptr2;
#  661|   
#  662|-> 	resptr = tmp = g_malloc0 (strlen (name) + 1);
#  663|   
#  664|   	while ((ptr2 = strchr (name, '.'))) {

Error: GCC_ANALYZER_WARNING (CWE-404): [#def608]
evolution-data-server-3.59.1/src/camel/providers/pop3/camel-pop3-engine.c:543:20: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
evolution-data-server-3.59.1/src/camel/providers/pop3/camel-pop3-engine.c:535:9: branch_true: following ‘true’ branch (when ‘pe’ is non-NULL)...
evolution-data-server-3.59.1/src/camel/providers/pop3/camel-pop3-engine.c:537:14: branch_true: ...to here
evolution-data-server-3.59.1/src/camel/providers/pop3/camel-pop3-engine.c:542:9: acquire_resource: ‘va_start’ called here
evolution-data-server-3.59.1/src/camel/providers/pop3/camel-pop3-engine.c:543:20: throw: if ‘g_strdup_vprintf’ throws an exception...
evolution-data-server-3.59.1/src/camel/providers/pop3/camel-pop3-engine.c:543:20: danger: missing call to ‘va_end’ to match ‘va_start’ at [(3)](sarif:/runs/0/results/0/codeFlows/0/threadFlows/0/locations/2)
#  541|   
#  542|   	va_start (ap, fmt);
#  543|-> 	pc->data = g_strdup_vprintf (fmt, ap);
#  544|   	va_end (ap);
#  545|   	pc->state = CAMEL_POP3_COMMAND_IDLE;

Error: COMPILER_WARNING (CWE-252): [#def609]
evolution-data-server-3.59.1/src/camel/tests/folder/test1.c: scope_hint: In function ‘main’
evolution-data-server-3.59.1/src/camel/tests/folder/test1.c:42:9: warning[-Wunused-result]: ignoring return value of ‘system’ declared with attribute ‘warn_unused_result’
#   42 |         system ("/bin/rm -rf /tmp/camel-test");
#      |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
#   40|   
#   41|   	/* clear out any camel-test data */
#   42|-> 	system ("/bin/rm -rf /tmp/camel-test");
#   43|   
#   44|   	session = camel_test_session_new ("/tmp/camel-test");

Error: COMPILER_WARNING (CWE-252): [#def610]
evolution-data-server-3.59.1/src/camel/tests/folder/test10.c: scope_hint: In function ‘main’
evolution-data-server-3.59.1/src/camel/tests/folder/test10.c:86:9: warning[-Wunused-result]: ignoring return value of ‘system’ declared with attribute ‘warn_unused_result’
#   86 |         system ("/bin/rm -rf /tmp/camel-test");
#      |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
#   84|   
#   85|   	/* clear out any camel-test data */
#   86|-> 	system ("/bin/rm -rf /tmp/camel-test");
#   87|   
#   88|   	session = camel_test_session_new ("/tmp/camel-test");

Error: COMPILER_WARNING (CWE-252): [#def611]
evolution-data-server-3.59.1/src/camel/tests/folder/test11.c: scope_hint: In function ‘main’
evolution-data-server-3.59.1/src/camel/tests/folder/test11.c:124:9: warning[-Wunused-result]: ignoring return value of ‘system’ declared with attribute ‘warn_unused_result’
#  124 |         system ("/bin/rm -rf /tmp/camel-test");
#      |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
#  122|   
#  123|   	/* clear out any camel-test data */
#  124|-> 	system ("/bin/rm -rf /tmp/camel-test");
#  125|   
#  126|   	session = camel_test_session_new ("/tmp/camel-test");

Error: COMPILER_WARNING (CWE-252): [#def612]
evolution-data-server-3.59.1/src/camel/tests/folder/test2.c: scope_hint: In function ‘main’
evolution-data-server-3.59.1/src/camel/tests/folder/test2.c:44:9: warning[-Wunused-result]: ignoring return value of ‘system’ declared with attribute ‘warn_unused_result’
#   44 |         system ("/bin/rm -rf /tmp/camel-test");
#      |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
#   42|   
#   43|   	/* clear out any camel-test data */
#   44|-> 	system ("/bin/rm -rf /tmp/camel-test");
#   45|   
#   46|   	session = camel_test_session_new ("/tmp/camel-test");

Error: GCC_ANALYZER_WARNING (CWE-775): [#def613]
evolution-data-server-3.59.1/src/camel/tests/folder/test2.c:56:9: warning[-Wanalyzer-fd-leak]: leak of file descriptor ‘creat("/tmp/camel-test/testbox", 384)’
evolution-data-server-3.59.1/src/camel/tests/folder/test2.c:49:21: branch_true: following ‘true’ branch (when ‘i != 3’)...
evolution-data-server-3.59.1/src/camel/tests/folder/test2.c:50:30: branch_true: ...to here
evolution-data-server-3.59.1/src/camel/tests/folder/test2.c:56:9: acquire_resource: opened here
evolution-data-server-3.59.1/src/camel/tests/folder/test2.c:56:9: danger: ‘creat("/tmp/camel-test/testbox", 384)’ leaks here; was opened at [(3)](sarif:/runs/0/results/0/codeFlows/0/threadFlows/0/locations/2)
#   54|   
#   55|   	/* create a pseudo-spool file, and check that */
#   56|-> 	g_warn_if_fail (creat ("/tmp/camel-test/testbox", 0600) != -1);
#   57|   	test_folder_message_ops (session, "spool:///tmp/camel-test/testbox", TRUE, "INBOX");
#   58|   

Error: COMPILER_WARNING (CWE-252): [#def614]
evolution-data-server-3.59.1/src/camel/tests/folder/test3.c: scope_hint: In function ‘main’
evolution-data-server-3.59.1/src/camel/tests/folder/test3.c:177:9: warning[-Wunused-result]: ignoring return value of ‘system’ declared with attribute ‘warn_unused_result’
#  177 |         system ("/bin/rm -rf /tmp/camel-test");
#      |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
#  175|   
#  176|   	/* clear out any camel-test data */
#  177|-> 	system ("/bin/rm -rf /tmp/camel-test");
#  178|   
#  179|   	session = camel_test_session_new ("/tmp/camel-test");

Error: COMPILER_WARNING (CWE-252): [#def615]
evolution-data-server-3.59.1/src/camel/tests/folder/test4.c: scope_hint: In function ‘main’
evolution-data-server-3.59.1/src/camel/tests/folder/test4.c:38:9: warning[-Wunused-result]: ignoring return value of ‘system’ declared with attribute ‘warn_unused_result’
#   38 |         system ("/bin/rm -rf /tmp/camel-test");
#      |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
#   36|   
#   37|   	/* clear out any camel-test data */
#   38|-> 	system ("/bin/rm -rf /tmp/camel-test");
#   39|   
#   40|   	session = camel_test_session_new ("/tmp/camel-test");

Error: COMPILER_WARNING (CWE-252): [#def616]
evolution-data-server-3.59.1/src/camel/tests/folder/test5.c: scope_hint: In function ‘main’
evolution-data-server-3.59.1/src/camel/tests/folder/test5.c:38:9: warning[-Wunused-result]: ignoring return value of ‘system’ declared with attribute ‘warn_unused_result’
#   38 |         system ("/bin/rm -rf /tmp/camel-test");
#      |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
#   36|   
#   37|   	/* clear out any camel-test data */
#   38|-> 	system ("/bin/rm -rf /tmp/camel-test");
#   39|   
#   40|   	session = camel_test_session_new ("/tmp/camel-test");

Error: COMPILER_WARNING (CWE-252): [#def617]
evolution-data-server-3.59.1/src/camel/tests/folder/test6.c: scope_hint: In function ‘main’
evolution-data-server-3.59.1/src/camel/tests/folder/test6.c:37:9: warning[-Wunused-result]: ignoring return value of ‘system’ declared with attribute ‘warn_unused_result’
#   37 |         system ("/bin/rm -rf /tmp/camel-test");
#      |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
#   35|   
#   36|   	/* clear out any camel-test data */
#   37|-> 	system ("/bin/rm -rf /tmp/camel-test");
#   38|   
#   39|   	session = camel_test_session_new ("/tmp/camel-test");

Error: COMPILER_WARNING (CWE-252): [#def618]
evolution-data-server-3.59.1/src/camel/tests/folder/test7.c: scope_hint: In function ‘main’
evolution-data-server-3.59.1/src/camel/tests/folder/test7.c:38:9: warning[-Wunused-result]: ignoring return value of ‘system’ declared with attribute ‘warn_unused_result’
#   38 |         system ("/bin/rm -rf /tmp/camel-test");
#      |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
#   36|   
#   37|   	/* clear out any camel-test data */
#   38|-> 	system ("/bin/rm -rf /tmp/camel-test");
#   39|   
#   40|   	session = camel_test_session_new ("/tmp/camel-test");

Error: COMPILER_WARNING (CWE-252): [#def619]
evolution-data-server-3.59.1/src/camel/tests/folder/test8.c: scope_hint: In function ‘main’
evolution-data-server-3.59.1/src/camel/tests/folder/test8.c:153:9: warning[-Wunused-result]: ignoring return value of ‘system’ declared with attribute ‘warn_unused_result’
#  153 |         system ("/bin/rm -rf /tmp/camel-test");
#      |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
#  151|   
#  152|   	/* clear out any camel-test data */
#  153|-> 	system ("/bin/rm -rf /tmp/camel-test");
#  154|   
#  155|   	session = camel_test_session_new ("/tmp/camel-test");

Error: COMPILER_WARNING (CWE-252): [#def620]
evolution-data-server-3.59.1/src/camel/tests/folder/test9.c: scope_hint: In function ‘main’
evolution-data-server-3.59.1/src/camel/tests/folder/test9.c:113:9: warning[-Wunused-result]: ignoring return value of ‘system’ declared with attribute ‘warn_unused_result’
#  113 |         system ("/bin/rm -rf /tmp/camel-test");
#      |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
#  111|   
#  112|   	/* clear out any camel-test data */
#  113|-> 	system ("/bin/rm -rf /tmp/camel-test");
#  114|   
#  115|   	camel_test_start ("Simple filtering of mbox");

Error: GCC_ANALYZER_WARNING (CWE-479): [#def621]
evolution-data-server-3.59.1/src/camel/tests/lib/camel-test.c:80:17: warning[-Wanalyzer-unsafe-call-within-signal-handler]: call to ‘printf’ from within signal handler
evolution-data-server-3.59.1/src/camel/tests/lib/camel-test.c:122:12: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/src/camel/tests/lib/camel-test.c:125:14: branch_false: ...to here
evolution-data-server-3.59.1/src/camel/tests/lib/camel-test.c:125:12: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/src/camel/tests/lib/camel-test.c:78:12: branch_true: following ‘true’ branch...
evolution-data-server-3.59.1/src/camel/tests/lib/camel-test.c:79:17: branch_true: ...to here
evolution-data-server-3.59.1/src/camel/tests/lib/camel-test.c:80:17: danger: call to ‘printf’ from within signal handler
#   78|   	if (!indie) {
#   79|   		indie = 1;
#   80|-> 		printf ("\n\nReceived fatal signal %d\n", sig);
#   81|   		g_hash_table_foreach (info_table, (GHFunc) dump_action, 0);
#   82|   

Error: GCC_ANALYZER_WARNING (CWE-479): [#def622]
evolution-data-server-3.59.1/src/camel/tests/lib/camel-test.c:84:25: warning[-Wanalyzer-unsafe-call-within-signal-handler]: call to ‘printf’ from within signal handler
evolution-data-server-3.59.1/src/camel/tests/lib/camel-test.c:122:12: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/src/camel/tests/lib/camel-test.c:125:14: branch_false: ...to here
evolution-data-server-3.59.1/src/camel/tests/lib/camel-test.c:125:12: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/src/camel/tests/lib/camel-test.c:78:12: branch_true: following ‘true’ branch...
evolution-data-server-3.59.1/src/camel/tests/lib/camel-test.c:79:17: branch_true: ...to here
evolution-data-server-3.59.1/src/camel/tests/lib/camel-test.c:83:20: branch_true: following ‘true’ branch...
evolution-data-server-3.59.1/src/camel/tests/lib/camel-test.c:84:25: branch_true: ...to here
evolution-data-server-3.59.1/src/camel/tests/lib/camel-test.c:84:25: danger: call to ‘printf’ from within signal handler
#   82|   
#   83|   		if (camel_test_verbose > 2) {
#   84|-> 			printf ("Attach debugger to pid %d to debug\n", getpid ());
#   85|   			sleep (1000);
#   86|   		}

Error: GCC_ANALYZER_WARNING (CWE-404): [#def623]
evolution-data-server-3.59.1/src/camel/tests/lib/camel-test.c:98:30: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
evolution-data-server-3.59.1/src/camel/tests/lib/camel-test.c:234:6: enter_function: entry to ‘camel_test_fail’
evolution-data-server-3.59.1/src/camel/tests/lib/camel-test.c:238:9: acquire_resource: ‘va_start’ called here
evolution-data-server-3.59.1/src/camel/tests/lib/camel-test.c:239:9: call_function: calling ‘camel_test_failv’ from ‘camel_test_fail’
#   96|   
#   97|   	if (info_table == NULL)
#   98|-> 		info_table = g_hash_table_new (0, 0);
#   99|   
#  100|   	info = g_hash_table_lookup (info_table, CAMEL_TEST_ID);

Error: GCC_ANALYZER_WARNING (CWE-404): [#def624]
evolution-data-server-3.59.1/src/camel/tests/lib/camel-test.c:100:16: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
evolution-data-server-3.59.1/src/camel/tests/lib/camel-test.c:234:6: enter_function: entry to ‘camel_test_fail’
evolution-data-server-3.59.1/src/camel/tests/lib/camel-test.c:238:9: acquire_resource: ‘va_start’ called here
evolution-data-server-3.59.1/src/camel/tests/lib/camel-test.c:239:9: call_function: calling ‘camel_test_failv’ from ‘camel_test_fail’
#   98|   		info_table = g_hash_table_new (0, 0);
#   99|   
#  100|-> 	info = g_hash_table_lookup (info_table, CAMEL_TEST_ID);
#  101|   	if (info == NULL) {
#  102|   		info = g_malloc0 (sizeof (*info));

Error: GCC_ANALYZER_WARNING (CWE-404): [#def625]
evolution-data-server-3.59.1/src/camel/tests/lib/camel-test.c:100:49: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
evolution-data-server-3.59.1/src/camel/tests/lib/camel-test.c:234:6: enter_function: entry to ‘camel_test_fail’
evolution-data-server-3.59.1/src/camel/tests/lib/camel-test.c:238:9: acquire_resource: ‘va_start’ called here
evolution-data-server-3.59.1/src/camel/tests/lib/camel-test.c:239:9: call_function: calling ‘camel_test_failv’ from ‘camel_test_fail’
#   98|   		info_table = g_hash_table_new (0, 0);
#   99|   
#  100|-> 	info = g_hash_table_lookup (info_table, CAMEL_TEST_ID);
#  101|   	if (info == NULL) {
#  102|   		info = g_malloc0 (sizeof (*info));

Error: GCC_ANALYZER_WARNING (CWE-404): [#def626]
evolution-data-server-3.59.1/src/camel/tests/lib/camel-test.c:102:24: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
evolution-data-server-3.59.1/src/camel/tests/lib/camel-test.c:234:6: enter_function: entry to ‘camel_test_fail’
evolution-data-server-3.59.1/src/camel/tests/lib/camel-test.c:238:9: acquire_resource: ‘va_start’ called here
evolution-data-server-3.59.1/src/camel/tests/lib/camel-test.c:239:9: call_function: calling ‘camel_test_failv’ from ‘camel_test_fail’
#  100|   	info = g_hash_table_lookup (info_table, CAMEL_TEST_ID);
#  101|   	if (info == NULL) {
#  102|-> 		info = g_malloc0 (sizeof (*info));
#  103|   		g_hash_table_insert (info_table, CAMEL_TEST_ID, info);
#  104|   	}

Error: GCC_ANALYZER_WARNING (CWE-404): [#def627]
evolution-data-server-3.59.1/src/camel/tests/lib/camel-test.c:103:17: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
evolution-data-server-3.59.1/src/camel/tests/lib/camel-test.c:234:6: enter_function: entry to ‘camel_test_fail’
evolution-data-server-3.59.1/src/camel/tests/lib/camel-test.c:238:9: acquire_resource: ‘va_start’ called here
evolution-data-server-3.59.1/src/camel/tests/lib/camel-test.c:239:9: call_function: calling ‘camel_test_failv’ from ‘camel_test_fail’
#  101|   	if (info == NULL) {
#  102|   		info = g_malloc0 (sizeof (*info));
#  103|-> 		g_hash_table_insert (info_table, CAMEL_TEST_ID, info);
#  104|   	}
#  105|   	return info;

Error: GCC_ANALYZER_WARNING (CWE-404): [#def628]
evolution-data-server-3.59.1/src/camel/tests/lib/camel-test.c:103:50: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
evolution-data-server-3.59.1/src/camel/tests/lib/camel-test.c:234:6: enter_function: entry to ‘camel_test_fail’
evolution-data-server-3.59.1/src/camel/tests/lib/camel-test.c:238:9: acquire_resource: ‘va_start’ called here
evolution-data-server-3.59.1/src/camel/tests/lib/camel-test.c:239:9: call_function: calling ‘camel_test_failv’ from ‘camel_test_fail’
#  101|   	if (info == NULL) {
#  102|   		info = g_malloc0 (sizeof (*info));
#  103|-> 		g_hash_table_insert (info_table, CAMEL_TEST_ID, info);
#  104|   	}
#  105|   	return info;

Error: GCC_ANALYZER_WARNING (CWE-404): [#def629]
evolution-data-server-3.59.1/src/camel/tests/lib/camel-test.c:188:16: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
evolution-data-server-3.59.1/src/camel/tests/lib/camel-test.c:187:9: acquire_resource: ‘va_start’ called here
evolution-data-server-3.59.1/src/camel/tests/lib/camel-test.c:188:16: throw: if ‘g_strdup_vprintf’ throws an exception...
evolution-data-server-3.59.1/src/camel/tests/lib/camel-test.c:188:16: danger: missing call to ‘va_end’ to match ‘va_start’ at [(1)](sarif:/runs/0/results/8/codeFlows/0/threadFlows/0/locations/0)
#  186|   
#  187|   	va_start (ap, what);
#  188|-> 	text = g_strdup_vprintf (what, ap);
#  189|   	va_end (ap);
#  190|   

Error: GCC_ANALYZER_WARNING (CWE-404): [#def630]
evolution-data-server-3.59.1/src/camel/tests/lib/camel-test.c:248:9: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
evolution-data-server-3.59.1/src/camel/tests/lib/camel-test.c:234:6: enter_function: entry to ‘camel_test_fail’
evolution-data-server-3.59.1/src/camel/tests/lib/camel-test.c:238:9: acquire_resource: ‘va_start’ called here
evolution-data-server-3.59.1/src/camel/tests/lib/camel-test.c:239:9: call_function: calling ‘camel_test_failv’ from ‘camel_test_fail’
#  246|   	struct _state *s;
#  247|   
#  248|-> 	CAMEL_TEST_LOCK;
#  249|   
#  250|   	s = current_state ();

Error: GCC_ANALYZER_WARNING (CWE-404): [#def631]
evolution-data-server-3.59.1/src/camel/tests/lib/camel-test.c:252:16: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
evolution-data-server-3.59.1/src/camel/tests/lib/camel-test.c:234:6: enter_function: entry to ‘camel_test_fail’
evolution-data-server-3.59.1/src/camel/tests/lib/camel-test.c:238:9: acquire_resource: ‘va_start’ called here
evolution-data-server-3.59.1/src/camel/tests/lib/camel-test.c:239:9: call_function: calling ‘camel_test_failv’ from ‘camel_test_fail’
#  250|   	s = current_state ();
#  251|   
#  252|-> 	text = g_strdup_vprintf (why, ap);
#  253|   
#  254|   	if ((s->nonfatal == 0 && camel_test_verbose > 0)

Error: GCC_ANALYZER_WARNING (CWE-404): [#def632]
evolution-data-server-3.59.1/src/camel/tests/lib/camel-test.c:292:16: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
evolution-data-server-3.59.1/src/camel/tests/lib/camel-test.c:291:9: acquire_resource: ‘va_start’ called here
evolution-data-server-3.59.1/src/camel/tests/lib/camel-test.c:292:16: throw: if ‘g_strdup_vprintf’ throws an exception...
evolution-data-server-3.59.1/src/camel/tests/lib/camel-test.c:292:16: danger: missing call to ‘va_end’ to match ‘va_start’ at [(1)](sarif:/runs/0/results/11/codeFlows/0/threadFlows/0/locations/0)
#  290|   
#  291|   	va_start (ap, what);
#  292|-> 	text = g_strdup_vprintf (what, ap);
#  293|   	va_end (ap);
#  294|   

Error: GCC_ANALYZER_WARNING (CWE-401): [#def633]
evolution-data-server-3.59.1/src/camel/tests/message/test4.c:163:24: warning[-Wanalyzer-malloc-leak]: leak of ‘opendir("../data/messages")’
evolution-data-server-3.59.1/src/camel/tests/message/test4.c:160:21: acquire_memory: allocated here
evolution-data-server-3.59.1/src/camel/tests/message/test4.c:160:12: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/src/camel/tests/message/test4.c:160:12: branch_false: ...to here
evolution-data-server-3.59.1/src/camel/tests/message/test4.c:163:24: throw: if ‘readdir’ throws an exception...
evolution-data-server-3.59.1/src/camel/tests/message/test4.c:163:24: danger: ‘opendir("../data/messages")’ leaks here; was allocated at [(1)](sarif:/runs/0/results/0/codeFlows/0/threadFlows/0/locations/0)
#  161|   		return FALSE;
#  162|   
#  163|-> 	while ((dent = readdir (dir)) != NULL) {
#  164|   		CamelMimeMessage *message;
#  165|   		CamelStream *stream;

Error: GCC_ANALYZER_WARNING (CWE-775): [#def634]
evolution-data-server-3.59.1/src/camel/tests/message/test4.c:183:17: warning[-Wanalyzer-fd-leak]: leak of file descriptor ‘open(g_strdup_printf("../data/messages/%s", &*<unknown>.d_name), 0)’
evolution-data-server-3.59.1/src/camel/tests/message/test4.c:160:12: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/src/camel/tests/message/test4.c:160:12: branch_false: ...to here
evolution-data-server-3.59.1/src/camel/tests/message/test4.c:163:16: branch_true: following ‘true’ branch...
evolution-data-server-3.59.1/src/camel/tests/message/test4.c:169:21: branch_true: ...to here
evolution-data-server-3.59.1/src/camel/tests/message/test4.c:178:27: acquire_resource: opened here
evolution-data-server-3.59.1/src/camel/tests/message/test4.c:183:17: throw: if ‘camel_test_push’ throws an exception...
evolution-data-server-3.59.1/src/camel/tests/message/test4.c:183:17: danger: ‘open(g_strdup_printf("../data/messages/%s", &*<unknown>.d_name), 0)’ leaks here; was opened at [(5)](sarif:/runs/0/results/1/codeFlows/0/threadFlows/0/locations/4)
#  181|   		}
#  182|   
#  183|-> 		push ("testing message '%s'", filename);
#  184|   		g_free (filename);
#  185|   

Error: GCC_ANALYZER_WARNING (CWE-775): [#def635]
evolution-data-server-3.59.1/src/camel/tests/message/test4.c:184:17: warning[-Wanalyzer-fd-leak]: leak of file descriptor ‘open(g_strdup_printf("../data/messages/%s", &*<unknown>.d_name), 0)’
evolution-data-server-3.59.1/src/camel/tests/message/test4.c:160:12: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/src/camel/tests/message/test4.c:160:12: branch_false: ...to here
evolution-data-server-3.59.1/src/camel/tests/message/test4.c:163:16: branch_true: following ‘true’ branch...
evolution-data-server-3.59.1/src/camel/tests/message/test4.c:169:21: branch_true: ...to here
evolution-data-server-3.59.1/src/camel/tests/message/test4.c:178:27: acquire_resource: opened here
evolution-data-server-3.59.1/src/camel/tests/message/test4.c:184:17: throw: if ‘g_free’ throws an exception...
evolution-data-server-3.59.1/src/camel/tests/message/test4.c:184:17: danger: ‘open(g_strdup_printf("../data/messages/%s", &*<unknown>.d_name), 0)’ leaks here; was opened at [(5)](sarif:/runs/0/results/2/codeFlows/0/threadFlows/0/locations/4)
#  182|   
#  183|   		push ("testing message '%s'", filename);
#  184|-> 		g_free (filename);
#  185|   
#  186|   		stream = camel_stream_fs_new_with_fd (fd);

Error: GCC_ANALYZER_WARNING (CWE-775): [#def636]
evolution-data-server-3.59.1/src/camel/tests/message/test4.c:186:26: warning[-Wanalyzer-fd-leak]: leak of file descriptor ‘open(g_strdup_printf("../data/messages/%s", &*<unknown>.d_name), 0)’
evolution-data-server-3.59.1/src/camel/tests/message/test4.c:160:12: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/src/camel/tests/message/test4.c:160:12: branch_false: ...to here
evolution-data-server-3.59.1/src/camel/tests/message/test4.c:163:16: branch_true: following ‘true’ branch...
evolution-data-server-3.59.1/src/camel/tests/message/test4.c:169:21: branch_true: ...to here
evolution-data-server-3.59.1/src/camel/tests/message/test4.c:178:27: acquire_resource: opened here
evolution-data-server-3.59.1/src/camel/tests/message/test4.c:186:26: danger: ‘open(g_strdup_printf("../data/messages/%s", &*<unknown>.d_name), 0)’ leaks here; was opened at [(5)](sarif:/runs/0/results/3/codeFlows/0/threadFlows/0/locations/4)
#  184|   		g_free (filename);
#  185|   
#  186|-> 		stream = camel_stream_fs_new_with_fd (fd);
#  187|   		message = camel_mime_message_new ();
#  188|   		camel_data_wrapper_construct_from_stream_sync (

Error: GCC_ANALYZER_WARNING (CWE-404): [#def637]
evolution-data-server-3.59.1/src/camel/tests/misc/lib-camel-test-utils.c:315:21: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
evolution-data-server-3.59.1/src/camel/tests/misc/test-store-search.c:825:1: enter_function: entry to ‘test_store_search_fill_folder’
evolution-data-server-3.59.1/src/camel/tests/misc/test-store-search.c:847:9: acquire_resource: ‘va_start’ called here
evolution-data-server-3.59.1/src/camel/tests/misc/test-store-search.c:849:48: branch_true: following ‘true’ branch (when ‘uid’ is non-NULL)...
evolution-data-server-3.59.1/src/camel/tests/misc/test-store-search.c:851:35: branch_true: ...to here
evolution-data-server-3.59.1/src/camel/tests/misc/test-store-search.c:855:17: call_function: calling ‘test_store_search_read_message_data’ from ‘test_store_search_fill_folder’
#  313|   		gboolean success;
#  314|   
#  315|-> 		if (g_strcmp0 (uid, data[ii].uid) != 0)
#  316|   			continue;
#  317|   

Error: GCC_ANALYZER_WARNING (CWE-404): [#def638]
evolution-data-server-3.59.1/src/camel/tests/misc/lib-camel-test-utils.c:318:23: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
evolution-data-server-3.59.1/src/camel/tests/misc/test-store-search.c:825:1: enter_function: entry to ‘test_store_search_fill_folder’
evolution-data-server-3.59.1/src/camel/tests/misc/test-store-search.c:847:9: acquire_resource: ‘va_start’ called here
evolution-data-server-3.59.1/src/camel/tests/misc/test-store-search.c:849:48: branch_true: following ‘true’ branch (when ‘uid’ is non-NULL)...
evolution-data-server-3.59.1/src/camel/tests/misc/test-store-search.c:851:35: branch_true: ...to here
evolution-data-server-3.59.1/src/camel/tests/misc/test-store-search.c:855:17: call_function: calling ‘test_store_search_read_message_data’ from ‘test_store_search_fill_folder’
#  316|   			continue;
#  317|   
#  318|-> 		msg = camel_mime_message_new ();
#  319|   
#  320|   		success = camel_data_wrapper_construct_from_data_sync (CAMEL_DATA_WRAPPER (msg),

Error: GCC_ANALYZER_WARNING (CWE-404): [#def639]
evolution-data-server-3.59.1/src/camel/tests/misc/lib-camel-test-utils.c:320:27: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
evolution-data-server-3.59.1/src/camel/tests/misc/test-store-search.c:825:1: enter_function: entry to ‘test_store_search_fill_folder’
evolution-data-server-3.59.1/src/camel/tests/misc/test-store-search.c:847:9: acquire_resource: ‘va_start’ called here
evolution-data-server-3.59.1/src/camel/tests/misc/test-store-search.c:849:48: branch_true: following ‘true’ branch (when ‘uid’ is non-NULL)...
evolution-data-server-3.59.1/src/camel/tests/misc/test-store-search.c:851:35: branch_true: ...to here
evolution-data-server-3.59.1/src/camel/tests/misc/test-store-search.c:855:17: call_function: calling ‘test_store_search_read_message_data’ from ‘test_store_search_fill_folder’
#  318|   		msg = camel_mime_message_new ();
#  319|   
#  320|-> 		success = camel_data_wrapper_construct_from_data_sync (CAMEL_DATA_WRAPPER (msg),
#  321|   			data[ii].mime, strlen (data[ii].mime), NULL, &local_error);
#  322|   		g_assert_no_error (local_error);

Error: GCC_ANALYZER_WARNING (CWE-404): [#def640]
evolution-data-server-3.59.1/src/camel/tests/misc/lib-camel-test-utils.c:322:17: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
evolution-data-server-3.59.1/src/camel/tests/misc/test-store-search.c:825:1: enter_function: entry to ‘test_store_search_fill_folder’
evolution-data-server-3.59.1/src/camel/tests/misc/test-store-search.c:847:9: acquire_resource: ‘va_start’ called here
evolution-data-server-3.59.1/src/camel/tests/misc/test-store-search.c:849:48: branch_true: following ‘true’ branch (when ‘uid’ is non-NULL)...
evolution-data-server-3.59.1/src/camel/tests/misc/test-store-search.c:851:35: branch_true: ...to here
evolution-data-server-3.59.1/src/camel/tests/misc/test-store-search.c:855:17: call_function: calling ‘test_store_search_read_message_data’ from ‘test_store_search_fill_folder’
#  320|   		success = camel_data_wrapper_construct_from_data_sync (CAMEL_DATA_WRAPPER (msg),
#  321|   			data[ii].mime, strlen (data[ii].mime), NULL, &local_error);
#  322|-> 		g_assert_no_error (local_error);
#  323|   		g_assert_true (success);
#  324|   

Error: GCC_ANALYZER_WARNING (CWE-404): [#def641]
evolution-data-server-3.59.1/src/camel/tests/misc/lib-camel-test-utils.c:323:17: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
evolution-data-server-3.59.1/src/camel/tests/misc/test-store-search.c:825:1: enter_function: entry to ‘test_store_search_fill_folder’
evolution-data-server-3.59.1/src/camel/tests/misc/test-store-search.c:847:9: acquire_resource: ‘va_start’ called here
evolution-data-server-3.59.1/src/camel/tests/misc/test-store-search.c:849:48: branch_true: following ‘true’ branch (when ‘uid’ is non-NULL)...
evolution-data-server-3.59.1/src/camel/tests/misc/test-store-search.c:851:35: branch_true: ...to here
evolution-data-server-3.59.1/src/camel/tests/misc/test-store-search.c:855:17: call_function: calling ‘test_store_search_read_message_data’ from ‘test_store_search_fill_folder’
#  321|   			data[ii].mime, strlen (data[ii].mime), NULL, &local_error);
#  322|   		g_assert_no_error (local_error);
#  323|-> 		g_assert_true (success);
#  324|   
#  325|   		if (inout_nfo) {

Error: GCC_ANALYZER_WARNING (CWE-404): [#def642]
evolution-data-server-3.59.1/src/camel/tests/misc/lib-camel-test-utils.c:796:25: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
evolution-data-server-3.59.1/src/camel/tests/misc/lib-camel-test-utils.c:737:9: acquire_resource: ‘va_start’ called here
evolution-data-server-3.59.1/src/camel/tests/misc/lib-camel-test-utils.c:739:48: branch_true: following ‘true’ branch (when ‘tmp’ is non-NULL)...
evolution-data-server-3.59.1/src/camel/tests/misc/lib-camel-test-utils.c:740:22: branch_true: ...to here
evolution-data-server-3.59.1/src/camel/tests/misc/lib-camel-test-utils.c:769:20: branch_false: following ‘false’ branch (when the strings are non-equal)...
evolution-data-server-3.59.1/src/camel/tests/misc/lib-camel-test-utils.c:771:28: branch_false: ...to here
evolution-data-server-3.59.1/src/camel/tests/misc/lib-camel-test-utils.c:771:27: branch_false: following ‘false’ branch (when the strings are non-equal)...
evolution-data-server-3.59.1/src/camel/tests/misc/lib-camel-test-utils.c:773:28: branch_false: ...to here
evolution-data-server-3.59.1/src/camel/tests/misc/lib-camel-test-utils.c:773:27: branch_false: following ‘false’ branch (when the strings are non-equal)...
evolution-data-server-3.59.1/src/camel/tests/misc/lib-camel-test-utils.c:775:28: branch_false: ...to here
evolution-data-server-3.59.1/src/camel/tests/misc/lib-camel-test-utils.c:775:27: branch_false: following ‘false’ branch (when the strings are non-equal)...
evolution-data-server-3.59.1/src/camel/tests/misc/lib-camel-test-utils.c:777:28: branch_false: ...to here
evolution-data-server-3.59.1/src/camel/tests/misc/lib-camel-test-utils.c:777:27: branch_false: following ‘false’ branch (when the strings are non-equal)...
evolution-data-server-3.59.1/src/camel/tests/misc/lib-camel-test-utils.c:779:28: branch_false: ...to here
evolution-data-server-3.59.1/src/camel/tests/misc/lib-camel-test-utils.c:779:27: branch_false: following ‘false’ branch (when the strings are non-equal)...
evolution-data-server-3.59.1/src/camel/tests/misc/lib-camel-test-utils.c:781:28: branch_false: ...to here
evolution-data-server-3.59.1/src/camel/tests/misc/lib-camel-test-utils.c:781:27: branch_false: following ‘false’ branch (when the strings are non-equal)...
evolution-data-server-3.59.1/src/camel/tests/misc/lib-camel-test-utils.c:783:28: branch_false: ...to here
evolution-data-server-3.59.1/src/camel/tests/misc/lib-camel-test-utils.c:783:27: branch_false: following ‘false’ branch (when the strings are non-equal)...
evolution-data-server-3.59.1/src/camel/tests/misc/lib-camel-test-utils.c:785:28: branch_false: ...to here
evolution-data-server-3.59.1/src/camel/tests/misc/lib-camel-test-utils.c:785:27: branch_false: following ‘false’ branch (when the strings are non-equal)...
evolution-data-server-3.59.1/src/camel/tests/misc/lib-camel-test-utils.c:787:28: branch_false: ...to here
evolution-data-server-3.59.1/src/camel/tests/misc/lib-camel-test-utils.c:787:27: branch_false: following ‘false’ branch (when the strings are non-equal)...
evolution-data-server-3.59.1/src/camel/tests/misc/lib-camel-test-utils.c:789:28: branch_false: ...to here
evolution-data-server-3.59.1/src/camel/tests/misc/lib-camel-test-utils.c:789:27: branch_false: following ‘false’ branch (when the strings are non-equal)...
evolution-data-server-3.59.1/src/camel/tests/misc/lib-camel-test-utils.c:791:28: branch_false: ...to here
evolution-data-server-3.59.1/src/camel/tests/misc/lib-camel-test-utils.c:791:27: branch_false: following ‘false’ branch (when the strings are non-equal)...
evolution-data-server-3.59.1/src/camel/tests/misc/lib-camel-test-utils.c:793:28: branch_false: ...to here
evolution-data-server-3.59.1/src/camel/tests/misc/lib-camel-test-utils.c:793:27: branch_false: following ‘false’ branch (when the strings are non-equal)...
evolution-data-server-3.59.1/src/camel/tests/misc/lib-camel-test-utils.c:796:25: branch_false: ...to here
evolution-data-server-3.59.1/src/camel/tests/misc/lib-camel-test-utils.c:796:25: throw: if ‘g_log’ throws an exception...
evolution-data-server-3.59.1/src/camel/tests/misc/lib-camel-test-utils.c:796:25: danger: missing call to ‘va_end’ to match ‘va_start’ at [(1)](sarif:/runs/0/results/5/codeFlows/0/threadFlows/0/locations/0)
#  794|   			record.part = va_arg (ap, gchar *);
#  795|   		} else {
#  796|-> 			g_error ("%s: Unknown field name '%s'", G_STRFUNC, tmp);
#  797|   			g_assert_not_reached ();
#  798|   		}

Error: GCC_ANALYZER_WARNING (CWE-404): [#def643]
evolution-data-server-3.59.1/src/camel/tests/misc/test-store-search.c:37:17: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
evolution-data-server-3.59.1/src/camel/tests/misc/test-store-search.c:33:9: acquire_resource: ‘va_start’ called here
evolution-data-server-3.59.1/src/camel/tests/misc/test-store-search.c:36:16: branch_true: following ‘true’ branch (when ‘uid’ is non-NULL)...
evolution-data-server-3.59.1/src/camel/tests/misc/test-store-search.c:37:17: branch_true: ...to here
evolution-data-server-3.59.1/src/camel/tests/misc/test-store-search.c:37:17: throw: if ‘g_hash_table_add’ throws an exception...
evolution-data-server-3.59.1/src/camel/tests/misc/test-store-search.c:37:17: danger: missing call to ‘va_end’ to match ‘va_start’ at [(1)](sarif:/runs/0/results/6/codeFlows/0/threadFlows/0/locations/0)
#   35|   	uid = va_arg (ap, const gchar *);
#   36|   	while (uid) {
#   37|-> 		g_hash_table_add (expected, (gpointer) uid);
#   38|   
#   39|   		uid = va_arg (ap, const gchar *);

Error: GCC_ANALYZER_WARNING (CWE-404): [#def644]
evolution-data-server-3.59.1/src/camel/tests/misc/test-store-search.c:95:25: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
evolution-data-server-3.59.1/src/camel/tests/misc/test-store-search.c:89:9: acquire_resource: ‘va_start’ called here
evolution-data-server-3.59.1/src/camel/tests/misc/test-store-search.c:92:12: branch_true: following ‘true’ branch (when ‘folder_id != 0’)...
evolution-data-server-3.59.1/src/camel/tests/misc/test-store-search.c:93:17: branch_true: ...to here
evolution-data-server-3.59.1/src/camel/tests/misc/test-store-search.c:94:20: branch_true: following ‘true’ branch (when ‘uid’ is non-NULL)...
evolution-data-server-3.59.1/src/camel/tests/misc/test-store-search.c:95:25: branch_true: ...to here
evolution-data-server-3.59.1/src/camel/tests/misc/test-store-search.c:95:25: throw: if ‘g_hash_table_lookup’ throws an exception...
evolution-data-server-3.59.1/src/camel/tests/misc/test-store-search.c:95:25: danger: missing call to ‘va_end’ to match ‘va_start’ at [(1)](sarif:/runs/0/results/7/codeFlows/0/threadFlows/0/locations/0)
#   93|   		uid = va_arg (ap, const gchar *);
#   94|   		if (uid)
#   95|-> 			add_uid (folder_id, uid);
#   96|   	} else {
#   97|   		uid = NULL;

Error: GCC_ANALYZER_WARNING (CWE-404): [#def645]
evolution-data-server-3.59.1/src/camel/tests/misc/test-store-search.c:103:23: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
evolution-data-server-3.59.1/src/camel/tests/misc/test-store-search.c:89:9: acquire_resource: ‘va_start’ called here
evolution-data-server-3.59.1/src/camel/tests/misc/test-store-search.c:92:12: branch_true: following ‘true’ branch (when ‘folder_id != 0’)...
evolution-data-server-3.59.1/src/camel/tests/misc/test-store-search.c:93:17: branch_true: ...to here
evolution-data-server-3.59.1/src/camel/tests/misc/test-store-search.c:94:20: branch_true: following ‘true’ branch (when ‘uid’ is non-NULL)...
evolution-data-server-3.59.1/src/camel/tests/misc/test-store-search.c:95:25: branch_true: ...to here
evolution-data-server-3.59.1/src/camel/tests/misc/test-store-search.c:102:16: branch_true: following ‘true’ branch...
evolution-data-server-3.59.1/src/camel/tests/misc/test-store-search.c:103:23: branch_true: ...to here
evolution-data-server-3.59.1/src/camel/tests/misc/test-store-search.c:103:23: throw: if ‘g_strdup_printf’ throws an exception...
evolution-data-server-3.59.1/src/camel/tests/misc/test-store-search.c:103:23: danger: missing call to ‘va_end’ to match ‘va_start’ at [(1)](sarif:/runs/0/results/11/codeFlows/0/threadFlows/0/locations/0)
#  101|   
#  102|   	while (folder_id && uid) {
#  103|-> 		key = g_strdup_printf ("%u-%s", folder_id, uid);
#  104|   		g_hash_table_add (expected, key);
#  105|   

Error: GCC_ANALYZER_WARNING (CWE-404): [#def646]
evolution-data-server-3.59.1/src/camel/tests/misc/test-store-search.c:104:17: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
evolution-data-server-3.59.1/src/camel/tests/misc/test-store-search.c:89:9: acquire_resource: ‘va_start’ called here
evolution-data-server-3.59.1/src/camel/tests/misc/test-store-search.c:92:12: branch_true: following ‘true’ branch (when ‘folder_id != 0’)...
evolution-data-server-3.59.1/src/camel/tests/misc/test-store-search.c:93:17: branch_true: ...to here
evolution-data-server-3.59.1/src/camel/tests/misc/test-store-search.c:94:20: branch_true: following ‘true’ branch (when ‘uid’ is non-NULL)...
evolution-data-server-3.59.1/src/camel/tests/misc/test-store-search.c:95:25: branch_true: ...to here
evolution-data-server-3.59.1/src/camel/tests/misc/test-store-search.c:102:16: branch_true: following ‘true’ branch...
evolution-data-server-3.59.1/src/camel/tests/misc/test-store-search.c:103:23: branch_true: ...to here
evolution-data-server-3.59.1/src/camel/tests/misc/test-store-search.c:104:17: throw: if ‘g_hash_table_add’ throws an exception...
evolution-data-server-3.59.1/src/camel/tests/misc/test-store-search.c:104:17: danger: missing call to ‘va_end’ to match ‘va_start’ at [(1)](sarif:/runs/0/results/12/codeFlows/0/threadFlows/0/locations/0)
#  102|   	while (folder_id && uid) {
#  103|   		key = g_strdup_printf ("%u-%s", folder_id, uid);
#  104|-> 		g_hash_table_add (expected, key);
#  105|   
#  106|   		folder_id = va_arg (ap, guint32);

Error: GCC_ANALYZER_WARNING (CWE-404): [#def647]
evolution-data-server-3.59.1/src/camel/tests/misc/test-store-search.c:111:33: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
evolution-data-server-3.59.1/src/camel/tests/misc/test-store-search.c:89:9: acquire_resource: ‘va_start’ called here
evolution-data-server-3.59.1/src/camel/tests/misc/test-store-search.c:92:12: branch_true: following ‘true’ branch (when ‘folder_id != 0’)...
evolution-data-server-3.59.1/src/camel/tests/misc/test-store-search.c:93:17: branch_true: ...to here
evolution-data-server-3.59.1/src/camel/tests/misc/test-store-search.c:94:20: branch_true: following ‘true’ branch (when ‘uid’ is non-NULL)...
evolution-data-server-3.59.1/src/camel/tests/misc/test-store-search.c:95:25: branch_true: ...to here
evolution-data-server-3.59.1/src/camel/tests/misc/test-store-search.c:102:16: branch_true: following ‘true’ branch...
evolution-data-server-3.59.1/src/camel/tests/misc/test-store-search.c:103:23: branch_true: ...to here
evolution-data-server-3.59.1/src/camel/tests/misc/test-store-search.c:107:20: branch_true: following ‘true’ branch (when ‘folder_id != 0’)...
evolution-data-server-3.59.1/src/camel/tests/misc/test-store-search.c:108:25: branch_true: ...to here
evolution-data-server-3.59.1/src/camel/tests/misc/test-store-search.c:109:28: branch_true: following ‘true’ branch (when ‘uid’ is non-NULL)...
evolution-data-server-3.59.1/src/camel/tests/misc/test-store-search.c:110:33: branch_true: ...to here
evolution-data-server-3.59.1/src/camel/tests/misc/test-store-search.c:111:33: throw: if ‘g_hash_table_lookup’ throws an exception...
evolution-data-server-3.59.1/src/camel/tests/misc/test-store-search.c:111:33: danger: missing call to ‘va_end’ to match ‘va_start’ at [(1)](sarif:/runs/0/results/13/codeFlows/0/threadFlows/0/locations/0)
#  109|   			if (uid) {
#  110|   				expected_total++;
#  111|-> 				add_uid (folder_id, uid);
#  112|   			}
#  113|   		} else {

Error: GCC_ANALYZER_WARNING (CWE-404): [#def648]
evolution-data-server-3.59.1/src/camel/tests/misc/test-store-search.c:856:17: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
evolution-data-server-3.59.1/src/camel/tests/misc/test-store-search.c:825:1: enter_function: entry to ‘test_store_search_fill_folder’
evolution-data-server-3.59.1/src/camel/tests/misc/test-store-search.c:847:9: acquire_resource: ‘va_start’ called here
evolution-data-server-3.59.1/src/camel/tests/misc/test-store-search.c:849:48: branch_true: following ‘true’ branch (when ‘uid’ is non-NULL)...
evolution-data-server-3.59.1/src/camel/tests/misc/test-store-search.c:851:35: branch_true: ...to here
evolution-data-server-3.59.1/src/camel/tests/misc/test-store-search.c:855:17: call_function: calling ‘test_store_search_read_message_data’ from ‘test_store_search_fill_folder’
evolution-data-server-3.59.1/src/camel/tests/misc/test-store-search.c:855:17: return_function: returning to ‘test_store_search_fill_folder’ from ‘test_store_search_read_message_data’
evolution-data-server-3.59.1/src/camel/tests/misc/test-store-search.c:856:17: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/src/camel/tests/misc/test-store-search.c:856:17: branch_false: ...to here
evolution-data-server-3.59.1/src/camel/tests/misc/test-store-search.c:856:17: throw: if ‘g_assertion_message’ throws an exception...
evolution-data-server-3.59.1/src/camel/tests/misc/test-store-search.c:856:17: danger: missing call to ‘va_end’ to match ‘va_start’ at [(2)](sarif:/runs/0/results/17/codeFlows/0/threadFlows/0/locations/1)
#  854|   
#  855|   		test_store_search_read_message_data (uid, NULL, &msg);
#  856|-> 		g_assert_nonnull (msg);
#  857|   
#  858|   		nfo = camel_message_info_new_from_message (NULL, msg);

Error: GCC_ANALYZER_WARNING (CWE-404): [#def649]
evolution-data-server-3.59.1/src/camel/tests/misc/test-store-search.c:858:23: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
evolution-data-server-3.59.1/src/camel/tests/misc/test-store-search.c:825:1: enter_function: entry to ‘test_store_search_fill_folder’
evolution-data-server-3.59.1/src/camel/tests/misc/test-store-search.c:847:9: acquire_resource: ‘va_start’ called here
evolution-data-server-3.59.1/src/camel/tests/misc/test-store-search.c:849:48: branch_true: following ‘true’ branch (when ‘uid’ is non-NULL)...
evolution-data-server-3.59.1/src/camel/tests/misc/test-store-search.c:851:35: branch_true: ...to here
evolution-data-server-3.59.1/src/camel/tests/misc/test-store-search.c:855:17: call_function: calling ‘test_store_search_read_message_data’ from ‘test_store_search_fill_folder’
evolution-data-server-3.59.1/src/camel/tests/misc/test-store-search.c:855:17: return_function: returning to ‘test_store_search_fill_folder’ from ‘test_store_search_read_message_data’
evolution-data-server-3.59.1/src/camel/tests/misc/test-store-search.c:856:17: branch_true: following ‘true’ branch...
evolution-data-server-3.59.1/src/camel/tests/misc/test-store-search.c:858:23: branch_true: ...to here
evolution-data-server-3.59.1/src/camel/tests/misc/test-store-search.c:858:23: throw: if ‘camel_message_info_new_from_message’ throws an exception...
evolution-data-server-3.59.1/src/camel/tests/misc/test-store-search.c:858:23: danger: missing call to ‘va_end’ to match ‘va_start’ at [(2)](sarif:/runs/0/results/18/codeFlows/0/threadFlows/0/locations/1)
#  856|   		g_assert_nonnull (msg);
#  857|   
#  858|-> 		nfo = camel_message_info_new_from_message (NULL, msg);
#  859|   		g_assert_nonnull (nfo);
#  860|   

Error: GCC_ANALYZER_WARNING (CWE-404): [#def650]
evolution-data-server-3.59.1/src/camel/tests/misc/test-store-search.c:859:17: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
evolution-data-server-3.59.1/src/camel/tests/misc/test-store-search.c:825:1: enter_function: entry to ‘test_store_search_fill_folder’
evolution-data-server-3.59.1/src/camel/tests/misc/test-store-search.c:847:9: acquire_resource: ‘va_start’ called here
evolution-data-server-3.59.1/src/camel/tests/misc/test-store-search.c:849:48: branch_true: following ‘true’ branch (when ‘uid’ is non-NULL)...
evolution-data-server-3.59.1/src/camel/tests/misc/test-store-search.c:851:35: branch_true: ...to here
evolution-data-server-3.59.1/src/camel/tests/misc/test-store-search.c:855:17: call_function: calling ‘test_store_search_read_message_data’ from ‘test_store_search_fill_folder’
evolution-data-server-3.59.1/src/camel/tests/misc/test-store-search.c:855:17: return_function: returning to ‘test_store_search_fill_folder’ from ‘test_store_search_read_message_data’
evolution-data-server-3.59.1/src/camel/tests/misc/test-store-search.c:859:17: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/src/camel/tests/misc/test-store-search.c:859:17: branch_false: ...to here
evolution-data-server-3.59.1/src/camel/tests/misc/test-store-search.c:859:17: throw: if ‘g_assertion_message’ throws an exception...
evolution-data-server-3.59.1/src/camel/tests/misc/test-store-search.c:859:17: danger: missing call to ‘va_end’ to match ‘va_start’ at [(2)](sarif:/runs/0/results/19/codeFlows/0/threadFlows/0/locations/1)
#  857|   
#  858|   		nfo = camel_message_info_new_from_message (NULL, msg);
#  859|-> 		g_assert_nonnull (nfo);
#  860|   
#  861|   		camel_message_info_set_uid (nfo, uid);

Error: GCC_ANALYZER_WARNING (CWE-404): [#def651]
evolution-data-server-3.59.1/src/camel/tests/misc/test-store-search.c:861:17: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
evolution-data-server-3.59.1/src/camel/tests/misc/test-store-search.c:825:1: enter_function: entry to ‘test_store_search_fill_folder’
evolution-data-server-3.59.1/src/camel/tests/misc/test-store-search.c:847:9: acquire_resource: ‘va_start’ called here
evolution-data-server-3.59.1/src/camel/tests/misc/test-store-search.c:849:48: branch_true: following ‘true’ branch (when ‘uid’ is non-NULL)...
evolution-data-server-3.59.1/src/camel/tests/misc/test-store-search.c:851:35: branch_true: ...to here
evolution-data-server-3.59.1/src/camel/tests/misc/test-store-search.c:855:17: call_function: calling ‘test_store_search_read_message_data’ from ‘test_store_search_fill_folder’
evolution-data-server-3.59.1/src/camel/tests/misc/test-store-search.c:855:17: return_function: returning to ‘test_store_search_fill_folder’ from ‘test_store_search_read_message_data’
evolution-data-server-3.59.1/src/camel/tests/misc/test-store-search.c:856:17: branch_true: following ‘true’ branch...
evolution-data-server-3.59.1/src/camel/tests/misc/test-store-search.c:858:23: branch_true: ...to here
evolution-data-server-3.59.1/src/camel/tests/misc/test-store-search.c:859:17: branch_true: following ‘true’ branch...
evolution-data-server-3.59.1/src/camel/tests/misc/test-store-search.c:861:17: branch_true: ...to here
evolution-data-server-3.59.1/src/camel/tests/misc/test-store-search.c:861:17: throw: if ‘camel_message_info_set_uid’ throws an exception...
evolution-data-server-3.59.1/src/camel/tests/misc/test-store-search.c:861:17: danger: missing call to ‘va_end’ to match ‘va_start’ at [(2)](sarif:/runs/0/results/20/codeFlows/0/threadFlows/0/locations/1)
#  859|   		g_assert_nonnull (nfo);
#  860|   
#  861|-> 		camel_message_info_set_uid (nfo, uid);
#  862|   		success = camel_message_info_save (nfo, &record, bdata);
#  863|   		g_assert_true (success);

Error: GCC_ANALYZER_WARNING (CWE-404): [#def652]
evolution-data-server-3.59.1/src/camel/tests/misc/test-store-search.c:862:27: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
evolution-data-server-3.59.1/src/camel/tests/misc/test-store-search.c:825:1: enter_function: entry to ‘test_store_search_fill_folder’
evolution-data-server-3.59.1/src/camel/tests/misc/test-store-search.c:847:9: acquire_resource: ‘va_start’ called here
evolution-data-server-3.59.1/src/camel/tests/misc/test-store-search.c:849:48: branch_true: following ‘true’ branch (when ‘uid’ is non-NULL)...
evolution-data-server-3.59.1/src/camel/tests/misc/test-store-search.c:851:35: branch_true: ...to here
evolution-data-server-3.59.1/src/camel/tests/misc/test-store-search.c:855:17: call_function: calling ‘test_store_search_read_message_data’ from ‘test_store_search_fill_folder’
evolution-data-server-3.59.1/src/camel/tests/misc/test-store-search.c:855:17: return_function: returning to ‘test_store_search_fill_folder’ from ‘test_store_search_read_message_data’
evolution-data-server-3.59.1/src/camel/tests/misc/test-store-search.c:856:17: branch_true: following ‘true’ branch...
evolution-data-server-3.59.1/src/camel/tests/misc/test-store-search.c:858:23: branch_true: ...to here
evolution-data-server-3.59.1/src/camel/tests/misc/test-store-search.c:859:17: branch_true: following ‘true’ branch...
evolution-data-server-3.59.1/src/camel/tests/misc/test-store-search.c:861:17: branch_true: ...to here
evolution-data-server-3.59.1/src/camel/tests/misc/test-store-search.c:862:27: throw: if ‘camel_message_info_save’ throws an exception...
evolution-data-server-3.59.1/src/camel/tests/misc/test-store-search.c:862:27: danger: missing call to ‘va_end’ to match ‘va_start’ at [(2)](sarif:/runs/0/results/21/codeFlows/0/threadFlows/0/locations/1)
#  860|   
#  861|   		camel_message_info_set_uid (nfo, uid);
#  862|-> 		success = camel_message_info_save (nfo, &record, bdata);
#  863|   		g_assert_true (success);
#  864|   

Error: GCC_ANALYZER_WARNING (CWE-404): [#def653]
evolution-data-server-3.59.1/src/camel/tests/misc/test-store-search.c:863:17: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
evolution-data-server-3.59.1/src/camel/tests/misc/test-store-search.c:825:1: enter_function: entry to ‘test_store_search_fill_folder’
evolution-data-server-3.59.1/src/camel/tests/misc/test-store-search.c:847:9: acquire_resource: ‘va_start’ called here
evolution-data-server-3.59.1/src/camel/tests/misc/test-store-search.c:849:48: branch_true: following ‘true’ branch (when ‘uid’ is non-NULL)...
evolution-data-server-3.59.1/src/camel/tests/misc/test-store-search.c:851:35: branch_true: ...to here
evolution-data-server-3.59.1/src/camel/tests/misc/test-store-search.c:855:17: call_function: calling ‘test_store_search_read_message_data’ from ‘test_store_search_fill_folder’
evolution-data-server-3.59.1/src/camel/tests/misc/test-store-search.c:855:17: return_function: returning to ‘test_store_search_fill_folder’ from ‘test_store_search_read_message_data’
evolution-data-server-3.59.1/src/camel/tests/misc/test-store-search.c:863:17: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/src/camel/tests/misc/test-store-search.c:863:17: branch_false: ...to here
evolution-data-server-3.59.1/src/camel/tests/misc/test-store-search.c:863:17: throw: if ‘g_assertion_message’ throws an exception...
evolution-data-server-3.59.1/src/camel/tests/misc/test-store-search.c:863:17: danger: missing call to ‘va_end’ to match ‘va_start’ at [(2)](sarif:/runs/0/results/22/codeFlows/0/threadFlows/0/locations/1)
#  861|   		camel_message_info_set_uid (nfo, uid);
#  862|   		success = camel_message_info_save (nfo, &record, bdata);
#  863|-> 		g_assert_true (success);
#  864|   
#  865|   		g_assert_cmpint (camel_store_db_get_folder_id (sdb, folder_name), !=, 0);

Error: GCC_ANALYZER_WARNING (CWE-404): [#def654]
evolution-data-server-3.59.1/src/camel/tests/misc/test-store-search.c:865:17: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
evolution-data-server-3.59.1/src/camel/tests/misc/test-store-search.c:825:1: enter_function: entry to ‘test_store_search_fill_folder’
evolution-data-server-3.59.1/src/camel/tests/misc/test-store-search.c:847:9: acquire_resource: ‘va_start’ called here
evolution-data-server-3.59.1/src/camel/tests/misc/test-store-search.c:849:48: branch_true: following ‘true’ branch (when ‘uid’ is non-NULL)...
evolution-data-server-3.59.1/src/camel/tests/misc/test-store-search.c:851:35: branch_true: ...to here
evolution-data-server-3.59.1/src/camel/tests/misc/test-store-search.c:855:17: call_function: calling ‘test_store_search_read_message_data’ from ‘test_store_search_fill_folder’
evolution-data-server-3.59.1/src/camel/tests/misc/test-store-search.c:855:17: return_function: returning to ‘test_store_search_fill_folder’ from ‘test_store_search_read_message_data’
evolution-data-server-3.59.1/src/camel/tests/misc/test-store-search.c:856:17: branch_true: following ‘true’ branch...
evolution-data-server-3.59.1/src/camel/tests/misc/test-store-search.c:858:23: branch_true: ...to here
evolution-data-server-3.59.1/src/camel/tests/misc/test-store-search.c:859:17: branch_true: following ‘true’ branch...
evolution-data-server-3.59.1/src/camel/tests/misc/test-store-search.c:861:17: branch_true: ...to here
evolution-data-server-3.59.1/src/camel/tests/misc/test-store-search.c:863:17: branch_true: following ‘true’ branch...
evolution-data-server-3.59.1/src/camel/tests/misc/test-store-search.c:865:17: branch_true: ...to here
evolution-data-server-3.59.1/src/camel/tests/misc/test-store-search.c:865:17: throw: if ‘camel_store_db_get_folder_id’ throws an exception...
evolution-data-server-3.59.1/src/camel/tests/misc/test-store-search.c:865:17: danger: missing call to ‘va_end’ to match ‘va_start’ at [(2)](sarif:/runs/0/results/23/codeFlows/0/threadFlows/0/locations/1)
#  863|   		g_assert_true (success);
#  864|   
#  865|-> 		g_assert_cmpint (camel_store_db_get_folder_id (sdb, folder_name), !=, 0);
#  866|   
#  867|   		record.folder_id = 0;

Error: GCC_ANALYZER_WARNING (CWE-404): [#def655]
evolution-data-server-3.59.1/src/camel/tests/misc/test-store-search.c:868:27: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
evolution-data-server-3.59.1/src/camel/tests/misc/test-store-search.c:825:1: enter_function: entry to ‘test_store_search_fill_folder’
evolution-data-server-3.59.1/src/camel/tests/misc/test-store-search.c:847:9: acquire_resource: ‘va_start’ called here
evolution-data-server-3.59.1/src/camel/tests/misc/test-store-search.c:849:48: branch_true: following ‘true’ branch (when ‘uid’ is non-NULL)...
evolution-data-server-3.59.1/src/camel/tests/misc/test-store-search.c:851:35: branch_true: ...to here
evolution-data-server-3.59.1/src/camel/tests/misc/test-store-search.c:855:17: call_function: calling ‘test_store_search_read_message_data’ from ‘test_store_search_fill_folder’
evolution-data-server-3.59.1/src/camel/tests/misc/test-store-search.c:855:17: return_function: returning to ‘test_store_search_fill_folder’ from ‘test_store_search_read_message_data’
evolution-data-server-3.59.1/src/camel/tests/misc/test-store-search.c:856:17: branch_true: following ‘true’ branch...
evolution-data-server-3.59.1/src/camel/tests/misc/test-store-search.c:858:23: branch_true: ...to here
evolution-data-server-3.59.1/src/camel/tests/misc/test-store-search.c:859:17: branch_true: following ‘true’ branch...
evolution-data-server-3.59.1/src/camel/tests/misc/test-store-search.c:861:17: branch_true: ...to here
evolution-data-server-3.59.1/src/camel/tests/misc/test-store-search.c:863:17: branch_true: following ‘true’ branch...
evolution-data-server-3.59.1/src/camel/tests/misc/test-store-search.c:865:17: branch_true: ...to here
evolution-data-server-3.59.1/src/camel/tests/misc/test-store-search.c:865:17: branch_true: following ‘true’ branch (when ‘__n1 != 0’)...
evolution-data-server-3.59.1/src/camel/tests/misc/test-store-search.c:867:17: branch_true: ...to here
evolution-data-server-3.59.1/src/camel/tests/misc/test-store-search.c:868:27: throw: if ‘camel_store_db_write_message’ throws an exception...
evolution-data-server-3.59.1/src/camel/tests/misc/test-store-search.c:868:27: danger: missing call to ‘va_end’ to match ‘va_start’ at [(2)](sarif:/runs/0/results/25/codeFlows/0/threadFlows/0/locations/1)
#  866|   
#  867|   		record.folder_id = 0;
#  868|-> 		success = camel_store_db_write_message (sdb, folder_name, &record, &local_error);
#  869|   		g_assert_no_error (local_error);
#  870|   		g_assert_true (success);

Error: GCC_ANALYZER_WARNING (CWE-404): [#def656]
evolution-data-server-3.59.1/src/camel/tests/misc/test-store-search.c:869:17: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
evolution-data-server-3.59.1/src/camel/tests/misc/test-store-search.c:825:1: enter_function: entry to ‘test_store_search_fill_folder’
evolution-data-server-3.59.1/src/camel/tests/misc/test-store-search.c:847:9: acquire_resource: ‘va_start’ called here
evolution-data-server-3.59.1/src/camel/tests/misc/test-store-search.c:849:48: branch_true: following ‘true’ branch (when ‘uid’ is non-NULL)...
evolution-data-server-3.59.1/src/camel/tests/misc/test-store-search.c:851:35: branch_true: ...to here
evolution-data-server-3.59.1/src/camel/tests/misc/test-store-search.c:855:17: call_function: calling ‘test_store_search_read_message_data’ from ‘test_store_search_fill_folder’
evolution-data-server-3.59.1/src/camel/tests/misc/test-store-search.c:855:17: return_function: returning to ‘test_store_search_fill_folder’ from ‘test_store_search_read_message_data’
evolution-data-server-3.59.1/src/camel/tests/misc/test-store-search.c:856:17: branch_true: following ‘true’ branch...
evolution-data-server-3.59.1/src/camel/tests/misc/test-store-search.c:858:23: branch_true: ...to here
evolution-data-server-3.59.1/src/camel/tests/misc/test-store-search.c:859:17: branch_true: following ‘true’ branch...
evolution-data-server-3.59.1/src/camel/tests/misc/test-store-search.c:861:17: branch_true: ...to here
evolution-data-server-3.59.1/src/camel/tests/misc/test-store-search.c:863:17: branch_true: following ‘true’ branch...
evolution-data-server-3.59.1/src/camel/tests/misc/test-store-search.c:865:17: branch_true: ...to here
evolution-data-server-3.59.1/src/camel/tests/misc/test-store-search.c:865:17: branch_true: following ‘true’ branch (when ‘__n1 != 0’)...
evolution-data-server-3.59.1/src/camel/tests/misc/test-store-search.c:867:17: branch_true: ...to here
evolution-data-server-3.59.1/src/camel/tests/misc/test-store-search.c:869:17: branch_true: following ‘true’ branch...
evolution-data-server-3.59.1/src/camel/tests/misc/test-store-search.c:869:17: branch_true: ...to here
evolution-data-server-3.59.1/src/camel/tests/misc/test-store-search.c:869:17: throw: if ‘g_assertion_message_error’ throws an exception...
evolution-data-server-3.59.1/src/camel/tests/misc/test-store-search.c:869:17: danger: missing call to ‘va_end’ to match ‘va_start’ at [(2)](sarif:/runs/0/results/26/codeFlows/0/threadFlows/0/locations/1)
#  867|   		record.folder_id = 0;
#  868|   		success = camel_store_db_write_message (sdb, folder_name, &record, &local_error);
#  869|-> 		g_assert_no_error (local_error);
#  870|   		g_assert_true (success);
#  871|   

Error: GCC_ANALYZER_WARNING (CWE-404): [#def657]
evolution-data-server-3.59.1/src/camel/tests/misc/test-store-search.c:870:17: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
evolution-data-server-3.59.1/src/camel/tests/misc/test-store-search.c:825:1: enter_function: entry to ‘test_store_search_fill_folder’
evolution-data-server-3.59.1/src/camel/tests/misc/test-store-search.c:847:9: acquire_resource: ‘va_start’ called here
evolution-data-server-3.59.1/src/camel/tests/misc/test-store-search.c:849:48: branch_true: following ‘true’ branch (when ‘uid’ is non-NULL)...
evolution-data-server-3.59.1/src/camel/tests/misc/test-store-search.c:851:35: branch_true: ...to here
evolution-data-server-3.59.1/src/camel/tests/misc/test-store-search.c:855:17: call_function: calling ‘test_store_search_read_message_data’ from ‘test_store_search_fill_folder’
evolution-data-server-3.59.1/src/camel/tests/misc/test-store-search.c:855:17: return_function: returning to ‘test_store_search_fill_folder’ from ‘test_store_search_read_message_data’
evolution-data-server-3.59.1/src/camel/tests/misc/test-store-search.c:870:17: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/src/camel/tests/misc/test-store-search.c:870:17: branch_false: ...to here
evolution-data-server-3.59.1/src/camel/tests/misc/test-store-search.c:870:17: throw: if ‘g_assertion_message’ throws an exception...
evolution-data-server-3.59.1/src/camel/tests/misc/test-store-search.c:870:17: danger: missing call to ‘va_end’ to match ‘va_start’ at [(2)](sarif:/runs/0/results/27/codeFlows/0/threadFlows/0/locations/1)
#  868|   		success = camel_store_db_write_message (sdb, folder_name, &record, &local_error);
#  869|   		g_assert_no_error (local_error);
#  870|-> 		g_assert_true (success);
#  871|   
#  872|   		camel_store_db_message_record_clear (&record);

Error: GCC_ANALYZER_WARNING (CWE-404): [#def658]
evolution-data-server-3.59.1/src/camel/tests/misc/test-store-search.c:872:17: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
evolution-data-server-3.59.1/src/camel/tests/misc/test-store-search.c:825:1: enter_function: entry to ‘test_store_search_fill_folder’
evolution-data-server-3.59.1/src/camel/tests/misc/test-store-search.c:847:9: acquire_resource: ‘va_start’ called here
evolution-data-server-3.59.1/src/camel/tests/misc/test-store-search.c:849:48: branch_true: following ‘true’ branch (when ‘uid’ is non-NULL)...
evolution-data-server-3.59.1/src/camel/tests/misc/test-store-search.c:851:35: branch_true: ...to here
evolution-data-server-3.59.1/src/camel/tests/misc/test-store-search.c:855:17: call_function: calling ‘test_store_search_read_message_data’ from ‘test_store_search_fill_folder’
evolution-data-server-3.59.1/src/camel/tests/misc/test-store-search.c:855:17: return_function: returning to ‘test_store_search_fill_folder’ from ‘test_store_search_read_message_data’
evolution-data-server-3.59.1/src/camel/tests/misc/test-store-search.c:872:17: throw: if ‘camel_store_db_message_record_clear’ throws an exception...
evolution-data-server-3.59.1/src/camel/tests/misc/test-store-search.c:872:17: danger: missing call to ‘va_end’ to match ‘va_start’ at [(2)](sarif:/runs/0/results/28/codeFlows/0/threadFlows/0/locations/1)
#  870|   		g_assert_true (success);
#  871|   
#  872|-> 		camel_store_db_message_record_clear (&record);
#  873|   		g_clear_object (&nfo);
#  874|   		g_clear_object (&msg);

Error: GCC_ANALYZER_WARNING (CWE-404): [#def659]
evolution-data-server-3.59.1/src/camel/tests/misc/test-store-search.c:873:17: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
evolution-data-server-3.59.1/src/camel/tests/misc/test-store-search.c:825:1: enter_function: entry to ‘test_store_search_fill_folder’
evolution-data-server-3.59.1/src/camel/tests/misc/test-store-search.c:847:9: acquire_resource: ‘va_start’ called here
evolution-data-server-3.59.1/src/camel/tests/misc/test-store-search.c:849:48: branch_true: following ‘true’ branch (when ‘uid’ is non-NULL)...
evolution-data-server-3.59.1/src/camel/tests/misc/test-store-search.c:851:35: branch_true: ...to here
evolution-data-server-3.59.1/src/camel/tests/misc/test-store-search.c:855:17: call_function: calling ‘test_store_search_read_message_data’ from ‘test_store_search_fill_folder’
evolution-data-server-3.59.1/src/camel/tests/misc/test-store-search.c:855:17: return_function: returning to ‘test_store_search_fill_folder’ from ‘test_store_search_read_message_data’
evolution-data-server-3.59.1/src/camel/tests/misc/test-store-search.c:873:17: branch_true: following ‘true’ branch...
evolution-data-server-3.59.1/src/camel/tests/misc/test-store-search.c:873:17: branch_true: ...to here
evolution-data-server-3.59.1/src/camel/tests/misc/test-store-search.c:873:17: throw: if ‘g_object_unref’ throws an exception...
evolution-data-server-3.59.1/src/camel/tests/misc/test-store-search.c:873:17: danger: missing call to ‘va_end’ to match ‘va_start’ at [(2)](sarif:/runs/0/results/29/codeFlows/0/threadFlows/0/locations/1)
#  871|   
#  872|   		camel_store_db_message_record_clear (&record);
#  873|-> 		g_clear_object (&nfo);
#  874|   		g_clear_object (&msg);
#  875|   	}

Error: GCC_ANALYZER_WARNING (CWE-404): [#def660]
evolution-data-server-3.59.1/src/camel/tests/misc/test-store-search.c:874:17: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
evolution-data-server-3.59.1/src/camel/tests/misc/test-store-search.c:825:1: enter_function: entry to ‘test_store_search_fill_folder’
evolution-data-server-3.59.1/src/camel/tests/misc/test-store-search.c:847:9: acquire_resource: ‘va_start’ called here
evolution-data-server-3.59.1/src/camel/tests/misc/test-store-search.c:849:48: branch_true: following ‘true’ branch (when ‘uid’ is non-NULL)...
evolution-data-server-3.59.1/src/camel/tests/misc/test-store-search.c:851:35: branch_true: ...to here
evolution-data-server-3.59.1/src/camel/tests/misc/test-store-search.c:855:17: call_function: calling ‘test_store_search_read_message_data’ from ‘test_store_search_fill_folder’
evolution-data-server-3.59.1/src/camel/tests/misc/test-store-search.c:855:17: return_function: returning to ‘test_store_search_fill_folder’ from ‘test_store_search_read_message_data’
evolution-data-server-3.59.1/src/camel/tests/misc/test-store-search.c:873:17: branch_true: following ‘true’ branch...
evolution-data-server-3.59.1/src/camel/tests/misc/test-store-search.c:873:17: branch_true: ...to here
evolution-data-server-3.59.1/src/camel/tests/misc/test-store-search.c:874:17: branch_true: following ‘true’ branch...
evolution-data-server-3.59.1/src/camel/tests/misc/test-store-search.c:874:17: branch_true: ...to here
evolution-data-server-3.59.1/src/camel/tests/misc/test-store-search.c:874:17: throw: if ‘g_object_unref’ throws an exception...
evolution-data-server-3.59.1/src/camel/tests/misc/test-store-search.c:874:17: danger: missing call to ‘va_end’ to match ‘va_start’ at [(2)](sarif:/runs/0/results/30/codeFlows/0/threadFlows/0/locations/1)
#  872|   		camel_store_db_message_record_clear (&record);
#  873|   		g_clear_object (&nfo);
#  874|-> 		g_clear_object (&msg);
#  875|   	}
#  876|   

Error: GCC_ANALYZER_WARNING (CWE-404): [#def661]
evolution-data-server-3.59.1/src/camel/tests/misc/test-vee-folder.c:138:17: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
evolution-data-server-3.59.1/src/camel/tests/misc/test-vee-folder.c:133:9: acquire_resource: ‘va_start’ called here
evolution-data-server-3.59.1/src/camel/tests/misc/test-vee-folder.c:135:16: branch_true: following ‘true’ branch (when ‘folder’ is non-NULL)...
evolution-data-server-3.59.1/src/camel/tests/misc/test-vee-folder.c:138:17: branch_true: ...to here
evolution-data-server-3.59.1/src/camel/tests/misc/test-vee-folder.c:138:17: throw: if ‘camel_folder_get_type’ throws an exception...
evolution-data-server-3.59.1/src/camel/tests/misc/test-vee-folder.c:138:17: danger: missing call to ‘va_end’ to match ‘va_start’ at [(1)](sarif:/runs/0/results/1/codeFlows/0/threadFlows/0/locations/0)
#  136|   		SaveChangesData *scd;
#  137|   
#  138|-> 		g_assert_true (CAMEL_IS_FOLDER (folder));
#  139|   		g_assert_nonnull (out_changes);
#  140|   		g_assert_null (*out_changes);

Error: GCC_ANALYZER_WARNING (CWE-404): [#def662]
evolution-data-server-3.59.1/src/camel/tests/misc/test-vee-folder.c:139:17: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
evolution-data-server-3.59.1/src/camel/tests/misc/test-vee-folder.c:133:9: acquire_resource: ‘va_start’ called here
evolution-data-server-3.59.1/src/camel/tests/misc/test-vee-folder.c:135:16: branch_true: following ‘true’ branch (when ‘folder’ is non-NULL)...
evolution-data-server-3.59.1/src/camel/tests/misc/test-vee-folder.c:138:17: branch_true: ...to here
evolution-data-server-3.59.1/src/camel/tests/misc/test-vee-folder.c:139:17: branch_false: following ‘false’ branch (when ‘out_changes’ is NULL)...
evolution-data-server-3.59.1/src/camel/tests/misc/test-vee-folder.c:139:17: branch_false: ...to here
evolution-data-server-3.59.1/src/camel/tests/misc/test-vee-folder.c:139:17: throw: if ‘g_assertion_message’ throws an exception...
evolution-data-server-3.59.1/src/camel/tests/misc/test-vee-folder.c:139:17: danger: missing call to ‘va_end’ to match ‘va_start’ at [(1)](sarif:/runs/0/results/3/codeFlows/0/threadFlows/0/locations/0)
#  137|   
#  138|   		g_assert_true (CAMEL_IS_FOLDER (folder));
#  139|-> 		g_assert_nonnull (out_changes);
#  140|   		g_assert_null (*out_changes);
#  141|   

Error: GCC_ANALYZER_WARNING (CWE-404): [#def663]
evolution-data-server-3.59.1/src/camel/tests/misc/test-vee-folder.c:140:17: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
evolution-data-server-3.59.1/src/camel/tests/misc/test-vee-folder.c:133:9: acquire_resource: ‘va_start’ called here
evolution-data-server-3.59.1/src/camel/tests/misc/test-vee-folder.c:135:16: branch_true: following ‘true’ branch (when ‘folder’ is non-NULL)...
evolution-data-server-3.59.1/src/camel/tests/misc/test-vee-folder.c:138:17: branch_true: ...to here
evolution-data-server-3.59.1/src/camel/tests/misc/test-vee-folder.c:140:17: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/src/camel/tests/misc/test-vee-folder.c:140:17: branch_false: ...to here
evolution-data-server-3.59.1/src/camel/tests/misc/test-vee-folder.c:140:17: throw: if ‘g_assertion_message’ throws an exception...
evolution-data-server-3.59.1/src/camel/tests/misc/test-vee-folder.c:140:17: danger: missing call to ‘va_end’ to match ‘va_start’ at [(1)](sarif:/runs/0/results/4/codeFlows/0/threadFlows/0/locations/0)
#  138|   		g_assert_true (CAMEL_IS_FOLDER (folder));
#  139|   		g_assert_nonnull (out_changes);
#  140|-> 		g_assert_null (*out_changes);
#  141|   
#  142|   		n_left++;

Error: GCC_ANALYZER_WARNING (CWE-404): [#def664]
evolution-data-server-3.59.1/src/camel/tests/misc/test-vee-folder.c:144:23: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
evolution-data-server-3.59.1/src/camel/tests/misc/test-vee-folder.c:133:9: acquire_resource: ‘va_start’ called here
evolution-data-server-3.59.1/src/camel/tests/misc/test-vee-folder.c:135:16: branch_true: following ‘true’ branch (when ‘folder’ is non-NULL)...
evolution-data-server-3.59.1/src/camel/tests/misc/test-vee-folder.c:138:17: branch_true: ...to here
evolution-data-server-3.59.1/src/camel/tests/misc/test-vee-folder.c:138:17: branch_true: following ‘true’ branch...
evolution-data-server-3.59.1/src/camel/tests/misc/test-vee-folder.c:139:17: branch_true: following ‘true’ branch (when ‘out_changes’ is non-NULL)...
evolution-data-server-3.59.1/src/camel/tests/misc/test-vee-folder.c:140:17: branch_true: ...to here
evolution-data-server-3.59.1/src/camel/tests/misc/test-vee-folder.c:140:17: branch_true: following ‘true’ branch...
evolution-data-server-3.59.1/src/camel/tests/misc/test-vee-folder.c:142:17: branch_true: ...to here
evolution-data-server-3.59.1/src/camel/tests/misc/test-vee-folder.c:144:23: throw: if ‘g_malloc0’ throws an exception...
evolution-data-server-3.59.1/src/camel/tests/misc/test-vee-folder.c:144:23: danger: missing call to ‘va_end’ to match ‘va_start’ at [(1)](sarif:/runs/0/results/5/codeFlows/0/threadFlows/0/locations/0)
#  142|   		n_left++;
#  143|   
#  144|-> 		scd = g_new0 (SaveChangesData, 1);
#  145|   		scd->folder = folder;
#  146|   		scd->out_changes = out_changes;

Error: GCC_ANALYZER_WARNING (CWE-404): [#def665]
evolution-data-server-3.59.1/src/camel/tests/misc/test-vee-folder.c:346:17: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
evolution-data-server-3.59.1/src/camel/tests/misc/test-vee-folder.c:342:9: acquire_resource: ‘va_start’ called here
evolution-data-server-3.59.1/src/camel/tests/misc/test-vee-folder.c:345:16: branch_true: following ‘true’ branch (when ‘uid’ is non-NULL)...
evolution-data-server-3.59.1/src/camel/tests/misc/test-vee-folder.c:346:17: branch_true: ...to here
evolution-data-server-3.59.1/src/camel/tests/misc/test-vee-folder.c:346:17: throw: if ‘g_hash_table_add’ throws an exception...
evolution-data-server-3.59.1/src/camel/tests/misc/test-vee-folder.c:346:17: danger: missing call to ‘va_end’ to match ‘va_start’ at [(1)](sarif:/runs/0/results/6/codeFlows/0/threadFlows/0/locations/0)
#  344|   	uid = va_arg (ap, const gchar *);
#  345|   	while (uid) {
#  346|-> 		g_hash_table_add (expected, (gpointer) uid);
#  347|   
#  348|   		uid = va_arg (ap, const gchar *);

Error: GCC_ANALYZER_WARNING (CWE-404): [#def666]
evolution-data-server-3.59.1/src/camel/tests/misc/test-vee-folder.c:417:17: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
evolution-data-server-3.59.1/src/camel/tests/misc/test-vee-folder.c:413:9: acquire_resource: ‘va_start’ called here
evolution-data-server-3.59.1/src/camel/tests/misc/test-vee-folder.c:416:16: branch_true: following ‘true’ branch (when ‘uid’ is non-NULL)...
evolution-data-server-3.59.1/src/camel/tests/misc/test-vee-folder.c:417:17: branch_true: ...to here
evolution-data-server-3.59.1/src/camel/tests/misc/test-vee-folder.c:417:17: throw: if ‘g_ptr_array_add’ throws an exception...
evolution-data-server-3.59.1/src/camel/tests/misc/test-vee-folder.c:417:17: danger: missing call to ‘va_end’ to match ‘va_start’ at [(1)](sarif:/runs/0/results/7/codeFlows/0/threadFlows/0/locations/0)
#  415|   	uid = va_arg (ap, const gchar *);
#  416|   	while (uid) {
#  417|-> 		g_ptr_array_add (expected_uids, (gpointer) uid);
#  418|   
#  419|   		uid = va_arg (ap, const gchar *);

Error: COMPILER_WARNING (CWE-252): [#def667]
evolution-data-server-3.59.1/src/camel/tests/smime/pgp.c: scope_hint: In function ‘main’
evolution-data-server-3.59.1/src/camel/tests/smime/pgp.c:85:9: warning[-Wunused-result]: ignoring return value of ‘system’ declared with attribute ‘warn_unused_result’
#   85 |         system ("/bin/rm -rf /tmp/camel-test");
#      |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
#   83|   
#   84|   	/* clear out any camel-test data */
#   85|-> 	system ("/bin/rm -rf /tmp/camel-test");
#   86|   	/*
#   87|   	 * You need to add the private-keys-v1.d folder for this

Error: COMPILER_WARNING (CWE-252): [#def668]
evolution-data-server-3.59.1/src/camel/tests/smime/pgp.c:100:9: warning[-Wunused-result]: ignoring return value of ‘system’ declared with attribute ‘warn_unused_result’
#  100 |         system ("gpg --import " TEST_DATA_DIR "/camel-test.gpg.pub > /dev/null 2>&1");
#      |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
#   98|   
#   99|   	g_message ("gpg --import " TEST_DATA_DIR "/camel-test.gpg.pub > /dev/null 2>&1");
#  100|-> 	system ("gpg --import " TEST_DATA_DIR "/camel-test.gpg.pub > /dev/null 2>&1");
#  101|   	g_message ("gpg --import " TEST_DATA_DIR "/camel-test.gpg.sec > /dev/null 2>&1");
#  102|   	system ("gpg --import " TEST_DATA_DIR "/camel-test.gpg.sec > /dev/null 2>&1");

Error: COMPILER_WARNING (CWE-252): [#def669]
evolution-data-server-3.59.1/src/camel/tests/smime/pgp.c:102:9: warning[-Wunused-result]: ignoring return value of ‘system’ declared with attribute ‘warn_unused_result’
#  102 |         system ("gpg --import " TEST_DATA_DIR "/camel-test.gpg.sec > /dev/null 2>&1");
#      |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
#  100|   	system ("gpg --import " TEST_DATA_DIR "/camel-test.gpg.pub > /dev/null 2>&1");
#  101|   	g_message ("gpg --import " TEST_DATA_DIR "/camel-test.gpg.sec > /dev/null 2>&1");
#  102|-> 	system ("gpg --import " TEST_DATA_DIR "/camel-test.gpg.sec > /dev/null 2>&1");
#  103|   
#  104|   	session = camel_pgp_session_new ("/tmp/camel-test");

Error: COMPILER_WARNING (CWE-252): [#def670]
evolution-data-server-3.59.1/src/camel/tests/smime/pgp.c:149:9: warning[-Wunused-result]: ignoring return value of ‘system’ declared with attribute ‘warn_unused_result’
#  149 |         system ("echo 1A7B616196E654BA5B8CF177A62EDCB3B1907A17:6: | gpg --import-ownertrust 2>/dev/null");
#      |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
#  147|   	camel_test_push ("PGP verify trusted");
#  148|   	/* this sets the ultimate trust on the imported key */
#  149|-> 	system ("echo 1A7B616196E654BA5B8CF177A62EDCB3B1907A17:6: | gpg --import-ownertrust 2>/dev/null");
#  150|   	valid = camel_cipher_context_verify_sync (ctx, sigpart, NULL, &error);
#  151|   	check_msg (error == NULL, "%s", error->message);

Error: GCC_ANALYZER_WARNING (CWE-404): [#def671]
evolution-data-server-3.59.1/src/libebackend/e-cache.c:616:16: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
evolution-data-server-3.59.1/src/libebackend/e-cache.c:1056:1: enter_function: entry to ‘e_cache_set_revision’
evolution-data-server-3.59.1/src/libebackend/e-cache.c:1061:9: call_function: calling ‘e_cache_set_key_internal’ from ‘e_cache_set_revision’
#  614|   
#  615|   	va_start (args, error);
#  616|-> 	stmt = sqlite3_vmprintf (format, args);
#  617|   
#  618|   	success = e_cache_sqlite_exec_internal (cache, stmt, callback, user_data, cancellable, error);

Error: GCC_ANALYZER_WARNING (CWE-404): [#def672]
evolution-data-server-3.59.1/src/libebackend/e-cache.c:2792:20: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
evolution-data-server-3.59.1/src/libebackend/e-cache.c:2788:9: branch_true: following ‘true’ branch (when ‘stmt’ is non-NULL)...
evolution-data-server-3.59.1/src/libebackend/e-cache.c:2789:9: branch_true: ...to here
evolution-data-server-3.59.1/src/libebackend/e-cache.c:2789:9: branch_true: following ‘true’ branch (when ‘format’ is non-NULL)...
evolution-data-server-3.59.1/src/libebackend/e-cache.c:2791:9: branch_true: ...to here
evolution-data-server-3.59.1/src/libebackend/e-cache.c:2791:9: acquire_resource: ‘va_start’ called here
evolution-data-server-3.59.1/src/libebackend/e-cache.c:2792:20: throw: if ‘sqlite3_vmprintf’ throws an exception...
evolution-data-server-3.59.1/src/libebackend/e-cache.c:2792:20: danger: missing call to ‘va_end’ to match ‘va_start’ at [(5)](sarif:/runs/0/results/1/codeFlows/0/threadFlows/0/locations/4)
# 2790|   
# 2791|   	va_start (args, format);
# 2792|-> 	tmp_stmt = sqlite3_vmprintf (format, args);
# 2793|   	va_end (args);
# 2794|   

Error: GCC_ANALYZER_WARNING (CWE-404): [#def673]
evolution-data-server-3.59.1/src/libebackend/e-cache.c:2823:16: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
evolution-data-server-3.59.1/src/libebackend/e-cache.c:2820:9: branch_true: following ‘true’ branch (when ‘format’ is non-NULL)...
evolution-data-server-3.59.1/src/libebackend/e-cache.c:2822:9: branch_true: ...to here
evolution-data-server-3.59.1/src/libebackend/e-cache.c:2822:9: acquire_resource: ‘va_start’ called here
evolution-data-server-3.59.1/src/libebackend/e-cache.c:2823:16: throw: if ‘sqlite3_vmprintf’ throws an exception...
evolution-data-server-3.59.1/src/libebackend/e-cache.c:2823:16: danger: missing call to ‘va_end’ to match ‘va_start’ at [(3)](sarif:/runs/0/results/2/codeFlows/0/threadFlows/0/locations/2)
# 2821|   
# 2822|   	va_start (args, format);
# 2823|-> 	stmt = sqlite3_vmprintf (format, args);
# 2824|   	va_end (args);
# 2825|   

Error: GCC_ANALYZER_WARNING (CWE-476): [#def674]
evolution-data-server-3.59.1/src/libebackend/e-server-side-source.c:177:21: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘new_strv’
evolution-data-server-3.59.1/src/libebackend/e-server-side-source.c:161:12: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/src/libebackend/e-server-side-source.c:164:9: branch_false: ...to here
evolution-data-server-3.59.1/src/libebackend/e-server-side-source.c:166:12: branch_true: following ‘true’ branch (when ‘old_data’ is non-NULL)...
evolution-data-server-3.59.1/src/libebackend/e-server-side-source.c:167:28: branch_true: ...to here
evolution-data-server-3.59.1/src/libebackend/e-server-side-source.c:171:12: branch_false: following ‘false’ branch (when ‘new_data’ is NULL)...
evolution-data-server-3.59.1/src/libebackend/e-server-side-source.c:176:9: branch_false: ...to here
evolution-data-server-3.59.1/src/libebackend/e-server-side-source.c:176:22: branch_true: following ‘true’ branch...
evolution-data-server-3.59.1/src/libebackend/e-server-side-source.c:177:54: branch_true: ...to here
evolution-data-server-3.59.1/src/libebackend/e-server-side-source.c:177:54: release_memory: ‘new_strv’ is NULL
evolution-data-server-3.59.1/src/libebackend/e-server-side-source.c:177:21: danger: dereference of NULL ‘new_strv + (long unsigned int)ii * 8’
#  175|   
#  176|   	for (ii = 0; ii < MIN (old_length, new_length); ii++) {
#  177|-> 		if (g_strcmp0 (old_strv[ii], new_strv[ii]) != 0) {
#  178|   			e_source_registry_debug_print (" - : %s\n", old_strv[ii]);
#  179|   			e_source_registry_debug_print (" + : %s\n", new_strv[ii]);

Error: GCC_ANALYZER_WARNING (CWE-476): [#def675]
evolution-data-server-3.59.1/src/libebackend/e-server-side-source.c:177:21: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘old_strv’
evolution-data-server-3.59.1/src/libebackend/e-server-side-source.c:161:12: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/src/libebackend/e-server-side-source.c:164:9: branch_false: ...to here
evolution-data-server-3.59.1/src/libebackend/e-server-side-source.c:166:12: branch_false: following ‘false’ branch (when ‘old_data’ is NULL)...
evolution-data-server-3.59.1/src/libebackend/e-server-side-source.c:171:12: branch_false: ...to here
evolution-data-server-3.59.1/src/libebackend/e-server-side-source.c:171:12: branch_true: following ‘true’ branch (when ‘new_data’ is non-NULL)...
evolution-data-server-3.59.1/src/libebackend/e-server-side-source.c:172:28: branch_true: ...to here
evolution-data-server-3.59.1/src/libebackend/e-server-side-source.c:176:22: branch_true: following ‘true’ branch...
evolution-data-server-3.59.1/src/libebackend/e-server-side-source.c:177:54: branch_true: ...to here
evolution-data-server-3.59.1/src/libebackend/e-server-side-source.c:177:21: danger: dereference of NULL ‘old_strv + (long unsigned int)ii * 8’
#  175|   
#  176|   	for (ii = 0; ii < MIN (old_length, new_length); ii++) {
#  177|-> 		if (g_strcmp0 (old_strv[ii], new_strv[ii]) != 0) {
#  178|   			e_source_registry_debug_print (" - : %s\n", old_strv[ii]);
#  179|   			e_source_registry_debug_print (" + : %s\n", new_strv[ii]);

Error: GCC_ANALYZER_WARNING (CWE-457): [#def676]
evolution-data-server-3.59.1/src/libebackend/e-server-side-source.c:2043:19: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘length’
evolution-data-server-3.59.1/src/libebackend/e-server-side-source.c:2000:1: enter_function: entry to ‘e_server_side_source_load’
evolution-data-server-3.59.1/src/libebackend/e-server-side-source.c:2013:9: branch_false: following ‘false’ branch (when ‘source’ is non-NULL)...
evolution-data-server-3.59.1/src/libebackend/e-server-side-source.c:2013:9: branch_false: ...to here
evolution-data-server-3.59.1/src/libebackend/e-server-side-source.c:2013:9: branch_true: following ‘true’ branch...
evolution-data-server-3.59.1/src/libebackend/e-server-side-source.c:2015:16: branch_true: ...to here
evolution-data-server-3.59.1/src/libebackend/e-server-side-source.c:2015:16: call_function: calling ‘e_server_side_source_get_file’ from ‘e_server_side_source_load’
evolution-data-server-3.59.1/src/libebackend/e-server-side-source.c:2015:16: return_function: returning to ‘e_server_side_source_load’ from ‘e_server_side_source_get_file’
evolution-data-server-3.59.1/src/libebackend/e-server-side-source.c:2017:12: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/src/libebackend/e-server-side-source.c:2023:13: branch_false: ...to here
evolution-data-server-3.59.1/src/libebackend/e-server-side-source.c:2023:12: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/src/libebackend/e-server-side-source.c:2026:20: branch_false: ...to here
evolution-data-server-3.59.1/src/libebackend/e-server-side-source.c:2026:19: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/src/libebackend/e-server-side-source.c:2031:25: branch_false: ...to here
evolution-data-server-3.59.1/src/libebackend/e-server-side-source.c:2035:12: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/src/libebackend/e-server-side-source.c:2041:20: branch_false: ...to here
evolution-data-server-3.59.1/src/libebackend/e-server-side-source.c:2043:19: danger: use of uninitialized value ‘length’ here
# 2041|   	key_file = g_key_file_new ();
# 2042|   
# 2043|-> 	success = server_side_source_parse_data (
# 2044|   		key_file, data, length, error);
# 2045|   

Error: GCC_ANALYZER_WARNING (CWE-404): [#def677]
evolution-data-server-3.59.1/src/libedataserver/e-client.c:240:22: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
evolution-data-server-3.59.1/src/libedataserver/e-client.c:236:12: branch_false: following ‘false’ branch (when ‘format’ is non-NULL)...
evolution-data-server-3.59.1/src/libedataserver/e-client.c:239:9: branch_false: ...to here
evolution-data-server-3.59.1/src/libedataserver/e-client.c:239:9: acquire_resource: ‘va_start’ called here
evolution-data-server-3.59.1/src/libedataserver/e-client.c:240:22: throw: if ‘g_strdup_vprintf’ throws an exception...
evolution-data-server-3.59.1/src/libedataserver/e-client.c:240:22: danger: missing call to ‘va_end’ to match ‘va_start’ at [(3)](sarif:/runs/0/results/0/codeFlows/0/threadFlows/0/locations/2)
#  238|   
#  239|   	va_start (ap, format);
#  240|-> 	custom_msg = g_strdup_vprintf (format, ap);
#  241|   	va_end (ap);
#  242|   

Error: GCC_ANALYZER_WARNING (CWE-404): [#def678]
evolution-data-server-3.59.1/src/libedataserver/e-credentials.c:318:9: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
evolution-data-server-3.59.1/src/libedataserver/e-credentials.c:116:1: enter_function: entry to ‘e_credentials_new_args’
evolution-data-server-3.59.1/src/libedataserver/e-credentials.c:125:9: branch_true: following ‘true’ branch (when ‘key’ is non-NULL)...
evolution-data-server-3.59.1/src/libedataserver/e-credentials.c:127:23: branch_true: ...to here
evolution-data-server-3.59.1/src/libedataserver/e-credentials.c:129:9: acquire_resource: ‘va_start’ called here
evolution-data-server-3.59.1/src/libedataserver/e-credentials.c:131:16: branch_true: following ‘true’ branch (when ‘key’ is non-NULL)...
evolution-data-server-3.59.1/src/libedataserver/e-credentials.c:132:30: branch_true: ...to here
evolution-data-server-3.59.1/src/libedataserver/e-credentials.c:134:21: branch_true: following ‘true’ branch...
evolution-data-server-3.59.1/src/libedataserver/e-credentials.c:135:25: call_function: calling ‘e_credentials_set’ from ‘e_credentials_new_args’
#  316|   {
#  317|   	g_return_if_fail (credentials != NULL);
#  318|-> 	g_return_if_fail (credentials->priv != NULL);
#  319|   	g_return_if_fail (credentials->priv->keys != NULL);
#  320|   	g_return_if_fail (credentials->priv->peek_keys != NULL);

Error: GCC_ANALYZER_WARNING (CWE-404): [#def679]
evolution-data-server-3.59.1/src/libedataserver/e-credentials.c:319:9: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
evolution-data-server-3.59.1/src/libedataserver/e-credentials.c:116:1: enter_function: entry to ‘e_credentials_new_args’
evolution-data-server-3.59.1/src/libedataserver/e-credentials.c:125:9: branch_true: following ‘true’ branch (when ‘key’ is non-NULL)...
evolution-data-server-3.59.1/src/libedataserver/e-credentials.c:127:23: branch_true: ...to here
evolution-data-server-3.59.1/src/libedataserver/e-credentials.c:129:9: acquire_resource: ‘va_start’ called here
evolution-data-server-3.59.1/src/libedataserver/e-credentials.c:131:16: branch_true: following ‘true’ branch (when ‘key’ is non-NULL)...
evolution-data-server-3.59.1/src/libedataserver/e-credentials.c:132:30: branch_true: ...to here
evolution-data-server-3.59.1/src/libedataserver/e-credentials.c:134:21: branch_true: following ‘true’ branch...
evolution-data-server-3.59.1/src/libedataserver/e-credentials.c:135:25: call_function: calling ‘e_credentials_set’ from ‘e_credentials_new_args’
#  317|   	g_return_if_fail (credentials != NULL);
#  318|   	g_return_if_fail (credentials->priv != NULL);
#  319|-> 	g_return_if_fail (credentials->priv->keys != NULL);
#  320|   	g_return_if_fail (credentials->priv->peek_keys != NULL);
#  321|   	g_return_if_fail (key != NULL);

Error: GCC_ANALYZER_WARNING (CWE-404): [#def680]
evolution-data-server-3.59.1/src/libedataserver/e-credentials.c:320:9: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
evolution-data-server-3.59.1/src/libedataserver/e-credentials.c:116:1: enter_function: entry to ‘e_credentials_new_args’
evolution-data-server-3.59.1/src/libedataserver/e-credentials.c:125:9: branch_true: following ‘true’ branch (when ‘key’ is non-NULL)...
evolution-data-server-3.59.1/src/libedataserver/e-credentials.c:127:23: branch_true: ...to here
evolution-data-server-3.59.1/src/libedataserver/e-credentials.c:129:9: acquire_resource: ‘va_start’ called here
evolution-data-server-3.59.1/src/libedataserver/e-credentials.c:131:16: branch_true: following ‘true’ branch (when ‘key’ is non-NULL)...
evolution-data-server-3.59.1/src/libedataserver/e-credentials.c:132:30: branch_true: ...to here
evolution-data-server-3.59.1/src/libedataserver/e-credentials.c:134:21: branch_true: following ‘true’ branch...
evolution-data-server-3.59.1/src/libedataserver/e-credentials.c:135:25: call_function: calling ‘e_credentials_set’ from ‘e_credentials_new_args’
#  318|   	g_return_if_fail (credentials->priv != NULL);
#  319|   	g_return_if_fail (credentials->priv->keys != NULL);
#  320|-> 	g_return_if_fail (credentials->priv->peek_keys != NULL);
#  321|   	g_return_if_fail (key != NULL);
#  322|   	g_return_if_fail (*key);

Error: GCC_ANALYZER_WARNING (CWE-404): [#def681]
evolution-data-server-3.59.1/src/libedataserver/e-credentials.c:323:9: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
evolution-data-server-3.59.1/src/libedataserver/e-credentials.c:116:1: enter_function: entry to ‘e_credentials_new_args’
evolution-data-server-3.59.1/src/libedataserver/e-credentials.c:125:9: branch_true: following ‘true’ branch (when ‘key’ is non-NULL)...
evolution-data-server-3.59.1/src/libedataserver/e-credentials.c:127:23: branch_true: ...to here
evolution-data-server-3.59.1/src/libedataserver/e-credentials.c:129:9: acquire_resource: ‘va_start’ called here
evolution-data-server-3.59.1/src/libedataserver/e-credentials.c:131:16: branch_true: following ‘true’ branch (when ‘key’ is non-NULL)...
evolution-data-server-3.59.1/src/libedataserver/e-credentials.c:132:30: branch_true: ...to here
evolution-data-server-3.59.1/src/libedataserver/e-credentials.c:134:21: branch_true: following ‘true’ branch...
evolution-data-server-3.59.1/src/libedataserver/e-credentials.c:135:25: call_function: calling ‘e_credentials_set’ from ‘e_credentials_new_args’
#  321|   	g_return_if_fail (key != NULL);
#  322|   	g_return_if_fail (*key);
#  323|-> 	g_return_if_fail (strchr (key, ':') == NULL);
#  324|   
#  325|   	g_hash_table_remove (credentials->priv->peek_keys, key);

Error: GCC_ANALYZER_WARNING (CWE-404): [#def682]
evolution-data-server-3.59.1/src/libedataserver/e-credentials.c:325:9: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
evolution-data-server-3.59.1/src/libedataserver/e-credentials.c:116:1: enter_function: entry to ‘e_credentials_new_args’
evolution-data-server-3.59.1/src/libedataserver/e-credentials.c:125:9: branch_true: following ‘true’ branch (when ‘key’ is non-NULL)...
evolution-data-server-3.59.1/src/libedataserver/e-credentials.c:127:23: branch_true: ...to here
evolution-data-server-3.59.1/src/libedataserver/e-credentials.c:129:9: acquire_resource: ‘va_start’ called here
evolution-data-server-3.59.1/src/libedataserver/e-credentials.c:131:16: branch_true: following ‘true’ branch (when ‘key’ is non-NULL)...
evolution-data-server-3.59.1/src/libedataserver/e-credentials.c:132:30: branch_true: ...to here
evolution-data-server-3.59.1/src/libedataserver/e-credentials.c:134:21: branch_true: following ‘true’ branch...
evolution-data-server-3.59.1/src/libedataserver/e-credentials.c:135:25: call_function: calling ‘e_credentials_set’ from ‘e_credentials_new_args’
#  323|   	g_return_if_fail (strchr (key, ':') == NULL);
#  324|   
#  325|-> 	g_hash_table_remove (credentials->priv->peek_keys, key);
#  326|   
#  327|   	if (!value) {

Error: GCC_ANALYZER_WARNING (CWE-404): [#def683]
evolution-data-server-3.59.1/src/libedataserver/e-credentials.c:501:25: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
evolution-data-server-3.59.1/src/libedataserver/e-credentials.c:490:9: branch_true: following ‘true’ branch (when ‘credentials1’ is non-NULL)...
evolution-data-server-3.59.1/src/libedataserver/e-credentials.c:491:9: branch_true: ...to here
evolution-data-server-3.59.1/src/libedataserver/e-credentials.c:491:9: branch_true: following ‘true’ branch...
evolution-data-server-3.59.1/src/libedataserver/e-credentials.c:492:9: branch_true: ...to here
evolution-data-server-3.59.1/src/libedataserver/e-credentials.c:492:9: branch_true: following ‘true’ branch...
evolution-data-server-3.59.1/src/libedataserver/e-credentials.c:493:9: branch_true: ...to here
evolution-data-server-3.59.1/src/libedataserver/e-credentials.c:493:9: branch_true: following ‘true’ branch (when ‘credentials2’ is non-NULL)...
evolution-data-server-3.59.1/src/libedataserver/e-credentials.c:494:9: branch_true: ...to here
evolution-data-server-3.59.1/src/libedataserver/e-credentials.c:494:9: branch_true: following ‘true’ branch...
evolution-data-server-3.59.1/src/libedataserver/e-credentials.c:495:9: branch_true: ...to here
evolution-data-server-3.59.1/src/libedataserver/e-credentials.c:495:9: branch_true: following ‘true’ branch...
evolution-data-server-3.59.1/src/libedataserver/e-credentials.c:496:9: branch_true: ...to here
evolution-data-server-3.59.1/src/libedataserver/e-credentials.c:496:9: branch_true: following ‘true’ branch (when ‘key1’ is non-NULL)...
evolution-data-server-3.59.1/src/libedataserver/e-credentials.c:498:9: branch_true: ...to here
evolution-data-server-3.59.1/src/libedataserver/e-credentials.c:498:9: acquire_resource: ‘va_start’ called here
evolution-data-server-3.59.1/src/libedataserver/e-credentials.c:500:16: branch_true: following ‘true’ branch...
evolution-data-server-3.59.1/src/libedataserver/e-credentials.c:501:111: branch_true: ...to here
evolution-data-server-3.59.1/src/libedataserver/e-credentials.c:501:25: throw: if ‘g_strcmp0’ throws an exception...
evolution-data-server-3.59.1/src/libedataserver/e-credentials.c:501:25: danger: missing call to ‘va_end’ to match ‘va_start’ at [(15)](sarif:/runs/0/results/7/codeFlows/0/threadFlows/0/locations/14)
#  499|   
#  500|   	while (key1 && equal) {
#  501|-> 		equal = g_strcmp0 (g_hash_table_lookup (credentials1->priv->keys, key1), g_hash_table_lookup (credentials2->priv->keys, key1)) == 0;
#  502|   
#  503|   		key1 = va_arg (va, const gchar *);

Error: GCC_ANALYZER_WARNING (CWE-404): [#def684]
evolution-data-server-3.59.1/src/libedataserver/e-credentials.c:501:36: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
evolution-data-server-3.59.1/src/libedataserver/e-credentials.c:490:9: branch_true: following ‘true’ branch (when ‘credentials1’ is non-NULL)...
evolution-data-server-3.59.1/src/libedataserver/e-credentials.c:491:9: branch_true: ...to here
evolution-data-server-3.59.1/src/libedataserver/e-credentials.c:491:9: branch_true: following ‘true’ branch...
evolution-data-server-3.59.1/src/libedataserver/e-credentials.c:492:9: branch_true: ...to here
evolution-data-server-3.59.1/src/libedataserver/e-credentials.c:492:9: branch_true: following ‘true’ branch...
evolution-data-server-3.59.1/src/libedataserver/e-credentials.c:493:9: branch_true: ...to here
evolution-data-server-3.59.1/src/libedataserver/e-credentials.c:493:9: branch_true: following ‘true’ branch (when ‘credentials2’ is non-NULL)...
evolution-data-server-3.59.1/src/libedataserver/e-credentials.c:494:9: branch_true: ...to here
evolution-data-server-3.59.1/src/libedataserver/e-credentials.c:494:9: branch_true: following ‘true’ branch...
evolution-data-server-3.59.1/src/libedataserver/e-credentials.c:495:9: branch_true: ...to here
evolution-data-server-3.59.1/src/libedataserver/e-credentials.c:495:9: branch_true: following ‘true’ branch...
evolution-data-server-3.59.1/src/libedataserver/e-credentials.c:496:9: branch_true: ...to here
evolution-data-server-3.59.1/src/libedataserver/e-credentials.c:496:9: branch_true: following ‘true’ branch (when ‘key1’ is non-NULL)...
evolution-data-server-3.59.1/src/libedataserver/e-credentials.c:498:9: branch_true: ...to here
evolution-data-server-3.59.1/src/libedataserver/e-credentials.c:498:9: acquire_resource: ‘va_start’ called here
evolution-data-server-3.59.1/src/libedataserver/e-credentials.c:500:16: branch_true: following ‘true’ branch...
evolution-data-server-3.59.1/src/libedataserver/e-credentials.c:501:111: branch_true: ...to here
evolution-data-server-3.59.1/src/libedataserver/e-credentials.c:501:36: throw: if ‘g_hash_table_lookup’ throws an exception...
evolution-data-server-3.59.1/src/libedataserver/e-credentials.c:501:36: danger: missing call to ‘va_end’ to match ‘va_start’ at [(15)](sarif:/runs/0/results/8/codeFlows/0/threadFlows/0/locations/14)
#  499|   
#  500|   	while (key1 && equal) {
#  501|-> 		equal = g_strcmp0 (g_hash_table_lookup (credentials1->priv->keys, key1), g_hash_table_lookup (credentials2->priv->keys, key1)) == 0;
#  502|   
#  503|   		key1 = va_arg (va, const gchar *);

Error: GCC_ANALYZER_WARNING (CWE-404): [#def685]
evolution-data-server-3.59.1/src/libedataserver/e-credentials.c:501:90: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
evolution-data-server-3.59.1/src/libedataserver/e-credentials.c:490:9: branch_true: following ‘true’ branch (when ‘credentials1’ is non-NULL)...
evolution-data-server-3.59.1/src/libedataserver/e-credentials.c:491:9: branch_true: ...to here
evolution-data-server-3.59.1/src/libedataserver/e-credentials.c:491:9: branch_true: following ‘true’ branch...
evolution-data-server-3.59.1/src/libedataserver/e-credentials.c:492:9: branch_true: ...to here
evolution-data-server-3.59.1/src/libedataserver/e-credentials.c:492:9: branch_true: following ‘true’ branch...
evolution-data-server-3.59.1/src/libedataserver/e-credentials.c:493:9: branch_true: ...to here
evolution-data-server-3.59.1/src/libedataserver/e-credentials.c:493:9: branch_true: following ‘true’ branch (when ‘credentials2’ is non-NULL)...
evolution-data-server-3.59.1/src/libedataserver/e-credentials.c:494:9: branch_true: ...to here
evolution-data-server-3.59.1/src/libedataserver/e-credentials.c:494:9: branch_true: following ‘true’ branch...
evolution-data-server-3.59.1/src/libedataserver/e-credentials.c:495:9: branch_true: ...to here
evolution-data-server-3.59.1/src/libedataserver/e-credentials.c:495:9: branch_true: following ‘true’ branch...
evolution-data-server-3.59.1/src/libedataserver/e-credentials.c:496:9: branch_true: ...to here
evolution-data-server-3.59.1/src/libedataserver/e-credentials.c:496:9: branch_true: following ‘true’ branch (when ‘key1’ is non-NULL)...
evolution-data-server-3.59.1/src/libedataserver/e-credentials.c:498:9: branch_true: ...to here
evolution-data-server-3.59.1/src/libedataserver/e-credentials.c:498:9: acquire_resource: ‘va_start’ called here
evolution-data-server-3.59.1/src/libedataserver/e-credentials.c:500:16: branch_true: following ‘true’ branch...
evolution-data-server-3.59.1/src/libedataserver/e-credentials.c:501:111: branch_true: ...to here
evolution-data-server-3.59.1/src/libedataserver/e-credentials.c:501:90: throw: if ‘g_hash_table_lookup’ throws an exception...
evolution-data-server-3.59.1/src/libedataserver/e-credentials.c:501:90: danger: missing call to ‘va_end’ to match ‘va_start’ at [(15)](sarif:/runs/0/results/9/codeFlows/0/threadFlows/0/locations/14)
#  499|   
#  500|   	while (key1 && equal) {
#  501|-> 		equal = g_strcmp0 (g_hash_table_lookup (credentials1->priv->keys, key1), g_hash_table_lookup (credentials2->priv->keys, key1)) == 0;
#  502|   
#  503|   		key1 = va_arg (va, const gchar *);

Error: GCC_ANALYZER_WARNING (CWE-404): [#def686]
evolution-data-server-3.59.1/src/libedataserver/e-data-server-util.c:2484:15: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
evolution-data-server-3.59.1/src/libedataserver/e-data-server-util.c:2445:1: enter_function: entry to ‘e_util_debug_print’
evolution-data-server-3.59.1/src/libedataserver/e-data-server-util.c:2451:9: acquire_resource: ‘va_start’ called here
evolution-data-server-3.59.1/src/libedataserver/e-data-server-util.c:2452:9: call_function: calling ‘e_util_debug_printv’ from ‘e_util_debug_print’
# 2482|   		domain = "???";
# 2483|   
# 2484|-> 	str = g_string_new ("");
# 2485|   	g_string_vprintf (str, format, args);
# 2486|   	dt = g_date_time_new_now_local ();

Error: GCC_ANALYZER_WARNING (CWE-404): [#def687]
evolution-data-server-3.59.1/src/libedataserver/e-data-server-util.c:2485:9: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
evolution-data-server-3.59.1/src/libedataserver/e-data-server-util.c:2445:1: enter_function: entry to ‘e_util_debug_print’
evolution-data-server-3.59.1/src/libedataserver/e-data-server-util.c:2451:9: acquire_resource: ‘va_start’ called here
evolution-data-server-3.59.1/src/libedataserver/e-data-server-util.c:2452:9: call_function: calling ‘e_util_debug_printv’ from ‘e_util_debug_print’
# 2483|   
# 2484|   	str = g_string_new ("");
# 2485|-> 	g_string_vprintf (str, format, args);
# 2486|   	dt = g_date_time_new_now_local ();
# 2487|   

Error: GCC_ANALYZER_WARNING (CWE-404): [#def688]
evolution-data-server-3.59.1/src/libedataserver/e-debug-log.c:49:9: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
evolution-data-server-3.59.1/src/libedataserver/e-debug-log.c:71:1: enter_function: entry to ‘e_debug_log’
evolution-data-server-3.59.1/src/libedataserver/e-debug-log.c:78:9: acquire_resource: ‘va_start’ called here
evolution-data-server-3.59.1/src/libedataserver/e-debug-log.c:79:9: call_function: calling ‘e_debug_logv’ from ‘e_debug_log’
#   47|   lock (void)
#   48|   {
#   49|-> 	g_mutex_lock (&log_mutex);
#   50|   }
#   51|   

Error: GCC_ANALYZER_WARNING (CWE-404): [#def689]
evolution-data-server-3.59.1/src/libedataserver/e-debug-log.c:93:17: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
evolution-data-server-3.59.1/src/libedataserver/e-debug-log.c:71:1: enter_function: entry to ‘e_debug_log’
evolution-data-server-3.59.1/src/libedataserver/e-debug-log.c:78:9: acquire_resource: ‘va_start’ called here
evolution-data-server-3.59.1/src/libedataserver/e-debug-log.c:79:9: call_function: calling ‘e_debug_logv’ from ‘e_debug_log’
#   91|   		return FALSE;
#   92|   
#   93|-> 	return (g_hash_table_lookup (domains_hash, domain) != NULL);
#   94|   }
#   95|   

Error: GCC_ANALYZER_WARNING (CWE-404): [#def690]
evolution-data-server-3.59.1/src/libedataserver/e-debug-log.c:180:15: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
evolution-data-server-3.59.1/src/libedataserver/e-debug-log.c:71:1: enter_function: entry to ‘e_debug_log’
evolution-data-server-3.59.1/src/libedataserver/e-debug-log.c:78:9: acquire_resource: ‘va_start’ called here
evolution-data-server-3.59.1/src/libedataserver/e-debug-log.c:79:9: call_function: calling ‘e_debug_logv’ from ‘e_debug_log’
#  178|   		goto out;
#  179|   
#  180|-> 	str = g_strdup_vprintf (format, args);
#  181|   	gettimeofday (&tv, NULL);
#  182|   

Error: GCC_ANALYZER_WARNING (CWE-775): [#def691]
evolution-data-server-3.59.1/src/libedataserver/e-debug-log.c:447:17: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(filename, "w")’
evolution-data-server-3.59.1/src/libedataserver/e-debug-log.c:566:1: enter_function: entry to ‘e_debug_log_dump’
evolution-data-server-3.59.1/src/libedataserver/e-debug-log.c:578:16: acquire_resource: opened here
evolution-data-server-3.59.1/src/libedataserver/e-debug-log.c:579:12: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/src/libedataserver/e-debug-log.c:591:15: branch_false: ...to here
evolution-data-server-3.59.1/src/libedataserver/e-debug-log.c:591:15: call_function: calling ‘dump_milestones’ from ‘e_debug_log_dump’
#  445|   
#  446|   		saved_errno = errno;
#  447|-> 		g_set_error (
#  448|   			error,
#  449|   			G_FILE_ERROR,

Error: GCC_ANALYZER_WARNING (CWE-401): [#def692]
evolution-data-server-3.59.1/src/libedataserver/e-debug-log.c:447:17: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(filename, "w")’
evolution-data-server-3.59.1/src/libedataserver/e-debug-log.c:566:1: enter_function: entry to ‘e_debug_log_dump’
evolution-data-server-3.59.1/src/libedataserver/e-debug-log.c:578:16: acquire_memory: allocated here
evolution-data-server-3.59.1/src/libedataserver/e-debug-log.c:579:12: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/src/libedataserver/e-debug-log.c:591:15: branch_false: ...to here
evolution-data-server-3.59.1/src/libedataserver/e-debug-log.c:591:15: call_function: calling ‘dump_milestones’ from ‘e_debug_log_dump’
#  445|   
#  446|   		saved_errno = errno;
#  447|-> 		g_set_error (
#  448|   			error,
#  449|   			G_FILE_ERROR,

Error: GCC_ANALYZER_WARNING (CWE-775): [#def693]
evolution-data-server-3.59.1/src/libedataserver/e-debug-log.c:450:25: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(filename, "w")’
evolution-data-server-3.59.1/src/libedataserver/e-debug-log.c:566:1: enter_function: entry to ‘e_debug_log_dump’
evolution-data-server-3.59.1/src/libedataserver/e-debug-log.c:578:16: acquire_resource: opened here
evolution-data-server-3.59.1/src/libedataserver/e-debug-log.c:579:12: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/src/libedataserver/e-debug-log.c:591:15: branch_false: ...to here
evolution-data-server-3.59.1/src/libedataserver/e-debug-log.c:591:15: call_function: calling ‘dump_milestones’ from ‘e_debug_log_dump’
#  448|   			error,
#  449|   			G_FILE_ERROR,
#  450|-> 			g_file_error_from_errno (saved_errno),
#  451|   			"error when writing to log file %s", filename);
#  452|   

Error: GCC_ANALYZER_WARNING (CWE-401): [#def694]
evolution-data-server-3.59.1/src/libedataserver/e-debug-log.c:450:25: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(filename, "w")’
evolution-data-server-3.59.1/src/libedataserver/e-debug-log.c:566:1: enter_function: entry to ‘e_debug_log_dump’
evolution-data-server-3.59.1/src/libedataserver/e-debug-log.c:578:16: acquire_memory: allocated here
evolution-data-server-3.59.1/src/libedataserver/e-debug-log.c:579:12: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/src/libedataserver/e-debug-log.c:591:15: branch_false: ...to here
evolution-data-server-3.59.1/src/libedataserver/e-debug-log.c:591:15: call_function: calling ‘dump_milestones’ from ‘e_debug_log_dump’
#  448|   			error,
#  449|   			G_FILE_ERROR,
#  450|-> 			g_file_error_from_errno (saved_errno),
#  451|   			"error when writing to log file %s", filename);
#  452|   

Error: GCC_ANALYZER_WARNING (CWE-476): [#def695]
evolution-data-server-3.59.1/src/libedataserver/e-free-form-exp.c:196:36: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘colon’
evolution-data-server-3.59.1/src/libedataserver/e-free-form-exp.c:155:1: enter_function: entry to ‘ffe_process_word’
evolution-data-server-3.59.1/src/libedataserver/e-free-form-exp.c:165:9: branch_true: following ‘true’ branch (when ‘symbols’ is non-NULL)...
evolution-data-server-3.59.1/src/libedataserver/e-free-form-exp.c:166:9: branch_true: ...to here
evolution-data-server-3.59.1/src/libedataserver/e-free-form-exp.c:166:9: branch_true: following ‘true’ branch (when ‘in_word’ is non-NULL)...
evolution-data-server-3.59.1/src/libedataserver/e-free-form-exp.c:167:9: branch_true: ...to here
evolution-data-server-3.59.1/src/libedataserver/e-free-form-exp.c:167:9: branch_true: following ‘true’ branch (when ‘psexp’ is non-NULL)...
evolution-data-server-3.59.1/src/libedataserver/e-free-form-exp.c:169:13: branch_true: ...to here
evolution-data-server-3.59.1/src/libedataserver/e-free-form-exp.c:169:12: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/src/libedataserver/e-free-form-exp.c:178:24: branch_false: ...to here
evolution-data-server-3.59.1/src/libedataserver/e-free-form-exp.c:181:20: branch_true: following ‘true’ branch (when ‘in_word < colon’)...
evolution-data-server-3.59.1/src/libedataserver/e-free-form-exp.c:182:29: branch_true: ...to here
evolution-data-server-3.59.1/src/libedataserver/e-free-form-exp.c:182:28: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/src/libedataserver/e-free-form-exp.c:187:60: branch_false: ...to here
evolution-data-server-3.59.1/src/libedataserver/e-free-form-exp.c:191:20: branch_true: following ‘true’ branch (when ‘word’ is non-NULL)...
evolution-data-server-3.59.1/src/libedataserver/e-free-form-exp.c:192:34: branch_true: ...to here
evolution-data-server-3.59.1/src/libedataserver/e-free-form-exp.c:192:34: call_function: calling ‘ffe_find_symbol_for’ from ‘ffe_process_word’
evolution-data-server-3.59.1/src/libedataserver/e-free-form-exp.c:192:34: return_function: returning to ‘ffe_process_word’ from ‘ffe_find_symbol_for’
evolution-data-server-3.59.1/src/libedataserver/e-free-form-exp.c:193:28: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/src/libedataserver/e-free-form-exp.c:196:36: branch_false: ...to here
evolution-data-server-3.59.1/src/libedataserver/e-free-form-exp.c:196:36: danger: dereference of NULL ‘colon’
#  194|   				g_free (options);
#  195|   				options = NULL;
#  196|-> 			} else if (colon[1]) {
#  197|   				in_word = colon + 1;
#  198|   			} else if (next_word) {

Error: GCC_ANALYZER_WARNING (CWE-686): [#def696]
evolution-data-server-3.59.1/src/libedataserver/e-gdata-session.c:387:22: warning[-Wanalyzer-va-arg-type-mismatch]: ‘va_arg’ expected ‘gint’ {{aka ‘int’}} but received ‘long unsigned int’ for variadic argument 2 of ‘ap’
evolution-data-server-3.59.1/src/libedataserver/e-gdata-session.c:1685:1: enter_function: entry to ‘e_gdata_session_tasks_move_sync’
evolution-data-server-3.59.1/src/libedataserver/e-gdata-session.c:1697:9: branch_false: following ‘false’ branch (when ‘self’ is non-NULL)...
evolution-data-server-3.59.1/src/libedataserver/e-gdata-session.c:1697:9: branch_false: ...to here
evolution-data-server-3.59.1/src/libedataserver/e-gdata-session.c:1698:9: branch_true: following ‘true’ branch (when ‘tasklist_id’ is non-NULL)...
evolution-data-server-3.59.1/src/libedataserver/e-gdata-session.c:1699:9: branch_true: ...to here
evolution-data-server-3.59.1/src/libedataserver/e-gdata-session.c:1699:9: branch_true: following ‘true’ branch (when ‘task_id’ is non-NULL)...
evolution-data-server-3.59.1/src/libedataserver/e-gdata-session.c:1701:16: branch_true: ...to here
evolution-data-server-3.59.1/src/libedataserver/e-gdata-session.c:1702:19: branch_true: following ‘true’ branch...
evolution-data-server-3.59.1/src/libedataserver/e-gdata-session.c:1702:54: branch_true: ...to here
evolution-data-server-3.59.1/src/libedataserver/e-gdata-session.c:1702:19: call_function: calling ‘e_gdata_session_new_message’ from ‘e_gdata_session_tasks_move_sync’ with 7 variadic arguments
#  385|   	separator = base_url_has_params ? '&' : '?';
#  386|   	while (name) {
#  387|-> 		gint type = va_arg (ap, gint);
#  388|   
#  389|   		if (!uri) {

Error: GCC_ANALYZER_WARNING (CWE-404): [#def697]
evolution-data-server-3.59.1/src/libedataserver/e-gdata-session.c:390:31: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
evolution-data-server-3.59.1/src/libedataserver/e-gdata-session.c:381:9: branch_true: following ‘true’ branch (when ‘base_url’ is non-NULL)...
evolution-data-server-3.59.1/src/libedataserver/e-gdata-session.c:383:9: branch_true: ...to here
evolution-data-server-3.59.1/src/libedataserver/e-gdata-session.c:383:9: acquire_resource: ‘va_start’ called here
evolution-data-server-3.59.1/src/libedataserver/e-gdata-session.c:386:16: branch_true: following ‘true’ branch (when ‘name’ is non-NULL)...
evolution-data-server-3.59.1/src/libedataserver/e-gdata-session.c:387:22: branch_true: ...to here
evolution-data-server-3.59.1/src/libedataserver/e-gdata-session.c:389:20: branch_true: following ‘true’ branch (when ‘uri’ is NULL)...
evolution-data-server-3.59.1/src/libedataserver/e-gdata-session.c:390:31: branch_true: ...to here
evolution-data-server-3.59.1/src/libedataserver/e-gdata-session.c:390:31: throw: if ‘g_string_new’ throws an exception...
evolution-data-server-3.59.1/src/libedataserver/e-gdata-session.c:390:31: danger: missing call to ‘va_end’ to match ‘va_start’ at [(3)](sarif:/runs/0/results/5/codeFlows/0/threadFlows/0/locations/2)
#  388|   
#  389|   		if (!uri) {
#  390|-> 			uri = g_string_new (base_url);
#  391|   
#  392|   			if (append_path) {

Error: GCC_ANALYZER_WARNING (CWE-404): [#def698]
evolution-data-server-3.59.1/src/libedataserver/e-gdata-session.c:402:33: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
evolution-data-server-3.59.1/src/libedataserver/e-gdata-session.c:381:9: branch_true: following ‘true’ branch (when ‘base_url’ is non-NULL)...
evolution-data-server-3.59.1/src/libedataserver/e-gdata-session.c:383:9: branch_true: ...to here
evolution-data-server-3.59.1/src/libedataserver/e-gdata-session.c:383:9: acquire_resource: ‘va_start’ called here
evolution-data-server-3.59.1/src/libedataserver/e-gdata-session.c:386:16: branch_true: following ‘true’ branch (when ‘name’ is non-NULL)...
evolution-data-server-3.59.1/src/libedataserver/e-gdata-session.c:387:22: branch_true: ...to here
evolution-data-server-3.59.1/src/libedataserver/e-gdata-session.c:389:20: branch_true: following ‘true’ branch (when ‘uri’ is NULL)...
evolution-data-server-3.59.1/src/libedataserver/e-gdata-session.c:390:31: branch_true: ...to here
evolution-data-server-3.59.1/src/libedataserver/e-gdata-session.c:402:33: throw: if ‘g_string_append_printf’ throws an exception...
evolution-data-server-3.59.1/src/libedataserver/e-gdata-session.c:402:33: danger: missing call to ‘va_end’ to match ‘va_start’ at [(3)](sarif:/runs/0/results/6/codeFlows/0/threadFlows/0/locations/2)
#  400|   			case G_TYPE_BOOLEAN: {
#  401|   				gint val = va_arg (ap, gint);
#  402|-> 				g_string_append_printf (uri, "%c%s=%d", separator, name, val);
#  403|   				break;
#  404|   			}

Error: GCC_ANALYZER_WARNING (CWE-404): [#def699]
evolution-data-server-3.59.1/src/libedataserver/e-gdata-session.c:408:33: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
evolution-data-server-3.59.1/src/libedataserver/e-gdata-session.c:381:9: branch_true: following ‘true’ branch (when ‘base_url’ is non-NULL)...
evolution-data-server-3.59.1/src/libedataserver/e-gdata-session.c:383:9: branch_true: ...to here
evolution-data-server-3.59.1/src/libedataserver/e-gdata-session.c:383:9: acquire_resource: ‘va_start’ called here
evolution-data-server-3.59.1/src/libedataserver/e-gdata-session.c:386:16: branch_true: following ‘true’ branch (when ‘name’ is non-NULL)...
evolution-data-server-3.59.1/src/libedataserver/e-gdata-session.c:387:22: branch_true: ...to here
evolution-data-server-3.59.1/src/libedataserver/e-gdata-session.c:389:20: branch_true: following ‘true’ branch (when ‘uri’ is NULL)...
evolution-data-server-3.59.1/src/libedataserver/e-gdata-session.c:390:31: branch_true: ...to here
evolution-data-server-3.59.1/src/libedataserver/e-gdata-session.c:408:33: throw: if ‘g_string_append_printf’ throws an exception...
evolution-data-server-3.59.1/src/libedataserver/e-gdata-session.c:408:33: danger: missing call to ‘va_end’ to match ‘va_start’ at [(3)](sarif:/runs/0/results/7/codeFlows/0/threadFlows/0/locations/2)
#  406|   			case G_TYPE_DOUBLE: {
#  407|   				gdouble val = va_arg (ap, double);
#  408|-> 				g_string_append_printf (uri, "%c%s=%f", separator, name, val);
#  409|   				break;
#  410|   			}

Error: GCC_ANALYZER_WARNING (CWE-404): [#def700]
evolution-data-server-3.59.1/src/libedataserver/e-gdata-session.c:413:50: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
evolution-data-server-3.59.1/src/libedataserver/e-gdata-session.c:381:9: branch_true: following ‘true’ branch (when ‘base_url’ is non-NULL)...
evolution-data-server-3.59.1/src/libedataserver/e-gdata-session.c:383:9: branch_true: ...to here
evolution-data-server-3.59.1/src/libedataserver/e-gdata-session.c:383:9: acquire_resource: ‘va_start’ called here
evolution-data-server-3.59.1/src/libedataserver/e-gdata-session.c:386:16: branch_true: following ‘true’ branch (when ‘name’ is non-NULL)...
evolution-data-server-3.59.1/src/libedataserver/e-gdata-session.c:387:22: branch_true: ...to here
evolution-data-server-3.59.1/src/libedataserver/e-gdata-session.c:389:20: branch_true: following ‘true’ branch (when ‘uri’ is NULL)...
evolution-data-server-3.59.1/src/libedataserver/e-gdata-session.c:390:31: branch_true: ...to here
evolution-data-server-3.59.1/src/libedataserver/e-gdata-session.c:413:50: throw: if ‘g_uri_escape_string’ throws an exception...
evolution-data-server-3.59.1/src/libedataserver/e-gdata-session.c:413:50: danger: missing call to ‘va_end’ to match ‘va_start’ at [(3)](sarif:/runs/0/results/8/codeFlows/0/threadFlows/0/locations/2)
#  411|   			case G_TYPE_STRING: {
#  412|   				gchar *val = va_arg (ap, gchar *);
#  413|-> 				gchar *escaped = g_uri_escape_string (val, NULL, FALSE);
#  414|   				g_string_append_printf (uri, "%c%s=%s", separator, name, escaped);
#  415|   				g_free (escaped);

Error: GCC_ANALYZER_WARNING (CWE-404): [#def701]
evolution-data-server-3.59.1/src/libedataserver/e-gdata-session.c:414:33: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
evolution-data-server-3.59.1/src/libedataserver/e-gdata-session.c:381:9: branch_true: following ‘true’ branch (when ‘base_url’ is non-NULL)...
evolution-data-server-3.59.1/src/libedataserver/e-gdata-session.c:383:9: branch_true: ...to here
evolution-data-server-3.59.1/src/libedataserver/e-gdata-session.c:383:9: acquire_resource: ‘va_start’ called here
evolution-data-server-3.59.1/src/libedataserver/e-gdata-session.c:386:16: branch_true: following ‘true’ branch (when ‘name’ is non-NULL)...
evolution-data-server-3.59.1/src/libedataserver/e-gdata-session.c:387:22: branch_true: ...to here
evolution-data-server-3.59.1/src/libedataserver/e-gdata-session.c:389:20: branch_true: following ‘true’ branch (when ‘uri’ is NULL)...
evolution-data-server-3.59.1/src/libedataserver/e-gdata-session.c:390:31: branch_true: ...to here
evolution-data-server-3.59.1/src/libedataserver/e-gdata-session.c:414:33: throw: if ‘g_string_append_printf’ throws an exception...
evolution-data-server-3.59.1/src/libedataserver/e-gdata-session.c:414:33: danger: missing call to ‘va_end’ to match ‘va_start’ at [(3)](sarif:/runs/0/results/9/codeFlows/0/threadFlows/0/locations/2)
#  412|   				gchar *val = va_arg (ap, gchar *);
#  413|   				gchar *escaped = g_uri_escape_string (val, NULL, FALSE);
#  414|-> 				g_string_append_printf (uri, "%c%s=%s", separator, name, escaped);
#  415|   				g_free (escaped);
#  416|   				break;

Error: GCC_ANALYZER_WARNING (CWE-404): [#def702]
evolution-data-server-3.59.1/src/libedataserver/e-gdata-session.c:415:33: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
evolution-data-server-3.59.1/src/libedataserver/e-gdata-session.c:381:9: branch_true: following ‘true’ branch (when ‘base_url’ is non-NULL)...
evolution-data-server-3.59.1/src/libedataserver/e-gdata-session.c:383:9: branch_true: ...to here
evolution-data-server-3.59.1/src/libedataserver/e-gdata-session.c:383:9: acquire_resource: ‘va_start’ called here
evolution-data-server-3.59.1/src/libedataserver/e-gdata-session.c:386:16: branch_true: following ‘true’ branch (when ‘name’ is non-NULL)...
evolution-data-server-3.59.1/src/libedataserver/e-gdata-session.c:387:22: branch_true: ...to here
evolution-data-server-3.59.1/src/libedataserver/e-gdata-session.c:389:20: branch_true: following ‘true’ branch (when ‘uri’ is NULL)...
evolution-data-server-3.59.1/src/libedataserver/e-gdata-session.c:390:31: branch_true: ...to here
evolution-data-server-3.59.1/src/libedataserver/e-gdata-session.c:415:33: throw: if ‘g_free’ throws an exception...
evolution-data-server-3.59.1/src/libedataserver/e-gdata-session.c:415:33: danger: missing call to ‘va_end’ to match ‘va_start’ at [(3)](sarif:/runs/0/results/10/codeFlows/0/threadFlows/0/locations/2)
#  413|   				gchar *escaped = g_uri_escape_string (val, NULL, FALSE);
#  414|   				g_string_append_printf (uri, "%c%s=%s", separator, name, escaped);
#  415|-> 				g_free (escaped);
#  416|   				break;
#  417|   			}

Error: GCC_ANALYZER_WARNING (CWE-404): [#def703]
evolution-data-server-3.59.1/src/libedataserver/e-gdata-session.c:420:33: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
evolution-data-server-3.59.1/src/libedataserver/e-gdata-session.c:381:9: branch_true: following ‘true’ branch (when ‘base_url’ is non-NULL)...
evolution-data-server-3.59.1/src/libedataserver/e-gdata-session.c:383:9: branch_true: ...to here
evolution-data-server-3.59.1/src/libedataserver/e-gdata-session.c:383:9: acquire_resource: ‘va_start’ called here
evolution-data-server-3.59.1/src/libedataserver/e-gdata-session.c:386:16: branch_true: following ‘true’ branch (when ‘name’ is non-NULL)...
evolution-data-server-3.59.1/src/libedataserver/e-gdata-session.c:387:22: branch_true: ...to here
evolution-data-server-3.59.1/src/libedataserver/e-gdata-session.c:389:20: branch_true: following ‘true’ branch (when ‘uri’ is NULL)...
evolution-data-server-3.59.1/src/libedataserver/e-gdata-session.c:390:31: branch_true: ...to here
evolution-data-server-3.59.1/src/libedataserver/e-gdata-session.c:420:33: throw: if ‘g_string_append_printf’ throws an exception...
evolution-data-server-3.59.1/src/libedataserver/e-gdata-session.c:420:33: danger: missing call to ‘va_end’ to match ‘va_start’ at [(3)](sarif:/runs/0/results/11/codeFlows/0/threadFlows/0/locations/2)
#  418|   			case G_TYPE_POINTER: {
#  419|   				gpointer val = va_arg (ap, gpointer);
#  420|-> 				g_string_append_printf (uri, "%c%s=%p", separator, name, val);
#  421|   				break;
#  422|   			}

Error: GCC_ANALYZER_WARNING (CWE-404): [#def704]
evolution-data-server-3.59.1/src/libedataserver/e-gdata-session.c:424:33: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
evolution-data-server-3.59.1/src/libedataserver/e-gdata-session.c:381:9: branch_true: following ‘true’ branch (when ‘base_url’ is non-NULL)...
evolution-data-server-3.59.1/src/libedataserver/e-gdata-session.c:383:9: branch_true: ...to here
evolution-data-server-3.59.1/src/libedataserver/e-gdata-session.c:383:9: acquire_resource: ‘va_start’ called here
evolution-data-server-3.59.1/src/libedataserver/e-gdata-session.c:386:16: branch_true: following ‘true’ branch (when ‘name’ is non-NULL)...
evolution-data-server-3.59.1/src/libedataserver/e-gdata-session.c:387:22: branch_true: ...to here
evolution-data-server-3.59.1/src/libedataserver/e-gdata-session.c:389:20: branch_true: following ‘true’ branch (when ‘uri’ is NULL)...
evolution-data-server-3.59.1/src/libedataserver/e-gdata-session.c:390:31: branch_true: ...to here
evolution-data-server-3.59.1/src/libedataserver/e-gdata-session.c:424:33: throw: if ‘g_type_name’ throws an exception...
evolution-data-server-3.59.1/src/libedataserver/e-gdata-session.c:424:33: danger: missing call to ‘va_end’ to match ‘va_start’ at [(3)](sarif:/runs/0/results/12/codeFlows/0/threadFlows/0/locations/2)
#  422|   			}
#  423|   			default:
#  424|-> 				g_warning ("%s: Unexpected param type %s", G_STRFUNC, g_type_name (type));
#  425|   				g_string_free (uri, TRUE);
#  426|   				va_end (ap);

Error: GCC_ANALYZER_WARNING (CWE-404): [#def705]
evolution-data-server-3.59.1/src/libedataserver/e-gdata-session.c:425:33: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
evolution-data-server-3.59.1/src/libedataserver/e-gdata-session.c:381:9: branch_true: following ‘true’ branch (when ‘base_url’ is non-NULL)...
evolution-data-server-3.59.1/src/libedataserver/e-gdata-session.c:383:9: branch_true: ...to here
evolution-data-server-3.59.1/src/libedataserver/e-gdata-session.c:383:9: acquire_resource: ‘va_start’ called here
evolution-data-server-3.59.1/src/libedataserver/e-gdata-session.c:386:16: branch_true: following ‘true’ branch (when ‘name’ is non-NULL)...
evolution-data-server-3.59.1/src/libedataserver/e-gdata-session.c:387:22: branch_true: ...to here
evolution-data-server-3.59.1/src/libedataserver/e-gdata-session.c:389:20: branch_true: following ‘true’ branch (when ‘uri’ is NULL)...
evolution-data-server-3.59.1/src/libedataserver/e-gdata-session.c:390:31: branch_true: ...to here
evolution-data-server-3.59.1/src/libedataserver/e-gdata-session.c:425:33: throw: if ‘g_string_free’ throws an exception...
evolution-data-server-3.59.1/src/libedataserver/e-gdata-session.c:425:33: danger: missing call to ‘va_end’ to match ‘va_start’ at [(3)](sarif:/runs/0/results/14/codeFlows/0/threadFlows/0/locations/2)
#  423|   			default:
#  424|   				g_warning ("%s: Unexpected param type %s", G_STRFUNC, g_type_name (type));
#  425|-> 				g_string_free (uri, TRUE);
#  426|   				va_end (ap);
#  427|   				return NULL;

Error: GCC_ANALYZER_WARNING (CWE-404): [#def706]
evolution-data-server-3.59.1/src/libedataserver/e-oauth2-service.c:1179:9: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
evolution-data-server-3.59.1/src/libedataserver/e-oauth2-service.c:1167:9: branch_true: following ‘true’ branch (when ‘out_secret’ is non-NULL)...
evolution-data-server-3.59.1/src/libedataserver/e-oauth2-service.c:1168:9: branch_true: ...to here
evolution-data-server-3.59.1/src/libedataserver/e-oauth2-service.c:1168:9: branch_true: following ‘true’ branch (when ‘key1_name’ is non-NULL)...
evolution-data-server-3.59.1/src/libedataserver/e-oauth2-service.c:1169:9: branch_true: ...to here
evolution-data-server-3.59.1/src/libedataserver/e-oauth2-service.c:1169:9: branch_true: following ‘true’ branch (when ‘value1’ is non-NULL)...
evolution-data-server-3.59.1/src/libedataserver/e-oauth2-service.c:1171:9: branch_true: ...to here
evolution-data-server-3.59.1/src/libedataserver/e-oauth2-service.c:1175:9: acquire_resource: ‘va_start’ called here
evolution-data-server-3.59.1/src/libedataserver/e-oauth2-service.c:1179:9: throw: if ‘json_builder_begin_object’ throws an exception...
evolution-data-server-3.59.1/src/libedataserver/e-oauth2-service.c:1179:9: danger: missing call to ‘va_end’ to match ‘va_start’ at [(7)](sarif:/runs/0/results/2/codeFlows/0/threadFlows/0/locations/6)
# 1177|   	value = value1;
# 1178|   
# 1179|-> 	json_builder_begin_object (builder);
# 1180|   
# 1181|   	while (key && value) {

Error: GCC_ANALYZER_WARNING (CWE-404): [#def707]
evolution-data-server-3.59.1/src/libedataserver/e-oauth2-service.c:1182:17: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
evolution-data-server-3.59.1/src/libedataserver/e-oauth2-service.c:1167:9: branch_true: following ‘true’ branch (when ‘out_secret’ is non-NULL)...
evolution-data-server-3.59.1/src/libedataserver/e-oauth2-service.c:1168:9: branch_true: ...to here
evolution-data-server-3.59.1/src/libedataserver/e-oauth2-service.c:1168:9: branch_true: following ‘true’ branch (when ‘key1_name’ is non-NULL)...
evolution-data-server-3.59.1/src/libedataserver/e-oauth2-service.c:1169:9: branch_true: ...to here
evolution-data-server-3.59.1/src/libedataserver/e-oauth2-service.c:1169:9: branch_true: following ‘true’ branch (when ‘value1’ is non-NULL)...
evolution-data-server-3.59.1/src/libedataserver/e-oauth2-service.c:1171:9: branch_true: ...to here
evolution-data-server-3.59.1/src/libedataserver/e-oauth2-service.c:1175:9: acquire_resource: ‘va_start’ called here
evolution-data-server-3.59.1/src/libedataserver/e-oauth2-service.c:1181:16: branch_true: following ‘true’ branch...
evolution-data-server-3.59.1/src/libedataserver/e-oauth2-service.c:1182:17: branch_true: ...to here
evolution-data-server-3.59.1/src/libedataserver/e-oauth2-service.c:1182:17: throw: if ‘json_builder_set_member_name’ throws an exception...
evolution-data-server-3.59.1/src/libedataserver/e-oauth2-service.c:1182:17: danger: missing call to ‘va_end’ to match ‘va_start’ at [(7)](sarif:/runs/0/results/3/codeFlows/0/threadFlows/0/locations/6)
# 1180|   
# 1181|   	while (key && value) {
# 1182|-> 		json_builder_set_member_name (builder, key);
# 1183|   		json_builder_add_string_value (builder, value);
# 1184|   

Error: GCC_ANALYZER_WARNING (CWE-404): [#def708]
evolution-data-server-3.59.1/src/libedataserver/e-oauth2-service.c:1183:17: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
evolution-data-server-3.59.1/src/libedataserver/e-oauth2-service.c:1167:9: branch_true: following ‘true’ branch (when ‘out_secret’ is non-NULL)...
evolution-data-server-3.59.1/src/libedataserver/e-oauth2-service.c:1168:9: branch_true: ...to here
evolution-data-server-3.59.1/src/libedataserver/e-oauth2-service.c:1168:9: branch_true: following ‘true’ branch (when ‘key1_name’ is non-NULL)...
evolution-data-server-3.59.1/src/libedataserver/e-oauth2-service.c:1169:9: branch_true: ...to here
evolution-data-server-3.59.1/src/libedataserver/e-oauth2-service.c:1169:9: branch_true: following ‘true’ branch (when ‘value1’ is non-NULL)...
evolution-data-server-3.59.1/src/libedataserver/e-oauth2-service.c:1171:9: branch_true: ...to here
evolution-data-server-3.59.1/src/libedataserver/e-oauth2-service.c:1175:9: acquire_resource: ‘va_start’ called here
evolution-data-server-3.59.1/src/libedataserver/e-oauth2-service.c:1181:16: branch_true: following ‘true’ branch...
evolution-data-server-3.59.1/src/libedataserver/e-oauth2-service.c:1182:17: branch_true: ...to here
evolution-data-server-3.59.1/src/libedataserver/e-oauth2-service.c:1183:17: throw: if ‘json_builder_add_string_value’ throws an exception...
evolution-data-server-3.59.1/src/libedataserver/e-oauth2-service.c:1183:17: danger: missing call to ‘va_end’ to match ‘va_start’ at [(7)](sarif:/runs/0/results/4/codeFlows/0/threadFlows/0/locations/6)
# 1181|   	while (key && value) {
# 1182|   		json_builder_set_member_name (builder, key);
# 1183|-> 		json_builder_add_string_value (builder, value);
# 1184|   
# 1185|   		key = va_arg (va, const gchar *);

Error: GCC_ANALYZER_WARNING (CWE-404): [#def709]
evolution-data-server-3.59.1/src/libedataserver/e-oauth2-service.c:1190:17: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
evolution-data-server-3.59.1/src/libedataserver/e-oauth2-service.c:1167:9: branch_true: following ‘true’ branch (when ‘out_secret’ is non-NULL)...
evolution-data-server-3.59.1/src/libedataserver/e-oauth2-service.c:1168:9: branch_true: ...to here
evolution-data-server-3.59.1/src/libedataserver/e-oauth2-service.c:1168:9: branch_true: following ‘true’ branch (when ‘key1_name’ is non-NULL)...
evolution-data-server-3.59.1/src/libedataserver/e-oauth2-service.c:1169:9: branch_true: ...to here
evolution-data-server-3.59.1/src/libedataserver/e-oauth2-service.c:1169:9: branch_true: following ‘true’ branch (when ‘value1’ is non-NULL)...
evolution-data-server-3.59.1/src/libedataserver/e-oauth2-service.c:1171:9: branch_true: ...to here
evolution-data-server-3.59.1/src/libedataserver/e-oauth2-service.c:1175:9: acquire_resource: ‘va_start’ called here
evolution-data-server-3.59.1/src/libedataserver/e-oauth2-service.c:1181:16: branch_true: following ‘true’ branch...
evolution-data-server-3.59.1/src/libedataserver/e-oauth2-service.c:1182:17: branch_true: ...to here
evolution-data-server-3.59.1/src/libedataserver/e-oauth2-service.c:1186:20: branch_false: following ‘false’ branch (when ‘key’ is non-NULL)...
evolution-data-server-3.59.1/src/libedataserver/e-oauth2-service.c:1189:17: branch_false: ...to here
evolution-data-server-3.59.1/src/libedataserver/e-oauth2-service.c:1190:17: throw: if ‘g_warn_message’ throws an exception...
evolution-data-server-3.59.1/src/libedataserver/e-oauth2-service.c:1190:17: danger: missing call to ‘va_end’ to match ‘va_start’ at [(7)](sarif:/runs/0/results/5/codeFlows/0/threadFlows/0/locations/6)
# 1188|   
# 1189|   		value = va_arg (va, const gchar *);
# 1190|-> 		g_warn_if_fail (value != NULL);
# 1191|   	}
# 1192|   

Error: GCC_ANALYZER_WARNING (CWE-404): [#def710]
evolution-data-server-3.59.1/src/libedataserver/e-oauth2-service.c:1261:21: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
evolution-data-server-3.59.1/src/libedataserver/e-oauth2-service.c:1236:9: branch_true: following ‘true’ branch (when ‘key1_name’ is non-NULL)...
evolution-data-server-3.59.1/src/libedataserver/e-oauth2-service.c:1237:9: branch_true: ...to here
evolution-data-server-3.59.1/src/libedataserver/e-oauth2-service.c:1237:9: branch_true: following ‘true’ branch (when ‘out_value1’ is non-NULL)...
evolution-data-server-3.59.1/src/libedataserver/e-oauth2-service.c:1239:12: branch_true: ...to here
evolution-data-server-3.59.1/src/libedataserver/e-oauth2-service.c:1239:12: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/src/libedataserver/e-oauth2-service.c:1243:12: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/src/libedataserver/e-oauth2-service.c:1252:18: branch_false: ...to here
evolution-data-server-3.59.1/src/libedataserver/e-oauth2-service.c:1256:9: acquire_resource: ‘va_start’ called here
evolution-data-server-3.59.1/src/libedataserver/e-oauth2-service.c:1258:16: branch_true: following ‘true’ branch...
evolution-data-server-3.59.1/src/libedataserver/e-oauth2-service.c:1259:17: branch_true: ...to here
evolution-data-server-3.59.1/src/libedataserver/e-oauth2-service.c:1261:21: throw: if ‘json_reader_read_member’ throws an exception...
evolution-data-server-3.59.1/src/libedataserver/e-oauth2-service.c:1261:21: danger: missing call to ‘va_end’ to match ‘va_start’ at [(9)](sarif:/runs/0/results/6/codeFlows/0/threadFlows/0/locations/8)
# 1259|   		*out_value = NULL;
# 1260|   
# 1261|-> 		if (json_reader_read_member (reader, key)) {
# 1262|   			*out_value = g_strdup (json_reader_get_string_value (reader));
# 1263|   			if (!*out_value) {

Error: GCC_ANALYZER_WARNING (CWE-404): [#def711]
evolution-data-server-3.59.1/src/libedataserver/e-oauth2-service.c:1262:38: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
evolution-data-server-3.59.1/src/libedataserver/e-oauth2-service.c:1236:9: branch_true: following ‘true’ branch (when ‘key1_name’ is non-NULL)...
evolution-data-server-3.59.1/src/libedataserver/e-oauth2-service.c:1237:9: branch_true: ...to here
evolution-data-server-3.59.1/src/libedataserver/e-oauth2-service.c:1237:9: branch_true: following ‘true’ branch (when ‘out_value1’ is non-NULL)...
evolution-data-server-3.59.1/src/libedataserver/e-oauth2-service.c:1239:12: branch_true: ...to here
evolution-data-server-3.59.1/src/libedataserver/e-oauth2-service.c:1239:12: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/src/libedataserver/e-oauth2-service.c:1243:12: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/src/libedataserver/e-oauth2-service.c:1252:18: branch_false: ...to here
evolution-data-server-3.59.1/src/libedataserver/e-oauth2-service.c:1256:9: acquire_resource: ‘va_start’ called here
evolution-data-server-3.59.1/src/libedataserver/e-oauth2-service.c:1258:16: branch_true: following ‘true’ branch...
evolution-data-server-3.59.1/src/libedataserver/e-oauth2-service.c:1259:17: branch_true: ...to here
evolution-data-server-3.59.1/src/libedataserver/e-oauth2-service.c:1261:20: branch_true: following ‘true’ branch...
evolution-data-server-3.59.1/src/libedataserver/e-oauth2-service.c:1262:38: branch_true: ...to here
evolution-data-server-3.59.1/src/libedataserver/e-oauth2-service.c:1262:38: throw: if ‘json_reader_get_string_value’ throws an exception...
evolution-data-server-3.59.1/src/libedataserver/e-oauth2-service.c:1262:38: danger: missing call to ‘va_end’ to match ‘va_start’ at [(9)](sarif:/runs/0/results/7/codeFlows/0/threadFlows/0/locations/8)
# 1260|   
# 1261|   		if (json_reader_read_member (reader, key)) {
# 1262|-> 			*out_value = g_strdup (json_reader_get_string_value (reader));
# 1263|   			if (!*out_value) {
# 1264|   				const GError *reader_error = json_reader_get_error (reader);

Error: GCC_ANALYZER_WARNING (CWE-404): [#def712]
evolution-data-server-3.59.1/src/libedataserver/e-oauth2-service.c:1264:62: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
evolution-data-server-3.59.1/src/libedataserver/e-oauth2-service.c:1223:1: enter_function: entry to ‘eos_decode_from_secret’
evolution-data-server-3.59.1/src/libedataserver/e-oauth2-service.c:1236:9: branch_true: following ‘true’ branch (when ‘key1_name’ is non-NULL)...
evolution-data-server-3.59.1/src/libedataserver/e-oauth2-service.c:1237:9: branch_true: ...to here
evolution-data-server-3.59.1/src/libedataserver/e-oauth2-service.c:1237:9: branch_true: following ‘true’ branch (when ‘out_value1’ is non-NULL)...
evolution-data-server-3.59.1/src/libedataserver/e-oauth2-service.c:1239:12: branch_true: ...to here
evolution-data-server-3.59.1/src/libedataserver/e-oauth2-service.c:1239:12: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/src/libedataserver/e-oauth2-service.c:1243:12: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/src/libedataserver/e-oauth2-service.c:1252:18: branch_false: ...to here
evolution-data-server-3.59.1/src/libedataserver/e-oauth2-service.c:1256:9: acquire_resource: ‘va_start’ called here
evolution-data-server-3.59.1/src/libedataserver/e-oauth2-service.c:1258:16: branch_true: following ‘true’ branch...
evolution-data-server-3.59.1/src/libedataserver/e-oauth2-service.c:1259:17: branch_true: ...to here
evolution-data-server-3.59.1/src/libedataserver/e-oauth2-service.c:1261:20: branch_true: following ‘true’ branch...
evolution-data-server-3.59.1/src/libedataserver/e-oauth2-service.c:1262:38: branch_true: ...to here
evolution-data-server-3.59.1/src/libedataserver/e-oauth2-service.c:1263:28: branch_true: following ‘true’ branch...
evolution-data-server-3.59.1/src/libedataserver/e-oauth2-service.c:1264:62: branch_true: ...to here
evolution-data-server-3.59.1/src/libedataserver/e-oauth2-service.c:1264:62: throw: if ‘json_reader_get_error’ throws an exception...
evolution-data-server-3.59.1/src/libedataserver/e-oauth2-service.c:1264:62: danger: missing call to ‘va_end’ to match ‘va_start’ at [(10)](sarif:/runs/0/results/8/codeFlows/0/threadFlows/0/locations/9)
# 1262|   			*out_value = g_strdup (json_reader_get_string_value (reader));
# 1263|   			if (!*out_value) {
# 1264|-> 				const GError *reader_error = json_reader_get_error (reader);
# 1265|   
# 1266|   				if (g_error_matches (reader_error, JSON_READER_ERROR, JSON_READER_ERROR_INVALID_TYPE)) {

Error: GCC_ANALYZER_WARNING (CWE-404): [#def713]
evolution-data-server-3.59.1/src/libedataserver/e-oauth2-service.c:1266:37: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
evolution-data-server-3.59.1/src/libedataserver/e-oauth2-service.c:1236:9: branch_true: following ‘true’ branch (when ‘key1_name’ is non-NULL)...
evolution-data-server-3.59.1/src/libedataserver/e-oauth2-service.c:1237:9: branch_true: ...to here
evolution-data-server-3.59.1/src/libedataserver/e-oauth2-service.c:1237:9: branch_true: following ‘true’ branch (when ‘out_value1’ is non-NULL)...
evolution-data-server-3.59.1/src/libedataserver/e-oauth2-service.c:1239:12: branch_true: ...to here
evolution-data-server-3.59.1/src/libedataserver/e-oauth2-service.c:1239:12: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/src/libedataserver/e-oauth2-service.c:1243:12: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/src/libedataserver/e-oauth2-service.c:1252:18: branch_false: ...to here
evolution-data-server-3.59.1/src/libedataserver/e-oauth2-service.c:1256:9: acquire_resource: ‘va_start’ called here
evolution-data-server-3.59.1/src/libedataserver/e-oauth2-service.c:1258:16: branch_true: following ‘true’ branch...
evolution-data-server-3.59.1/src/libedataserver/e-oauth2-service.c:1259:17: branch_true: ...to here
evolution-data-server-3.59.1/src/libedataserver/e-oauth2-service.c:1261:20: branch_true: following ‘true’ branch...
evolution-data-server-3.59.1/src/libedataserver/e-oauth2-service.c:1262:38: branch_true: ...to here
evolution-data-server-3.59.1/src/libedataserver/e-oauth2-service.c:1263:28: branch_true: following ‘true’ branch...
evolution-data-server-3.59.1/src/libedataserver/e-oauth2-service.c:1264:62: branch_true: ...to here
evolution-data-server-3.59.1/src/libedataserver/e-oauth2-service.c:1266:37: throw: if ‘json_reader_error_quark’ throws an exception...
evolution-data-server-3.59.1/src/libedataserver/e-oauth2-service.c:1266:37: danger: missing call to ‘va_end’ to match ‘va_start’ at [(9)](sarif:/runs/0/results/9/codeFlows/0/threadFlows/0/locations/8)
# 1264|   				const GError *reader_error = json_reader_get_error (reader);
# 1265|   
# 1266|-> 				if (g_error_matches (reader_error, JSON_READER_ERROR, JSON_READER_ERROR_INVALID_TYPE)) {
# 1267|   					gint64 iv64;
# 1268|   

Error: GCC_ANALYZER_WARNING (CWE-404): [#def714]
evolution-data-server-3.59.1/src/libedataserver/e-oauth2-service.c:1269:41: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
evolution-data-server-3.59.1/src/libedataserver/e-oauth2-service.c:1236:9: branch_true: following ‘true’ branch (when ‘key1_name’ is non-NULL)...
evolution-data-server-3.59.1/src/libedataserver/e-oauth2-service.c:1237:9: branch_true: ...to here
evolution-data-server-3.59.1/src/libedataserver/e-oauth2-service.c:1237:9: branch_true: following ‘true’ branch (when ‘out_value1’ is non-NULL)...
evolution-data-server-3.59.1/src/libedataserver/e-oauth2-service.c:1239:12: branch_true: ...to here
evolution-data-server-3.59.1/src/libedataserver/e-oauth2-service.c:1239:12: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/src/libedataserver/e-oauth2-service.c:1243:12: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/src/libedataserver/e-oauth2-service.c:1252:18: branch_false: ...to here
evolution-data-server-3.59.1/src/libedataserver/e-oauth2-service.c:1256:9: acquire_resource: ‘va_start’ called here
evolution-data-server-3.59.1/src/libedataserver/e-oauth2-service.c:1258:16: branch_true: following ‘true’ branch...
evolution-data-server-3.59.1/src/libedataserver/e-oauth2-service.c:1259:17: branch_true: ...to here
evolution-data-server-3.59.1/src/libedataserver/e-oauth2-service.c:1261:20: branch_true: following ‘true’ branch...
evolution-data-server-3.59.1/src/libedataserver/e-oauth2-service.c:1262:38: branch_true: ...to here
evolution-data-server-3.59.1/src/libedataserver/e-oauth2-service.c:1263:28: branch_true: following ‘true’ branch...
evolution-data-server-3.59.1/src/libedataserver/e-oauth2-service.c:1264:62: branch_true: ...to here
evolution-data-server-3.59.1/src/libedataserver/e-oauth2-service.c:1266:36: branch_true: following ‘true’ branch...
evolution-data-server-3.59.1/src/libedataserver/e-oauth2-service.c:1269:41: branch_true: ...to here
evolution-data-server-3.59.1/src/libedataserver/e-oauth2-service.c:1269:41: throw: if ‘json_reader_end_member’ throws an exception...
evolution-data-server-3.59.1/src/libedataserver/e-oauth2-service.c:1269:41: danger: missing call to ‘va_end’ to match ‘va_start’ at [(9)](sarif:/runs/0/results/11/codeFlows/0/threadFlows/0/locations/8)
# 1267|   					gint64 iv64;
# 1268|   
# 1269|-> 					json_reader_end_member (reader);
# 1270|   
# 1271|   					iv64 = json_reader_get_int_value (reader);

Error: GCC_ANALYZER_WARNING (CWE-404): [#def715]
evolution-data-server-3.59.1/src/libedataserver/e-oauth2-service.c:1271:48: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
evolution-data-server-3.59.1/src/libedataserver/e-oauth2-service.c:1236:9: branch_true: following ‘true’ branch (when ‘key1_name’ is non-NULL)...
evolution-data-server-3.59.1/src/libedataserver/e-oauth2-service.c:1237:9: branch_true: ...to here
evolution-data-server-3.59.1/src/libedataserver/e-oauth2-service.c:1237:9: branch_true: following ‘true’ branch (when ‘out_value1’ is non-NULL)...
evolution-data-server-3.59.1/src/libedataserver/e-oauth2-service.c:1239:12: branch_true: ...to here
evolution-data-server-3.59.1/src/libedataserver/e-oauth2-service.c:1239:12: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/src/libedataserver/e-oauth2-service.c:1243:12: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/src/libedataserver/e-oauth2-service.c:1252:18: branch_false: ...to here
evolution-data-server-3.59.1/src/libedataserver/e-oauth2-service.c:1256:9: acquire_resource: ‘va_start’ called here
evolution-data-server-3.59.1/src/libedataserver/e-oauth2-service.c:1258:16: branch_true: following ‘true’ branch...
evolution-data-server-3.59.1/src/libedataserver/e-oauth2-service.c:1259:17: branch_true: ...to here
evolution-data-server-3.59.1/src/libedataserver/e-oauth2-service.c:1261:20: branch_true: following ‘true’ branch...
evolution-data-server-3.59.1/src/libedataserver/e-oauth2-service.c:1262:38: branch_true: ...to here
evolution-data-server-3.59.1/src/libedataserver/e-oauth2-service.c:1263:28: branch_true: following ‘true’ branch...
evolution-data-server-3.59.1/src/libedataserver/e-oauth2-service.c:1264:62: branch_true: ...to here
evolution-data-server-3.59.1/src/libedataserver/e-oauth2-service.c:1266:36: branch_true: following ‘true’ branch...
evolution-data-server-3.59.1/src/libedataserver/e-oauth2-service.c:1269:41: branch_true: ...to here
evolution-data-server-3.59.1/src/libedataserver/e-oauth2-service.c:1271:48: throw: if ‘json_reader_get_int_value’ throws an exception...
evolution-data-server-3.59.1/src/libedataserver/e-oauth2-service.c:1271:48: danger: missing call to ‘va_end’ to match ‘va_start’ at [(9)](sarif:/runs/0/results/12/codeFlows/0/threadFlows/0/locations/8)
# 1269|   					json_reader_end_member (reader);
# 1270|   
# 1271|-> 					iv64 = json_reader_get_int_value (reader);
# 1272|   
# 1273|   					if (!json_reader_get_error (reader))

Error: GCC_ANALYZER_WARNING (CWE-404): [#def716]
evolution-data-server-3.59.1/src/libedataserver/e-oauth2-service.c:1273:46: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
evolution-data-server-3.59.1/src/libedataserver/e-oauth2-service.c:1236:9: branch_true: following ‘true’ branch (when ‘key1_name’ is non-NULL)...
evolution-data-server-3.59.1/src/libedataserver/e-oauth2-service.c:1237:9: branch_true: ...to here
evolution-data-server-3.59.1/src/libedataserver/e-oauth2-service.c:1237:9: branch_true: following ‘true’ branch (when ‘out_value1’ is non-NULL)...
evolution-data-server-3.59.1/src/libedataserver/e-oauth2-service.c:1239:12: branch_true: ...to here
evolution-data-server-3.59.1/src/libedataserver/e-oauth2-service.c:1239:12: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/src/libedataserver/e-oauth2-service.c:1243:12: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/src/libedataserver/e-oauth2-service.c:1252:18: branch_false: ...to here
evolution-data-server-3.59.1/src/libedataserver/e-oauth2-service.c:1256:9: acquire_resource: ‘va_start’ called here
evolution-data-server-3.59.1/src/libedataserver/e-oauth2-service.c:1258:16: branch_true: following ‘true’ branch...
evolution-data-server-3.59.1/src/libedataserver/e-oauth2-service.c:1259:17: branch_true: ...to here
evolution-data-server-3.59.1/src/libedataserver/e-oauth2-service.c:1261:20: branch_true: following ‘true’ branch...
evolution-data-server-3.59.1/src/libedataserver/e-oauth2-service.c:1262:38: branch_true: ...to here
evolution-data-server-3.59.1/src/libedataserver/e-oauth2-service.c:1263:28: branch_true: following ‘true’ branch...
evolution-data-server-3.59.1/src/libedataserver/e-oauth2-service.c:1264:62: branch_true: ...to here
evolution-data-server-3.59.1/src/libedataserver/e-oauth2-service.c:1266:36: branch_true: following ‘true’ branch...
evolution-data-server-3.59.1/src/libedataserver/e-oauth2-service.c:1269:41: branch_true: ...to here
evolution-data-server-3.59.1/src/libedataserver/e-oauth2-service.c:1273:46: throw: if ‘json_reader_get_error’ throws an exception...
evolution-data-server-3.59.1/src/libedataserver/e-oauth2-service.c:1273:46: danger: missing call to ‘va_end’ to match ‘va_start’ at [(9)](sarif:/runs/0/results/13/codeFlows/0/threadFlows/0/locations/8)
# 1271|   					iv64 = json_reader_get_int_value (reader);
# 1272|   
# 1273|-> 					if (!json_reader_get_error (reader))
# 1274|   						*out_value = g_strdup_printf ("%" G_GINT64_FORMAT, iv64);
# 1275|   				}

Error: GCC_ANALYZER_WARNING (CWE-404): [#def717]
evolution-data-server-3.59.1/src/libedataserver/e-oauth2-service.c:1274:62: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
evolution-data-server-3.59.1/src/libedataserver/e-oauth2-service.c:1236:9: branch_true: following ‘true’ branch (when ‘key1_name’ is non-NULL)...
evolution-data-server-3.59.1/src/libedataserver/e-oauth2-service.c:1237:9: branch_true: ...to here
evolution-data-server-3.59.1/src/libedataserver/e-oauth2-service.c:1237:9: branch_true: following ‘true’ branch (when ‘out_value1’ is non-NULL)...
evolution-data-server-3.59.1/src/libedataserver/e-oauth2-service.c:1239:12: branch_true: ...to here
evolution-data-server-3.59.1/src/libedataserver/e-oauth2-service.c:1239:12: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/src/libedataserver/e-oauth2-service.c:1243:12: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/src/libedataserver/e-oauth2-service.c:1252:18: branch_false: ...to here
evolution-data-server-3.59.1/src/libedataserver/e-oauth2-service.c:1256:9: acquire_resource: ‘va_start’ called here
evolution-data-server-3.59.1/src/libedataserver/e-oauth2-service.c:1258:16: branch_true: following ‘true’ branch...
evolution-data-server-3.59.1/src/libedataserver/e-oauth2-service.c:1259:17: branch_true: ...to here
evolution-data-server-3.59.1/src/libedataserver/e-oauth2-service.c:1261:20: branch_true: following ‘true’ branch...
evolution-data-server-3.59.1/src/libedataserver/e-oauth2-service.c:1262:38: branch_true: ...to here
evolution-data-server-3.59.1/src/libedataserver/e-oauth2-service.c:1263:28: branch_true: following ‘true’ branch...
evolution-data-server-3.59.1/src/libedataserver/e-oauth2-service.c:1264:62: branch_true: ...to here
evolution-data-server-3.59.1/src/libedataserver/e-oauth2-service.c:1266:36: branch_true: following ‘true’ branch...
evolution-data-server-3.59.1/src/libedataserver/e-oauth2-service.c:1269:41: branch_true: ...to here
evolution-data-server-3.59.1/src/libedataserver/e-oauth2-service.c:1273:44: branch_true: following ‘true’ branch...
evolution-data-server-3.59.1/src/libedataserver/e-oauth2-service.c:1274:62: branch_true: ...to here
evolution-data-server-3.59.1/src/libedataserver/e-oauth2-service.c:1274:62: throw: if ‘g_strdup_printf’ throws an exception...
evolution-data-server-3.59.1/src/libedataserver/e-oauth2-service.c:1274:62: danger: missing call to ‘va_end’ to match ‘va_start’ at [(9)](sarif:/runs/0/results/14/codeFlows/0/threadFlows/0/locations/8)
# 1272|   
# 1273|   					if (!json_reader_get_error (reader))
# 1274|-> 						*out_value = g_strdup_printf ("%" G_GINT64_FORMAT, iv64);
# 1275|   				}
# 1276|   			}

Error: GCC_ANALYZER_WARNING (CWE-404): [#def718]
evolution-data-server-3.59.1/src/libedataserver/e-oauth2-service.c:1279:33: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
evolution-data-server-3.59.1/src/libedataserver/e-oauth2-service.c:1236:9: branch_true: following ‘true’ branch (when ‘key1_name’ is non-NULL)...
evolution-data-server-3.59.1/src/libedataserver/e-oauth2-service.c:1237:9: branch_true: ...to here
evolution-data-server-3.59.1/src/libedataserver/e-oauth2-service.c:1237:9: branch_true: following ‘true’ branch (when ‘out_value1’ is non-NULL)...
evolution-data-server-3.59.1/src/libedataserver/e-oauth2-service.c:1239:12: branch_true: ...to here
evolution-data-server-3.59.1/src/libedataserver/e-oauth2-service.c:1239:12: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/src/libedataserver/e-oauth2-service.c:1243:12: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/src/libedataserver/e-oauth2-service.c:1252:18: branch_false: ...to here
evolution-data-server-3.59.1/src/libedataserver/e-oauth2-service.c:1256:9: acquire_resource: ‘va_start’ called here
evolution-data-server-3.59.1/src/libedataserver/e-oauth2-service.c:1258:16: branch_true: following ‘true’ branch...
evolution-data-server-3.59.1/src/libedataserver/e-oauth2-service.c:1259:17: branch_true: ...to here
evolution-data-server-3.59.1/src/libedataserver/e-oauth2-service.c:1261:20: branch_true: following ‘true’ branch...
evolution-data-server-3.59.1/src/libedataserver/e-oauth2-service.c:1262:38: branch_true: ...to here
evolution-data-server-3.59.1/src/libedataserver/e-oauth2-service.c:1263:28: branch_true: following ‘true’ branch...
evolution-data-server-3.59.1/src/libedataserver/e-oauth2-service.c:1264:62: branch_true: ...to here
evolution-data-server-3.59.1/src/libedataserver/e-oauth2-service.c:1266:36: branch_true: following ‘true’ branch...
evolution-data-server-3.59.1/src/libedataserver/e-oauth2-service.c:1269:41: branch_true: ...to here
evolution-data-server-3.59.1/src/libedataserver/e-oauth2-service.c:1273:44: branch_true: following ‘true’ branch...
evolution-data-server-3.59.1/src/libedataserver/e-oauth2-service.c:1274:62: branch_true: ...to here
evolution-data-server-3.59.1/src/libedataserver/e-oauth2-service.c:1278:28: branch_true: following ‘true’ branch...
evolution-data-server-3.59.1/src/libedataserver/e-oauth2-service.c:1279:33: throw: if ‘g_free’ throws an exception...
evolution-data-server-3.59.1/src/libedataserver/e-oauth2-service.c:1279:33: danger: missing call to ‘va_end’ to match ‘va_start’ at [(9)](sarif:/runs/0/results/15/codeFlows/0/threadFlows/0/locations/8)
# 1277|   
# 1278|   			if (*out_value && !**out_value) {
# 1279|-> 				g_free (*out_value);
# 1280|   				*out_value = NULL;
# 1281|   			}

Error: GCC_ANALYZER_WARNING (CWE-404): [#def719]
evolution-data-server-3.59.1/src/libedataserver/e-oauth2-service.c:1284:17: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
evolution-data-server-3.59.1/src/libedataserver/e-oauth2-service.c:1236:9: branch_true: following ‘true’ branch (when ‘key1_name’ is non-NULL)...
evolution-data-server-3.59.1/src/libedataserver/e-oauth2-service.c:1237:9: branch_true: ...to here
evolution-data-server-3.59.1/src/libedataserver/e-oauth2-service.c:1237:9: branch_true: following ‘true’ branch (when ‘out_value1’ is non-NULL)...
evolution-data-server-3.59.1/src/libedataserver/e-oauth2-service.c:1239:12: branch_true: ...to here
evolution-data-server-3.59.1/src/libedataserver/e-oauth2-service.c:1239:12: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/src/libedataserver/e-oauth2-service.c:1243:12: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/src/libedataserver/e-oauth2-service.c:1252:18: branch_false: ...to here
evolution-data-server-3.59.1/src/libedataserver/e-oauth2-service.c:1256:9: acquire_resource: ‘va_start’ called here
evolution-data-server-3.59.1/src/libedataserver/e-oauth2-service.c:1258:16: branch_true: following ‘true’ branch...
evolution-data-server-3.59.1/src/libedataserver/e-oauth2-service.c:1259:17: branch_true: ...to here
evolution-data-server-3.59.1/src/libedataserver/e-oauth2-service.c:1261:20: branch_true: following ‘true’ branch...
evolution-data-server-3.59.1/src/libedataserver/e-oauth2-service.c:1262:38: branch_true: ...to here
evolution-data-server-3.59.1/src/libedataserver/e-oauth2-service.c:1263:28: branch_true: following ‘true’ branch...
evolution-data-server-3.59.1/src/libedataserver/e-oauth2-service.c:1264:62: branch_true: ...to here
evolution-data-server-3.59.1/src/libedataserver/e-oauth2-service.c:1266:36: branch_true: following ‘true’ branch...
evolution-data-server-3.59.1/src/libedataserver/e-oauth2-service.c:1269:41: branch_true: ...to here
evolution-data-server-3.59.1/src/libedataserver/e-oauth2-service.c:1273:44: branch_true: following ‘true’ branch...
evolution-data-server-3.59.1/src/libedataserver/e-oauth2-service.c:1274:62: branch_true: ...to here
evolution-data-server-3.59.1/src/libedataserver/e-oauth2-service.c:1278:28: branch_true: following ‘true’ branch...
evolution-data-server-3.59.1/src/libedataserver/e-oauth2-service.c:1284:17: throw: if ‘json_reader_end_member’ throws an exception...
evolution-data-server-3.59.1/src/libedataserver/e-oauth2-service.c:1284:17: danger: missing call to ‘va_end’ to match ‘va_start’ at [(9)](sarif:/runs/0/results/16/codeFlows/0/threadFlows/0/locations/8)
# 1282|   		}
# 1283|   
# 1284|-> 		json_reader_end_member (reader);
# 1285|   
# 1286|   		key = va_arg (va, const gchar *);

Error: GCC_ANALYZER_WARNING (CWE-404): [#def720]
evolution-data-server-3.59.1/src/libedataserver/e-oauth2-service.c:1291:17: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
evolution-data-server-3.59.1/src/libedataserver/e-oauth2-service.c:1236:9: branch_true: following ‘true’ branch (when ‘key1_name’ is non-NULL)...
evolution-data-server-3.59.1/src/libedataserver/e-oauth2-service.c:1237:9: branch_true: ...to here
evolution-data-server-3.59.1/src/libedataserver/e-oauth2-service.c:1237:9: branch_true: following ‘true’ branch (when ‘out_value1’ is non-NULL)...
evolution-data-server-3.59.1/src/libedataserver/e-oauth2-service.c:1239:12: branch_true: ...to here
evolution-data-server-3.59.1/src/libedataserver/e-oauth2-service.c:1239:12: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/src/libedataserver/e-oauth2-service.c:1243:12: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/src/libedataserver/e-oauth2-service.c:1252:18: branch_false: ...to here
evolution-data-server-3.59.1/src/libedataserver/e-oauth2-service.c:1256:9: acquire_resource: ‘va_start’ called here
evolution-data-server-3.59.1/src/libedataserver/e-oauth2-service.c:1258:16: branch_true: following ‘true’ branch...
evolution-data-server-3.59.1/src/libedataserver/e-oauth2-service.c:1259:17: branch_true: ...to here
evolution-data-server-3.59.1/src/libedataserver/e-oauth2-service.c:1261:20: branch_true: following ‘true’ branch...
evolution-data-server-3.59.1/src/libedataserver/e-oauth2-service.c:1262:38: branch_true: ...to here
evolution-data-server-3.59.1/src/libedataserver/e-oauth2-service.c:1263:28: branch_true: following ‘true’ branch...
evolution-data-server-3.59.1/src/libedataserver/e-oauth2-service.c:1264:62: branch_true: ...to here
evolution-data-server-3.59.1/src/libedataserver/e-oauth2-service.c:1266:36: branch_true: following ‘true’ branch...
evolution-data-server-3.59.1/src/libedataserver/e-oauth2-service.c:1269:41: branch_true: ...to here
evolution-data-server-3.59.1/src/libedataserver/e-oauth2-service.c:1273:44: branch_true: following ‘true’ branch...
evolution-data-server-3.59.1/src/libedataserver/e-oauth2-service.c:1274:62: branch_true: ...to here
evolution-data-server-3.59.1/src/libedataserver/e-oauth2-service.c:1278:28: branch_true: following ‘true’ branch...
evolution-data-server-3.59.1/src/libedataserver/e-oauth2-service.c:1287:20: branch_false: following ‘false’ branch (when ‘key’ is non-NULL)...
evolution-data-server-3.59.1/src/libedataserver/e-oauth2-service.c:1290:17: branch_false: ...to here
evolution-data-server-3.59.1/src/libedataserver/e-oauth2-service.c:1291:17: branch_false: following ‘false’ branch (when ‘out_value’ is NULL)...
evolution-data-server-3.59.1/src/libedataserver/e-oauth2-service.c:1291:17: branch_false: ...to here
evolution-data-server-3.59.1/src/libedataserver/e-oauth2-service.c:1291:17: throw: if ‘g_warn_message’ throws an exception...
evolution-data-server-3.59.1/src/libedataserver/e-oauth2-service.c:1291:17: danger: missing call to ‘va_end’ to match ‘va_start’ at [(9)](sarif:/runs/0/results/17/codeFlows/0/threadFlows/0/locations/8)
# 1289|   
# 1290|   		out_value = va_arg (va, gchar **);
# 1291|-> 		g_warn_if_fail (out_value != NULL);
# 1292|   	}
# 1293|   

Error: GCC_ANALYZER_WARNING (CWE-404): [#def721]
evolution-data-server-3.59.1/src/libedataserver/e-oauth2-service.c:1294:9: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
evolution-data-server-3.59.1/src/libedataserver/e-oauth2-service.c:1236:9: branch_true: following ‘true’ branch (when ‘key1_name’ is non-NULL)...
evolution-data-server-3.59.1/src/libedataserver/e-oauth2-service.c:1237:9: branch_true: ...to here
evolution-data-server-3.59.1/src/libedataserver/e-oauth2-service.c:1237:9: branch_true: following ‘true’ branch (when ‘out_value1’ is non-NULL)...
evolution-data-server-3.59.1/src/libedataserver/e-oauth2-service.c:1239:12: branch_true: ...to here
evolution-data-server-3.59.1/src/libedataserver/e-oauth2-service.c:1239:12: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/src/libedataserver/e-oauth2-service.c:1243:12: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/src/libedataserver/e-oauth2-service.c:1252:18: branch_false: ...to here
evolution-data-server-3.59.1/src/libedataserver/e-oauth2-service.c:1256:9: acquire_resource: ‘va_start’ called here
evolution-data-server-3.59.1/src/libedataserver/e-oauth2-service.c:1258:16: branch_true: following ‘true’ branch...
evolution-data-server-3.59.1/src/libedataserver/e-oauth2-service.c:1259:17: branch_true: ...to here
evolution-data-server-3.59.1/src/libedataserver/e-oauth2-service.c:1261:20: branch_true: following ‘true’ branch...
evolution-data-server-3.59.1/src/libedataserver/e-oauth2-service.c:1262:38: branch_true: ...to here
evolution-data-server-3.59.1/src/libedataserver/e-oauth2-service.c:1263:28: branch_true: following ‘true’ branch...
evolution-data-server-3.59.1/src/libedataserver/e-oauth2-service.c:1264:62: branch_true: ...to here
evolution-data-server-3.59.1/src/libedataserver/e-oauth2-service.c:1266:36: branch_true: following ‘true’ branch...
evolution-data-server-3.59.1/src/libedataserver/e-oauth2-service.c:1269:41: branch_true: ...to here
evolution-data-server-3.59.1/src/libedataserver/e-oauth2-service.c:1273:44: branch_true: following ‘true’ branch...
evolution-data-server-3.59.1/src/libedataserver/e-oauth2-service.c:1274:62: branch_true: ...to here
evolution-data-server-3.59.1/src/libedataserver/e-oauth2-service.c:1278:28: branch_true: following ‘true’ branch...
evolution-data-server-3.59.1/src/libedataserver/e-oauth2-service.c:1294:9: throw: if ‘g_object_unref’ throws an exception...
evolution-data-server-3.59.1/src/libedataserver/e-oauth2-service.c:1294:9: danger: missing call to ‘va_end’ to match ‘va_start’ at [(9)](sarif:/runs/0/results/18/codeFlows/0/threadFlows/0/locations/8)
# 1292|   	}
# 1293|   
# 1294|-> 	g_object_unref (reader);
# 1295|   	g_object_unref (parser);
# 1296|   	va_end (va);

Error: GCC_ANALYZER_WARNING (CWE-404): [#def722]
evolution-data-server-3.59.1/src/libedataserver/e-oauth2-service.c:1295:9: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
evolution-data-server-3.59.1/src/libedataserver/e-oauth2-service.c:1236:9: branch_true: following ‘true’ branch (when ‘key1_name’ is non-NULL)...
evolution-data-server-3.59.1/src/libedataserver/e-oauth2-service.c:1237:9: branch_true: ...to here
evolution-data-server-3.59.1/src/libedataserver/e-oauth2-service.c:1237:9: branch_true: following ‘true’ branch (when ‘out_value1’ is non-NULL)...
evolution-data-server-3.59.1/src/libedataserver/e-oauth2-service.c:1239:12: branch_true: ...to here
evolution-data-server-3.59.1/src/libedataserver/e-oauth2-service.c:1239:12: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/src/libedataserver/e-oauth2-service.c:1243:12: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/src/libedataserver/e-oauth2-service.c:1252:18: branch_false: ...to here
evolution-data-server-3.59.1/src/libedataserver/e-oauth2-service.c:1256:9: acquire_resource: ‘va_start’ called here
evolution-data-server-3.59.1/src/libedataserver/e-oauth2-service.c:1258:16: branch_true: following ‘true’ branch...
evolution-data-server-3.59.1/src/libedataserver/e-oauth2-service.c:1259:17: branch_true: ...to here
evolution-data-server-3.59.1/src/libedataserver/e-oauth2-service.c:1261:20: branch_true: following ‘true’ branch...
evolution-data-server-3.59.1/src/libedataserver/e-oauth2-service.c:1262:38: branch_true: ...to here
evolution-data-server-3.59.1/src/libedataserver/e-oauth2-service.c:1263:28: branch_true: following ‘true’ branch...
evolution-data-server-3.59.1/src/libedataserver/e-oauth2-service.c:1264:62: branch_true: ...to here
evolution-data-server-3.59.1/src/libedataserver/e-oauth2-service.c:1266:36: branch_true: following ‘true’ branch...
evolution-data-server-3.59.1/src/libedataserver/e-oauth2-service.c:1269:41: branch_true: ...to here
evolution-data-server-3.59.1/src/libedataserver/e-oauth2-service.c:1273:44: branch_true: following ‘true’ branch...
evolution-data-server-3.59.1/src/libedataserver/e-oauth2-service.c:1274:62: branch_true: ...to here
evolution-data-server-3.59.1/src/libedataserver/e-oauth2-service.c:1278:28: branch_true: following ‘true’ branch...
evolution-data-server-3.59.1/src/libedataserver/e-oauth2-service.c:1295:9: throw: if ‘g_object_unref’ throws an exception...
evolution-data-server-3.59.1/src/libedataserver/e-oauth2-service.c:1295:9: danger: missing call to ‘va_end’ to match ‘va_start’ at [(9)](sarif:/runs/0/results/19/codeFlows/0/threadFlows/0/locations/8)
# 1293|   
# 1294|   	g_object_unref (reader);
# 1295|-> 	g_object_unref (parser);
# 1296|   	va_end (va);
# 1297|   

Error: GCC_ANALYZER_WARNING (CWE-404): [#def723]
evolution-data-server-3.59.1/src/libedataserver/e-sexp.c:182:29: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
evolution-data-server-3.59.1/src/libedataserver/e-sexp.c:1672:1: enter_function: entry to ‘e_sexp_parse’
evolution-data-server-3.59.1/src/libedataserver/e-sexp.c:1674:9: branch_false: following ‘false’ branch (when ‘sexp’ is non-NULL)...
evolution-data-server-3.59.1/src/libedataserver/e-sexp.c:1674:9: branch_false: ...to here
evolution-data-server-3.59.1/src/libedataserver/e-sexp.c:1676:13: setjmp: ‘setjmp’ called here
evolution-data-server-3.59.1/src/libedataserver/e-sexp.c:1676:12: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/src/libedataserver/e-sexp.c:1679:13: branch_false: ...to here
evolution-data-server-3.59.1/src/libedataserver/e-sexp.c:1682:28: call_function: calling ‘parse_value’ from ‘e_sexp_parse’
#  180|   
#  181|   	va_start (args, why);
#  182|-> 	sexp->priv->error = g_strdup_vprintf (why, args);
#  183|   	va_end (args);
#  184|   

Error: GCC_ANALYZER_WARNING (CWE-476): [#def724]
evolution-data-server-3.59.1/src/libedataserver/e-sexp.c:1158:25: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘0’
evolution-data-server-3.59.1/src/libedataserver/e-sexp.c:1713:1: enter_function: entry to ‘e_sexp_evaluate_occur_times’
evolution-data-server-3.59.1/src/libedataserver/e-sexp.c:1720:9: branch_false: following ‘false’ branch (when ‘sexp’ is non-NULL)...
evolution-data-server-3.59.1/src/libedataserver/e-sexp.c:1720:9: branch_false: ...to here
evolution-data-server-3.59.1/src/libedataserver/e-sexp.c:1721:9: branch_true: following ‘true’ branch...
evolution-data-server-3.59.1/src/libedataserver/e-sexp.c:1722:9: branch_true: ...to here
evolution-data-server-3.59.1/src/libedataserver/e-sexp.c:1722:9: branch_true: following ‘true’ branch (when ‘start’ is non-NULL)...
evolution-data-server-3.59.1/src/libedataserver/e-sexp.c:1723:9: branch_true: ...to here
evolution-data-server-3.59.1/src/libedataserver/e-sexp.c:1723:9: branch_true: following ‘true’ branch (when ‘end’ is non-NULL)...
evolution-data-server-3.59.1/src/libedataserver/e-sexp.c:1725:18: branch_true: ...to here
evolution-data-server-3.59.1/src/libedataserver/e-sexp.c:1727:13: setjmp: ‘setjmp’ called here
evolution-data-server-3.59.1/src/libedataserver/e-sexp.c:1727:12: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/src/libedataserver/e-sexp.c:1732:53: branch_false: ...to here
evolution-data-server-3.59.1/src/libedataserver/e-sexp.c:1732:13: call_function: calling ‘e_sexp_term_evaluate_occur_times’ from ‘e_sexp_evaluate_occur_times’
# 1156|   		else {
# 1157|   			/* normal function: we need to scan all objects */
# 1158|-> 			r->time_generator = FALSE;
# 1159|   		}
# 1160|   

Error: GCC_ANALYZER_WARNING (CWE-404): [#def725]
evolution-data-server-3.59.1/src/libedataserver/e-soup-auth-bearer.c:84:9: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
evolution-data-server-3.59.1/src/libedataserver/e-soup-auth-bearer.c:80:12: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/src/libedataserver/e-soup-auth-bearer.c:83:9: branch_false: ...to here
evolution-data-server-3.59.1/src/libedataserver/e-soup-auth-bearer.c:83:9: acquire_resource: ‘va_start’ called here
evolution-data-server-3.59.1/src/libedataserver/e-soup-auth-bearer.c:84:9: throw: if ‘e_util_debug_printv’ throws an exception...
evolution-data-server-3.59.1/src/libedataserver/e-soup-auth-bearer.c:84:9: danger: missing call to ‘va_end’ to match ‘va_start’ at [(3)](sarif:/runs/0/results/0/codeFlows/0/threadFlows/0/locations/2)
#   82|   
#   83|   	va_start (args, format);
#   84|-> 	e_util_debug_printv ("BEARER", format, args);
#   85|   	va_end (args);
#   86|   }

Error: GCC_ANALYZER_WARNING (CWE-1341): [#def726]
evolution-data-server-3.59.1/src/libedataserver/e-xml-utils.c:158:23: warning[-Wanalyzer-fd-double-close]: double ‘close’ of file descriptor ‘open(g_build_filename(g_path_get_dirname(filename), g_strconcat(".#", g_path_get_basename(filename), 0), 0), 577, 384)’
evolution-data-server-3.59.1/src/libedataserver/e-xml-utils.c:123:12: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/src/libedataserver/e-xml-utils.c:128:9: branch_false: ...to here
evolution-data-server-3.59.1/src/libedataserver/e-xml-utils.c:129:12: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/src/libedataserver/e-xml-utils.c:137:9: branch_false: ...to here
evolution-data-server-3.59.1/src/libedataserver/e-xml-utils.c:149:12: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/src/libedataserver/e-xml-utils.c:158:23: release_resource: first ‘close’ here
evolution-data-server-3.59.1/src/libedataserver/e-xml-utils.c:158:16: branch_true: following ‘true’ branch...
evolution-data-server-3.59.1/src/libedataserver/e-xml-utils.c:158:23: danger: second ‘close’ here; first ‘close’ was at [(7)](sarif:/runs/0/results/0/codeFlows/0/threadFlows/0/locations/6)
#  156|   	}
#  157|   
#  158|-> 	while ((ret = close (fd)) == -1 && errno == EINTR)
#  159|   		;
#  160|   

Error: GCC_ANALYZER_WARNING (CWE-404): [#def727]
evolution-data-server-3.59.1/src/libedataserver/e-xml-utils.c:261:25: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
evolution-data-server-3.59.1/src/libedataserver/e-xml-utils.c:250:9: branch_true: following ‘true’ branch (when ‘doc’ is non-NULL)...
evolution-data-server-3.59.1/src/libedataserver/e-xml-utils.c:252:21: branch_true: ...to here
evolution-data-server-3.59.1/src/libedataserver/e-xml-utils.c:253:9: branch_true: following ‘true’ branch...
evolution-data-server-3.59.1/src/libedataserver/e-xml-utils.c:255:9: branch_true: ...to here
evolution-data-server-3.59.1/src/libedataserver/e-xml-utils.c:255:9: acquire_resource: ‘va_start’ called here
evolution-data-server-3.59.1/src/libedataserver/e-xml-utils.c:257:16: branch_true: following ‘true’ branch (when ‘prefix’ is non-NULL)...
evolution-data-server-3.59.1/src/libedataserver/e-xml-utils.c:258:30: branch_true: ...to here
evolution-data-server-3.59.1/src/libedataserver/e-xml-utils.c:261:25: throw: if ‘g_warn_message’ throws an exception...
evolution-data-server-3.59.1/src/libedataserver/e-xml-utils.c:261:25: danger: missing call to ‘va_end’ to match ‘va_start’ at [(5)](sarif:/runs/0/results/1/codeFlows/0/threadFlows/0/locations/4)
#  259|   
#  260|   		if (!href) {
#  261|-> 			g_warn_if_fail (href != NULL);
#  262|   			break;
#  263|   		}

Error: GCC_ANALYZER_WARNING (CWE-404): [#def728]
evolution-data-server-3.59.1/src/libedataserver/e-xml-utils.c:265:17: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
evolution-data-server-3.59.1/src/libedataserver/e-xml-utils.c:250:9: branch_true: following ‘true’ branch (when ‘doc’ is non-NULL)...
evolution-data-server-3.59.1/src/libedataserver/e-xml-utils.c:252:21: branch_true: ...to here
evolution-data-server-3.59.1/src/libedataserver/e-xml-utils.c:253:9: branch_true: following ‘true’ branch...
evolution-data-server-3.59.1/src/libedataserver/e-xml-utils.c:255:9: branch_true: ...to here
evolution-data-server-3.59.1/src/libedataserver/e-xml-utils.c:255:9: acquire_resource: ‘va_start’ called here
evolution-data-server-3.59.1/src/libedataserver/e-xml-utils.c:257:16: branch_true: following ‘true’ branch (when ‘prefix’ is non-NULL)...
evolution-data-server-3.59.1/src/libedataserver/e-xml-utils.c:258:30: branch_true: ...to here
evolution-data-server-3.59.1/src/libedataserver/e-xml-utils.c:260:20: branch_false: following ‘false’ branch (when ‘href’ is non-NULL)...
evolution-data-server-3.59.1/src/libedataserver/e-xml-utils.c:265:17: branch_false: ...to here
evolution-data-server-3.59.1/src/libedataserver/e-xml-utils.c:265:17: throw: if ‘xmlXPathRegisterNs’ throws an exception...
evolution-data-server-3.59.1/src/libedataserver/e-xml-utils.c:265:17: danger: missing call to ‘va_end’ to match ‘va_start’ at [(5)](sarif:/runs/0/results/2/codeFlows/0/threadFlows/0/locations/4)
#  263|   		}
#  264|   
#  265|-> 		xmlXPathRegisterNs (xpath_ctx, (const xmlChar *) prefix, (const xmlChar *) href);
#  266|   	}
#  267|   

Error: GCC_ANALYZER_WARNING (CWE-404): [#def729]
evolution-data-server-3.59.1/src/libedataserver/e-xml-utils.c:313:25: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
evolution-data-server-3.59.1/src/libedataserver/e-xml-utils.c:295:9: branch_true: following ‘true’ branch (when ‘xpath_ctx’ is non-NULL)...
evolution-data-server-3.59.1/src/libedataserver/e-xml-utils.c:296:9: branch_true: ...to here
evolution-data-server-3.59.1/src/libedataserver/e-xml-utils.c:296:9: branch_true: following ‘true’ branch (when ‘prefix’ is non-NULL)...
evolution-data-server-3.59.1/src/libedataserver/e-xml-utils.c:297:9: branch_true: ...to here
evolution-data-server-3.59.1/src/libedataserver/e-xml-utils.c:297:9: branch_true: following ‘true’ branch (when ‘href’ is non-NULL)...
evolution-data-server-3.59.1/src/libedataserver/e-xml-utils.c:299:37: branch_true: ...to here
evolution-data-server-3.59.1/src/libedataserver/e-xml-utils.c:307:9: acquire_resource: ‘va_start’ called here
evolution-data-server-3.59.1/src/libedataserver/e-xml-utils.c:309:16: branch_true: following ‘true’ branch (when ‘prefix’ is non-NULL)...
evolution-data-server-3.59.1/src/libedataserver/e-xml-utils.c:310:17: branch_true: ...to here
evolution-data-server-3.59.1/src/libedataserver/e-xml-utils.c:313:25: throw: if ‘g_warn_message’ throws an exception...
evolution-data-server-3.59.1/src/libedataserver/e-xml-utils.c:313:25: danger: missing call to ‘va_end’ to match ‘va_start’ at [(7)](sarif:/runs/0/results/3/codeFlows/0/threadFlows/0/locations/6)
#  311|   
#  312|   		if (!href) {
#  313|-> 			g_warn_if_fail (href != NULL);
#  314|   			break;
#  315|   		}

Error: GCC_ANALYZER_WARNING (CWE-404): [#def730]
evolution-data-server-3.59.1/src/libedataserver/e-xml-utils.c:317:45: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
evolution-data-server-3.59.1/src/libedataserver/e-xml-utils.c:295:9: branch_true: following ‘true’ branch (when ‘xpath_ctx’ is non-NULL)...
evolution-data-server-3.59.1/src/libedataserver/e-xml-utils.c:296:9: branch_true: ...to here
evolution-data-server-3.59.1/src/libedataserver/e-xml-utils.c:296:9: branch_true: following ‘true’ branch (when ‘prefix’ is non-NULL)...
evolution-data-server-3.59.1/src/libedataserver/e-xml-utils.c:297:9: branch_true: ...to here
evolution-data-server-3.59.1/src/libedataserver/e-xml-utils.c:297:9: branch_true: following ‘true’ branch (when ‘href’ is non-NULL)...
evolution-data-server-3.59.1/src/libedataserver/e-xml-utils.c:299:37: branch_true: ...to here
evolution-data-server-3.59.1/src/libedataserver/e-xml-utils.c:307:9: acquire_resource: ‘va_start’ called here
evolution-data-server-3.59.1/src/libedataserver/e-xml-utils.c:309:16: branch_true: following ‘true’ branch (when ‘prefix’ is non-NULL)...
evolution-data-server-3.59.1/src/libedataserver/e-xml-utils.c:310:17: branch_true: ...to here
evolution-data-server-3.59.1/src/libedataserver/e-xml-utils.c:312:20: branch_false: following ‘false’ branch (when ‘href’ is non-NULL)...
evolution-data-server-3.59.1/src/libedataserver/e-xml-utils.c:317:45: branch_false: ...to here
evolution-data-server-3.59.1/src/libedataserver/e-xml-utils.c:317:45: throw: if ‘xmlXPathNsLookup’ throws an exception...
evolution-data-server-3.59.1/src/libedataserver/e-xml-utils.c:317:45: danger: missing call to ‘va_end’ to match ‘va_start’ at [(7)](sarif:/runs/0/results/4/codeFlows/0/threadFlows/0/locations/6)
#  315|   		}
#  316|   
#  317|-> 		used_href = (const gchar *) xmlXPathNsLookup (xpath_ctx, (const xmlChar *) prefix);
#  318|   		if (used_href && g_strcmp0 (used_href, href) != 0) {
#  319|   			g_warning ("%s: Trying to register prefix '%s' with href '%s', but it already points to '%s'",

Error: GCC_ANALYZER_WARNING (CWE-404): [#def731]
evolution-data-server-3.59.1/src/libedataserver/e-xml-utils.c:318:34: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
evolution-data-server-3.59.1/src/libedataserver/e-xml-utils.c:295:9: branch_true: following ‘true’ branch (when ‘xpath_ctx’ is non-NULL)...
evolution-data-server-3.59.1/src/libedataserver/e-xml-utils.c:296:9: branch_true: ...to here
evolution-data-server-3.59.1/src/libedataserver/e-xml-utils.c:296:9: branch_true: following ‘true’ branch (when ‘prefix’ is non-NULL)...
evolution-data-server-3.59.1/src/libedataserver/e-xml-utils.c:297:9: branch_true: ...to here
evolution-data-server-3.59.1/src/libedataserver/e-xml-utils.c:297:9: branch_true: following ‘true’ branch (when ‘href’ is non-NULL)...
evolution-data-server-3.59.1/src/libedataserver/e-xml-utils.c:299:37: branch_true: ...to here
evolution-data-server-3.59.1/src/libedataserver/e-xml-utils.c:307:9: acquire_resource: ‘va_start’ called here
evolution-data-server-3.59.1/src/libedataserver/e-xml-utils.c:309:16: branch_true: following ‘true’ branch (when ‘prefix’ is non-NULL)...
evolution-data-server-3.59.1/src/libedataserver/e-xml-utils.c:310:17: branch_true: ...to here
evolution-data-server-3.59.1/src/libedataserver/e-xml-utils.c:312:20: branch_false: following ‘false’ branch (when ‘href’ is non-NULL)...
evolution-data-server-3.59.1/src/libedataserver/e-xml-utils.c:317:45: branch_false: ...to here
evolution-data-server-3.59.1/src/libedataserver/e-xml-utils.c:318:34: throw: if ‘g_strcmp0’ throws an exception...
evolution-data-server-3.59.1/src/libedataserver/e-xml-utils.c:318:34: danger: missing call to ‘va_end’ to match ‘va_start’ at [(7)](sarif:/runs/0/results/5/codeFlows/0/threadFlows/0/locations/6)
#  316|   
#  317|   		used_href = (const gchar *) xmlXPathNsLookup (xpath_ctx, (const xmlChar *) prefix);
#  318|-> 		if (used_href && g_strcmp0 (used_href, href) != 0) {
#  319|   			g_warning ("%s: Trying to register prefix '%s' with href '%s', but it already points to '%s'",
#  320|   				G_STRFUNC, prefix, href, used_href);

Error: GCC_ANALYZER_WARNING (CWE-404): [#def732]
evolution-data-server-3.59.1/src/libedataserver/e-xml-utils.c:319:25: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
evolution-data-server-3.59.1/src/libedataserver/e-xml-utils.c:295:9: branch_true: following ‘true’ branch (when ‘xpath_ctx’ is non-NULL)...
evolution-data-server-3.59.1/src/libedataserver/e-xml-utils.c:296:9: branch_true: ...to here
evolution-data-server-3.59.1/src/libedataserver/e-xml-utils.c:296:9: branch_true: following ‘true’ branch (when ‘prefix’ is non-NULL)...
evolution-data-server-3.59.1/src/libedataserver/e-xml-utils.c:297:9: branch_true: ...to here
evolution-data-server-3.59.1/src/libedataserver/e-xml-utils.c:297:9: branch_true: following ‘true’ branch (when ‘href’ is non-NULL)...
evolution-data-server-3.59.1/src/libedataserver/e-xml-utils.c:299:37: branch_true: ...to here
evolution-data-server-3.59.1/src/libedataserver/e-xml-utils.c:307:9: acquire_resource: ‘va_start’ called here
evolution-data-server-3.59.1/src/libedataserver/e-xml-utils.c:309:16: branch_true: following ‘true’ branch (when ‘prefix’ is non-NULL)...
evolution-data-server-3.59.1/src/libedataserver/e-xml-utils.c:310:17: branch_true: ...to here
evolution-data-server-3.59.1/src/libedataserver/e-xml-utils.c:312:20: branch_false: following ‘false’ branch (when ‘href’ is non-NULL)...
evolution-data-server-3.59.1/src/libedataserver/e-xml-utils.c:317:45: branch_false: ...to here
evolution-data-server-3.59.1/src/libedataserver/e-xml-utils.c:319:25: throw: if ‘g_log’ throws an exception...
evolution-data-server-3.59.1/src/libedataserver/e-xml-utils.c:319:25: danger: missing call to ‘va_end’ to match ‘va_start’ at [(7)](sarif:/runs/0/results/6/codeFlows/0/threadFlows/0/locations/6)
#  317|   		used_href = (const gchar *) xmlXPathNsLookup (xpath_ctx, (const xmlChar *) prefix);
#  318|   		if (used_href && g_strcmp0 (used_href, href) != 0) {
#  319|-> 			g_warning ("%s: Trying to register prefix '%s' with href '%s', but it already points to '%s'",
#  320|   				G_STRFUNC, prefix, href, used_href);
#  321|   		} else if (!used_href) {

Error: GCC_ANALYZER_WARNING (CWE-404): [#def733]
evolution-data-server-3.59.1/src/libedataserver/e-xml-utils.c:322:25: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
evolution-data-server-3.59.1/src/libedataserver/e-xml-utils.c:295:9: branch_true: following ‘true’ branch (when ‘xpath_ctx’ is non-NULL)...
evolution-data-server-3.59.1/src/libedataserver/e-xml-utils.c:296:9: branch_true: ...to here
evolution-data-server-3.59.1/src/libedataserver/e-xml-utils.c:296:9: branch_true: following ‘true’ branch (when ‘prefix’ is non-NULL)...
evolution-data-server-3.59.1/src/libedataserver/e-xml-utils.c:297:9: branch_true: ...to here
evolution-data-server-3.59.1/src/libedataserver/e-xml-utils.c:297:9: branch_true: following ‘true’ branch (when ‘href’ is non-NULL)...
evolution-data-server-3.59.1/src/libedataserver/e-xml-utils.c:299:37: branch_true: ...to here
evolution-data-server-3.59.1/src/libedataserver/e-xml-utils.c:307:9: acquire_resource: ‘va_start’ called here
evolution-data-server-3.59.1/src/libedataserver/e-xml-utils.c:309:16: branch_true: following ‘true’ branch (when ‘prefix’ is non-NULL)...
evolution-data-server-3.59.1/src/libedataserver/e-xml-utils.c:310:17: branch_true: ...to here
evolution-data-server-3.59.1/src/libedataserver/e-xml-utils.c:312:20: branch_false: following ‘false’ branch (when ‘href’ is non-NULL)...
evolution-data-server-3.59.1/src/libedataserver/e-xml-utils.c:317:45: branch_false: ...to here
evolution-data-server-3.59.1/src/libedataserver/e-xml-utils.c:322:25: throw: if ‘xmlXPathRegisterNs’ throws an exception...
evolution-data-server-3.59.1/src/libedataserver/e-xml-utils.c:322:25: danger: missing call to ‘va_end’ to match ‘va_start’ at [(7)](sarif:/runs/0/results/7/codeFlows/0/threadFlows/0/locations/6)
#  320|   				G_STRFUNC, prefix, href, used_href);
#  321|   		} else if (!used_href) {
#  322|-> 			xmlXPathRegisterNs (xpath_ctx, (const xmlChar *) prefix, (const xmlChar *) href);
#  323|   		}
#  324|   	}

Error: GCC_ANALYZER_WARNING (CWE-404): [#def734]
evolution-data-server-3.59.1/src/libedataserver/e-xml-utils.c:359:16: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
evolution-data-server-3.59.1/src/libedataserver/e-xml-utils.c:355:9: branch_true: following ‘true’ branch (when ‘xpath_ctx’ is non-NULL)...
evolution-data-server-3.59.1/src/libedataserver/e-xml-utils.c:356:9: branch_true: ...to here
evolution-data-server-3.59.1/src/libedataserver/e-xml-utils.c:356:9: branch_true: following ‘true’ branch (when ‘format’ is non-NULL)...
evolution-data-server-3.59.1/src/libedataserver/e-xml-utils.c:358:9: branch_true: ...to here
evolution-data-server-3.59.1/src/libedataserver/e-xml-utils.c:358:9: acquire_resource: ‘va_start’ called here
evolution-data-server-3.59.1/src/libedataserver/e-xml-utils.c:359:16: throw: if ‘g_strdup_vprintf’ throws an exception...
evolution-data-server-3.59.1/src/libedataserver/e-xml-utils.c:359:16: danger: missing call to ‘va_end’ to match ‘va_start’ at [(5)](sarif:/runs/0/results/8/codeFlows/0/threadFlows/0/locations/4)
#  357|   
#  358|   	va_start (va, format);
#  359|-> 	expr = g_strdup_vprintf (format, va);
#  360|   	va_end (va);
#  361|   

Error: GCC_ANALYZER_WARNING (CWE-404): [#def735]
evolution-data-server-3.59.1/src/libedataserver/e-xml-utils.c:407:16: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
evolution-data-server-3.59.1/src/libedataserver/e-xml-utils.c:403:9: branch_true: following ‘true’ branch (when ‘xpath_ctx’ is non-NULL)...
evolution-data-server-3.59.1/src/libedataserver/e-xml-utils.c:404:9: branch_true: ...to here
evolution-data-server-3.59.1/src/libedataserver/e-xml-utils.c:404:9: branch_true: following ‘true’ branch (when ‘format’ is non-NULL)...
evolution-data-server-3.59.1/src/libedataserver/e-xml-utils.c:406:9: branch_true: ...to here
evolution-data-server-3.59.1/src/libedataserver/e-xml-utils.c:406:9: acquire_resource: ‘va_start’ called here
evolution-data-server-3.59.1/src/libedataserver/e-xml-utils.c:407:16: throw: if ‘g_strdup_vprintf’ throws an exception...
evolution-data-server-3.59.1/src/libedataserver/e-xml-utils.c:407:16: danger: missing call to ‘va_end’ to match ‘va_start’ at [(5)](sarif:/runs/0/results/9/codeFlows/0/threadFlows/0/locations/4)
#  405|   
#  406|   	va_start (va, format);
#  407|-> 	expr = g_strdup_vprintf (format, va);
#  408|   	va_end (va);
#  409|   

Error: GCC_ANALYZER_WARNING (CWE-404): [#def736]
evolution-data-server-3.59.1/src/libedataserver/e-xml-utils.c:460:16: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
evolution-data-server-3.59.1/src/libedataserver/e-xml-utils.c:456:9: branch_true: following ‘true’ branch (when ‘xpath_ctx’ is non-NULL)...
evolution-data-server-3.59.1/src/libedataserver/e-xml-utils.c:457:9: branch_true: ...to here
evolution-data-server-3.59.1/src/libedataserver/e-xml-utils.c:457:9: branch_true: following ‘true’ branch (when ‘format’ is non-NULL)...
evolution-data-server-3.59.1/src/libedataserver/e-xml-utils.c:459:9: branch_true: ...to here
evolution-data-server-3.59.1/src/libedataserver/e-xml-utils.c:459:9: acquire_resource: ‘va_start’ called here
evolution-data-server-3.59.1/src/libedataserver/e-xml-utils.c:460:16: throw: if ‘g_strdup_vprintf’ throws an exception...
evolution-data-server-3.59.1/src/libedataserver/e-xml-utils.c:460:16: danger: missing call to ‘va_end’ to match ‘va_start’ at [(5)](sarif:/runs/0/results/10/codeFlows/0/threadFlows/0/locations/4)
#  458|   
#  459|   	va_start (va, format);
#  460|-> 	expr = g_strdup_vprintf (format, va);
#  461|   	va_end (va);
#  462|   

Error: GCC_ANALYZER_WARNING (CWE-404): [#def737]
evolution-data-server-3.59.1/src/libedataserver/e-xml-utils.c:492:13: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
evolution-data-server-3.59.1/src/libedataserver/e-xml-utils.c:813:1: enter_function: entry to ‘e_xml_find_in_hierarchy’
evolution-data-server-3.59.1/src/libedataserver/e-xml-utils.c:821:12: branch_false: following ‘false’ branch (when ‘parent’ is non-NULL)...
evolution-data-server-3.59.1/src/libedataserver/e-xml-utils.c:824:16: branch_false: ...to here
evolution-data-server-3.59.1/src/libedataserver/e-xml-utils.c:824:16: call_function: calling ‘e_xml_find_child’ from ‘e_xml_find_in_hierarchy’
evolution-data-server-3.59.1/src/libedataserver/e-xml-utils.c:824:16: return_function: returning to ‘e_xml_find_in_hierarchy’ from ‘e_xml_find_child’
evolution-data-server-3.59.1/src/libedataserver/e-xml-utils.c:826:12: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/src/libedataserver/e-xml-utils.c:829:9: branch_false: ...to here
evolution-data-server-3.59.1/src/libedataserver/e-xml-utils.c:829:9: acquire_resource: ‘va_start’ called here
evolution-data-server-3.59.1/src/libedataserver/e-xml-utils.c:831:16: branch_true: following ‘true’ branch (when ‘node’ is non-NULL)...
evolution-data-server-3.59.1/src/libedataserver/e-xml-utils.c:832:17: branch_true: ...to here
evolution-data-server-3.59.1/src/libedataserver/e-xml-utils.c:835:20: branch_false: following ‘false’ branch (when ‘child_name’ is non-NULL)...
evolution-data-server-3.59.1/src/libedataserver/e-xml-utils.c:838:24: branch_false: ...to here
evolution-data-server-3.59.1/src/libedataserver/e-xml-utils.c:838:24: call_function: calling ‘e_xml_find_child’ from ‘e_xml_find_in_hierarchy’
#  490|   		return FALSE;
#  491|   
#  492|-> 	if (g_strcmp0 ((const gchar *) node->name, name) == 0) {
#  493|   		if (!ns_href) {
#  494|   			if (!node->ns)

Error: GCC_ANALYZER_WARNING (CWE-404): [#def738]
evolution-data-server-3.59.1/src/libedataserver/e-xml-utils.c:499:29: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
evolution-data-server-3.59.1/src/libedataserver/e-xml-utils.c:813:1: enter_function: entry to ‘e_xml_find_in_hierarchy’
evolution-data-server-3.59.1/src/libedataserver/e-xml-utils.c:821:12: branch_false: following ‘false’ branch (when ‘parent’ is non-NULL)...
evolution-data-server-3.59.1/src/libedataserver/e-xml-utils.c:824:16: branch_false: ...to here
evolution-data-server-3.59.1/src/libedataserver/e-xml-utils.c:824:16: call_function: calling ‘e_xml_find_child’ from ‘e_xml_find_in_hierarchy’
evolution-data-server-3.59.1/src/libedataserver/e-xml-utils.c:824:16: return_function: returning to ‘e_xml_find_in_hierarchy’ from ‘e_xml_find_child’
evolution-data-server-3.59.1/src/libedataserver/e-xml-utils.c:826:12: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/src/libedataserver/e-xml-utils.c:829:9: branch_false: ...to here
evolution-data-server-3.59.1/src/libedataserver/e-xml-utils.c:829:9: acquire_resource: ‘va_start’ called here
evolution-data-server-3.59.1/src/libedataserver/e-xml-utils.c:831:16: branch_true: following ‘true’ branch (when ‘node’ is non-NULL)...
evolution-data-server-3.59.1/src/libedataserver/e-xml-utils.c:832:17: branch_true: ...to here
evolution-data-server-3.59.1/src/libedataserver/e-xml-utils.c:835:20: branch_false: following ‘false’ branch (when ‘child_name’ is non-NULL)...
evolution-data-server-3.59.1/src/libedataserver/e-xml-utils.c:838:24: branch_false: ...to here
evolution-data-server-3.59.1/src/libedataserver/e-xml-utils.c:838:24: call_function: calling ‘e_xml_find_child’ from ‘e_xml_find_in_hierarchy’
#  497|   			xmlNsPtr nsPtr;
#  498|   
#  499|-> 			if (g_strcmp0 ((const gchar *) node->ns->href, ns_href) == 0)
#  500|   				return TRUE;
#  501|   

Error: GCC_ANALYZER_WARNING (CWE-404): [#def739]
evolution-data-server-3.59.1/src/libedataserver/e-xml-utils.c:502:33: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
evolution-data-server-3.59.1/src/libedataserver/e-xml-utils.c:813:1: enter_function: entry to ‘e_xml_find_in_hierarchy’
evolution-data-server-3.59.1/src/libedataserver/e-xml-utils.c:821:12: branch_false: following ‘false’ branch (when ‘parent’ is non-NULL)...
evolution-data-server-3.59.1/src/libedataserver/e-xml-utils.c:824:16: branch_false: ...to here
evolution-data-server-3.59.1/src/libedataserver/e-xml-utils.c:824:16: call_function: calling ‘e_xml_find_child’ from ‘e_xml_find_in_hierarchy’
evolution-data-server-3.59.1/src/libedataserver/e-xml-utils.c:824:16: return_function: returning to ‘e_xml_find_in_hierarchy’ from ‘e_xml_find_child’
evolution-data-server-3.59.1/src/libedataserver/e-xml-utils.c:826:12: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/src/libedataserver/e-xml-utils.c:829:9: branch_false: ...to here
evolution-data-server-3.59.1/src/libedataserver/e-xml-utils.c:829:9: acquire_resource: ‘va_start’ called here
evolution-data-server-3.59.1/src/libedataserver/e-xml-utils.c:831:16: branch_true: following ‘true’ branch (when ‘node’ is non-NULL)...
evolution-data-server-3.59.1/src/libedataserver/e-xml-utils.c:832:17: branch_true: ...to here
evolution-data-server-3.59.1/src/libedataserver/e-xml-utils.c:835:20: branch_false: following ‘false’ branch (when ‘child_name’ is non-NULL)...
evolution-data-server-3.59.1/src/libedataserver/e-xml-utils.c:838:24: branch_false: ...to here
evolution-data-server-3.59.1/src/libedataserver/e-xml-utils.c:838:24: call_function: calling ‘e_xml_find_child’ from ‘e_xml_find_in_hierarchy’
#  500|   				return TRUE;
#  501|   
#  502|-> 			nsPtr = xmlSearchNsByHref (node->doc, node, (const xmlChar *) ns_href);
#  503|   
#  504|   			if (nsPtr && node->ns == nsPtr)

Error: GCC_ANALYZER_WARNING (CWE-404): [#def740]
evolution-data-server-3.59.1/src/libedataserver/e-xml-utils.c:535:43: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
evolution-data-server-3.59.1/src/libedataserver/e-xml-utils.c:813:1: enter_function: entry to ‘e_xml_find_in_hierarchy’
evolution-data-server-3.59.1/src/libedataserver/e-xml-utils.c:821:12: branch_false: following ‘false’ branch (when ‘parent’ is non-NULL)...
evolution-data-server-3.59.1/src/libedataserver/e-xml-utils.c:824:16: branch_false: ...to here
evolution-data-server-3.59.1/src/libedataserver/e-xml-utils.c:824:16: call_function: calling ‘e_xml_find_child’ from ‘e_xml_find_in_hierarchy’
evolution-data-server-3.59.1/src/libedataserver/e-xml-utils.c:824:16: return_function: returning to ‘e_xml_find_in_hierarchy’ from ‘e_xml_find_child’
evolution-data-server-3.59.1/src/libedataserver/e-xml-utils.c:826:12: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/src/libedataserver/e-xml-utils.c:829:9: branch_false: ...to here
evolution-data-server-3.59.1/src/libedataserver/e-xml-utils.c:829:9: acquire_resource: ‘va_start’ called here
evolution-data-server-3.59.1/src/libedataserver/e-xml-utils.c:831:16: branch_true: following ‘true’ branch (when ‘node’ is non-NULL)...
evolution-data-server-3.59.1/src/libedataserver/e-xml-utils.c:832:17: branch_true: ...to here
evolution-data-server-3.59.1/src/libedataserver/e-xml-utils.c:835:20: branch_false: following ‘false’ branch (when ‘child_name’ is non-NULL)...
evolution-data-server-3.59.1/src/libedataserver/e-xml-utils.c:838:24: branch_false: ...to here
evolution-data-server-3.59.1/src/libedataserver/e-xml-utils.c:838:24: call_function: calling ‘e_xml_find_child’ from ‘e_xml_find_in_hierarchy’
#  533|   	xmlNode *node;
#  534|   
#  535|-> 	for (node = sibling; node; node = xmlNextElementSibling (node)) {
#  536|   		if (e_xml_is_element_name (node, ns_href, name))
#  537|   			break;

Error: GCC_ANALYZER_WARNING (CWE-121): [#def741]
evolution-data-server-3.59.1/src/libedataserver/e-xml-utils.c:785:41: warning[-Wanalyzer-out-of-bounds]: stack-based buffer over-read
evolution-data-server-3.59.1/src/libedataserver/e-xml-utils.c:748:1: enter_function: entry to ‘e_xml_find_children_nodes’
evolution-data-server-3.59.1/src/libedataserver/e-xml-utils.c:761:9: branch_true: following ‘true’ branch (when ‘parent’ is non-NULL)...
evolution-data-server-3.59.1/src/libedataserver/e-xml-utils.c:762:9: branch_true: ...to here
evolution-data-server-3.59.1/src/libedataserver/e-xml-utils.c:762:9: branch_true: following ‘true’ branch (when ‘count != 0’)...
evolution-data-server-3.59.1/src/libedataserver/e-xml-utils.c:764:16: branch_true: ...to here
evolution-data-server-3.59.1/src/libedataserver/e-xml-utils.c:768:22: branch_true: following ‘true’ branch (when ‘ii < count’)...
evolution-data-server-3.59.1/src/libedataserver/e-xml-utils.c:769:21: branch_true: ...to here
evolution-data-server-3.59.1/src/libedataserver/e-xml-utils.c:778:39: branch_true: following ‘true’ branch (when ‘node’ is non-NULL)...
evolution-data-server-3.59.1/src/libedataserver/e-xml-utils.c:778:39: branch_true: ...to here
evolution-data-server-3.59.1/src/libedataserver/e-xml-utils.c:779:30: branch_true: following ‘true’ branch (when ‘count > ii’)...
evolution-data-server-3.59.1/src/libedataserver/e-xml-utils.c:780:80: branch_true: ...to here
evolution-data-server-3.59.1/src/libedataserver/e-xml-utils.c:780:29: call_function: calling ‘e_xml_is_element_name’ from ‘e_xml_find_children_nodes’
evolution-data-server-3.59.1/src/libedataserver/e-xml-utils.c:780:29: return_function: returning to ‘e_xml_find_children_nodes’ from ‘e_xml_is_element_name’
evolution-data-server-3.59.1/src/libedataserver/e-xml-utils.c:780:28: branch_true: following ‘true’ branch...
evolution-data-server-3.59.1/src/libedataserver/e-xml-utils.c:781:34: branch_true: ...to here
evolution-data-server-3.59.1/src/libedataserver/e-xml-utils.c:784:36: branch_true: following ‘true’ branch (when ‘ii < count’)...
evolution-data-server-3.59.1/src/libedataserver/e-xml-utils.c:785:56: branch_true: ...to here
evolution-data-server-3.59.1/src/libedataserver/e-xml-utils.c:785:41: danger: read of 24 bytes at offset ‘(long unsigned int)(count + 4294967295) * 24’ exceeds the buffer
#  783|   
#  784|   				if (ii < count)
#  785|-> 					data[ii] = data[count];
#  786|   
#  787|   				break;

Error: GCC_ANALYZER_WARNING (CWE-404): [#def742]
evolution-data-server-3.59.1/src/modules/gnome-online-accounts/module-gnome-online-accounts.c:63:9: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
evolution-data-server-3.59.1/src/modules/gnome-online-accounts/module-gnome-online-accounts.c:59:12: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/src/modules/gnome-online-accounts/module-gnome-online-accounts.c:62:9: branch_false: ...to here
evolution-data-server-3.59.1/src/modules/gnome-online-accounts/module-gnome-online-accounts.c:62:9: acquire_resource: ‘va_start’ called here
evolution-data-server-3.59.1/src/modules/gnome-online-accounts/module-gnome-online-accounts.c:63:9: throw: if ‘e_util_debug_printv’ throws an exception...
evolution-data-server-3.59.1/src/modules/gnome-online-accounts/module-gnome-online-accounts.c:63:9: danger: missing call to ‘va_end’ to match ‘va_start’ at [(3)](sarif:/runs/0/results/0/codeFlows/0/threadFlows/0/locations/2)
#   61|   
#   62|   	va_start (args, format);
#   63|-> 	e_util_debug_printv ("EDS-GOA", format, args);
#   64|   	va_end (args);
#   65|   }

Error: GCC_ANALYZER_WARNING (CWE-404): [#def743]
evolution-data-server-3.59.1/src/services/evolution-alarm-notify/e-alarm-notify.c:87:9: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
evolution-data-server-3.59.1/src/services/evolution-alarm-notify/e-alarm-notify.c:558:1: enter_function: entry to ‘e_alarm_notify_process’
evolution-data-server-3.59.1/src/services/evolution-alarm-notify/e-alarm-notify.c:568:9: branch_true: following ‘true’ branch (when ‘an’ is non-NULL)...
evolution-data-server-3.59.1/src/services/evolution-alarm-notify/e-alarm-notify.c:569:9: branch_true: ...to here
evolution-data-server-3.59.1/src/services/evolution-alarm-notify/e-alarm-notify.c:569:9: branch_true: following ‘true’ branch (when ‘rd’ is non-NULL)...
evolution-data-server-3.59.1/src/services/evolution-alarm-notify/e-alarm-notify.c:571:18: branch_true: ...to here
evolution-data-server-3.59.1/src/services/evolution-alarm-notify/e-alarm-notify.c:572:12: branch_true: following ‘true’ branch...
evolution-data-server-3.59.1/src/services/evolution-alarm-notify/e-alarm-notify.c:573:41: branch_true: ...to here
evolution-data-server-3.59.1/src/services/evolution-alarm-notify/e-alarm-notify.c:575:17: call_function: calling ‘ean_debug_print’ from ‘e_alarm_notify_process’
#   85|   
#   86|   	va_start (args, format);
#   87|-> 	e_util_debug_printv ("EAN", format, args);
#   88|   	va_end (args);
#   89|   }

Error: COMPILER_WARNING (CWE-704): [#def744]
evolution-data-server-3.59.1/src/services/evolution-source-registry/evolution-source-registry-autoconfig.c: scope_hint: In function ‘e_autoconfig_read_user_variables’
evolution-data-server-3.59.1/src/services/evolution-source-registry/evolution-source-registry-autoconfig.c:668:21: warning[-Wdiscarded-qualifiers]: assignment discards ‘const’ qualifier from pointer target type
#  668 |                 sep = strchr (line, '=');
#      |                     ^
#  666|   			continue;
#  667|   
#  668|-> 		sep = strchr (line, '=');
#  669|   		if (!sep || sep == line) {
#  670|   			e_source_registry_debug_print ("Autoconfig: GSettings' autoconfig-variables line '%s' doesn't conform format 'name=value'.\n", line);

Error: COMPILER_WARNING (CWE-704): [#def745]
evolution-data-server-3.59.1/src/services/evolution-source-registry/evolution-source-registry-autoconfig.c:668:21: warning[-Wdiscarded-qualifiers]: assignment discards ‘const’ qualifier from pointer target type
#  666|   			continue;
#  667|   
#  668|-> 		sep = strchr (line, '=');
#  669|   		if (!sep || sep == line) {
#  670|   			e_source_registry_debug_print ("Autoconfig: GSettings' autoconfig-variables line '%s' doesn't conform format 'name=value'.\n", line);

Error: GCC_ANALYZER_WARNING (CWE-775): [#def746]
evolution-data-server-3.59.1/src/tools/addressbook-export/addressbook-export.c:135:16: warning[-Wanalyzer-file-leak]: leak of FILE ‘outputfile’
evolution-data-server-3.59.1/src/tools/addressbook-export/addressbook-export.c:902:1: enter_function: entry to ‘addressbook_export_thread’
evolution-data-server-3.59.1/src/tools/addressbook-export/addressbook-export.c:906:9: branch_true: following ‘true’ branch (when ‘user_data’ is non-NULL)...
evolution-data-server-3.59.1/src/tools/addressbook-export/addressbook-export.c:909:13: branch_true: ...to here
evolution-data-server-3.59.1/src/tools/addressbook-export/addressbook-export.c:909:12: branch_true: following ‘true’ branch...
evolution-data-server-3.59.1/src/tools/addressbook-export/addressbook-export.c:910:43: branch_true: ...to here
evolution-data-server-3.59.1/src/tools/addressbook-export/addressbook-export.c:910:17: call_function: calling ‘action_list_init’ from ‘addressbook_export_thread’
#  133|   
#  134|   	extension_name = E_SOURCE_EXTENSION_ADDRESS_BOOK;
#  135|-> 	list = e_source_registry_list_sources (registry, extension_name);
#  136|   
#  137|   	sd.registry = registry;

Error: GCC_ANALYZER_WARNING (CWE-401): [#def747]
evolution-data-server-3.59.1/src/tools/addressbook-export/addressbook-export.c:135:16: warning[-Wanalyzer-malloc-leak]: leak of ‘outputfile’
evolution-data-server-3.59.1/src/tools/addressbook-export/addressbook-export.c:902:1: enter_function: entry to ‘addressbook_export_thread’
evolution-data-server-3.59.1/src/tools/addressbook-export/addressbook-export.c:906:9: branch_true: following ‘true’ branch (when ‘user_data’ is non-NULL)...
evolution-data-server-3.59.1/src/tools/addressbook-export/addressbook-export.c:909:13: branch_true: ...to here
evolution-data-server-3.59.1/src/tools/addressbook-export/addressbook-export.c:909:12: branch_true: following ‘true’ branch...
evolution-data-server-3.59.1/src/tools/addressbook-export/addressbook-export.c:910:43: branch_true: ...to here
evolution-data-server-3.59.1/src/tools/addressbook-export/addressbook-export.c:910:17: call_function: calling ‘action_list_init’ from ‘addressbook_export_thread’
#  133|   
#  134|   	extension_name = E_SOURCE_EXTENSION_ADDRESS_BOOK;
#  135|-> 	list = e_source_registry_list_sources (registry, extension_name);
#  136|   
#  137|   	sd.registry = registry;

Error: GCC_ANALYZER_WARNING (CWE-775): [#def748]
evolution-data-server-3.59.1/src/tools/addressbook-export/addressbook-export.c:138:22: warning[-Wanalyzer-file-leak]: leak of FILE ‘outputfile’
evolution-data-server-3.59.1/src/tools/addressbook-export/addressbook-export.c:902:1: enter_function: entry to ‘addressbook_export_thread’
evolution-data-server-3.59.1/src/tools/addressbook-export/addressbook-export.c:906:9: branch_true: following ‘true’ branch (when ‘user_data’ is non-NULL)...
evolution-data-server-3.59.1/src/tools/addressbook-export/addressbook-export.c:909:13: branch_true: ...to here
evolution-data-server-3.59.1/src/tools/addressbook-export/addressbook-export.c:909:12: branch_true: following ‘true’ branch...
evolution-data-server-3.59.1/src/tools/addressbook-export/addressbook-export.c:910:43: branch_true: ...to here
evolution-data-server-3.59.1/src/tools/addressbook-export/addressbook-export.c:910:17: call_function: calling ‘action_list_init’ from ‘addressbook_export_thread’
#  136|   
#  137|   	sd.registry = registry;
#  138|-> 	sd.parents = g_hash_table_new_full (g_str_hash, g_str_equal, g_free, g_free);
#  139|   	list = g_list_sort_with_data (list, sort_sources_by_parent_cb, &sd);
#  140|   	g_hash_table_destroy (sd.parents);

Error: GCC_ANALYZER_WARNING (CWE-401): [#def749]
evolution-data-server-3.59.1/src/tools/addressbook-export/addressbook-export.c:138:22: warning[-Wanalyzer-malloc-leak]: leak of ‘outputfile’
evolution-data-server-3.59.1/src/tools/addressbook-export/addressbook-export.c:902:1: enter_function: entry to ‘addressbook_export_thread’
evolution-data-server-3.59.1/src/tools/addressbook-export/addressbook-export.c:906:9: branch_true: following ‘true’ branch (when ‘user_data’ is non-NULL)...
evolution-data-server-3.59.1/src/tools/addressbook-export/addressbook-export.c:909:13: branch_true: ...to here
evolution-data-server-3.59.1/src/tools/addressbook-export/addressbook-export.c:909:12: branch_true: following ‘true’ branch...
evolution-data-server-3.59.1/src/tools/addressbook-export/addressbook-export.c:910:43: branch_true: ...to here
evolution-data-server-3.59.1/src/tools/addressbook-export/addressbook-export.c:910:17: call_function: calling ‘action_list_init’ from ‘addressbook_export_thread’
#  136|   
#  137|   	sd.registry = registry;
#  138|-> 	sd.parents = g_hash_table_new_full (g_str_hash, g_str_equal, g_free, g_free);
#  139|   	list = g_list_sort_with_data (list, sort_sources_by_parent_cb, &sd);
#  140|   	g_hash_table_destroy (sd.parents);

Error: GCC_ANALYZER_WARNING (CWE-775): [#def750]
evolution-data-server-3.59.1/src/tools/addressbook-export/addressbook-export.c:139:16: warning[-Wanalyzer-file-leak]: leak of FILE ‘outputfile’
evolution-data-server-3.59.1/src/tools/addressbook-export/addressbook-export.c:902:1: enter_function: entry to ‘addressbook_export_thread’
evolution-data-server-3.59.1/src/tools/addressbook-export/addressbook-export.c:906:9: branch_true: following ‘true’ branch (when ‘user_data’ is non-NULL)...
evolution-data-server-3.59.1/src/tools/addressbook-export/addressbook-export.c:909:13: branch_true: ...to here
evolution-data-server-3.59.1/src/tools/addressbook-export/addressbook-export.c:909:12: branch_true: following ‘true’ branch...
evolution-data-server-3.59.1/src/tools/addressbook-export/addressbook-export.c:910:43: branch_true: ...to here
evolution-data-server-3.59.1/src/tools/addressbook-export/addressbook-export.c:910:17: call_function: calling ‘action_list_init’ from ‘addressbook_export_thread’
#  137|   	sd.registry = registry;
#  138|   	sd.parents = g_hash_table_new_full (g_str_hash, g_str_equal, g_free, g_free);
#  139|-> 	list = g_list_sort_with_data (list, sort_sources_by_parent_cb, &sd);
#  140|   	g_hash_table_destroy (sd.parents);
#  141|   

Error: GCC_ANALYZER_WARNING (CWE-401): [#def751]
evolution-data-server-3.59.1/src/tools/addressbook-export/addressbook-export.c:139:16: warning[-Wanalyzer-malloc-leak]: leak of ‘outputfile’
evolution-data-server-3.59.1/src/tools/addressbook-export/addressbook-export.c:902:1: enter_function: entry to ‘addressbook_export_thread’
evolution-data-server-3.59.1/src/tools/addressbook-export/addressbook-export.c:906:9: branch_true: following ‘true’ branch (when ‘user_data’ is non-NULL)...
evolution-data-server-3.59.1/src/tools/addressbook-export/addressbook-export.c:909:13: branch_true: ...to here
evolution-data-server-3.59.1/src/tools/addressbook-export/addressbook-export.c:909:12: branch_true: following ‘true’ branch...
evolution-data-server-3.59.1/src/tools/addressbook-export/addressbook-export.c:910:43: branch_true: ...to here
evolution-data-server-3.59.1/src/tools/addressbook-export/addressbook-export.c:910:17: call_function: calling ‘action_list_init’ from ‘addressbook_export_thread’
#  137|   	sd.registry = registry;
#  138|   	sd.parents = g_hash_table_new_full (g_str_hash, g_str_equal, g_free, g_free);
#  139|-> 	list = g_list_sort_with_data (list, sort_sources_by_parent_cb, &sd);
#  140|   	g_hash_table_destroy (sd.parents);
#  141|   

Error: GCC_ANALYZER_WARNING (CWE-775): [#def752]
evolution-data-server-3.59.1/src/tools/addressbook-export/addressbook-export.c:140:9: warning[-Wanalyzer-file-leak]: leak of FILE ‘outputfile’
evolution-data-server-3.59.1/src/tools/addressbook-export/addressbook-export.c:902:1: enter_function: entry to ‘addressbook_export_thread’
evolution-data-server-3.59.1/src/tools/addressbook-export/addressbook-export.c:906:9: branch_true: following ‘true’ branch (when ‘user_data’ is non-NULL)...
evolution-data-server-3.59.1/src/tools/addressbook-export/addressbook-export.c:909:13: branch_true: ...to here
evolution-data-server-3.59.1/src/tools/addressbook-export/addressbook-export.c:909:12: branch_true: following ‘true’ branch...
evolution-data-server-3.59.1/src/tools/addressbook-export/addressbook-export.c:910:43: branch_true: ...to here
evolution-data-server-3.59.1/src/tools/addressbook-export/addressbook-export.c:910:17: call_function: calling ‘action_list_init’ from ‘addressbook_export_thread’
#  138|   	sd.parents = g_hash_table_new_full (g_str_hash, g_str_equal, g_free, g_free);
#  139|   	list = g_list_sort_with_data (list, sort_sources_by_parent_cb, &sd);
#  140|-> 	g_hash_table_destroy (sd.parents);
#  141|   
#  142|   	for (iter = list; iter != NULL; iter = g_list_next (iter)) {

Error: GCC_ANALYZER_WARNING (CWE-401): [#def753]
evolution-data-server-3.59.1/src/tools/addressbook-export/addressbook-export.c:140:9: warning[-Wanalyzer-malloc-leak]: leak of ‘outputfile’
evolution-data-server-3.59.1/src/tools/addressbook-export/addressbook-export.c:902:1: enter_function: entry to ‘addressbook_export_thread’
evolution-data-server-3.59.1/src/tools/addressbook-export/addressbook-export.c:906:9: branch_true: following ‘true’ branch (when ‘user_data’ is non-NULL)...
evolution-data-server-3.59.1/src/tools/addressbook-export/addressbook-export.c:909:13: branch_true: ...to here
evolution-data-server-3.59.1/src/tools/addressbook-export/addressbook-export.c:909:12: branch_true: following ‘true’ branch...
evolution-data-server-3.59.1/src/tools/addressbook-export/addressbook-export.c:910:43: branch_true: ...to here
evolution-data-server-3.59.1/src/tools/addressbook-export/addressbook-export.c:910:17: call_function: calling ‘action_list_init’ from ‘addressbook_export_thread’
#  138|   	sd.parents = g_hash_table_new_full (g_str_hash, g_str_equal, g_free, g_free);
#  139|   	list = g_list_sort_with_data (list, sort_sources_by_parent_cb, &sd);
#  140|-> 	g_hash_table_destroy (sd.parents);
#  141|   
#  142|   	for (iter = list; iter != NULL; iter = g_list_next (iter)) {

Error: GCC_ANALYZER_WARNING (CWE-775): [#def754]
evolution-data-server-3.59.1/src/tools/addressbook-export/addressbook-export.c:149:23: warning[-Wanalyzer-file-leak]: leak of FILE ‘outputfile’
evolution-data-server-3.59.1/src/tools/addressbook-export/addressbook-export.c:902:1: enter_function: entry to ‘addressbook_export_thread’
evolution-data-server-3.59.1/src/tools/addressbook-export/addressbook-export.c:906:9: branch_true: following ‘true’ branch (when ‘user_data’ is non-NULL)...
evolution-data-server-3.59.1/src/tools/addressbook-export/addressbook-export.c:909:13: branch_true: ...to here
evolution-data-server-3.59.1/src/tools/addressbook-export/addressbook-export.c:909:12: branch_true: following ‘true’ branch...
evolution-data-server-3.59.1/src/tools/addressbook-export/addressbook-export.c:910:43: branch_true: ...to here
evolution-data-server-3.59.1/src/tools/addressbook-export/addressbook-export.c:910:17: call_function: calling ‘action_list_init’ from ‘addressbook_export_thread’
#  147|   
#  148|   		source = E_SOURCE (iter->data);
#  149|-> 		uid = e_source_get_uid (source);
#  150|   		full_name = e_util_get_source_full_name (registry, source);
#  151|   

Error: GCC_ANALYZER_WARNING (CWE-401): [#def755]
evolution-data-server-3.59.1/src/tools/addressbook-export/addressbook-export.c:149:23: warning[-Wanalyzer-malloc-leak]: leak of ‘outputfile’
evolution-data-server-3.59.1/src/tools/addressbook-export/addressbook-export.c:902:1: enter_function: entry to ‘addressbook_export_thread’
evolution-data-server-3.59.1/src/tools/addressbook-export/addressbook-export.c:906:9: branch_true: following ‘true’ branch (when ‘user_data’ is non-NULL)...
evolution-data-server-3.59.1/src/tools/addressbook-export/addressbook-export.c:909:13: branch_true: ...to here
evolution-data-server-3.59.1/src/tools/addressbook-export/addressbook-export.c:909:12: branch_true: following ‘true’ branch...
evolution-data-server-3.59.1/src/tools/addressbook-export/addressbook-export.c:910:43: branch_true: ...to here
evolution-data-server-3.59.1/src/tools/addressbook-export/addressbook-export.c:910:17: call_function: calling ‘action_list_init’ from ‘addressbook_export_thread’
#  147|   
#  148|   		source = E_SOURCE (iter->data);
#  149|-> 		uid = e_source_get_uid (source);
#  150|   		full_name = e_util_get_source_full_name (registry, source);
#  151|   

Error: GCC_ANALYZER_WARNING (CWE-775): [#def756]
evolution-data-server-3.59.1/src/tools/addressbook-export/addressbook-export.c:150:29: warning[-Wanalyzer-file-leak]: leak of FILE ‘outputfile’
evolution-data-server-3.59.1/src/tools/addressbook-export/addressbook-export.c:902:1: enter_function: entry to ‘addressbook_export_thread’
evolution-data-server-3.59.1/src/tools/addressbook-export/addressbook-export.c:906:9: branch_true: following ‘true’ branch (when ‘user_data’ is non-NULL)...
evolution-data-server-3.59.1/src/tools/addressbook-export/addressbook-export.c:909:13: branch_true: ...to here
evolution-data-server-3.59.1/src/tools/addressbook-export/addressbook-export.c:909:12: branch_true: following ‘true’ branch...
evolution-data-server-3.59.1/src/tools/addressbook-export/addressbook-export.c:910:43: branch_true: ...to here
evolution-data-server-3.59.1/src/tools/addressbook-export/addressbook-export.c:910:17: call_function: calling ‘action_list_init’ from ‘addressbook_export_thread’
#  148|   		source = E_SOURCE (iter->data);
#  149|   		uid = e_source_get_uid (source);
#  150|-> 		full_name = e_util_get_source_full_name (registry, source);
#  151|   
#  152|   		if (with_count) {

Error: GCC_ANALYZER_WARNING (CWE-401): [#def757]
evolution-data-server-3.59.1/src/tools/addressbook-export/addressbook-export.c:150:29: warning[-Wanalyzer-malloc-leak]: leak of ‘outputfile’
evolution-data-server-3.59.1/src/tools/addressbook-export/addressbook-export.c:902:1: enter_function: entry to ‘addressbook_export_thread’
evolution-data-server-3.59.1/src/tools/addressbook-export/addressbook-export.c:906:9: branch_true: following ‘true’ branch (when ‘user_data’ is non-NULL)...
evolution-data-server-3.59.1/src/tools/addressbook-export/addressbook-export.c:909:13: branch_true: ...to here
evolution-data-server-3.59.1/src/tools/addressbook-export/addressbook-export.c:909:12: branch_true: following ‘true’ branch...
evolution-data-server-3.59.1/src/tools/addressbook-export/addressbook-export.c:910:43: branch_true: ...to here
evolution-data-server-3.59.1/src/tools/addressbook-export/addressbook-export.c:910:17: call_function: calling ‘action_list_init’ from ‘addressbook_export_thread’
#  148|   		source = E_SOURCE (iter->data);
#  149|   		uid = e_source_get_uid (source);
#  150|-> 		full_name = e_util_get_source_full_name (registry, source);
#  151|   
#  152|   		if (with_count) {

Error: GCC_ANALYZER_WARNING (CWE-775): [#def758]
evolution-data-server-3.59.1/src/tools/addressbook-export/addressbook-export.c:158:34: warning[-Wanalyzer-file-leak]: leak of FILE ‘outputfile’
evolution-data-server-3.59.1/src/tools/addressbook-export/addressbook-export.c:902:1: enter_function: entry to ‘addressbook_export_thread’
evolution-data-server-3.59.1/src/tools/addressbook-export/addressbook-export.c:906:9: branch_true: following ‘true’ branch (when ‘user_data’ is non-NULL)...
evolution-data-server-3.59.1/src/tools/addressbook-export/addressbook-export.c:909:13: branch_true: ...to here
evolution-data-server-3.59.1/src/tools/addressbook-export/addressbook-export.c:909:12: branch_true: following ‘true’ branch...
evolution-data-server-3.59.1/src/tools/addressbook-export/addressbook-export.c:910:43: branch_true: ...to here
evolution-data-server-3.59.1/src/tools/addressbook-export/addressbook-export.c:910:17: call_function: calling ‘action_list_init’ from ‘addressbook_export_thread’
#  156|   			GError *error = NULL;
#  157|   
#  158|-> 			client = e_book_client_connect_sync (source, 5, NULL, &error);
#  159|   
#  160|   			/* Sanity check. */

Error: GCC_ANALYZER_WARNING (CWE-401): [#def759]
evolution-data-server-3.59.1/src/tools/addressbook-export/addressbook-export.c:158:34: warning[-Wanalyzer-malloc-leak]: leak of ‘outputfile’
evolution-data-server-3.59.1/src/tools/addressbook-export/addressbook-export.c:902:1: enter_function: entry to ‘addressbook_export_thread’
evolution-data-server-3.59.1/src/tools/addressbook-export/addressbook-export.c:906:9: branch_true: following ‘true’ branch (when ‘user_data’ is non-NULL)...
evolution-data-server-3.59.1/src/tools/addressbook-export/addressbook-export.c:909:13: branch_true: ...to here
evolution-data-server-3.59.1/src/tools/addressbook-export/addressbook-export.c:909:12: branch_true: following ‘true’ branch...
evolution-data-server-3.59.1/src/tools/addressbook-export/addressbook-export.c:910:43: branch_true: ...to here
evolution-data-server-3.59.1/src/tools/addressbook-export/addressbook-export.c:910:17: call_function: calling ‘action_list_init’ from ‘addressbook_export_thread’
#  156|   			GError *error = NULL;
#  157|   
#  158|-> 			client = e_book_client_connect_sync (source, 5, NULL, &error);
#  159|   
#  160|   			/* Sanity check. */

Error: GCC_ANALYZER_WARNING (CWE-775): [#def760]
evolution-data-server-3.59.1/src/tools/addressbook-export/addressbook-export.c:161:25: warning[-Wanalyzer-file-leak]: leak of FILE ‘outputfile’
evolution-data-server-3.59.1/src/tools/addressbook-export/addressbook-export.c:902:1: enter_function: entry to ‘addressbook_export_thread’
evolution-data-server-3.59.1/src/tools/addressbook-export/addressbook-export.c:906:9: branch_true: following ‘true’ branch (when ‘user_data’ is non-NULL)...
evolution-data-server-3.59.1/src/tools/addressbook-export/addressbook-export.c:909:13: branch_true: ...to here
evolution-data-server-3.59.1/src/tools/addressbook-export/addressbook-export.c:909:12: branch_true: following ‘true’ branch...
evolution-data-server-3.59.1/src/tools/addressbook-export/addressbook-export.c:910:43: branch_true: ...to here
evolution-data-server-3.59.1/src/tools/addressbook-export/addressbook-export.c:910:17: call_function: calling ‘action_list_init’ from ‘addressbook_export_thread’
#  159|   
#  160|   			/* Sanity check. */
#  161|-> 			g_warn_if_fail (
#  162|   				((client != NULL) && (error == NULL)) ||
#  163|   				((client == NULL) && (error != NULL)));

Error: GCC_ANALYZER_WARNING (CWE-401): [#def761]
evolution-data-server-3.59.1/src/tools/addressbook-export/addressbook-export.c:161:25: warning[-Wanalyzer-malloc-leak]: leak of ‘outputfile’
evolution-data-server-3.59.1/src/tools/addressbook-export/addressbook-export.c:902:1: enter_function: entry to ‘addressbook_export_thread’
evolution-data-server-3.59.1/src/tools/addressbook-export/addressbook-export.c:906:9: branch_true: following ‘true’ branch (when ‘user_data’ is non-NULL)...
evolution-data-server-3.59.1/src/tools/addressbook-export/addressbook-export.c:909:13: branch_true: ...to here
evolution-data-server-3.59.1/src/tools/addressbook-export/addressbook-export.c:909:12: branch_true: following ‘true’ branch...
evolution-data-server-3.59.1/src/tools/addressbook-export/addressbook-export.c:910:43: branch_true: ...to here
evolution-data-server-3.59.1/src/tools/addressbook-export/addressbook-export.c:910:17: call_function: calling ‘action_list_init’ from ‘addressbook_export_thread’
#  159|   
#  160|   			/* Sanity check. */
#  161|-> 			g_warn_if_fail (
#  162|   				((client != NULL) && (error == NULL)) ||
#  163|   				((client == NULL) && (error != NULL)));

Error: GCC_ANALYZER_WARNING (CWE-775): [#def762]
evolution-data-server-3.59.1/src/tools/addressbook-export/addressbook-export.c:166:33: warning[-Wanalyzer-file-leak]: leak of FILE ‘outputfile’
evolution-data-server-3.59.1/src/tools/addressbook-export/addressbook-export.c:902:1: enter_function: entry to ‘addressbook_export_thread’
evolution-data-server-3.59.1/src/tools/addressbook-export/addressbook-export.c:906:9: branch_true: following ‘true’ branch (when ‘user_data’ is non-NULL)...
evolution-data-server-3.59.1/src/tools/addressbook-export/addressbook-export.c:909:13: branch_true: ...to here
evolution-data-server-3.59.1/src/tools/addressbook-export/addressbook-export.c:909:12: branch_true: following ‘true’ branch...
evolution-data-server-3.59.1/src/tools/addressbook-export/addressbook-export.c:910:43: branch_true: ...to here
evolution-data-server-3.59.1/src/tools/addressbook-export/addressbook-export.c:910:17: call_function: calling ‘action_list_init’ from ‘addressbook_export_thread’
#  164|   
#  165|   			if (error != NULL) {
#  166|-> 				g_warning (_("Failed to open client “%s”: %s"), full_name, error->message);
#  167|   				g_error_free (error);
#  168|   				g_free (full_name);

Error: GCC_ANALYZER_WARNING (CWE-401): [#def763]
evolution-data-server-3.59.1/src/tools/addressbook-export/addressbook-export.c:166:33: warning[-Wanalyzer-malloc-leak]: leak of ‘outputfile’
evolution-data-server-3.59.1/src/tools/addressbook-export/addressbook-export.c:902:1: enter_function: entry to ‘addressbook_export_thread’
evolution-data-server-3.59.1/src/tools/addressbook-export/addressbook-export.c:906:9: branch_true: following ‘true’ branch (when ‘user_data’ is non-NULL)...
evolution-data-server-3.59.1/src/tools/addressbook-export/addressbook-export.c:909:13: branch_true: ...to here
evolution-data-server-3.59.1/src/tools/addressbook-export/addressbook-export.c:909:12: branch_true: following ‘true’ branch...
evolution-data-server-3.59.1/src/tools/addressbook-export/addressbook-export.c:910:43: branch_true: ...to here
evolution-data-server-3.59.1/src/tools/addressbook-export/addressbook-export.c:910:17: call_function: calling ‘action_list_init’ from ‘addressbook_export_thread’
#  164|   
#  165|   			if (error != NULL) {
#  166|-> 				g_warning (_("Failed to open client “%s”: %s"), full_name, error->message);
#  167|   				g_error_free (error);
#  168|   				g_free (full_name);

Error: GCC_ANALYZER_WARNING (CWE-775): [#def764]
evolution-data-server-3.59.1/src/tools/addressbook-export/addressbook-export.c:167:33: warning[-Wanalyzer-file-leak]: leak of FILE ‘outputfile’
evolution-data-server-3.59.1/src/tools/addressbook-export/addressbook-export.c:902:1: enter_function: entry to ‘addressbook_export_thread’
evolution-data-server-3.59.1/src/tools/addressbook-export/addressbook-export.c:906:9: branch_true: following ‘true’ branch (when ‘user_data’ is non-NULL)...
evolution-data-server-3.59.1/src/tools/addressbook-export/addressbook-export.c:909:13: branch_true: ...to here
evolution-data-server-3.59.1/src/tools/addressbook-export/addressbook-export.c:909:12: branch_true: following ‘true’ branch...
evolution-data-server-3.59.1/src/tools/addressbook-export/addressbook-export.c:910:43: branch_true: ...to here
evolution-data-server-3.59.1/src/tools/addressbook-export/addressbook-export.c:910:17: call_function: calling ‘action_list_init’ from ‘addressbook_export_thread’
#  165|   			if (error != NULL) {
#  166|   				g_warning (_("Failed to open client “%s”: %s"), full_name, error->message);
#  167|-> 				g_error_free (error);
#  168|   				g_free (full_name);
#  169|   				continue;

Error: GCC_ANALYZER_WARNING (CWE-401): [#def765]
evolution-data-server-3.59.1/src/tools/addressbook-export/addressbook-export.c:167:33: warning[-Wanalyzer-malloc-leak]: leak of ‘outputfile’
evolution-data-server-3.59.1/src/tools/addressbook-export/addressbook-export.c:902:1: enter_function: entry to ‘addressbook_export_thread’
evolution-data-server-3.59.1/src/tools/addressbook-export/addressbook-export.c:906:9: branch_true: following ‘true’ branch (when ‘user_data’ is non-NULL)...
evolution-data-server-3.59.1/src/tools/addressbook-export/addressbook-export.c:909:13: branch_true: ...to here
evolution-data-server-3.59.1/src/tools/addressbook-export/addressbook-export.c:909:12: branch_true: following ‘true’ branch...
evolution-data-server-3.59.1/src/tools/addressbook-export/addressbook-export.c:910:43: branch_true: ...to here
evolution-data-server-3.59.1/src/tools/addressbook-export/addressbook-export.c:910:17: call_function: calling ‘action_list_init’ from ‘addressbook_export_thread’
#  165|   			if (error != NULL) {
#  166|   				g_warning (_("Failed to open client “%s”: %s"), full_name, error->message);
#  167|-> 				g_error_free (error);
#  168|   				g_free (full_name);
#  169|   				continue;

Error: GCC_ANALYZER_WARNING (CWE-775): [#def766]
evolution-data-server-3.59.1/src/tools/addressbook-export/addressbook-export.c:168:33: warning[-Wanalyzer-file-leak]: leak of FILE ‘outputfile’
evolution-data-server-3.59.1/src/tools/addressbook-export/addressbook-export.c:902:1: enter_function: entry to ‘addressbook_export_thread’
evolution-data-server-3.59.1/src/tools/addressbook-export/addressbook-export.c:906:9: branch_true: following ‘true’ branch (when ‘user_data’ is non-NULL)...
evolution-data-server-3.59.1/src/tools/addressbook-export/addressbook-export.c:909:13: branch_true: ...to here
evolution-data-server-3.59.1/src/tools/addressbook-export/addressbook-export.c:909:12: branch_true: following ‘true’ branch...
evolution-data-server-3.59.1/src/tools/addressbook-export/addressbook-export.c:910:43: branch_true: ...to here
evolution-data-server-3.59.1/src/tools/addressbook-export/addressbook-export.c:910:17: call_function: calling ‘action_list_init’ from ‘addressbook_export_thread’
#  166|   				g_warning (_("Failed to open client “%s”: %s"), full_name, error->message);
#  167|   				g_error_free (error);
#  168|-> 				g_free (full_name);
#  169|   				continue;
#  170|   			}

Error: GCC_ANALYZER_WARNING (CWE-401): [#def767]
evolution-data-server-3.59.1/src/tools/addressbook-export/addressbook-export.c:168:33: warning[-Wanalyzer-malloc-leak]: leak of ‘outputfile’
evolution-data-server-3.59.1/src/tools/addressbook-export/addressbook-export.c:902:1: enter_function: entry to ‘addressbook_export_thread’
evolution-data-server-3.59.1/src/tools/addressbook-export/addressbook-export.c:906:9: branch_true: following ‘true’ branch (when ‘user_data’ is non-NULL)...
evolution-data-server-3.59.1/src/tools/addressbook-export/addressbook-export.c:909:13: branch_true: ...to here
evolution-data-server-3.59.1/src/tools/addressbook-export/addressbook-export.c:909:12: branch_true: following ‘true’ branch...
evolution-data-server-3.59.1/src/tools/addressbook-export/addressbook-export.c:910:43: branch_true: ...to here
evolution-data-server-3.59.1/src/tools/addressbook-export/addressbook-export.c:910:17: call_function: calling ‘action_list_init’ from ‘addressbook_export_thread’
#  166|   				g_warning (_("Failed to open client “%s”: %s"), full_name, error->message);
#  167|   				g_error_free (error);
#  168|-> 				g_free (full_name);
#  169|   				continue;
#  170|   			}

Error: GCC_ANALYZER_WARNING (CWE-775): [#def768]
evolution-data-server-3.59.1/src/tools/addressbook-export/addressbook-export.c:174:30: warning[-Wanalyzer-file-leak]: leak of FILE ‘outputfile’
evolution-data-server-3.59.1/src/tools/addressbook-export/addressbook-export.c:902:1: enter_function: entry to ‘addressbook_export_thread’
evolution-data-server-3.59.1/src/tools/addressbook-export/addressbook-export.c:906:9: branch_true: following ‘true’ branch (when ‘user_data’ is non-NULL)...
evolution-data-server-3.59.1/src/tools/addressbook-export/addressbook-export.c:909:13: branch_true: ...to here
evolution-data-server-3.59.1/src/tools/addressbook-export/addressbook-export.c:909:12: branch_true: following ‘true’ branch...
evolution-data-server-3.59.1/src/tools/addressbook-export/addressbook-export.c:910:43: branch_true: ...to here
evolution-data-server-3.59.1/src/tools/addressbook-export/addressbook-export.c:910:17: call_function: calling ‘action_list_init’ from ‘addressbook_export_thread’
#  172|   			book_client = E_BOOK_CLIENT (client);
#  173|   
#  174|-> 			if (!e_book_client_get_contacts_uids_sync (book_client, "#t", &contact_uids, NULL, NULL))
#  175|   				contact_uids = NULL;
#  176|   

Error: GCC_ANALYZER_WARNING (CWE-401): [#def769]
evolution-data-server-3.59.1/src/tools/addressbook-export/addressbook-export.c:174:30: warning[-Wanalyzer-malloc-leak]: leak of ‘outputfile’
evolution-data-server-3.59.1/src/tools/addressbook-export/addressbook-export.c:902:1: enter_function: entry to ‘addressbook_export_thread’
evolution-data-server-3.59.1/src/tools/addressbook-export/addressbook-export.c:906:9: branch_true: following ‘true’ branch (when ‘user_data’ is non-NULL)...
evolution-data-server-3.59.1/src/tools/addressbook-export/addressbook-export.c:909:13: branch_true: ...to here
evolution-data-server-3.59.1/src/tools/addressbook-export/addressbook-export.c:909:12: branch_true: following ‘true’ branch...
evolution-data-server-3.59.1/src/tools/addressbook-export/addressbook-export.c:910:43: branch_true: ...to here
evolution-data-server-3.59.1/src/tools/addressbook-export/addressbook-export.c:910:17: call_function: calling ‘action_list_init’ from ‘addressbook_export_thread’
#  172|   			book_client = E_BOOK_CLIENT (client);
#  173|   
#  174|-> 			if (!e_book_client_get_contacts_uids_sync (book_client, "#t", &contact_uids, NULL, NULL))
#  175|   				contact_uids = NULL;
#  176|   

Error: GCC_ANALYZER_WARNING (CWE-775): [#def770]
evolution-data-server-3.59.1/src/tools/addressbook-export/addressbook-export.c:177:33: warning[-Wanalyzer-file-leak]: leak of FILE ‘outputfile’
evolution-data-server-3.59.1/src/tools/addressbook-export/addressbook-export.c:902:1: enter_function: entry to ‘addressbook_export_thread’
evolution-data-server-3.59.1/src/tools/addressbook-export/addressbook-export.c:906:9: branch_true: following ‘true’ branch (when ‘user_data’ is non-NULL)...
evolution-data-server-3.59.1/src/tools/addressbook-export/addressbook-export.c:909:13: branch_true: ...to here
evolution-data-server-3.59.1/src/tools/addressbook-export/addressbook-export.c:909:12: branch_true: following ‘true’ branch...
evolution-data-server-3.59.1/src/tools/addressbook-export/addressbook-export.c:910:43: branch_true: ...to here
evolution-data-server-3.59.1/src/tools/addressbook-export/addressbook-export.c:910:17: call_function: calling ‘action_list_init’ from ‘addressbook_export_thread’
#  175|   				contact_uids = NULL;
#  176|   
#  177|-> 			count = g_slist_length (contact_uids);
#  178|   
#  179|   			g_slist_free_full (contact_uids, g_free);

Error: GCC_ANALYZER_WARNING (CWE-401): [#def771]
evolution-data-server-3.59.1/src/tools/addressbook-export/addressbook-export.c:177:33: warning[-Wanalyzer-malloc-leak]: leak of ‘outputfile’
evolution-data-server-3.59.1/src/tools/addressbook-export/addressbook-export.c:902:1: enter_function: entry to ‘addressbook_export_thread’
evolution-data-server-3.59.1/src/tools/addressbook-export/addressbook-export.c:906:9: branch_true: following ‘true’ branch (when ‘user_data’ is non-NULL)...
evolution-data-server-3.59.1/src/tools/addressbook-export/addressbook-export.c:909:13: branch_true: ...to here
evolution-data-server-3.59.1/src/tools/addressbook-export/addressbook-export.c:909:12: branch_true: following ‘true’ branch...
evolution-data-server-3.59.1/src/tools/addressbook-export/addressbook-export.c:910:43: branch_true: ...to here
evolution-data-server-3.59.1/src/tools/addressbook-export/addressbook-export.c:910:17: call_function: calling ‘action_list_init’ from ‘addressbook_export_thread’
#  175|   				contact_uids = NULL;
#  176|   
#  177|-> 			count = g_slist_length (contact_uids);
#  178|   
#  179|   			g_slist_free_full (contact_uids, g_free);

Error: GCC_ANALYZER_WARNING (CWE-775): [#def772]
evolution-data-server-3.59.1/src/tools/addressbook-export/addressbook-export.c:179:25: warning[-Wanalyzer-file-leak]: leak of FILE ‘outputfile’
evolution-data-server-3.59.1/src/tools/addressbook-export/addressbook-export.c:902:1: enter_function: entry to ‘addressbook_export_thread’
evolution-data-server-3.59.1/src/tools/addressbook-export/addressbook-export.c:906:9: branch_true: following ‘true’ branch (when ‘user_data’ is non-NULL)...
evolution-data-server-3.59.1/src/tools/addressbook-export/addressbook-export.c:909:13: branch_true: ...to here
evolution-data-server-3.59.1/src/tools/addressbook-export/addressbook-export.c:909:12: branch_true: following ‘true’ branch...
evolution-data-server-3.59.1/src/tools/addressbook-export/addressbook-export.c:910:43: branch_true: ...to here
evolution-data-server-3.59.1/src/tools/addressbook-export/addressbook-export.c:910:17: call_function: calling ‘action_list_init’ from ‘addressbook_export_thread’
#  177|   			count = g_slist_length (contact_uids);
#  178|   
#  179|-> 			g_slist_free_full (contact_uids, g_free);
#  180|   			g_object_unref (book_client);
#  181|   		}

Error: GCC_ANALYZER_WARNING (CWE-401): [#def773]
evolution-data-server-3.59.1/src/tools/addressbook-export/addressbook-export.c:179:25: warning[-Wanalyzer-malloc-leak]: leak of ‘outputfile’
evolution-data-server-3.59.1/src/tools/addressbook-export/addressbook-export.c:902:1: enter_function: entry to ‘addressbook_export_thread’
evolution-data-server-3.59.1/src/tools/addressbook-export/addressbook-export.c:906:9: branch_true: following ‘true’ branch (when ‘user_data’ is non-NULL)...
evolution-data-server-3.59.1/src/tools/addressbook-export/addressbook-export.c:909:13: branch_true: ...to here
evolution-data-server-3.59.1/src/tools/addressbook-export/addressbook-export.c:909:12: branch_true: following ‘true’ branch...
evolution-data-server-3.59.1/src/tools/addressbook-export/addressbook-export.c:910:43: branch_true: ...to here
evolution-data-server-3.59.1/src/tools/addressbook-export/addressbook-export.c:910:17: call_function: calling ‘action_list_init’ from ‘addressbook_export_thread’
#  177|   			count = g_slist_length (contact_uids);
#  178|   
#  179|-> 			g_slist_free_full (contact_uids, g_free);
#  180|   			g_object_unref (book_client);
#  181|   		}

Error: GCC_ANALYZER_WARNING (CWE-775): [#def774]
evolution-data-server-3.59.1/src/tools/addressbook-export/addressbook-export.c:180:25: warning[-Wanalyzer-file-leak]: leak of FILE ‘outputfile’
evolution-data-server-3.59.1/src/tools/addressbook-export/addressbook-export.c:902:1: enter_function: entry to ‘addressbook_export_thread’
evolution-data-server-3.59.1/src/tools/addressbook-export/addressbook-export.c:906:9: branch_true: following ‘true’ branch (when ‘user_data’ is non-NULL)...
evolution-data-server-3.59.1/src/tools/addressbook-export/addressbook-export.c:909:13: branch_true: ...to here
evolution-data-server-3.59.1/src/tools/addressbook-export/addressbook-export.c:909:12: branch_true: following ‘true’ branch...
evolution-data-server-3.59.1/src/tools/addressbook-export/addressbook-export.c:910:43: branch_true: ...to here
evolution-data-server-3.59.1/src/tools/addressbook-export/addressbook-export.c:910:17: call_function: calling ‘action_list_init’ from ‘addressbook_export_thread’
#  178|   
#  179|   			g_slist_free_full (contact_uids, g_free);
#  180|-> 			g_object_unref (book_client);
#  181|   		}
#  182|   

Error: GCC_ANALYZER_WARNING (CWE-401): [#def775]
evolution-data-server-3.59.1/src/tools/addressbook-export/addressbook-export.c:180:25: warning[-Wanalyzer-malloc-leak]: leak of ‘outputfile’
evolution-data-server-3.59.1/src/tools/addressbook-export/addressbook-export.c:902:1: enter_function: entry to ‘addressbook_export_thread’
evolution-data-server-3.59.1/src/tools/addressbook-export/addressbook-export.c:906:9: branch_true: following ‘true’ branch (when ‘user_data’ is non-NULL)...
evolution-data-server-3.59.1/src/tools/addressbook-export/addressbook-export.c:909:13: branch_true: ...to here
evolution-data-server-3.59.1/src/tools/addressbook-export/addressbook-export.c:909:12: branch_true: following ‘true’ branch...
evolution-data-server-3.59.1/src/tools/addressbook-export/addressbook-export.c:910:43: branch_true: ...to here
evolution-data-server-3.59.1/src/tools/addressbook-export/addressbook-export.c:910:17: call_function: calling ‘action_list_init’ from ‘addressbook_export_thread’
#  178|   
#  179|   			g_slist_free_full (contact_uids, g_free);
#  180|-> 			g_object_unref (book_client);
#  181|   		}
#  182|   

Error: GCC_ANALYZER_WARNING (CWE-775): [#def776]
evolution-data-server-3.59.1/src/tools/addressbook-export/addressbook-export.c:188:17: warning[-Wanalyzer-file-leak]: leak of FILE ‘outputfile’
evolution-data-server-3.59.1/src/tools/addressbook-export/addressbook-export.c:902:1: enter_function: entry to ‘addressbook_export_thread’
evolution-data-server-3.59.1/src/tools/addressbook-export/addressbook-export.c:906:9: branch_true: following ‘true’ branch (when ‘user_data’ is non-NULL)...
evolution-data-server-3.59.1/src/tools/addressbook-export/addressbook-export.c:909:13: branch_true: ...to here
evolution-data-server-3.59.1/src/tools/addressbook-export/addressbook-export.c:909:12: branch_true: following ‘true’ branch...
evolution-data-server-3.59.1/src/tools/addressbook-export/addressbook-export.c:910:43: branch_true: ...to here
evolution-data-server-3.59.1/src/tools/addressbook-export/addressbook-export.c:910:17: call_function: calling ‘action_list_init’ from ‘addressbook_export_thread’
#  186|   			fprintf (outputfile, "\"%s\",\"%s\"\n", uid, full_name);
#  187|   
#  188|-> 		g_free (full_name);
#  189|   	}
#  190|   

Error: GCC_ANALYZER_WARNING (CWE-401): [#def777]
evolution-data-server-3.59.1/src/tools/addressbook-export/addressbook-export.c:188:17: warning[-Wanalyzer-malloc-leak]: leak of ‘outputfile’
evolution-data-server-3.59.1/src/tools/addressbook-export/addressbook-export.c:902:1: enter_function: entry to ‘addressbook_export_thread’
evolution-data-server-3.59.1/src/tools/addressbook-export/addressbook-export.c:906:9: branch_true: following ‘true’ branch (when ‘user_data’ is non-NULL)...
evolution-data-server-3.59.1/src/tools/addressbook-export/addressbook-export.c:909:13: branch_true: ...to here
evolution-data-server-3.59.1/src/tools/addressbook-export/addressbook-export.c:909:12: branch_true: following ‘true’ branch...
evolution-data-server-3.59.1/src/tools/addressbook-export/addressbook-export.c:910:43: branch_true: ...to here
evolution-data-server-3.59.1/src/tools/addressbook-export/addressbook-export.c:910:17: call_function: calling ‘action_list_init’ from ‘addressbook_export_thread’
#  186|   			fprintf (outputfile, "\"%s\",\"%s\"\n", uid, full_name);
#  187|   
#  188|-> 		g_free (full_name);
#  189|   	}
#  190|   

Error: GCC_ANALYZER_WARNING (CWE-775): [#def778]
evolution-data-server-3.59.1/src/tools/addressbook-export/addressbook-export.c:191:9: warning[-Wanalyzer-file-leak]: leak of FILE ‘outputfile’
evolution-data-server-3.59.1/src/tools/addressbook-export/addressbook-export.c:902:1: enter_function: entry to ‘addressbook_export_thread’
evolution-data-server-3.59.1/src/tools/addressbook-export/addressbook-export.c:906:9: branch_true: following ‘true’ branch (when ‘user_data’ is non-NULL)...
evolution-data-server-3.59.1/src/tools/addressbook-export/addressbook-export.c:909:13: branch_true: ...to here
evolution-data-server-3.59.1/src/tools/addressbook-export/addressbook-export.c:909:12: branch_true: following ‘true’ branch...
evolution-data-server-3.59.1/src/tools/addressbook-export/addressbook-export.c:910:43: branch_true: ...to here
evolution-data-server-3.59.1/src/tools/addressbook-export/addressbook-export.c:910:17: call_function: calling ‘action_list_init’ from ‘addressbook_export_thread’
#  189|   	}
#  190|   
#  191|-> 	g_list_free_full (list, (GDestroyNotify) g_object_unref);
#  192|   
#  193|   	if (outputfile && outputfile != stdout)

Error: GCC_ANALYZER_WARNING (CWE-401): [#def779]
evolution-data-server-3.59.1/src/tools/addressbook-export/addressbook-export.c:191:9: warning[-Wanalyzer-malloc-leak]: leak of ‘outputfile’
evolution-data-server-3.59.1/src/tools/addressbook-export/addressbook-export.c:902:1: enter_function: entry to ‘addressbook_export_thread’
evolution-data-server-3.59.1/src/tools/addressbook-export/addressbook-export.c:906:9: branch_true: following ‘true’ branch (when ‘user_data’ is non-NULL)...
evolution-data-server-3.59.1/src/tools/addressbook-export/addressbook-export.c:909:13: branch_true: ...to here
evolution-data-server-3.59.1/src/tools/addressbook-export/addressbook-export.c:909:12: branch_true: following ‘true’ branch...
evolution-data-server-3.59.1/src/tools/addressbook-export/addressbook-export.c:910:43: branch_true: ...to here
evolution-data-server-3.59.1/src/tools/addressbook-export/addressbook-export.c:910:17: call_function: calling ‘action_list_init’ from ‘addressbook_export_thread’
#  189|   	}
#  190|   
#  191|-> 	g_list_free_full (list, (GDestroyNotify) g_object_unref);
#  192|   
#  193|   	if (outputfile && outputfile != stdout)

Error: GCC_ANALYZER_WARNING (CWE-775): [#def780]
evolution-data-server-3.59.1/src/tools/addressbook-export/addressbook-export.c:195:1: warning[-Wanalyzer-file-leak]: leak of FILE ‘outputfile’
evolution-data-server-3.59.1/src/tools/addressbook-export/addressbook-export.c:902:1: enter_function: entry to ‘addressbook_export_thread’
evolution-data-server-3.59.1/src/tools/addressbook-export/addressbook-export.c:906:9: branch_true: following ‘true’ branch (when ‘user_data’ is non-NULL)...
evolution-data-server-3.59.1/src/tools/addressbook-export/addressbook-export.c:909:13: branch_true: ...to here
evolution-data-server-3.59.1/src/tools/addressbook-export/addressbook-export.c:909:12: branch_true: following ‘true’ branch...
evolution-data-server-3.59.1/src/tools/addressbook-export/addressbook-export.c:910:43: branch_true: ...to here
evolution-data-server-3.59.1/src/tools/addressbook-export/addressbook-export.c:910:17: call_function: calling ‘action_list_init’ from ‘addressbook_export_thread’
#  193|   	if (outputfile && outputfile != stdout)
#  194|   		fclose (outputfile);
#  195|-> }
#  196|   
#  197|   typedef enum _CARD_FORMAT CARD_FORMAT;

Error: GCC_ANALYZER_WARNING (CWE-401): [#def781]
evolution-data-server-3.59.1/src/tools/addressbook-export/addressbook-export.c:195:1: warning[-Wanalyzer-malloc-leak]: leak of ‘outputfile’
evolution-data-server-3.59.1/src/tools/addressbook-export/addressbook-export.c:902:1: enter_function: entry to ‘addressbook_export_thread’
evolution-data-server-3.59.1/src/tools/addressbook-export/addressbook-export.c:906:9: branch_true: following ‘true’ branch (when ‘user_data’ is non-NULL)...
evolution-data-server-3.59.1/src/tools/addressbook-export/addressbook-export.c:909:13: branch_true: ...to here
evolution-data-server-3.59.1/src/tools/addressbook-export/addressbook-export.c:909:12: branch_true: following ‘true’ branch...
evolution-data-server-3.59.1/src/tools/addressbook-export/addressbook-export.c:910:43: branch_true: ...to here
evolution-data-server-3.59.1/src/tools/addressbook-export/addressbook-export.c:910:17: call_function: calling ‘action_list_init’ from ‘addressbook_export_thread’
#  193|   	if (outputfile && outputfile != stdout)
#  194|   		fclose (outputfile);
#  195|-> }
#  196|   
#  197|   typedef enum _CARD_FORMAT CARD_FORMAT;

Error: GCC_ANALYZER_WARNING (CWE-404): [#def782]
evolution-data-server-3.59.1/src/tools/list-sources/list-sources.c:39:15: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
evolution-data-server-3.59.1/src/tools/list-sources/list-sources.c:36:9: branch_true: following ‘true’ branch (when ‘format’ is non-NULL)...
evolution-data-server-3.59.1/src/tools/list-sources/list-sources.c:38:9: branch_true: ...to here
evolution-data-server-3.59.1/src/tools/list-sources/list-sources.c:38:9: acquire_resource: ‘va_start’ called here
evolution-data-server-3.59.1/src/tools/list-sources/list-sources.c:39:15: throw: if ‘g_strdup_vprintf’ throws an exception...
evolution-data-server-3.59.1/src/tools/list-sources/list-sources.c:39:15: danger: missing call to ‘va_end’ to match ‘va_start’ at [(3)](sarif:/runs/0/results/0/codeFlows/0/threadFlows/0/locations/2)
#   37|   
#   38|   	va_start (va, format);
#   39|-> 	str = g_strdup_vprintf (format, va);
#   40|   	va_end (va);
#   41|   

Error: GCC_ANALYZER_WARNING (CWE-404): [#def783]
evolution-data-server-3.59.1/tests/libebook-contacts/test-indices-updater.c:50:17: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
evolution-data-server-3.59.1/tests/libebook-contacts/test-indices-updater.c:45:9: acquire_resource: ‘va_start’ called here
evolution-data-server-3.59.1/tests/libebook-contacts/test-indices-updater.c:47:22: branch_true: following ‘true’ branch...
evolution-data-server-3.59.1/tests/libebook-contacts/test-indices-updater.c:50:17: throw: if ‘g_assertion_message_cmpnum’ throws an exception...
evolution-data-server-3.59.1/tests/libebook-contacts/test-indices-updater.c:50:17: danger: missing call to ‘va_end’ to match ‘va_start’ at [(1)](sarif:/runs/0/results/0/codeFlows/0/threadFlows/0/locations/0)
#   48|   		guint expected_index = index == -1 ? G_MAXUINT : (guint) index;
#   49|   
#   50|-> 		g_assert_cmpuint (expected_index, ==, indices[ii].index);
#   51|   
#   52|   		index = va_arg (va, gint);

Error: GCC_ANALYZER_WARNING (CWE-404): [#def784]
evolution-data-server-3.59.1/tests/libebook/client/test-book-client-cursor-operations.c:655:21: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
evolution-data-server-3.59.1/tests/libebook/client/test-book-client-cursor-operations.c:654:9: acquire_resource: ‘va_start’ called here
evolution-data-server-3.59.1/tests/libebook/client/test-book-client-cursor-operations.c:655:21: throw: if ‘g_strdup_vprintf’ throws an exception...
evolution-data-server-3.59.1/tests/libebook/client/test-book-client-cursor-operations.c:655:21: danger: missing call to ‘va_end’ to match ‘va_start’ at [(1)](sarif:/runs/0/results/0/codeFlows/0/threadFlows/0/locations/0)
#  653|   
#  654|   	va_start (args, format);
#  655|-> 	test_path = g_strdup_vprintf (format, args);
#  656|   	va_end (args);
#  657|   

Error: GCC_ANALYZER_WARNING (CWE-404): [#def785]
evolution-data-server-3.59.1/tests/libebook/client/test-book-client-cursor-operations.c:979:17: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
evolution-data-server-3.59.1/tests/libebook/client/test-book-client-cursor-operations.c:965:9: branch_true: following ‘true’ branch (when ‘expected <= 20’)...
evolution-data-server-3.59.1/tests/libebook/client/test-book-client-cursor-operations.c:966:9: branch_true: ...to here
evolution-data-server-3.59.1/tests/libebook/client/test-book-client-cursor-operations.c:966:9: branch_true: following ‘true’ branch...
evolution-data-server-3.59.1/tests/libebook/client/test-book-client-cursor-operations.c:968:9: branch_true: ...to here
evolution-data-server-3.59.1/tests/libebook/client/test-book-client-cursor-operations.c:974:9: acquire_resource: ‘va_start’ called here
evolution-data-server-3.59.1/tests/libebook/client/test-book-client-cursor-operations.c:975:21: branch_true: following ‘true’ branch (when ‘i < expected’)...
evolution-data-server-3.59.1/tests/libebook/client/test-book-client-cursor-operations.c:976:22: branch_true: ...to here
evolution-data-server-3.59.1/tests/libebook/client/test-book-client-cursor-operations.c:979:17: branch_false: following ‘false’ branch (when ‘expected_position <= 0’)...
evolution-data-server-3.59.1/tests/libebook/client/test-book-client-cursor-operations.c:979:17: branch_false: ...to here
evolution-data-server-3.59.1/tests/libebook/client/test-book-client-cursor-operations.c:979:17: throw: if ‘g_assertion_message_cmpnum’ throws an exception...
evolution-data-server-3.59.1/tests/libebook/client/test-book-client-cursor-operations.c:979:17: danger: missing call to ‘va_end’ to match ‘va_start’ at [(5)](sarif:/runs/0/results/1/codeFlows/0/threadFlows/0/locations/4)
#  977|   
#  978|   		/* Sanity check while building the test case */
#  979|-> 		g_assert_cmpint (expected_position, >, 0);
#  980|   
#  981|   		test->expected_order[i] = expected_position - 1;

Error: GCC_ANALYZER_WARNING (CWE-404): [#def786]
evolution-data-server-3.59.1/tests/libebook/client/test-book-client-cursor-operations.c:1657:29: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
evolution-data-server-3.59.1/tests/libebook/client/test-book-client-cursor-operations.c:1656:9: acquire_resource: ‘va_start’ called here
evolution-data-server-3.59.1/tests/libebook/client/test-book-client-cursor-operations.c:1657:29: throw: if ‘g_strdup_vprintf’ throws an exception...
evolution-data-server-3.59.1/tests/libebook/client/test-book-client-cursor-operations.c:1657:29: danger: missing call to ‘va_end’ to match ‘va_start’ at [(1)](sarif:/runs/0/results/2/codeFlows/0/threadFlows/0/locations/0)
# 1655|   
# 1656|   	va_start (args, format);
# 1657|-> 	test->thread_name = g_strdup_vprintf (format, args);
# 1658|   	va_end (args);
# 1659|   

Error: CPPCHECK_WARNING (CWE-476): [#def787]
evolution-data-server-3.59.1/tests/libebook/client/test-book-client-e164-param.c:95: warning[nullPointer]: Possible null pointer dereference: values
#   93|   
#   94|   	g_assert_true (values != NULL);
#   95|-> 	g_assert_cmpstr (values->data, ==, data->formatted_number);
#   96|   
#   97|   	values = e_vcard_attribute_get_param (tel, EVC_X_E164);

Error: GCC_ANALYZER_WARNING (CWE-476): [#def788]
evolution-data-server-3.59.1/tests/libebook/client/test-book-client-e164-param.c:95:9: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘values’
#   93|   
#   94|   	g_assert_true (values != NULL);
#   95|-> 	g_assert_cmpstr (values->data, ==, data->formatted_number);
#   96|   
#   97|   	values = e_vcard_attribute_get_param (tel, EVC_X_E164);

Error: CPPCHECK_WARNING (CWE-476): [#def789]
evolution-data-server-3.59.1/tests/libebook/client/test-book-client-e164-param.c:114: warning[nullPointer]: Possible null pointer dereference: values
#  112|   
#  113|   	g_assert_true (values != NULL);
#  114|-> 	g_assert_cmpstr (values->data, ==, data->formatted_number);
#  115|   
#  116|   	values = e_vcard_attribute_get_param (tel, EVC_X_E164);

Error: GCC_ANALYZER_WARNING (CWE-476): [#def790]
evolution-data-server-3.59.1/tests/libebook/client/test-book-client-e164-param.c:114:9: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘values’
evolution-data-server-3.59.1/tests/libebook/client/test-book-client-e164-param.c:92:18: branch_true: following ‘true’ branch...
evolution-data-server-3.59.1/tests/libebook/client/test-book-client-e164-param.c:92:24: branch_true: ...to here
evolution-data-server-3.59.1/tests/libebook/client/test-book-client-e164-param.c:94:9: branch_true: following ‘true’ branch...
evolution-data-server-3.59.1/tests/libebook/client/test-book-client-e164-param.c:95:9: branch_true: ...to here
evolution-data-server-3.59.1/tests/libebook/client/test-book-client-e164-param.c:100:12: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/tests/libebook/client/test-book-client-e164-param.c:103:9: branch_false: ...to here
evolution-data-server-3.59.1/tests/libebook/client/test-book-client-e164-param.c:105:12: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/tests/libebook/client/test-book-client-e164-param.c:108:9: branch_false: ...to here
evolution-data-server-3.59.1/tests/libebook/client/test-book-client-e164-param.c:114:9: danger: dereference of NULL ‘values’
#  112|   
#  113|   	g_assert_true (values != NULL);
#  114|-> 	g_assert_cmpstr (values->data, ==, data->formatted_number);
#  115|   
#  116|   	values = e_vcard_attribute_get_param (tel, EVC_X_E164);

Error: GCC_ANALYZER_WARNING (CWE-404): [#def791]
evolution-data-server-3.59.1/tests/libebook/client/test-book-client-view-operations.c:211:39: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
evolution-data-server-3.59.1/tests/libebook/client/test-book-client-view-operations.c:208:9: acquire_resource: ‘va_start’ called here
evolution-data-server-3.59.1/tests/libebook/client/test-book-client-view-operations.c:210:16: branch_true: following ‘true’ branch (when ‘expected_str’ is non-NULL)...
evolution-data-server-3.59.1/tests/libebook/client/test-book-client-view-operations.c:211:39: branch_true: ...to here
evolution-data-server-3.59.1/tests/libebook/client/test-book-client-view-operations.c:211:39: throw: if ‘g_hash_table_lookup’ throws an exception...
evolution-data-server-3.59.1/tests/libebook/client/test-book-client-view-operations.c:211:39: danger: missing call to ‘va_end’ to match ‘va_start’ at [(1)](sarif:/runs/0/results/0/codeFlows/0/threadFlows/0/locations/0)
#  209|   
#  210|   	while (expected_str) {
#  211|-> 		guint current_index = GPOINTER_TO_UINT (g_hash_table_lookup (hash, expected_str));
#  212|   
#  213|   		g_assert_true (g_hash_table_contains (hash, expected_str));

Error: GCC_ANALYZER_WARNING (CWE-404): [#def792]
evolution-data-server-3.59.1/tests/libebook/client/test-book-client-view-operations.c:213:17: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
evolution-data-server-3.59.1/tests/libebook/client/test-book-client-view-operations.c:208:9: acquire_resource: ‘va_start’ called here
evolution-data-server-3.59.1/tests/libebook/client/test-book-client-view-operations.c:210:16: branch_true: following ‘true’ branch (when ‘expected_str’ is non-NULL)...
evolution-data-server-3.59.1/tests/libebook/client/test-book-client-view-operations.c:211:39: branch_true: ...to here
evolution-data-server-3.59.1/tests/libebook/client/test-book-client-view-operations.c:213:17: throw: if ‘g_hash_table_contains’ throws an exception...
evolution-data-server-3.59.1/tests/libebook/client/test-book-client-view-operations.c:213:17: danger: missing call to ‘va_end’ to match ‘va_start’ at [(1)](sarif:/runs/0/results/1/codeFlows/0/threadFlows/0/locations/0)
#  211|   		guint current_index = GPOINTER_TO_UINT (g_hash_table_lookup (hash, expected_str));
#  212|   
#  213|-> 		g_assert_true (g_hash_table_contains (hash, expected_str));
#  214|   		g_assert_cmpuint (current_index, ==, expected_index);
#  215|   

Error: GCC_ANALYZER_WARNING (CWE-404): [#def793]
evolution-data-server-3.59.1/tests/libebook/client/test-book-client-view-operations.c:214:17: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
evolution-data-server-3.59.1/tests/libebook/client/test-book-client-view-operations.c:208:9: acquire_resource: ‘va_start’ called here
evolution-data-server-3.59.1/tests/libebook/client/test-book-client-view-operations.c:210:16: branch_true: following ‘true’ branch (when ‘expected_str’ is non-NULL)...
evolution-data-server-3.59.1/tests/libebook/client/test-book-client-view-operations.c:211:39: branch_true: ...to here
evolution-data-server-3.59.1/tests/libebook/client/test-book-client-view-operations.c:214:17: throw: if ‘g_assertion_message_cmpnum’ throws an exception...
evolution-data-server-3.59.1/tests/libebook/client/test-book-client-view-operations.c:214:17: danger: missing call to ‘va_end’ to match ‘va_start’ at [(1)](sarif:/runs/0/results/3/codeFlows/0/threadFlows/0/locations/0)
#  212|   
#  213|   		g_assert_true (g_hash_table_contains (hash, expected_str));
#  214|-> 		g_assert_cmpuint (current_index, ==, expected_index);
#  215|   
#  216|   		expected_str = va_arg (va, const gchar *);

Error: GCC_ANALYZER_WARNING (CWE-404): [#def794]
evolution-data-server-3.59.1/tests/libebook/client/test-book-client-view-operations.c:267:9: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
evolution-data-server-3.59.1/tests/libebook/client/test-book-client-view-operations.c:304:1: enter_function: entry to ‘manual_query_verify_content’
evolution-data-server-3.59.1/tests/libebook/client/test-book-client-view-operations.c:312:9: acquire_resource: ‘va_start’ called here
evolution-data-server-3.59.1/tests/libebook/client/test-book-client-view-operations.c:313:9: call_function: calling ‘manual_query_verify_content_valist’ from ‘manual_query_verify_content’
#  265|   	mqcd.contacts = NULL;
#  266|   
#  267|-> 	e_book_client_view_dup_contacts (mqd->view, range_start, range_length, NULL, manual_query_contacts_received_cb, &mqcd);
#  268|   
#  269|   	g_main_loop_run (mqcd.loop);

Error: GCC_ANALYZER_WARNING (CWE-404): [#def795]
evolution-data-server-3.59.1/tests/libebook/client/test-book-client-view-operations.c:269:9: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
evolution-data-server-3.59.1/tests/libebook/client/test-book-client-view-operations.c:304:1: enter_function: entry to ‘manual_query_verify_content’
evolution-data-server-3.59.1/tests/libebook/client/test-book-client-view-operations.c:312:9: acquire_resource: ‘va_start’ called here
evolution-data-server-3.59.1/tests/libebook/client/test-book-client-view-operations.c:313:9: call_function: calling ‘manual_query_verify_content_valist’ from ‘manual_query_verify_content’
#  267|   	e_book_client_view_dup_contacts (mqd->view, range_start, range_length, NULL, manual_query_contacts_received_cb, &mqcd);
#  268|   
#  269|-> 	g_main_loop_run (mqcd.loop);
#  270|   
#  271|   	g_assert_nonnull (mqcd.contacts);

Error: GCC_ANALYZER_WARNING (CWE-404): [#def796]
evolution-data-server-3.59.1/tests/libebook/client/test-book-client-view-operations.c:271:9: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
evolution-data-server-3.59.1/tests/libebook/client/test-book-client-view-operations.c:304:1: enter_function: entry to ‘manual_query_verify_content’
evolution-data-server-3.59.1/tests/libebook/client/test-book-client-view-operations.c:312:9: acquire_resource: ‘va_start’ called here
evolution-data-server-3.59.1/tests/libebook/client/test-book-client-view-operations.c:313:9: call_function: calling ‘manual_query_verify_content_valist’ from ‘manual_query_verify_content’
#  269|   	g_main_loop_run (mqcd.loop);
#  270|   
#  271|-> 	g_assert_nonnull (mqcd.contacts);
#  272|   
#  273|   	ii = 0;

Error: GCC_ANALYZER_WARNING (CWE-404): [#def797]
evolution-data-server-3.59.1/tests/libebook/client/test-book-client-view-operations.c:279:17: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
evolution-data-server-3.59.1/tests/libebook/client/test-book-client-view-operations.c:304:1: enter_function: entry to ‘manual_query_verify_content’
evolution-data-server-3.59.1/tests/libebook/client/test-book-client-view-operations.c:312:9: acquire_resource: ‘va_start’ called here
evolution-data-server-3.59.1/tests/libebook/client/test-book-client-view-operations.c:313:9: call_function: calling ‘manual_query_verify_content_valist’ from ‘manual_query_verify_content’
#  277|   		const gchar *received_uid;
#  278|   
#  279|-> 		g_assert_cmpuint (ii, <, mqcd.contacts->len);
#  280|   
#  281|   		contact = g_ptr_array_index (mqcd.contacts, ii);

Error: GCC_ANALYZER_WARNING (CWE-404): [#def798]
evolution-data-server-3.59.1/tests/libebook/client/test-book-client-view-operations.c:286:32: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
evolution-data-server-3.59.1/tests/libebook/client/test-book-client-view-operations.c:304:1: enter_function: entry to ‘manual_query_verify_content’
evolution-data-server-3.59.1/tests/libebook/client/test-book-client-view-operations.c:312:9: acquire_resource: ‘va_start’ called here
evolution-data-server-3.59.1/tests/libebook/client/test-book-client-view-operations.c:313:9: call_function: calling ‘manual_query_verify_content_valist’ from ‘manual_query_verify_content’
#  284|   		g_assert_nonnull (contact);
#  285|   
#  286|-> 		received_uid = e_contact_get_const (contact, E_CONTACT_UID);
#  287|   
#  288|   		g_assert_cmpstr (expected_uid, ==, received_uid);

Error: GCC_ANALYZER_WARNING (CWE-404): [#def799]
evolution-data-server-3.59.1/tests/libebook/client/test-book-client-view-operations.c:288:17: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
evolution-data-server-3.59.1/tests/libebook/client/test-book-client-view-operations.c:304:1: enter_function: entry to ‘manual_query_verify_content’
evolution-data-server-3.59.1/tests/libebook/client/test-book-client-view-operations.c:312:9: acquire_resource: ‘va_start’ called here
evolution-data-server-3.59.1/tests/libebook/client/test-book-client-view-operations.c:313:9: call_function: calling ‘manual_query_verify_content_valist’ from ‘manual_query_verify_content’
#  286|   		received_uid = e_contact_get_const (contact, E_CONTACT_UID);
#  287|   
#  288|-> 		g_assert_cmpstr (expected_uid, ==, received_uid);
#  289|   
#  290|   		expected_uid = va_arg (va, const gchar *);

Error: GCC_ANALYZER_WARNING (CWE-775): [#def800]
evolution-data-server-3.59.1/tests/libebook/vcard/dump-vcard.c:39:15: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(argv[1], "r")’
evolution-data-server-3.59.1/tests/libebook/vcard/dump-vcard.c:28:12: branch_false: following ‘false’ branch (when ‘argc > 1’)...
evolution-data-server-3.59.1/tests/libebook/vcard/dump-vcard.c:33:14: branch_false: ...to here
evolution-data-server-3.59.1/tests/libebook/vcard/dump-vcard.c:33:14: acquire_resource: opened here
evolution-data-server-3.59.1/tests/libebook/vcard/dump-vcard.c:34:12: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/tests/libebook/vcard/dump-vcard.c:39:15: branch_false: ...to here
evolution-data-server-3.59.1/tests/libebook/vcard/dump-vcard.c:39:15: throw: if ‘g_string_new’ throws an exception...
evolution-data-server-3.59.1/tests/libebook/vcard/dump-vcard.c:39:15: danger: ‘fopen(argv[1], "r")’ leaks here; was opened at [(3)](sarif:/runs/0/results/4/codeFlows/0/threadFlows/0/locations/2)
#   37|   	}
#   38|   
#   39|-> 	str = g_string_new ("");
#   40|   	while (!feof (fp)) {
#   41|   		gchar buf[1024];

Error: GCC_ANALYZER_WARNING (CWE-401): [#def801]
evolution-data-server-3.59.1/tests/libebook/vcard/dump-vcard.c:39:15: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(argv[1], "r")’
evolution-data-server-3.59.1/tests/libebook/vcard/dump-vcard.c:28:12: branch_false: following ‘false’ branch (when ‘argc > 1’)...
evolution-data-server-3.59.1/tests/libebook/vcard/dump-vcard.c:33:14: branch_false: ...to here
evolution-data-server-3.59.1/tests/libebook/vcard/dump-vcard.c:33:14: acquire_memory: allocated here
evolution-data-server-3.59.1/tests/libebook/vcard/dump-vcard.c:34:12: branch_false: following ‘false’ branch...
evolution-data-server-3.59.1/tests/libebook/vcard/dump-vcard.c:39:15: branch_false: ...to here
evolution-data-server-3.59.1/tests/libebook/vcard/dump-vcard.c:39:15: throw: if ‘g_string_new’ throws an exception...
evolution-data-server-3.59.1/tests/libebook/vcard/dump-vcard.c:39:15: danger: ‘fopen(argv[1], "r")’ leaks here; was allocated at [(3)](sarif:/runs/0/results/5/codeFlows/0/threadFlows/0/locations/2)
#   37|   	}
#   38|   
#   39|-> 	str = g_string_new ("");
#   40|   	while (!feof (fp)) {
#   41|   		gchar buf[1024];

Error: GCC_ANALYZER_WARNING (CWE-404): [#def802]
evolution-data-server-3.59.1/tests/libedata-book/data-test-utils.c:440:24: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
evolution-data-server-3.59.1/tests/libedata-book/data-test-utils.c:437:9: acquire_resource: ‘va_start’ called here
evolution-data-server-3.59.1/tests/libedata-book/data-test-utils.c:439:16: branch_true: following ‘true’ branch (when ‘uid’ is non-NULL)...
evolution-data-server-3.59.1/tests/libedata-book/data-test-utils.c:440:24: branch_true: ...to here
evolution-data-server-3.59.1/tests/libedata-book/data-test-utils.c:440:24: throw: if ‘g_slist_append’ throws an exception...
evolution-data-server-3.59.1/tests/libedata-book/data-test-utils.c:440:24: danger: missing call to ‘va_end’ to match ‘va_start’ at [(1)](sarif:/runs/0/results/0/codeFlows/0/threadFlows/0/locations/0)
#  438|   	uid = va_arg (args, gchar *);
#  439|   	while (uid) {
#  440|-> 		uids = g_slist_append (uids, uid);
#  441|   		uid = va_arg (args, gchar *);
#  442|   	}

Error: GCC_ANALYZER_WARNING (CWE-404): [#def803]
evolution-data-server-3.59.1/tests/libedata-book/data-test-utils.c:713:36: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
evolution-data-server-3.59.1/tests/libedata-book/data-test-utils.c:745:1: enter_function: entry to ‘step_test_add_assertion’
evolution-data-server-3.59.1/tests/libedata-book/data-test-utils.c:751:9: acquire_resource: ‘va_start’ called here
evolution-data-server-3.59.1/tests/libedata-book/data-test-utils.c:752:9: call_function: calling ‘step_test_add_assertion_va_list’ from ‘step_test_add_assertion’
#  711|                                    va_list args)
#  712|   {
#  713|-> 	StepAssertion *assertion = g_slice_new0 (StepAssertion);
#  714|   	gint expected, i;
#  715|   

Error: GCC_ANALYZER_WARNING (CWE-404): [#def804]
evolution-data-server-3.59.1/tests/libedata-book/test-book-cache-offline.c:298:17: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
evolution-data-server-3.59.1/tests/libedata-book/test-book-cache-offline.c:293:9: acquire_resource: ‘va_start’ called here
evolution-data-server-3.59.1/tests/libedata-book/test-book-cache-offline.c:295:16: branch_true: following ‘true’ branch (when ‘uid’ is non-NULL)...
evolution-data-server-3.59.1/tests/libedata-book/test-book-cache-offline.c:296:22: branch_true: ...to here
evolution-data-server-3.59.1/tests/libedata-book/test-book-cache-offline.c:298:17: throw: if ‘g_hash_table_insert’ throws an exception...
evolution-data-server-3.59.1/tests/libedata-book/test-book-cache-offline.c:298:17: danger: missing call to ‘va_end’ to match ‘va_start’ at [(1)](sarif:/runs/0/results/0/codeFlows/0/threadFlows/0/locations/0)
#  296|   		gint state = va_arg (args, gint);
#  297|   
#  298|-> 		g_hash_table_insert (expects, (gpointer) uid, GINT_TO_POINTER (state));
#  299|   		uid = va_arg (args, const gchar *);
#  300|   	}

Error: GCC_ANALYZER_WARNING (CWE-404): [#def805]
evolution-data-server-3.59.1/tests/libedata-book/test-book-cache-utils.c:378:24: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
evolution-data-server-3.59.1/tests/libedata-book/test-book-cache-utils.c:375:9: acquire_resource: ‘va_start’ called here
evolution-data-server-3.59.1/tests/libedata-book/test-book-cache-utils.c:377:16: branch_true: following ‘true’ branch (when ‘uid’ is non-NULL)...
evolution-data-server-3.59.1/tests/libedata-book/test-book-cache-utils.c:378:24: branch_true: ...to here
evolution-data-server-3.59.1/tests/libedata-book/test-book-cache-utils.c:378:24: throw: if ‘g_slist_append’ throws an exception...
evolution-data-server-3.59.1/tests/libedata-book/test-book-cache-utils.c:378:24: danger: missing call to ‘va_end’ to match ‘va_start’ at [(1)](sarif:/runs/0/results/0/codeFlows/0/threadFlows/0/locations/0)
#  376|   	uid = va_arg (args, gchar *);
#  377|   	while (uid) {
#  378|-> 		uids = g_slist_append (uids, uid);
#  379|   		uid = va_arg (args, gchar *);
#  380|   	}

Error: GCC_ANALYZER_WARNING (CWE-404): [#def806]
evolution-data-server-3.59.1/tests/libedata-book/test-book-cache-utils.c:645:39: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
evolution-data-server-3.59.1/tests/libedata-book/test-book-cache-utils.c:677:1: enter_function: entry to ‘tcu_step_test_add_assertion’
evolution-data-server-3.59.1/tests/libedata-book/test-book-cache-utils.c:683:9: acquire_resource: ‘va_start’ called here
evolution-data-server-3.59.1/tests/libedata-book/test-book-cache-utils.c:684:9: call_function: calling ‘step_test_add_assertion_va_list’ from ‘tcu_step_test_add_assertion’
#  643|   				 va_list args)
#  644|   {
#  645|-> 	TCUStepAssertion *assertion = g_slice_new0 (TCUStepAssertion);
#  646|   	gint expected, ii = 0;
#  647|   

Error: GCC_ANALYZER_WARNING (CWE-404): [#def807]
evolution-data-server-3.59.1/tests/libedata-book/test-book-meta-backend.c:93:19: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
evolution-data-server-3.59.1/tests/libedata-book/test-book-meta-backend.c:105:1: enter_function: entry to ‘ebmb_test_hash_contains’
evolution-data-server-3.59.1/tests/libedata-book/test-book-meta-backend.c:116:9: branch_true: following ‘true’ branch (when ‘contacts’ is non-NULL)...
evolution-data-server-3.59.1/tests/libedata-book/test-book-meta-backend.c:118:9: branch_true: ...to here
evolution-data-server-3.59.1/tests/libedata-book/test-book-meta-backend.c:118:9: acquire_resource: ‘va_start’ called here
evolution-data-server-3.59.1/tests/libedata-book/test-book-meta-backend.c:119:19: call_function: calling ‘ebmb_test_gather_uids’ from ‘ebmb_test_hash_contains’
#   91|   	const gchar *uid;
#   92|   
#   93|-> 	expects = g_hash_table_new_full (g_str_hash, g_str_equal, g_free, NULL);
#   94|   
#   95|   	uid = va_arg (args, const gchar *);

Error: GCC_ANALYZER_WARNING (CWE-404): [#def808]
evolution-data-server-3.59.1/tests/libedata-book/test-book-meta-backend.c:97:17: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
evolution-data-server-3.59.1/tests/libedata-book/test-book-meta-backend.c:105:1: enter_function: entry to ‘ebmb_test_hash_contains’
evolution-data-server-3.59.1/tests/libedata-book/test-book-meta-backend.c:116:9: branch_true: following ‘true’ branch (when ‘contacts’ is non-NULL)...
evolution-data-server-3.59.1/tests/libedata-book/test-book-meta-backend.c:118:9: branch_true: ...to here
evolution-data-server-3.59.1/tests/libedata-book/test-book-meta-backend.c:118:9: acquire_resource: ‘va_start’ called here
evolution-data-server-3.59.1/tests/libedata-book/test-book-meta-backend.c:119:19: call_function: calling ‘ebmb_test_gather_uids’ from ‘ebmb_test_hash_contains’
#   95|   	uid = va_arg (args, const gchar *);
#   96|   	while (uid) {
#   97|-> 		g_hash_table_insert (expects, g_strdup (uid), NULL);
#   98|   		uid = va_arg (args, const gchar *);
#   99|   	}

Error: GCC_ANALYZER_WARNING (CWE-404): [#def809]
evolution-data-server-3.59.1/tests/libedata-cal/test-cal-cache-getters.c:148:22: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
evolution-data-server-3.59.1/tests/libedata-cal/test-cal-cache-getters.c:144:9: acquire_resource: ‘va_start’ called here
evolution-data-server-3.59.1/tests/libedata-cal/test-cal-cache-getters.c:146:16: branch_true: following ‘true’ branch (when ‘tmp’ is non-NULL)...
evolution-data-server-3.59.1/tests/libedata-cal/test-cal-cache-getters.c:147:30: branch_true: ...to here
evolution-data-server-3.59.1/tests/libedata-cal/test-cal-cache-getters.c:148:22: throw: if ‘e_cal_component_id_new’ throws an exception...
evolution-data-server-3.59.1/tests/libedata-cal/test-cal-cache-getters.c:148:22: danger: missing call to ‘va_end’ to match ‘va_start’ at [(1)](sarif:/runs/0/results/0/codeFlows/0/threadFlows/0/locations/0)
#  146|   	while (tmp) {
#  147|   		const gchar *rid = va_arg (va, const gchar *);
#  148|-> 		id = e_cal_component_id_new (tmp, rid);
#  149|   
#  150|   		g_hash_table_insert (expects, id, NULL);

Error: GCC_ANALYZER_WARNING (CWE-404): [#def810]
evolution-data-server-3.59.1/tests/libedata-cal/test-cal-cache-getters.c:150:17: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
evolution-data-server-3.59.1/tests/libedata-cal/test-cal-cache-getters.c:144:9: acquire_resource: ‘va_start’ called here
evolution-data-server-3.59.1/tests/libedata-cal/test-cal-cache-getters.c:146:16: branch_true: following ‘true’ branch (when ‘tmp’ is non-NULL)...
evolution-data-server-3.59.1/tests/libedata-cal/test-cal-cache-getters.c:147:30: branch_true: ...to here
evolution-data-server-3.59.1/tests/libedata-cal/test-cal-cache-getters.c:150:17: throw: if ‘g_hash_table_insert’ throws an exception...
evolution-data-server-3.59.1/tests/libedata-cal/test-cal-cache-getters.c:150:17: danger: missing call to ‘va_end’ to match ‘va_start’ at [(1)](sarif:/runs/0/results/1/codeFlows/0/threadFlows/0/locations/0)
#  148|   		id = e_cal_component_id_new (tmp, rid);
#  149|   
#  150|-> 		g_hash_table_insert (expects, id, NULL);
#  151|   
#  152|   		tmp = va_arg (va, const gchar *);

Error: COMPILER_WARNING: [#def811]
evolution-data-server-3.59.1/tests/libedata-cal/test-cal-cache-intervals.c: scope_hint: In function ‘test_intervals’
evolution-data-server-3.59.1/tests/libedata-cal/test-cal-cache-intervals.c:202:14: warning[-Wunused-but-set-variable=]: variable ‘num_deleted’ set but not used
#  202 |         gint num_deleted = 0;
#      |              ^~~~~~~~~~~
#  200|   	GSList *l1, *intervals = NULL;
#  201|   	GHashTable *from_intervals;
#  202|-> 	gint num_deleted = 0;
#  203|   	gint ii, start, end;
#  204|   	gboolean success;

Error: GCC_ANALYZER_WARNING (CWE-404): [#def812]
evolution-data-server-3.59.1/tests/libedata-cal/test-cal-cache-offline.c:220:17: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
evolution-data-server-3.59.1/tests/libedata-cal/test-cal-cache-offline.c:215:9: acquire_resource: ‘va_start’ called here
evolution-data-server-3.59.1/tests/libedata-cal/test-cal-cache-offline.c:217:16: branch_true: following ‘true’ branch (when ‘uid’ is non-NULL)...
evolution-data-server-3.59.1/tests/libedata-cal/test-cal-cache-offline.c:218:22: branch_true: ...to here
evolution-data-server-3.59.1/tests/libedata-cal/test-cal-cache-offline.c:220:17: throw: if ‘g_hash_table_insert’ throws an exception...
evolution-data-server-3.59.1/tests/libedata-cal/test-cal-cache-offline.c:220:17: danger: missing call to ‘va_end’ to match ‘va_start’ at [(1)](sarif:/runs/0/results/0/codeFlows/0/threadFlows/0/locations/0)
#  218|   		gint state = va_arg (args, gint);
#  219|   
#  220|-> 		g_hash_table_insert (expects, (gpointer) uid, GINT_TO_POINTER (state));
#  221|   		uid = va_arg (args, const gchar *);
#  222|   	}

Error: GCC_ANALYZER_WARNING (CWE-404): [#def813]
evolution-data-server-3.59.1/tests/libedata-cal/test-cal-meta-backend.c:162:19: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
evolution-data-server-3.59.1/tests/libedata-cal/test-cal-meta-backend.c:177:1: enter_function: entry to ‘ecmb_test_vcalendar_contains’
evolution-data-server-3.59.1/tests/libedata-cal/test-cal-meta-backend.c:187:9: branch_true: following ‘true’ branch (when ‘vcalendar’ is non-NULL)...
evolution-data-server-3.59.1/tests/libedata-cal/test-cal-meta-backend.c:188:9: branch_true: ...to here
evolution-data-server-3.59.1/tests/libedata-cal/test-cal-meta-backend.c:188:9: branch_true: following ‘true’ branch...
evolution-data-server-3.59.1/tests/libedata-cal/test-cal-meta-backend.c:190:9: branch_true: ...to here
evolution-data-server-3.59.1/tests/libedata-cal/test-cal-meta-backend.c:190:9: acquire_resource: ‘va_start’ called here
evolution-data-server-3.59.1/tests/libedata-cal/test-cal-meta-backend.c:191:19: call_function: calling ‘ecmb_test_gather_ids’ from ‘ecmb_test_vcalendar_contains’
#  160|   	const gchar *uid, *rid;
#  161|   
#  162|-> 	expects = g_hash_table_new_full ((GHashFunc) e_cal_component_id_hash, (GEqualFunc) e_cal_component_id_equal,
#  163|   		e_cal_component_id_free, NULL);
#  164|   

Error: GCC_ANALYZER_WARNING (CWE-404): [#def814]
evolution-data-server-3.59.1/tests/libedata-cal/test-cal-meta-backend.c:169:17: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
evolution-data-server-3.59.1/tests/libedata-cal/test-cal-meta-backend.c:177:1: enter_function: entry to ‘ecmb_test_vcalendar_contains’
evolution-data-server-3.59.1/tests/libedata-cal/test-cal-meta-backend.c:187:9: branch_true: following ‘true’ branch (when ‘vcalendar’ is non-NULL)...
evolution-data-server-3.59.1/tests/libedata-cal/test-cal-meta-backend.c:188:9: branch_true: ...to here
evolution-data-server-3.59.1/tests/libedata-cal/test-cal-meta-backend.c:188:9: branch_true: following ‘true’ branch...
evolution-data-server-3.59.1/tests/libedata-cal/test-cal-meta-backend.c:190:9: branch_true: ...to here
evolution-data-server-3.59.1/tests/libedata-cal/test-cal-meta-backend.c:190:9: acquire_resource: ‘va_start’ called here
evolution-data-server-3.59.1/tests/libedata-cal/test-cal-meta-backend.c:191:19: call_function: calling ‘ecmb_test_gather_ids’ from ‘ecmb_test_vcalendar_contains’
#  167|   		rid = va_arg (args, const gchar *);
#  168|   
#  169|-> 		g_hash_table_insert (expects, e_cal_component_id_new (uid, rid), NULL);
#  170|   		uid = va_arg (args, const gchar *);
#  171|   	}

Error: GCC_ANALYZER_WARNING (CWE-404): [#def815]
evolution-data-server-3.59.1/tests/libedata-cal/test-cal-meta-backend.c:169:47: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
evolution-data-server-3.59.1/tests/libedata-cal/test-cal-meta-backend.c:177:1: enter_function: entry to ‘ecmb_test_vcalendar_contains’
evolution-data-server-3.59.1/tests/libedata-cal/test-cal-meta-backend.c:187:9: branch_true: following ‘true’ branch (when ‘vcalendar’ is non-NULL)...
evolution-data-server-3.59.1/tests/libedata-cal/test-cal-meta-backend.c:188:9: branch_true: ...to here
evolution-data-server-3.59.1/tests/libedata-cal/test-cal-meta-backend.c:188:9: branch_true: following ‘true’ branch...
evolution-data-server-3.59.1/tests/libedata-cal/test-cal-meta-backend.c:190:9: branch_true: ...to here
evolution-data-server-3.59.1/tests/libedata-cal/test-cal-meta-backend.c:190:9: acquire_resource: ‘va_start’ called here
evolution-data-server-3.59.1/tests/libedata-cal/test-cal-meta-backend.c:191:19: call_function: calling ‘ecmb_test_gather_ids’ from ‘ecmb_test_vcalendar_contains’
#  167|   		rid = va_arg (args, const gchar *);
#  168|   
#  169|-> 		g_hash_table_insert (expects, e_cal_component_id_new (uid, rid), NULL);
#  170|   		uid = va_arg (args, const gchar *);
#  171|   	}

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-124.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-nameevolution-data-server-3.59.1-1.fc44
store-results-to/tmp/tmp73wl1e9z/evolution-data-server-3.59.1-1.fc44.tar.xz
time-created2026-01-08 16:17:00
time-finished2026-01-08 16:30:00
toolcsmock
tool-args'/usr/bin/csmock' '-r' 'fedora-rawhide-x86_64' '-t' 'gcc,cppcheck,clippy,shellcheck,unicontrol' '-o' '/tmp/tmp73wl1e9z/evolution-data-server-3.59.1-1.fc44.tar.xz' '--gcc-analyze' '--unicontrol-notests' '--unicontrol-bidi-only' '--install' 'pam' '--gcc-analyzer-bin=/usr/bin/gcc' '/tmp/tmp73wl1e9z/evolution-data-server-3.59.1-1.fc44.src.rpm'
tool-versioncsmock-3.8.3.20251215.161544.g62de9a5-1.el9