gstreamer1-1.26.10-1.fc44

List of Findings

Error: SHELLCHECK_WARNING (CWE-398): [#def1]
/usr/lib/rpm/gstreamer1.prov:23:1: warning[SC2112]: 'function' keyword is non-standard. Delete it.
#   21|   	xargs file -L 2>/dev/null | grep "ELF" | cut -d: -f1 )
#   22|   
#   23|-> function getmark()
#   24|   {
#   25|   	lib64=`if file -L $1 2>/dev/null | \

Error: SHELLCHECK_WARNING: [#def2]
/usr/lib/rpm/gstreamer1.prov:25:90: warning[SC3037]: In POSIX sh, echo flags are undefined.
#   23|   function getmark()
#   24|   {
#   25|-> 	lib64=`if file -L $1 2>/dev/null | \
#   26|   		grep "ELF 64-bit" >/dev/null; then echo -n "$mark64"; fi`
#   27|   }

Error: SHELLCHECK_WARNING (CWE-398): [#def3]
/usr/lib/rpm/gstreamer1.prov:29:1: warning[SC2112]: 'function' keyword is non-standard. Delete it.
#   27|   }
#   28|   
#   29|-> function libdir()
#   30|   {
#   31|   	buildlibdir=`dirname $1`

Error: SHELLCHECK_WARNING: [#def4]
/usr/lib/rpm/gstreamer1.prov:39:8: warning[SC3037]: In POSIX sh, echo flags are undefined.
#   37|   	libdir $so
#   38|   	LD_LIBRARY_PATH=$buildlibdir gst-inspect-1.0 --print-plugin-auto-install-info --rpm $so 2> /dev/null | while read line ; do
#   39|-> 		echo -n "$line";
#   40|   		echo -n "$lib64"
#   41|   		echo

Error: SHELLCHECK_WARNING: [#def5]
/usr/lib/rpm/gstreamer1.prov:40:8: warning[SC3037]: In POSIX sh, echo flags are undefined.
#   38|   	LD_LIBRARY_PATH=$buildlibdir gst-inspect-1.0 --print-plugin-auto-install-info --rpm $so 2> /dev/null | while read line ; do
#   39|   		echo -n "$line";
#   40|-> 		echo -n "$lib64"
#   41|   		echo
#   42|   	done

Error: GCC_ANALYZER_WARNING (CWE-476): [#def6]
gstreamer-1.26.10/gst/gstallocator.c:114:5: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘0’
gstreamer-1.26.10/gst/gstallocator.c:92:1: enter_function: entry to ‘_fallback_mem_copy’
gstreamer-1.26.10/gst/gstallocator.c:99:6: branch_false: following ‘false’ branch...
gstreamer-1.26.10/gst/gstallocator.c:102:6: branch_false: ...to here
gstreamer-1.26.10/gst/gstallocator.c:107:6: branch_false: following ‘false’ branch...
gstreamer-1.26.10/gst/gstallocator.c:108:7: branch_false: ...to here
gstreamer-1.26.10/gst/gstallocator.c:107:7: branch_false: following ‘false’ branch...
gstreamer-1.26.10/gst/gstallocator.c:110:10: branch_false: ...to here
gstreamer-1.26.10/gst/gstallocator.c:110:10: call_function: calling ‘gst_allocator_alloc’ from ‘_fallback_mem_copy’
gstreamer-1.26.10/gst/gstallocator.c:110:10: return_function: returning to ‘_fallback_mem_copy’ from ‘gst_allocator_alloc’
gstreamer-1.26.10/gst/gstallocator.c:112:6: branch_true: following ‘true’ branch...
gstreamer-1.26.10/gst/gstallocator.c:113:5: branch_true: ...to here
gstreamer-1.26.10/gst/gstallocator.c:114:5: danger: dereference of NULL ‘gst_allocator_alloc(allocator, (long unsigned int)size, & params)’
#  112|     if (!gst_memory_map (copy, &dinfo, GST_MAP_WRITE)) {
#  113|       GST_CAT_WARNING (GST_CAT_MEMORY, "could not write map memory %p", copy);
#  114|->     gst_allocator_free (copy->allocator, copy);
#  115|       gst_memory_unmap (mem, &sinfo);
#  116|       return NULL;

Error: GCC_ANALYZER_WARNING (CWE-404): [#def7]
gstreamer-1.26.10/gst/gstcaps.c:1265:3: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
gstreamer-1.26.10/gst/gstcaps.c:1474:1: enter_function: entry to ‘gst_caps_id_str_set_simple’
gstreamer-1.26.10/gst/gstcaps.c:1478:3: branch_true: following ‘true’ branch...
gstreamer-1.26.10/gst/gstcaps.c:1479:3: branch_true: following ‘true’ branch...
gstreamer-1.26.10/gst/gstcaps.c:1481:3: branch_true: ...to here
gstreamer-1.26.10/gst/gstcaps.c:1481:3: acquire_resource: ‘va_start’ called here
gstreamer-1.26.10/gst/gstcaps.c:1482:3: call_function: calling ‘gst_caps_id_str_set_simple_valist’ from ‘gst_caps_id_str_set_simple’
# 1263|   
# 1264|     g_return_if_fail (GST_IS_CAPS (caps));
# 1265|->   g_return_if_fail (IS_WRITABLE (caps));
# 1266|     g_return_if_fail (field != NULL);
# 1267|     g_return_if_fail (G_IS_VALUE (value));

Error: GCC_ANALYZER_WARNING (CWE-404): [#def8]
gstreamer-1.26.10/gst/gstcaps.c:1267:3: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
gstreamer-1.26.10/gst/gstcaps.c:1474:1: enter_function: entry to ‘gst_caps_id_str_set_simple’
gstreamer-1.26.10/gst/gstcaps.c:1478:3: branch_true: following ‘true’ branch...
gstreamer-1.26.10/gst/gstcaps.c:1479:3: branch_true: following ‘true’ branch...
gstreamer-1.26.10/gst/gstcaps.c:1481:3: branch_true: ...to here
gstreamer-1.26.10/gst/gstcaps.c:1481:3: acquire_resource: ‘va_start’ called here
gstreamer-1.26.10/gst/gstcaps.c:1482:3: call_function: calling ‘gst_caps_id_str_set_simple_valist’ from ‘gst_caps_id_str_set_simple’
# 1265|     g_return_if_fail (IS_WRITABLE (caps));
# 1266|     g_return_if_fail (field != NULL);
# 1267|->   g_return_if_fail (G_IS_VALUE (value));
# 1268|   
# 1269|     len = GST_CAPS_LEN (caps);

Error: GCC_ANALYZER_WARNING (CWE-404): [#def9]
gstreamer-1.26.10/gst/gstcaps.c:1272:5: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
gstreamer-1.26.10/gst/gstcaps.c:1474:1: enter_function: entry to ‘gst_caps_id_str_set_simple’
gstreamer-1.26.10/gst/gstcaps.c:1478:3: branch_true: following ‘true’ branch...
gstreamer-1.26.10/gst/gstcaps.c:1479:3: branch_true: following ‘true’ branch...
gstreamer-1.26.10/gst/gstcaps.c:1481:3: branch_true: ...to here
gstreamer-1.26.10/gst/gstcaps.c:1481:3: acquire_resource: ‘va_start’ called here
gstreamer-1.26.10/gst/gstcaps.c:1482:3: call_function: calling ‘gst_caps_id_str_set_simple_valist’ from ‘gst_caps_id_str_set_simple’
# 1270|     for (i = 0; i < len; i++) {
# 1271|       GstStructure *structure = gst_caps_get_structure_unchecked (caps, i);
# 1272|->     gst_structure_id_str_set_value (structure, field, value);
# 1273|     }
# 1274|   }

Error: GCC_ANALYZER_WARNING (CWE-404): [#def10]
gstreamer-1.26.10/gst/gstcaps.c:1292:3: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
gstreamer-1.26.10/gst/gstcaps.c:1496:1: enter_function: entry to ‘gst_caps_set_simple’
gstreamer-1.26.10/gst/gstcaps.c:1500:3: branch_true: following ‘true’ branch...
gstreamer-1.26.10/gst/gstcaps.c:1501:3: branch_true: following ‘true’ branch...
gstreamer-1.26.10/gst/gstcaps.c:1503:3: branch_true: ...to here
gstreamer-1.26.10/gst/gstcaps.c:1503:3: acquire_resource: ‘va_start’ called here
gstreamer-1.26.10/gst/gstcaps.c:1504:3: call_function: calling ‘gst_caps_set_simple_valist’ from ‘gst_caps_set_simple’
# 1290|   
# 1291|     g_return_if_fail (GST_IS_CAPS (caps));
# 1292|->   g_return_if_fail (IS_WRITABLE (caps));
# 1293|     g_return_if_fail (field != NULL);
# 1294|     g_return_if_fail (G_IS_VALUE (value));

Error: GCC_ANALYZER_WARNING (CWE-404): [#def11]
gstreamer-1.26.10/gst/gstcaps.c:1294:3: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
gstreamer-1.26.10/gst/gstcaps.c:1496:1: enter_function: entry to ‘gst_caps_set_simple’
gstreamer-1.26.10/gst/gstcaps.c:1500:3: branch_true: following ‘true’ branch...
gstreamer-1.26.10/gst/gstcaps.c:1501:3: branch_true: following ‘true’ branch...
gstreamer-1.26.10/gst/gstcaps.c:1503:3: branch_true: ...to here
gstreamer-1.26.10/gst/gstcaps.c:1503:3: acquire_resource: ‘va_start’ called here
gstreamer-1.26.10/gst/gstcaps.c:1504:3: call_function: calling ‘gst_caps_set_simple_valist’ from ‘gst_caps_set_simple’
# 1292|     g_return_if_fail (IS_WRITABLE (caps));
# 1293|     g_return_if_fail (field != NULL);
# 1294|->   g_return_if_fail (G_IS_VALUE (value));
# 1295|   
# 1296|     len = GST_CAPS_LEN (caps);

Error: GCC_ANALYZER_WARNING (CWE-404): [#def12]
gstreamer-1.26.10/gst/gstcaps.c:1299:5: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
gstreamer-1.26.10/gst/gstcaps.c:1496:1: enter_function: entry to ‘gst_caps_set_simple’
gstreamer-1.26.10/gst/gstcaps.c:1500:3: branch_true: following ‘true’ branch...
gstreamer-1.26.10/gst/gstcaps.c:1501:3: branch_true: following ‘true’ branch...
gstreamer-1.26.10/gst/gstcaps.c:1503:3: branch_true: ...to here
gstreamer-1.26.10/gst/gstcaps.c:1503:3: acquire_resource: ‘va_start’ called here
gstreamer-1.26.10/gst/gstcaps.c:1504:3: call_function: calling ‘gst_caps_set_simple_valist’ from ‘gst_caps_set_simple’
# 1297|     for (i = 0; i < len; i++) {
# 1298|       GstStructure *structure = gst_caps_get_structure_unchecked (caps, i);
# 1299|->     gst_structure_set_value (structure, field, value);
# 1300|     }
# 1301|   }

Error: GCC_ANALYZER_WARNING (CWE-404): [#def13]
gstreamer-1.26.10/gst/gstcaps.c:1325:3: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
gstreamer-1.26.10/gst/gstcaps.c:1523:1: enter_function: entry to ‘gst_caps_set_simple_static_str’
gstreamer-1.26.10/gst/gstcaps.c:1527:3: branch_true: following ‘true’ branch...
gstreamer-1.26.10/gst/gstcaps.c:1528:3: branch_true: following ‘true’ branch...
gstreamer-1.26.10/gst/gstcaps.c:1530:3: branch_true: ...to here
gstreamer-1.26.10/gst/gstcaps.c:1530:3: acquire_resource: ‘va_start’ called here
gstreamer-1.26.10/gst/gstcaps.c:1531:3: call_function: calling ‘gst_caps_set_simple_static_str_valist’ from ‘gst_caps_set_simple_static_str’
# 1323|   
# 1324|     g_return_if_fail (GST_IS_CAPS (caps));
# 1325|->   g_return_if_fail (IS_WRITABLE (caps));
# 1326|     g_return_if_fail (field != NULL);
# 1327|     g_return_if_fail (G_IS_VALUE (value));

Error: GCC_ANALYZER_WARNING (CWE-404): [#def14]
gstreamer-1.26.10/gst/gstcaps.c:1327:3: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
gstreamer-1.26.10/gst/gstcaps.c:1523:1: enter_function: entry to ‘gst_caps_set_simple_static_str’
gstreamer-1.26.10/gst/gstcaps.c:1527:3: branch_true: following ‘true’ branch...
gstreamer-1.26.10/gst/gstcaps.c:1528:3: branch_true: following ‘true’ branch...
gstreamer-1.26.10/gst/gstcaps.c:1530:3: branch_true: ...to here
gstreamer-1.26.10/gst/gstcaps.c:1530:3: acquire_resource: ‘va_start’ called here
gstreamer-1.26.10/gst/gstcaps.c:1531:3: call_function: calling ‘gst_caps_set_simple_static_str_valist’ from ‘gst_caps_set_simple_static_str’
# 1325|     g_return_if_fail (IS_WRITABLE (caps));
# 1326|     g_return_if_fail (field != NULL);
# 1327|->   g_return_if_fail (G_IS_VALUE (value));
# 1328|   
# 1329|     len = GST_CAPS_LEN (caps);

Error: GCC_ANALYZER_WARNING (CWE-404): [#def15]
gstreamer-1.26.10/gst/gstcaps.c:1332:5: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
gstreamer-1.26.10/gst/gstcaps.c:1523:1: enter_function: entry to ‘gst_caps_set_simple_static_str’
gstreamer-1.26.10/gst/gstcaps.c:1527:3: branch_true: following ‘true’ branch...
gstreamer-1.26.10/gst/gstcaps.c:1528:3: branch_true: following ‘true’ branch...
gstreamer-1.26.10/gst/gstcaps.c:1530:3: branch_true: ...to here
gstreamer-1.26.10/gst/gstcaps.c:1530:3: acquire_resource: ‘va_start’ called here
gstreamer-1.26.10/gst/gstcaps.c:1531:3: call_function: calling ‘gst_caps_set_simple_static_str_valist’ from ‘gst_caps_set_simple_static_str’
# 1330|     for (i = 0; i < len; i++) {
# 1331|       GstStructure *structure = gst_caps_get_structure_unchecked (caps, i);
# 1332|->     gst_structure_set_value_static_str (structure, field, value);
# 1333|     }
# 1334|   }

Error: GCC_ANALYZER_WARNING (CWE-404): [#def16]
gstreamer-1.26.10/gst/gstcaps.c:1353:3: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
gstreamer-1.26.10/gst/gstcaps.c:1474:1: enter_function: entry to ‘gst_caps_id_str_set_simple’
gstreamer-1.26.10/gst/gstcaps.c:1478:3: branch_true: following ‘true’ branch...
gstreamer-1.26.10/gst/gstcaps.c:1479:3: branch_true: following ‘true’ branch...
gstreamer-1.26.10/gst/gstcaps.c:1481:3: branch_true: ...to here
gstreamer-1.26.10/gst/gstcaps.c:1481:3: acquire_resource: ‘va_start’ called here
gstreamer-1.26.10/gst/gstcaps.c:1482:3: call_function: calling ‘gst_caps_id_str_set_simple_valist’ from ‘gst_caps_id_str_set_simple’
# 1351|     GValue value = { 0, };
# 1352|   
# 1353|->   g_return_if_fail (GST_IS_CAPS (caps));
# 1354|     g_return_if_fail (IS_WRITABLE (caps));
# 1355|   

Error: GCC_ANALYZER_WARNING (CWE-404): [#def17]
gstreamer-1.26.10/gst/gstcaps.c:1354:3: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
gstreamer-1.26.10/gst/gstcaps.c:1474:1: enter_function: entry to ‘gst_caps_id_str_set_simple’
gstreamer-1.26.10/gst/gstcaps.c:1478:3: branch_true: following ‘true’ branch...
gstreamer-1.26.10/gst/gstcaps.c:1479:3: branch_true: following ‘true’ branch...
gstreamer-1.26.10/gst/gstcaps.c:1481:3: branch_true: ...to here
gstreamer-1.26.10/gst/gstcaps.c:1481:3: acquire_resource: ‘va_start’ called here
gstreamer-1.26.10/gst/gstcaps.c:1482:3: call_function: calling ‘gst_caps_id_str_set_simple_valist’ from ‘gst_caps_id_str_set_simple’
# 1352|   
# 1353|     g_return_if_fail (GST_IS_CAPS (caps));
# 1354|->   g_return_if_fail (IS_WRITABLE (caps));
# 1355|   
# 1356|     while (field) {

Error: GCC_ANALYZER_WARNING (CWE-404): [#def18]
gstreamer-1.26.10/gst/gstcaps.c:1363:5: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
gstreamer-1.26.10/gst/gstcaps.c:1474:1: enter_function: entry to ‘gst_caps_id_str_set_simple’
gstreamer-1.26.10/gst/gstcaps.c:1478:3: branch_true: following ‘true’ branch...
gstreamer-1.26.10/gst/gstcaps.c:1479:3: branch_true: following ‘true’ branch...
gstreamer-1.26.10/gst/gstcaps.c:1481:3: branch_true: ...to here
gstreamer-1.26.10/gst/gstcaps.c:1481:3: acquire_resource: ‘va_start’ called here
gstreamer-1.26.10/gst/gstcaps.c:1482:3: call_function: calling ‘gst_caps_id_str_set_simple_valist’ from ‘gst_caps_id_str_set_simple’
# 1361|   
# 1362|       memset (&value, 0, sizeof (value));
# 1363|->     G_VALUE_COLLECT_INIT (&value, type, varargs, 0, &err);
# 1364|       if (G_UNLIKELY (err)) {
# 1365|         g_critical ("%s", err);

Error: GCC_ANALYZER_WARNING (CWE-404): [#def19]
gstreamer-1.26.10/gst/gstcaps.c:1392:3: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
gstreamer-1.26.10/gst/gstcaps.c:1496:1: enter_function: entry to ‘gst_caps_set_simple’
gstreamer-1.26.10/gst/gstcaps.c:1500:3: branch_true: following ‘true’ branch...
gstreamer-1.26.10/gst/gstcaps.c:1501:3: branch_true: following ‘true’ branch...
gstreamer-1.26.10/gst/gstcaps.c:1503:3: branch_true: ...to here
gstreamer-1.26.10/gst/gstcaps.c:1503:3: acquire_resource: ‘va_start’ called here
gstreamer-1.26.10/gst/gstcaps.c:1504:3: call_function: calling ‘gst_caps_set_simple_valist’ from ‘gst_caps_set_simple’
# 1390|     GValue value = { 0, };
# 1391|   
# 1392|->   g_return_if_fail (GST_IS_CAPS (caps));
# 1393|     g_return_if_fail (IS_WRITABLE (caps));
# 1394|   

Error: GCC_ANALYZER_WARNING (CWE-404): [#def20]
gstreamer-1.26.10/gst/gstcaps.c:1393:3: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
gstreamer-1.26.10/gst/gstcaps.c:1496:1: enter_function: entry to ‘gst_caps_set_simple’
gstreamer-1.26.10/gst/gstcaps.c:1500:3: branch_true: following ‘true’ branch...
gstreamer-1.26.10/gst/gstcaps.c:1501:3: branch_true: following ‘true’ branch...
gstreamer-1.26.10/gst/gstcaps.c:1503:3: branch_true: ...to here
gstreamer-1.26.10/gst/gstcaps.c:1503:3: acquire_resource: ‘va_start’ called here
gstreamer-1.26.10/gst/gstcaps.c:1504:3: call_function: calling ‘gst_caps_set_simple_valist’ from ‘gst_caps_set_simple’
# 1391|   
# 1392|     g_return_if_fail (GST_IS_CAPS (caps));
# 1393|->   g_return_if_fail (IS_WRITABLE (caps));
# 1394|   
# 1395|     while (field) {

Error: GCC_ANALYZER_WARNING (CWE-404): [#def21]
gstreamer-1.26.10/gst/gstcaps.c:1402:5: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
gstreamer-1.26.10/gst/gstcaps.c:1496:1: enter_function: entry to ‘gst_caps_set_simple’
gstreamer-1.26.10/gst/gstcaps.c:1500:3: branch_true: following ‘true’ branch...
gstreamer-1.26.10/gst/gstcaps.c:1501:3: branch_true: following ‘true’ branch...
gstreamer-1.26.10/gst/gstcaps.c:1503:3: branch_true: ...to here
gstreamer-1.26.10/gst/gstcaps.c:1503:3: acquire_resource: ‘va_start’ called here
gstreamer-1.26.10/gst/gstcaps.c:1504:3: call_function: calling ‘gst_caps_set_simple_valist’ from ‘gst_caps_set_simple’
# 1400|   
# 1401|       memset (&value, 0, sizeof (value));
# 1402|->     G_VALUE_COLLECT_INIT (&value, type, varargs, 0, &err);
# 1403|       if (G_UNLIKELY (err)) {
# 1404|         g_critical ("%s", err);

Error: GCC_ANALYZER_WARNING (CWE-404): [#def22]
gstreamer-1.26.10/gst/gstcaps.c:1437:3: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
gstreamer-1.26.10/gst/gstcaps.c:1523:1: enter_function: entry to ‘gst_caps_set_simple_static_str’
gstreamer-1.26.10/gst/gstcaps.c:1527:3: branch_true: following ‘true’ branch...
gstreamer-1.26.10/gst/gstcaps.c:1528:3: branch_true: following ‘true’ branch...
gstreamer-1.26.10/gst/gstcaps.c:1530:3: branch_true: ...to here
gstreamer-1.26.10/gst/gstcaps.c:1530:3: acquire_resource: ‘va_start’ called here
gstreamer-1.26.10/gst/gstcaps.c:1531:3: call_function: calling ‘gst_caps_set_simple_static_str_valist’ from ‘gst_caps_set_simple_static_str’
# 1435|     GValue value = { 0, };
# 1436|   
# 1437|->   g_return_if_fail (GST_IS_CAPS (caps));
# 1438|     g_return_if_fail (IS_WRITABLE (caps));
# 1439|   

Error: GCC_ANALYZER_WARNING (CWE-404): [#def23]
gstreamer-1.26.10/gst/gstcaps.c:1438:3: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
gstreamer-1.26.10/gst/gstcaps.c:1523:1: enter_function: entry to ‘gst_caps_set_simple_static_str’
gstreamer-1.26.10/gst/gstcaps.c:1527:3: branch_true: following ‘true’ branch...
gstreamer-1.26.10/gst/gstcaps.c:1528:3: branch_true: following ‘true’ branch...
gstreamer-1.26.10/gst/gstcaps.c:1530:3: branch_true: ...to here
gstreamer-1.26.10/gst/gstcaps.c:1530:3: acquire_resource: ‘va_start’ called here
gstreamer-1.26.10/gst/gstcaps.c:1531:3: call_function: calling ‘gst_caps_set_simple_static_str_valist’ from ‘gst_caps_set_simple_static_str’
# 1436|   
# 1437|     g_return_if_fail (GST_IS_CAPS (caps));
# 1438|->   g_return_if_fail (IS_WRITABLE (caps));
# 1439|   
# 1440|     while (field) {

Error: GCC_ANALYZER_WARNING (CWE-404): [#def24]
gstreamer-1.26.10/gst/gstcaps.c:1447:5: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
gstreamer-1.26.10/gst/gstcaps.c:1523:1: enter_function: entry to ‘gst_caps_set_simple_static_str’
gstreamer-1.26.10/gst/gstcaps.c:1527:3: branch_true: following ‘true’ branch...
gstreamer-1.26.10/gst/gstcaps.c:1528:3: branch_true: following ‘true’ branch...
gstreamer-1.26.10/gst/gstcaps.c:1530:3: branch_true: ...to here
gstreamer-1.26.10/gst/gstcaps.c:1530:3: acquire_resource: ‘va_start’ called here
gstreamer-1.26.10/gst/gstcaps.c:1531:3: call_function: calling ‘gst_caps_set_simple_static_str_valist’ from ‘gst_caps_set_simple_static_str’
# 1445|   
# 1446|       memset (&value, 0, sizeof (value));
# 1447|->     G_VALUE_COLLECT_INIT (&value, type, varargs, 0, &err);
# 1448|       if (G_UNLIKELY (err)) {
# 1449|         g_critical ("%s", err);

Error: GCC_ANALYZER_WARNING (CWE-404): [#def25]
gstreamer-1.26.10/gst/gstchildproxy.c:369:3: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
gstreamer-1.26.10/gst/gstchildproxy.c:414:1: enter_function: entry to ‘gst_child_proxy_get’
gstreamer-1.26.10/gst/gstchildproxy.c:419:3: branch_false: following ‘false’ branch (when ‘object’ is non-NULL)...
gstreamer-1.26.10/gst/gstchildproxy.c:419:3: branch_false: ...to here
gstreamer-1.26.10/gst/gstchildproxy.c:421:3: acquire_resource: ‘va_start’ called here
gstreamer-1.26.10/gst/gstchildproxy.c:422:3: call_function: calling ‘gst_child_proxy_get_valist’ from ‘gst_child_proxy_get’
#  367|     GObject *target;
#  368|   
#  369|->   g_return_if_fail (GST_IS_CHILD_PROXY (object));
#  370|   
#  371|     name = first_property_name;

Error: GCC_ANALYZER_WARNING (CWE-404): [#def26]
gstreamer-1.26.10/gst/gstchildproxy.c:478:3: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
gstreamer-1.26.10/gst/gstchildproxy.c:528:1: enter_function: entry to ‘gst_child_proxy_set’
gstreamer-1.26.10/gst/gstchildproxy.c:533:3: branch_false: following ‘false’ branch (when ‘object’ is non-NULL)...
gstreamer-1.26.10/gst/gstchildproxy.c:533:3: branch_false: ...to here
gstreamer-1.26.10/gst/gstchildproxy.c:535:3: acquire_resource: ‘va_start’ called here
gstreamer-1.26.10/gst/gstchildproxy.c:536:3: call_function: calling ‘gst_child_proxy_set_valist’ from ‘gst_child_proxy_set’
#  476|     GObject *target;
#  477|   
#  478|->   g_return_if_fail (GST_IS_CHILD_PROXY (object));
#  479|   
#  480|     name = first_property_name;

Error: GCC_ANALYZER_WARNING (CWE-404): [#def27]
gstreamer-1.26.10/gst/gstchildproxy.c:624:7: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
gstreamer-1.26.10/gst/gstchildproxy.c:528:1: enter_function: entry to ‘gst_child_proxy_set’
gstreamer-1.26.10/gst/gstchildproxy.c:533:3: branch_false: following ‘false’ branch (when ‘object’ is non-NULL)...
gstreamer-1.26.10/gst/gstchildproxy.c:533:3: branch_false: ...to here
gstreamer-1.26.10/gst/gstchildproxy.c:535:3: acquire_resource: ‘va_start’ called here
gstreamer-1.26.10/gst/gstchildproxy.c:536:3: call_function: calling ‘gst_child_proxy_set_valist’ from ‘gst_child_proxy_set’
#  622|     static gsize type = 0;
#  623|   
#  624|->   if (g_once_init_enter (&type)) {
#  625|       GType _type;
#  626|       static const GTypeInfo info = {

Error: GCC_ANALYZER_WARNING (CWE-404): [#def28]
gstreamer-1.26.10/gst/gstchildproxy.c:639:9: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
gstreamer-1.26.10/gst/gstchildproxy.c:528:1: enter_function: entry to ‘gst_child_proxy_set’
gstreamer-1.26.10/gst/gstchildproxy.c:533:3: branch_false: following ‘false’ branch (when ‘object’ is non-NULL)...
gstreamer-1.26.10/gst/gstchildproxy.c:533:3: branch_false: ...to here
gstreamer-1.26.10/gst/gstchildproxy.c:535:3: acquire_resource: ‘va_start’ called here
gstreamer-1.26.10/gst/gstchildproxy.c:536:3: call_function: calling ‘gst_child_proxy_set_valist’ from ‘gst_child_proxy_set’
#  637|   
#  638|       _type =
#  639|->         g_type_register_static (G_TYPE_INTERFACE, "GstChildProxy", &info, 0);
#  640|   
#  641|       g_type_interface_add_prerequisite (_type, G_TYPE_OBJECT);

Error: GCC_ANALYZER_WARNING (CWE-404): [#def29]
gstreamer-1.26.10/gst/gstchildproxy.c:641:5: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
gstreamer-1.26.10/gst/gstchildproxy.c:528:1: enter_function: entry to ‘gst_child_proxy_set’
gstreamer-1.26.10/gst/gstchildproxy.c:533:3: branch_false: following ‘false’ branch (when ‘object’ is non-NULL)...
gstreamer-1.26.10/gst/gstchildproxy.c:533:3: branch_false: ...to here
gstreamer-1.26.10/gst/gstchildproxy.c:535:3: acquire_resource: ‘va_start’ called here
gstreamer-1.26.10/gst/gstchildproxy.c:536:3: call_function: calling ‘gst_child_proxy_set_valist’ from ‘gst_child_proxy_set’
#  639|           g_type_register_static (G_TYPE_INTERFACE, "GstChildProxy", &info, 0);
#  640|   
#  641|->     g_type_interface_add_prerequisite (_type, G_TYPE_OBJECT);
#  642|       g_once_init_leave (&type, (gsize) _type);
#  643|     }

Error: GCC_ANALYZER_WARNING (CWE-404): [#def30]
gstreamer-1.26.10/gst/gstchildproxy.c:642:5: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
gstreamer-1.26.10/gst/gstchildproxy.c:528:1: enter_function: entry to ‘gst_child_proxy_set’
gstreamer-1.26.10/gst/gstchildproxy.c:533:3: branch_false: following ‘false’ branch (when ‘object’ is non-NULL)...
gstreamer-1.26.10/gst/gstchildproxy.c:533:3: branch_false: ...to here
gstreamer-1.26.10/gst/gstchildproxy.c:535:3: acquire_resource: ‘va_start’ called here
gstreamer-1.26.10/gst/gstchildproxy.c:536:3: call_function: calling ‘gst_child_proxy_set_valist’ from ‘gst_child_proxy_set’
#  640|   
#  641|       g_type_interface_add_prerequisite (_type, G_TYPE_OBJECT);
#  642|->     g_once_init_leave (&type, (gsize) _type);
#  643|     }
#  644|     return type;

Error: COMPILER_WARNING (CWE-704): [#def31]
gstreamer-1.26.10/gst/gstdatetime.c: scope_hint: In function ‘gst_date_time_new_from_iso8601_string’
gstreamer-1.26.10/gst/gstdatetime.c:976:14: warning[-Wdiscarded-qualifiers]: assignment discards ‘const’ qualifier from pointer target type
#  976 |     plus_pos = strrchr (string, '+');
#      |              ^
#  974|   
#  975|       /* check if there is timezone info */
#  976|->     plus_pos = strrchr (string, '+');
#  977|       neg_pos = strrchr (string, '-');
#  978|       if (plus_pos)

Error: COMPILER_WARNING (CWE-704): [#def32]
gstreamer-1.26.10/gst/gstdatetime.c:976:14: warning[-Wdiscarded-qualifiers]: assignment discards ‘const’ qualifier from pointer target type
#  974|   
#  975|       /* check if there is timezone info */
#  976|->     plus_pos = strrchr (string, '+');
#  977|       neg_pos = strrchr (string, '-');
#  978|       if (plus_pos)

Error: COMPILER_WARNING (CWE-704): [#def33]
gstreamer-1.26.10/gst/gstdatetime.c:977:13: warning[-Wdiscarded-qualifiers]: assignment discards ‘const’ qualifier from pointer target type
#  977 |     neg_pos = strrchr (string, '-');
#      |             ^
#  975|       /* check if there is timezone info */
#  976|       plus_pos = strrchr (string, '+');
#  977|->     neg_pos = strrchr (string, '-');
#  978|       if (plus_pos)
#  979|         pos = plus_pos + 1;

Error: COMPILER_WARNING (CWE-704): [#def34]
gstreamer-1.26.10/gst/gstdatetime.c:977:13: warning[-Wdiscarded-qualifiers]: assignment discards ‘const’ qualifier from pointer target type
#  975|       /* check if there is timezone info */
#  976|       plus_pos = strrchr (string, '+');
#  977|->     neg_pos = strrchr (string, '-');
#  978|       if (plus_pos)
#  979|         pos = plus_pos + 1;

Error: GCC_ANALYZER_WARNING (CWE-404): [#def35]
gstreamer-1.26.10/gst/gstelement.c:2202:9: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
gstreamer-1.26.10/gst/gstelement.c:2195:6: branch_false: following ‘false’ branch (when ‘format’ is non-NULL)...
gstreamer-1.26.10/gst/gstelement.c:2197:7: branch_false: ...to here
gstreamer-1.26.10/gst/gstelement.c:2197:6: branch_false: following ‘false’ branch...
gstreamer-1.26.10/gst/gstelement.c:2200:3: branch_false: ...to here
gstreamer-1.26.10/gst/gstelement.c:2200:3: acquire_resource: ‘va_start’ called here
gstreamer-1.26.10/gst/gstelement.c:2202:9: throw: if ‘__gst_vasprintf’ throws an exception...
gstreamer-1.26.10/gst/gstelement.c:2202:9: danger: missing call to ‘va_end’ to match ‘va_start’ at [(5)](sarif:/runs/0/results/0/codeFlows/0/threadFlows/0/locations/4)
# 2200|     va_start (args, format);
# 2201|   
# 2202|->   len = __gst_vasprintf (&buffer, format, args);
# 2203|   
# 2204|     va_end (args);

Error: GCC_ANALYZER_WARNING (CWE-404): [#def36]
gstreamer-1.26.10/gst/gstelement.c:3918:15: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
gstreamer-1.26.10/gst/gstelement.c:3914:6: branch_false: following ‘false’ branch (when ‘name’ is non-NULL)...
gstreamer-1.26.10/gst/gstelement.c:3917:3: branch_false: ...to here
gstreamer-1.26.10/gst/gstelement.c:3917:3: acquire_resource: ‘va_start’ called here
gstreamer-1.26.10/gst/gstelement.c:3918:15: throw: if ‘gst_structure_new_valist’ throws an exception...
gstreamer-1.26.10/gst/gstelement.c:3918:15: danger: missing call to ‘va_end’ to match ‘va_start’ at [(3)](sarif:/runs/0/results/1/codeFlows/0/threadFlows/0/locations/2)
# 3916|   
# 3917|     va_start (varargs, name);
# 3918|->   structure = gst_structure_new_valist ("details", name, varargs);
# 3919|     va_end (varargs);
# 3920|   

Error: GCC_ANALYZER_WARNING (CWE-404): [#def37]
gstreamer-1.26.10/gst/gstelementfactory.c:89:1: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
gstreamer-1.26.10/gst/gstelementfactory.c:792:1: enter_function: entry to ‘gst_element_factory_make_full’
gstreamer-1.26.10/gst/gstelementfactory.c:798:3: acquire_resource: ‘va_start’ called here
gstreamer-1.26.10/gst/gstelementfactory.c:800:13: call_function: calling ‘gst_element_factory_make_valist’ from ‘gst_element_factory_make_full’
#   87|   }
#   88|   
#   89|-> G_DEFINE_TYPE_WITH_CODE (GstElementFactory, gst_element_factory,
#   90|       GST_TYPE_PLUGIN_FEATURE, _do_init);
#   91|   

Error: GCC_ANALYZER_WARNING (CWE-404): [#def38]
gstreamer-1.26.10/gst/gstelementfactory.c:400:3: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
gstreamer-1.26.10/gst/gstelementfactory.c:661:1: enter_function: entry to ‘gst_element_factory_create’
gstreamer-1.26.10/gst/gstelementfactory.c:663:6: branch_true: following ‘true’ branch (when ‘name’ is non-NULL)...
gstreamer-1.26.10/gst/gstelementfactory.c:664:12: branch_true: ...to here
gstreamer-1.26.10/gst/gstelementfactory.c:664:12: call_function: calling ‘gst_element_factory_create_full’ from ‘gst_element_factory_create’
#  398|       return FALSE;
#  399|   
#  400|->   g_return_val_if_fail (G_TYPE_IS_OBJECT (object_type), FALSE);
#  401|   
#  402|     class = g_type_class_ref (object_type);

Error: GCC_ANALYZER_WARNING (CWE-404): [#def39]
gstreamer-1.26.10/gst/gstelementfactory.c:402:11: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
gstreamer-1.26.10/gst/gstelementfactory.c:661:1: enter_function: entry to ‘gst_element_factory_create’
gstreamer-1.26.10/gst/gstelementfactory.c:663:6: branch_true: following ‘true’ branch (when ‘name’ is non-NULL)...
gstreamer-1.26.10/gst/gstelementfactory.c:664:12: branch_true: ...to here
gstreamer-1.26.10/gst/gstelementfactory.c:664:12: call_function: calling ‘gst_element_factory_create_full’ from ‘gst_element_factory_create’
#  400|     g_return_val_if_fail (G_TYPE_IS_OBJECT (object_type), FALSE);
#  401|   
#  402|->   class = g_type_class_ref (object_type);
#  403|     if (!class)
#  404|       return FALSE;

Error: GCC_ANALYZER_WARNING (CWE-404): [#def40]
gstreamer-1.26.10/gst/gstelementfactory.c:407:17: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
gstreamer-1.26.10/gst/gstelementfactory.c:661:1: enter_function: entry to ‘gst_element_factory_create’
gstreamer-1.26.10/gst/gstelementfactory.c:663:6: branch_true: following ‘true’ branch (when ‘name’ is non-NULL)...
gstreamer-1.26.10/gst/gstelementfactory.c:664:12: branch_true: ...to here
gstreamer-1.26.10/gst/gstelementfactory.c:664:12: call_function: calling ‘gst_element_factory_create_full’ from ‘gst_element_factory_create’
#  405|   
#  406|     name = first;
#  407|->   names_array = g_new0 (const gchar *, n_params_alloc);
#  408|     values_array = g_new0 (GValue, n_params_alloc);
#  409|   

Error: GCC_ANALYZER_WARNING (CWE-404): [#def41]
gstreamer-1.26.10/gst/gstelementfactory.c:408:18: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
gstreamer-1.26.10/gst/gstelementfactory.c:661:1: enter_function: entry to ‘gst_element_factory_create’
gstreamer-1.26.10/gst/gstelementfactory.c:663:6: branch_true: following ‘true’ branch (when ‘name’ is non-NULL)...
gstreamer-1.26.10/gst/gstelementfactory.c:664:12: branch_true: ...to here
gstreamer-1.26.10/gst/gstelementfactory.c:664:12: call_function: calling ‘gst_element_factory_create_full’ from ‘gst_element_factory_create’
#  406|     name = first;
#  407|     names_array = g_new0 (const gchar *, n_params_alloc);
#  408|->   values_array = g_new0 (GValue, n_params_alloc);
#  409|   
#  410|     do {

Error: GCC_ANALYZER_WARNING (CWE-404): [#def42]
gstreamer-1.26.10/gst/gstelementfactory.c:414:13: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
gstreamer-1.26.10/gst/gstelementfactory.c:661:1: enter_function: entry to ‘gst_element_factory_create’
gstreamer-1.26.10/gst/gstelementfactory.c:663:6: branch_true: following ‘true’ branch (when ‘name’ is non-NULL)...
gstreamer-1.26.10/gst/gstelementfactory.c:664:12: branch_true: ...to here
gstreamer-1.26.10/gst/gstelementfactory.c:664:12: call_function: calling ‘gst_element_factory_create_full’ from ‘gst_element_factory_create’
#  412|       GParamSpec *pspec;
#  413|   
#  414|->     pspec = g_object_class_find_property (class, name);
#  415|       if (!pspec)
#  416|         goto cleanup;

Error: GCC_ANALYZER_WARNING (CWE-404): [#def43]
gstreamer-1.26.10/gst/gstelementfactory.c:482:7: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
gstreamer-1.26.10/gst/gstelementfactory.c:634:1: enter_function: entry to ‘gst_element_factory_create_full’
gstreamer-1.26.10/gst/gstelementfactory.c:640:3: acquire_resource: ‘va_start’ called here
gstreamer-1.26.10/gst/gstelementfactory.c:641:13: call_function: calling ‘gst_element_factory_create_valist’ from ‘gst_element_factory_create_full’
#  480|   
#  481|     newfactory =
#  482|->       GST_ELEMENT_FACTORY (gst_plugin_feature_load (GST_PLUGIN_FEATURE
#  483|             (factory)));
#  484|   

Error: GCC_ANALYZER_WARNING (CWE-404): [#def44]
gstreamer-1.26.10/gst/gstelementfactory.c:490:3: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
gstreamer-1.26.10/gst/gstelementfactory.c:634:1: enter_function: entry to ‘gst_element_factory_create_full’
gstreamer-1.26.10/gst/gstelementfactory.c:640:3: acquire_resource: ‘va_start’ called here
gstreamer-1.26.10/gst/gstelementfactory.c:641:13: call_function: calling ‘gst_element_factory_create_valist’ from ‘gst_element_factory_create_full’
#  488|     factory = newfactory;
#  489|   
#  490|->   GST_INFO ("creating element \"%s\"", GST_OBJECT_NAME (factory));
#  491|   
#  492|     if (factory->type == G_TYPE_INVALID)

Error: GCC_ANALYZER_WARNING (CWE-404): [#def45]
gstreamer-1.26.10/gst/gstelementfactory.c:495:28: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
gstreamer-1.26.10/gst/gstelementfactory.c:634:1: enter_function: entry to ‘gst_element_factory_create_full’
gstreamer-1.26.10/gst/gstelementfactory.c:640:3: acquire_resource: ‘va_start’ called here
gstreamer-1.26.10/gst/gstelementfactory.c:641:13: call_function: calling ‘gst_element_factory_create_valist’ from ‘gst_element_factory_create_full’
#  493|       goto no_type;
#  494|   
#  495|->   element = (GstElement *) g_object_new_with_properties (factory->type, n,
#  496|         names, values);
#  497|     if (G_UNLIKELY (!element)) {

Error: GCC_ANALYZER_WARNING (CWE-404): [#def46]
gstreamer-1.26.10/gst/gstelementfactory.c:498:5: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
gstreamer-1.26.10/gst/gstelementfactory.c:634:1: enter_function: entry to ‘gst_element_factory_create_full’
gstreamer-1.26.10/gst/gstelementfactory.c:640:3: acquire_resource: ‘va_start’ called here
gstreamer-1.26.10/gst/gstelementfactory.c:641:13: call_function: calling ‘gst_element_factory_create_valist’ from ‘gst_element_factory_create_full’
#  496|         names, values);
#  497|     if (G_UNLIKELY (!element)) {
#  498|->     gst_object_unref (factory);
#  499|       g_return_val_if_fail (element != NULL, NULL);
#  500|     }

Error: GCC_ANALYZER_WARNING (CWE-404): [#def47]
gstreamer-1.26.10/gst/gstelementfactory.c:499:5: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
gstreamer-1.26.10/gst/gstelementfactory.c:634:1: enter_function: entry to ‘gst_element_factory_create_full’
gstreamer-1.26.10/gst/gstelementfactory.c:640:3: acquire_resource: ‘va_start’ called here
gstreamer-1.26.10/gst/gstelementfactory.c:641:13: call_function: calling ‘gst_element_factory_create_valist’ from ‘gst_element_factory_create_full’
#  497|     if (G_UNLIKELY (!element)) {
#  498|       gst_object_unref (factory);
#  499|->     g_return_val_if_fail (element != NULL, NULL);
#  500|     }
#  501|   

Error: GCC_ANALYZER_WARNING (CWE-404): [#def48]
gstreamer-1.26.10/gst/gstelementfactory.c:510:5: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
gstreamer-1.26.10/gst/gstelementfactory.c:634:1: enter_function: entry to ‘gst_element_factory_create_full’
gstreamer-1.26.10/gst/gstelementfactory.c:640:3: acquire_resource: ‘va_start’ called here
gstreamer-1.26.10/gst/gstelementfactory.c:641:13: call_function: calling ‘gst_element_factory_create_valist’ from ‘gst_element_factory_create_full’
#  508|     if (!g_atomic_pointer_compare_and_exchange (&oclass->elementfactory,
#  509|             (GstElementFactory *) NULL, factory))
#  510|->     gst_object_unref (factory);
#  511|     else
#  512|       /* This ref will never be dropped as the class is never destroyed */

Error: GCC_ANALYZER_WARNING (CWE-404): [#def49]
gstreamer-1.26.10/gst/gstelementfactory.c:566:3: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
gstreamer-1.26.10/gst/gstelementfactory.c:634:1: enter_function: entry to ‘gst_element_factory_create_full’
gstreamer-1.26.10/gst/gstelementfactory.c:640:3: acquire_resource: ‘va_start’ called here
gstreamer-1.26.10/gst/gstelementfactory.c:641:13: call_function: calling ‘gst_element_factory_create_valist’ from ‘gst_element_factory_create_full’
#  564|     guint n = 0;
#  565|   
#  566|->   g_return_val_if_fail (factory != NULL, NULL);
#  567|   
#  568|     newfactory =

Error: GCC_ANALYZER_WARNING (CWE-404): [#def50]
gstreamer-1.26.10/gst/gstelementfactory.c:569:7: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
gstreamer-1.26.10/gst/gstelementfactory.c:634:1: enter_function: entry to ‘gst_element_factory_create_full’
gstreamer-1.26.10/gst/gstelementfactory.c:640:3: acquire_resource: ‘va_start’ called here
gstreamer-1.26.10/gst/gstelementfactory.c:641:13: call_function: calling ‘gst_element_factory_create_valist’ from ‘gst_element_factory_create_full’
#  567|   
#  568|     newfactory =
#  569|->       GST_ELEMENT_FACTORY (gst_plugin_feature_load (GST_PLUGIN_FEATURE
#  570|             (factory)));
#  571|   

Error: GCC_ANALYZER_WARNING (CWE-404): [#def51]
gstreamer-1.26.10/gst/gstelementfactory.c:745:3: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
gstreamer-1.26.10/gst/gstelementfactory.c:792:1: enter_function: entry to ‘gst_element_factory_make_full’
gstreamer-1.26.10/gst/gstelementfactory.c:798:3: acquire_resource: ‘va_start’ called here
gstreamer-1.26.10/gst/gstelementfactory.c:800:13: call_function: calling ‘gst_element_factory_make_valist’ from ‘gst_element_factory_make_full’
#  743|     GstElement *element;
#  744|   
#  745|->   g_return_val_if_fail (factoryname != NULL, NULL);
#  746|     g_return_val_if_fail (gst_is_initialized (), NULL);
#  747|   

Error: GCC_ANALYZER_WARNING (CWE-404): [#def52]
gstreamer-1.26.10/gst/gstelementfactory.c:746:3: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
gstreamer-1.26.10/gst/gstelementfactory.c:792:1: enter_function: entry to ‘gst_element_factory_make_full’
gstreamer-1.26.10/gst/gstelementfactory.c:798:3: acquire_resource: ‘va_start’ called here
gstreamer-1.26.10/gst/gstelementfactory.c:800:13: call_function: calling ‘gst_element_factory_make_valist’ from ‘gst_element_factory_make_full’
#  744|   
#  745|     g_return_val_if_fail (factoryname != NULL, NULL);
#  746|->   g_return_val_if_fail (gst_is_initialized (), NULL);
#  747|   
#  748|     GST_LOG ("gstelementfactory: make \"%s\"", factoryname);

Error: GCC_ANALYZER_WARNING (CWE-404): [#def53]
gstreamer-1.26.10/gst/gstelementfactory.c:748:3: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
gstreamer-1.26.10/gst/gstelementfactory.c:792:1: enter_function: entry to ‘gst_element_factory_make_full’
gstreamer-1.26.10/gst/gstelementfactory.c:798:3: acquire_resource: ‘va_start’ called here
gstreamer-1.26.10/gst/gstelementfactory.c:800:13: call_function: calling ‘gst_element_factory_make_valist’ from ‘gst_element_factory_make_full’
#  746|     g_return_val_if_fail (gst_is_initialized (), NULL);
#  747|   
#  748|->   GST_LOG ("gstelementfactory: make \"%s\"", factoryname);
#  749|   
#  750|     factory = gst_element_factory_find (factoryname);

Error: GCC_ANALYZER_WARNING (CWE-404): [#def54]
gstreamer-1.26.10/gst/gstidstr-private.h:121:3: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
gstreamer-1.26.10/gst/gststructure.c:4237:1: enter_function: entry to ‘gst_structure_id_get’
gstreamer-1.26.10/gst/gststructure.c:4243:3: branch_true: following ‘true’ branch...
gstreamer-1.26.10/gst/gststructure.c:4244:3: branch_true: following ‘true’ branch (when ‘first_field_id != 0’)...
gstreamer-1.26.10/gst/gststructure.c:4246:3: branch_true: ...to here
gstreamer-1.26.10/gst/gststructure.c:4246:3: acquire_resource: ‘va_start’ called here
gstreamer-1.26.10/gst/gststructure.c:4248:9: call_function: calling ‘gst_structure_id_get_valist’ from ‘gst_structure_id_get’
#  119|     GstIdStrPrivate *sp = (GstIdStrPrivate *) s;
#  120|   
#  121|->   g_assert (len <= G_MAXUINT32);
#  122|   
#  123|     if (sp->s.string_type.t == 1)

Error: GCC_ANALYZER_WARNING (CWE-404): [#def55]
gstreamer-1.26.10/gst/gstidstr-private.h:124:5: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
gstreamer-1.26.10/gst/gststructure.c:4237:1: enter_function: entry to ‘gst_structure_id_get’
gstreamer-1.26.10/gst/gststructure.c:4243:3: branch_true: following ‘true’ branch...
gstreamer-1.26.10/gst/gststructure.c:4244:3: branch_true: following ‘true’ branch (when ‘first_field_id != 0’)...
gstreamer-1.26.10/gst/gststructure.c:4246:3: branch_true: ...to here
gstreamer-1.26.10/gst/gststructure.c:4246:3: acquire_resource: ‘va_start’ called here
gstreamer-1.26.10/gst/gststructure.c:4248:9: call_function: calling ‘gst_structure_id_get_valist’ from ‘gst_structure_id_get’
#  122|   
#  123|     if (sp->s.string_type.t == 1)
#  124|->     g_free (sp->s.pointer_string.s);
#  125|   
#  126|     if (len <= 15) {

Error: GCC_ANALYZER_WARNING (CWE-404): [#def56]
gstreamer-1.26.10/gst/gstidstr-private.h:149:5: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
gstreamer-1.26.10/gst/gststructure.c:4153:1: enter_function: entry to ‘gst_structure_get’
gstreamer-1.26.10/gst/gststructure.c:4159:3: branch_true: following ‘true’ branch...
gstreamer-1.26.10/gst/gststructure.c:4160:3: branch_true: following ‘true’ branch (when ‘first_fieldname’ is non-NULL)...
gstreamer-1.26.10/gst/gststructure.c:4162:3: branch_true: ...to here
gstreamer-1.26.10/gst/gststructure.c:4162:3: acquire_resource: ‘va_start’ called here
gstreamer-1.26.10/gst/gststructure.c:4163:9: call_function: calling ‘gst_structure_get_valist’ from ‘gst_structure_get’
#  147|   
#  148|     if (sp->s.string_type.t == 1) {
#  149|->     g_free (sp->s.pointer_string.s);
#  150|     }
#  151|     memset (sp, 0, sizeof (*sp));

Error: GCC_ANALYZER_WARNING (CWE-404): [#def57]
gstreamer-1.26.10/gst/gstidstr-private.h:221:7: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
gstreamer-1.26.10/gst/gststructure.c:4192:1: enter_function: entry to ‘gst_structure_id_str_get’
gstreamer-1.26.10/gst/gststructure.c:4198:3: branch_true: following ‘true’ branch...
gstreamer-1.26.10/gst/gststructure.c:4199:3: branch_true: following ‘true’ branch (when ‘first_fieldname’ is non-NULL)...
gstreamer-1.26.10/gst/gststructure.c:4201:3: branch_true: ...to here
gstreamer-1.26.10/gst/gststructure.c:4201:3: acquire_resource: ‘va_start’ called here
gstreamer-1.26.10/gst/gststructure.c:4202:9: call_function: calling ‘gst_structure_id_str_get_valist’ from ‘gst_structure_id_str_get’
#  219|         return sp->s.pointer_string.s;
#  220|       default:
#  221|->       g_assert_not_reached ();
#  222|         return NULL;
#  223|     }

Error: GCC_ANALYZER_WARNING (CWE-688): [#def58]
gstreamer-1.26.10/gst/gstidstr-private.h:234:21: warning[-Wanalyzer-null-argument]: use of NULL ‘s1’ where non-null expected
gstreamer-1.26.10/gst/gstcapsfeatures.c:1180:1: enter_function: entry to ‘gst_caps_features_remove_id_str’
gstreamer-1.26.10/gst/gstcapsfeatures.c:1185:3: branch_true: following ‘true’ branch (when ‘features’ is non-NULL)...
gstreamer-1.26.10/gst/gstcapsfeatures.c:1186:3: branch_true: ...to here
gstreamer-1.26.10/gst/gstcapsfeatures.c:1187:3: branch_true: following ‘true’ branch (when ‘feature’ is non-NULL)...
gstreamer-1.26.10/gst/gstcapsfeatures.c:1189:7: branch_true: ...to here
gstreamer-1.26.10/gst/gstcapsfeatures.c:1190:15: branch_true: following ‘true’ branch (when ‘i < n’)...
gstreamer-1.26.10/gst/gstcapsfeatures.c:1191:25: branch_true: ...to here
gstreamer-1.26.10/gst/gstcapsfeatures.c:1191:25: call_function: calling ‘gst_caps_features_get_nth_id_str’ from ‘gst_caps_features_remove_id_str’
gstreamer-1.26.10/gst/gstcapsfeatures.c:1191:25: return_function: returning to ‘gst_caps_features_remove_id_str’ from ‘gst_caps_features_get_nth_id_str’
gstreamer-1.26.10/gst/gstcapsfeatures.c:1193:9: call_function: calling ‘_gst_id_str_is_equal_inline’ from ‘gst_caps_features_remove_id_str’
#  232|   
#  233|     // Covers the short_string case and equal pointer_string pointers
#  234|->   if (sp1 == sp2 || memcmp (sp1, sp2, sizeof (*sp1)) == 0)
#  235|       return TRUE;
#  236|   

Error: GCC_ANALYZER_WARNING (CWE-404): [#def59]
gstreamer-1.26.10/gst/gstinfo.c:596:3: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
gstreamer-1.26.10/gst/gstinfo.c:2609:1: enter_function: entry to ‘_gst_debug_dump_mem_full’
gstreamer-1.26.10/gst/gstinfo.c:2620:3: call_function: calling ‘gst_debug_log_id’ from ‘_gst_debug_dump_mem_full’
#  594|     GSList *handler;
#  595|   
#  596|->   g_return_if_fail (category != NULL);
#  597|   
#  598|     if (level > gst_debug_category_get_threshold (category))

Error: GCC_ANALYZER_WARNING (CWE-404): [#def60]
gstreamer-1.26.10/gst/gstinfo.c:601:3: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
gstreamer-1.26.10/gst/gstinfo.c:2609:1: enter_function: entry to ‘_gst_debug_dump_mem_full’
gstreamer-1.26.10/gst/gstinfo.c:2620:3: call_function: calling ‘gst_debug_log_id’ from ‘_gst_debug_dump_mem_full’
#  599|       return;
#  600|   
#  601|->   g_return_if_fail (file != NULL);
#  602|     g_return_if_fail (function != NULL);
#  603|     g_return_if_fail (format != NULL);

Error: GCC_ANALYZER_WARNING (CWE-404): [#def61]
gstreamer-1.26.10/gst/gstinfo.c:602:3: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
gstreamer-1.26.10/gst/gstinfo.c:2609:1: enter_function: entry to ‘_gst_debug_dump_mem_full’
gstreamer-1.26.10/gst/gstinfo.c:2620:3: call_function: calling ‘gst_debug_log_id’ from ‘_gst_debug_dump_mem_full’
#  600|   
#  601|     g_return_if_fail (file != NULL);
#  602|->   g_return_if_fail (function != NULL);
#  603|     g_return_if_fail (format != NULL);
#  604|   

Error: GCC_ANALYZER_WARNING (CWE-404): [#def62]
gstreamer-1.26.10/gst/gstinfo.c:617:3: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
gstreamer-1.26.10/gst/gstinfo.c:2609:1: enter_function: entry to ‘_gst_debug_dump_mem_full’
gstreamer-1.26.10/gst/gstinfo.c:2620:3: call_function: calling ‘gst_debug_log_id’ from ‘_gst_debug_dump_mem_full’
#  615|     G_VA_COPY (message.arguments, args);
#  616|   
#  617|->   g_rw_lock_reader_lock (&__log_func_mutex);
#  618|     handler = __log_functions;
#  619|     while (handler) {

Error: GCC_ANALYZER_WARNING (CWE-404): [#def63]
gstreamer-1.26.10/gst/gstinfo.c:622:5: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
gstreamer-1.26.10/gst/gstinfo.c:2609:1: enter_function: entry to ‘_gst_debug_dump_mem_full’
gstreamer-1.26.10/gst/gstinfo.c:2620:3: call_function: calling ‘gst_debug_log_id’ from ‘_gst_debug_dump_mem_full’
#  620|       entry = handler->data;
#  621|       handler = g_slist_next (handler);
#  622|->     entry->func (category, level, file, function, line, object, &message,
#  623|           entry->user_data);
#  624|     }

Error: GCC_ANALYZER_WARNING (CWE-404): [#def64]
gstreamer-1.26.10/gst/gstinfo.c:625:3: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
gstreamer-1.26.10/gst/gstinfo.c:2609:1: enter_function: entry to ‘_gst_debug_dump_mem_full’
gstreamer-1.26.10/gst/gstinfo.c:2620:3: call_function: calling ‘gst_debug_log_id’ from ‘_gst_debug_dump_mem_full’
#  623|           entry->user_data);
#  624|     }
#  625|->   g_rw_lock_reader_unlock (&__log_func_mutex);
#  626|   
#  627|     g_free (message.message);

Error: GCC_ANALYZER_WARNING (CWE-404): [#def65]
gstreamer-1.26.10/gst/gstinfo.c:627:3: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
gstreamer-1.26.10/gst/gstinfo.c:2609:1: enter_function: entry to ‘_gst_debug_dump_mem_full’
gstreamer-1.26.10/gst/gstinfo.c:2620:3: call_function: calling ‘gst_debug_log_id’ from ‘_gst_debug_dump_mem_full’
#  625|     g_rw_lock_reader_unlock (&__log_func_mutex);
#  626|   
#  627|->   g_free (message.message);
#  628|     if (message.free_object_id)
#  629|       g_free (message.object_id);

Error: GCC_ANALYZER_WARNING (CWE-404): [#def66]
gstreamer-1.26.10/gst/gstinfo.c:2928:10: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
gstreamer-1.26.10/gst/gstinfo.c:3138:1: enter_function: entry to ‘gst_printerrln’
gstreamer-1.26.10/gst/gstinfo.c:3143:3: acquire_resource: ‘va_start’ called here
gstreamer-1.26.10/gst/gstinfo.c:3144:9: call_function: calling ‘gst_info_strdup_vprintf’ from ‘gst_printerrln’
# 2926|   gst_info_vasprintf (gchar ** result, const gchar * format, va_list args)
# 2927|   {
# 2928|->   return __gst_vasprintf (result, format, args);
# 2929|   }
# 2930|   

Error: GCC_ANALYZER_WARNING (CWE-476): [#def67]
gstreamer-1.26.10/gst/gstiterator.c:279:3: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘0’
gstreamer-1.26.10/gst/gstiterator.c:247:1: enter_function: entry to ‘gst_iterator_new_list’
gstreamer-1.26.10/gst/gstiterator.c:269:32: call_function: calling ‘gst_iterator_new’ from ‘gst_iterator_new_list’
gstreamer-1.26.10/gst/gstiterator.c:269:32: return_function: returning to ‘gst_iterator_new_list’ from ‘gst_iterator_new’
gstreamer-1.26.10/gst/gstiterator.c:279:19: branch_false: following ‘false’ branch (when ‘owner’ is NULL)...
gstreamer-1.26.10/gst/gstiterator.c:279:3: branch_false: ...to here
gstreamer-1.26.10/gst/gstiterator.c:279:3: danger: dereference of NULL ‘gst_iterator_new(152, type,  lock,  master_cookie, & gst_list_iterator_copy, & gst_list_iterator_next,  item, & gst_list_iterator_resync, & gst_list_iterator_free)’
#  277|         (GstIteratorFreeFunction) gst_list_iterator_free);
#  278|   
#  279|->   result->owner = owner ? g_object_ref (owner) : NULL;
#  280|     result->orig = list;
#  281|     result->list = *list;

Error: GCC_ANALYZER_WARNING (CWE-476): [#def68]
gstreamer-1.26.10/gst/gstiterator.c:564:3: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘0’
gstreamer-1.26.10/gst/gstiterator.c:548:1: enter_function: entry to ‘gst_iterator_filter’
gstreamer-1.26.10/gst/gstiterator.c:553:3: branch_true: following ‘true’ branch (when ‘it’ is non-NULL)...
gstreamer-1.26.10/gst/gstiterator.c:554:3: branch_true: ...to here
gstreamer-1.26.10/gst/gstiterator.c:554:3: branch_true: following ‘true’ branch (when ‘func’ is non-NULL)...
gstreamer-1.26.10/gst/gstiterator.c:556:34: branch_true: ...to here
gstreamer-1.26.10/gst/gstiterator.c:556:34: call_function: calling ‘gst_iterator_new’ from ‘gst_iterator_filter’
gstreamer-1.26.10/gst/gstiterator.c:556:34: return_function: returning to ‘gst_iterator_filter’ from ‘gst_iterator_new’
gstreamer-1.26.10/gst/gstiterator.c:564:3: danger: dereference of NULL ‘gst_iterator_new(176, *it.type, *it.lock, *it.master_cookie, & filter_copy, & filter_next, 0, & filter_resync, & filter_free)’
#  562|         (GstIteratorFreeFunction) filter_free);
#  563|   
#  564|->   result->master_lock = it->lock;
#  565|     it->lock = NULL;
#  566|     result->func = func;

Error: GCC_ANALYZER_WARNING (CWE-835): [#def69]
gstreamer-1.26.10/gst/gstminiobject.c:328:12: warning[-Wanalyzer-infinite-loop]: infinite loop
#  326|       /* As long as the struct was not allocated yet and either someone else
#  327|        * locked it or our priv_state is out of date, try to lock it */
#  328|->     while (priv_state != PRIV_DATA_STATE_PARENTS_OR_QDATA &&
#  329|           (priv_state == PRIV_DATA_STATE_LOCKED ||
#  330|               !g_atomic_int_compare_and_exchange ((gint *) & object->priv_uint,

Error: GCC_ANALYZER_WARNING (CWE-404): [#def70]
gstreamer-1.26.10/gst/gstquery.c:892:3: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
gstreamer-1.26.10/gst/gstquery.c:908:1: enter_function: entry to ‘gst_query_set_formats’
gstreamer-1.26.10/gst/gstquery.c:915:3: branch_true: following ‘true’ branch...
gstreamer-1.26.10/gst/gstquery.c:916:3: branch_true: ...to here
gstreamer-1.26.10/gst/gstquery.c:916:3: branch_true: following ‘true’ branch...
gstreamer-1.26.10/gst/gstquery.c:918:3: branch_true: ...to here
gstreamer-1.26.10/gst/gstquery.c:920:3: acquire_resource: ‘va_start’ called here
gstreamer-1.26.10/gst/gstquery.c:921:15: branch_true: following ‘true’ branch (when ‘i < n_formats’)...
gstreamer-1.26.10/gst/gstquery.c:922:5: branch_true: ...to here
gstreamer-1.26.10/gst/gstquery.c:922:5: call_function: calling ‘gst_query_list_add_format’ from ‘gst_query_set_formats’
#  890|     GValue item = { 0, };
#  891|   
#  892|->   g_value_init (&item, GST_TYPE_FORMAT);
#  893|     g_value_set_enum (&item, format);
#  894|     gst_value_list_append_value (list, &item);

Error: GCC_ANALYZER_WARNING (CWE-404): [#def71]
gstreamer-1.26.10/gst/gstquery.c:893:3: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
gstreamer-1.26.10/gst/gstquery.c:908:1: enter_function: entry to ‘gst_query_set_formats’
gstreamer-1.26.10/gst/gstquery.c:915:3: branch_true: following ‘true’ branch...
gstreamer-1.26.10/gst/gstquery.c:916:3: branch_true: ...to here
gstreamer-1.26.10/gst/gstquery.c:916:3: branch_true: following ‘true’ branch...
gstreamer-1.26.10/gst/gstquery.c:918:3: branch_true: ...to here
gstreamer-1.26.10/gst/gstquery.c:920:3: acquire_resource: ‘va_start’ called here
gstreamer-1.26.10/gst/gstquery.c:921:15: branch_true: following ‘true’ branch (when ‘i < n_formats’)...
gstreamer-1.26.10/gst/gstquery.c:922:5: branch_true: ...to here
gstreamer-1.26.10/gst/gstquery.c:922:5: call_function: calling ‘gst_query_list_add_format’ from ‘gst_query_set_formats’
#  891|   
#  892|     g_value_init (&item, GST_TYPE_FORMAT);
#  893|->   g_value_set_enum (&item, format);
#  894|     gst_value_list_append_value (list, &item);
#  895|     g_value_unset (&item);

Error: GCC_ANALYZER_WARNING (CWE-404): [#def72]
gstreamer-1.26.10/gst/gstquery.c:894:3: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
gstreamer-1.26.10/gst/gstquery.c:908:1: enter_function: entry to ‘gst_query_set_formats’
gstreamer-1.26.10/gst/gstquery.c:915:3: branch_true: following ‘true’ branch...
gstreamer-1.26.10/gst/gstquery.c:916:3: branch_true: ...to here
gstreamer-1.26.10/gst/gstquery.c:916:3: branch_true: following ‘true’ branch...
gstreamer-1.26.10/gst/gstquery.c:918:3: branch_true: ...to here
gstreamer-1.26.10/gst/gstquery.c:920:3: acquire_resource: ‘va_start’ called here
gstreamer-1.26.10/gst/gstquery.c:921:15: branch_true: following ‘true’ branch (when ‘i < n_formats’)...
gstreamer-1.26.10/gst/gstquery.c:922:5: branch_true: ...to here
gstreamer-1.26.10/gst/gstquery.c:922:5: call_function: calling ‘gst_query_list_add_format’ from ‘gst_query_set_formats’
#  892|     g_value_init (&item, GST_TYPE_FORMAT);
#  893|     g_value_set_enum (&item, format);
#  894|->   gst_value_list_append_value (list, &item);
#  895|     g_value_unset (&item);
#  896|   }

Error: GCC_ANALYZER_WARNING (CWE-404): [#def73]
gstreamer-1.26.10/gst/gstquery.c:895:3: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
gstreamer-1.26.10/gst/gstquery.c:908:1: enter_function: entry to ‘gst_query_set_formats’
gstreamer-1.26.10/gst/gstquery.c:915:3: branch_true: following ‘true’ branch...
gstreamer-1.26.10/gst/gstquery.c:916:3: branch_true: ...to here
gstreamer-1.26.10/gst/gstquery.c:916:3: branch_true: following ‘true’ branch...
gstreamer-1.26.10/gst/gstquery.c:918:3: branch_true: ...to here
gstreamer-1.26.10/gst/gstquery.c:920:3: acquire_resource: ‘va_start’ called here
gstreamer-1.26.10/gst/gstquery.c:921:15: branch_true: following ‘true’ branch (when ‘i < n_formats’)...
gstreamer-1.26.10/gst/gstquery.c:922:5: branch_true: ...to here
gstreamer-1.26.10/gst/gstquery.c:922:5: call_function: calling ‘gst_query_list_add_format’ from ‘gst_query_set_formats’
#  893|     g_value_set_enum (&item, format);
#  894|     gst_value_list_append_value (list, &item);
#  895|->   g_value_unset (&item);
#  896|   }
#  897|   

Error: GCC_ANALYZER_WARNING (CWE-404): [#def74]
gstreamer-1.26.10/gst/gststructure.c:3940:3: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
gstreamer-1.26.10/gst/gststructure.c:4153:1: enter_function: entry to ‘gst_structure_get’
gstreamer-1.26.10/gst/gststructure.c:4159:3: branch_true: following ‘true’ branch...
gstreamer-1.26.10/gst/gststructure.c:4160:3: branch_true: following ‘true’ branch (when ‘first_fieldname’ is non-NULL)...
gstreamer-1.26.10/gst/gststructure.c:4162:3: branch_true: ...to here
gstreamer-1.26.10/gst/gststructure.c:4162:3: acquire_resource: ‘va_start’ called here
gstreamer-1.26.10/gst/gststructure.c:4163:9: call_function: calling ‘gst_structure_get_valist’ from ‘gst_structure_get’
# 3938|     GType expected_type = G_TYPE_INVALID;
# 3939|   
# 3940|->   g_return_val_if_fail (GST_IS_STRUCTURE (structure), FALSE);
# 3941|     g_return_val_if_fail (first_fieldname != NULL, FALSE);
# 3942|   

Error: GCC_ANALYZER_WARNING (CWE-404): [#def75]
gstreamer-1.26.10/gst/gststructure.c:3973:5: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
gstreamer-1.26.10/gst/gststructure.c:4153:1: enter_function: entry to ‘gst_structure_get’
gstreamer-1.26.10/gst/gststructure.c:4159:3: branch_true: following ‘true’ branch...
gstreamer-1.26.10/gst/gststructure.c:4160:3: branch_true: following ‘true’ branch (when ‘first_fieldname’ is non-NULL)...
gstreamer-1.26.10/gst/gststructure.c:4162:3: branch_true: ...to here
gstreamer-1.26.10/gst/gststructure.c:4162:3: acquire_resource: ‘va_start’ called here
gstreamer-1.26.10/gst/gststructure.c:4163:9: call_function: calling ‘gst_structure_get_valist’ from ‘gst_structure_get’
# 3971|   no_such_field:
# 3972|     {
# 3973|->     GST_INFO ("Expected field '%s' in structure: %" GST_PTR_FORMAT,
# 3974|           field_name, structure);
# 3975|       return FALSE;

Error: GCC_ANALYZER_WARNING (CWE-404): [#def76]
gstreamer-1.26.10/gst/gststructure.c:4009:3: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
gstreamer-1.26.10/gst/gststructure.c:4192:1: enter_function: entry to ‘gst_structure_id_str_get’
gstreamer-1.26.10/gst/gststructure.c:4198:3: branch_true: following ‘true’ branch...
gstreamer-1.26.10/gst/gststructure.c:4199:3: branch_true: following ‘true’ branch (when ‘first_fieldname’ is non-NULL)...
gstreamer-1.26.10/gst/gststructure.c:4201:3: branch_true: ...to here
gstreamer-1.26.10/gst/gststructure.c:4201:3: acquire_resource: ‘va_start’ called here
gstreamer-1.26.10/gst/gststructure.c:4202:9: call_function: calling ‘gst_structure_id_str_get_valist’ from ‘gst_structure_id_str_get’
# 4007|     GType expected_type = G_TYPE_INVALID;
# 4008|   
# 4009|->   g_return_val_if_fail (GST_IS_STRUCTURE (structure), FALSE);
# 4010|     g_return_val_if_fail (first_fieldname != NULL, FALSE);
# 4011|   

Error: GCC_ANALYZER_WARNING (CWE-404): [#def77]
gstreamer-1.26.10/gst/gststructure.c:4042:5: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
gstreamer-1.26.10/gst/gststructure.c:4192:1: enter_function: entry to ‘gst_structure_id_str_get’
gstreamer-1.26.10/gst/gststructure.c:4198:3: branch_true: following ‘true’ branch...
gstreamer-1.26.10/gst/gststructure.c:4199:3: branch_true: following ‘true’ branch (when ‘first_fieldname’ is non-NULL)...
gstreamer-1.26.10/gst/gststructure.c:4201:3: branch_true: ...to here
gstreamer-1.26.10/gst/gststructure.c:4201:3: acquire_resource: ‘va_start’ called here
gstreamer-1.26.10/gst/gststructure.c:4202:9: call_function: calling ‘gst_structure_id_str_get_valist’ from ‘gst_structure_id_str_get’
# 4040|   no_such_field:
# 4041|     {
# 4042|->     GST_INFO ("Expected field '%s' in structure: %" GST_PTR_FORMAT,
# 4043|           gst_id_str_as_str (fieldname), structure);
# 4044|       return FALSE;

Error: GCC_ANALYZER_WARNING (CWE-404): [#def78]
gstreamer-1.26.10/gst/gststructure.c:4048:5: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
gstreamer-1.26.10/gst/gststructure.c:4192:1: enter_function: entry to ‘gst_structure_id_str_get’
gstreamer-1.26.10/gst/gststructure.c:4198:3: branch_true: following ‘true’ branch...
gstreamer-1.26.10/gst/gststructure.c:4199:3: branch_true: following ‘true’ branch (when ‘first_fieldname’ is non-NULL)...
gstreamer-1.26.10/gst/gststructure.c:4201:3: branch_true: ...to here
gstreamer-1.26.10/gst/gststructure.c:4201:3: acquire_resource: ‘va_start’ called here
gstreamer-1.26.10/gst/gststructure.c:4202:9: call_function: calling ‘gst_structure_id_str_get_valist’ from ‘gst_structure_id_str_get’
# 4046|   wrong_type:
# 4047|     {
# 4048|->     GST_INFO ("Expected field '%s' in structure to be of type '%s', but "
# 4049|           "field was of type '%s': %" GST_PTR_FORMAT,
# 4050|           gst_id_str_as_str (fieldname),

Error: GCC_ANALYZER_WARNING (CWE-404): [#def79]
gstreamer-1.26.10/gst/gststructure.c:4079:3: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
gstreamer-1.26.10/gst/gststructure.c:4237:1: enter_function: entry to ‘gst_structure_id_get’
gstreamer-1.26.10/gst/gststructure.c:4243:3: branch_true: following ‘true’ branch...
gstreamer-1.26.10/gst/gststructure.c:4244:3: branch_true: following ‘true’ branch (when ‘first_field_id != 0’)...
gstreamer-1.26.10/gst/gststructure.c:4246:3: branch_true: ...to here
gstreamer-1.26.10/gst/gststructure.c:4246:3: acquire_resource: ‘va_start’ called here
gstreamer-1.26.10/gst/gststructure.c:4248:9: call_function: calling ‘gst_structure_id_get_valist’ from ‘gst_structure_id_get’
# 4077|     GType expected_type = G_TYPE_INVALID;
# 4078|   
# 4079|->   g_return_val_if_fail (GST_IS_STRUCTURE (structure), FALSE);
# 4080|     g_return_val_if_fail (first_field_id != 0, FALSE);
# 4081|   

Error: GCC_ANALYZER_WARNING (CWE-404): [#def80]
gstreamer-1.26.10/gst/gststructure.c:4114:5: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
gstreamer-1.26.10/gst/gststructure.c:4237:1: enter_function: entry to ‘gst_structure_id_get’
gstreamer-1.26.10/gst/gststructure.c:4243:3: branch_true: following ‘true’ branch...
gstreamer-1.26.10/gst/gststructure.c:4244:3: branch_true: following ‘true’ branch (when ‘first_field_id != 0’)...
gstreamer-1.26.10/gst/gststructure.c:4246:3: branch_true: ...to here
gstreamer-1.26.10/gst/gststructure.c:4246:3: acquire_resource: ‘va_start’ called here
gstreamer-1.26.10/gst/gststructure.c:4248:9: call_function: calling ‘gst_structure_id_get_valist’ from ‘gst_structure_id_get’
# 4112|   no_such_field:
# 4113|     {
# 4114|->     GST_DEBUG ("Expected field '%s' in structure: %" GST_PTR_FORMAT,
# 4115|           GST_STR_NULL (g_quark_to_string (field_id)), structure);
# 4116|       return FALSE;

Error: GCC_ANALYZER_WARNING (CWE-404): [#def81]
gstreamer-1.26.10/gst/gsttaglist.c:468:3: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
gstreamer-1.26.10/gst/gsttaglist.c:1252:1: enter_function: entry to ‘gst_tag_list_add_values’
gstreamer-1.26.10/gst/gsttaglist.c:1257:3: branch_true: following ‘true’ branch...
gstreamer-1.26.10/gst/gsttaglist.c:1258:3: branch_true: following ‘true’ branch...
gstreamer-1.26.10/gst/gsttaglist.c:1259:3: branch_true: ...to here
gstreamer-1.26.10/gst/gsttaglist.c:1259:3: branch_true: following ‘true’ branch...
gstreamer-1.26.10/gst/gsttaglist.c:1260:3: branch_true: ...to here
gstreamer-1.26.10/gst/gsttaglist.c:1260:3: branch_true: following ‘true’ branch (when ‘tag’ is non-NULL)...
gstreamer-1.26.10/gst/gsttaglist.c:1262:3: branch_true: ...to here
gstreamer-1.26.10/gst/gsttaglist.c:1262:3: acquire_resource: ‘va_start’ called here
gstreamer-1.26.10/gst/gsttaglist.c:1263:3: call_function: calling ‘gst_tag_list_add_valist_values’ from ‘gst_tag_list_add_values’
#  466|     GstTagInfo *ret;
#  467|   
#  468|->   TAG_LOCK;
#  469|     ret = g_hash_table_lookup (__tags, (gpointer) tag_name);
#  470|     TAG_UNLOCK;

Error: GCC_ANALYZER_WARNING (CWE-404): [#def82]
gstreamer-1.26.10/gst/gsttaglist.c:469:9: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
gstreamer-1.26.10/gst/gsttaglist.c:1252:1: enter_function: entry to ‘gst_tag_list_add_values’
gstreamer-1.26.10/gst/gsttaglist.c:1257:3: branch_true: following ‘true’ branch...
gstreamer-1.26.10/gst/gsttaglist.c:1258:3: branch_true: following ‘true’ branch...
gstreamer-1.26.10/gst/gsttaglist.c:1259:3: branch_true: ...to here
gstreamer-1.26.10/gst/gsttaglist.c:1259:3: branch_true: following ‘true’ branch...
gstreamer-1.26.10/gst/gsttaglist.c:1260:3: branch_true: ...to here
gstreamer-1.26.10/gst/gsttaglist.c:1260:3: branch_true: following ‘true’ branch (when ‘tag’ is non-NULL)...
gstreamer-1.26.10/gst/gsttaglist.c:1262:3: branch_true: ...to here
gstreamer-1.26.10/gst/gsttaglist.c:1262:3: acquire_resource: ‘va_start’ called here
gstreamer-1.26.10/gst/gsttaglist.c:1263:3: call_function: calling ‘gst_tag_list_add_valist_values’ from ‘gst_tag_list_add_values’
#  467|   
#  468|     TAG_LOCK;
#  469|->   ret = g_hash_table_lookup (__tags, (gpointer) tag_name);
#  470|     TAG_UNLOCK;
#  471|   

Error: GCC_ANALYZER_WARNING (CWE-404): [#def83]
gstreamer-1.26.10/gst/gsttaglist.c:470:3: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
gstreamer-1.26.10/gst/gsttaglist.c:1252:1: enter_function: entry to ‘gst_tag_list_add_values’
gstreamer-1.26.10/gst/gsttaglist.c:1257:3: branch_true: following ‘true’ branch...
gstreamer-1.26.10/gst/gsttaglist.c:1258:3: branch_true: following ‘true’ branch...
gstreamer-1.26.10/gst/gsttaglist.c:1259:3: branch_true: ...to here
gstreamer-1.26.10/gst/gsttaglist.c:1259:3: branch_true: following ‘true’ branch...
gstreamer-1.26.10/gst/gsttaglist.c:1260:3: branch_true: ...to here
gstreamer-1.26.10/gst/gsttaglist.c:1260:3: branch_true: following ‘true’ branch (when ‘tag’ is non-NULL)...
gstreamer-1.26.10/gst/gsttaglist.c:1262:3: branch_true: ...to here
gstreamer-1.26.10/gst/gsttaglist.c:1262:3: acquire_resource: ‘va_start’ called here
gstreamer-1.26.10/gst/gsttaglist.c:1263:3: call_function: calling ‘gst_tag_list_add_valist_values’ from ‘gst_tag_list_add_values’
#  468|     TAG_LOCK;
#  469|     ret = g_hash_table_lookup (__tags, (gpointer) tag_name);
#  470|->   TAG_UNLOCK;
#  471|   
#  472|     return ret;

Error: GCC_ANALYZER_WARNING (CWE-404): [#def84]
gstreamer-1.26.10/gst/gsttaglist.c:1049:5: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
gstreamer-1.26.10/gst/gsttaglist.c:1252:1: enter_function: entry to ‘gst_tag_list_add_values’
gstreamer-1.26.10/gst/gsttaglist.c:1257:3: branch_true: following ‘true’ branch...
gstreamer-1.26.10/gst/gsttaglist.c:1258:3: branch_true: following ‘true’ branch...
gstreamer-1.26.10/gst/gsttaglist.c:1259:3: branch_true: ...to here
gstreamer-1.26.10/gst/gsttaglist.c:1259:3: branch_true: following ‘true’ branch...
gstreamer-1.26.10/gst/gsttaglist.c:1260:3: branch_true: ...to here
gstreamer-1.26.10/gst/gsttaglist.c:1260:3: branch_true: following ‘true’ branch (when ‘tag’ is non-NULL)...
gstreamer-1.26.10/gst/gsttaglist.c:1262:3: branch_true: ...to here
gstreamer-1.26.10/gst/gsttaglist.c:1262:3: acquire_resource: ‘va_start’ called here
gstreamer-1.26.10/gst/gsttaglist.c:1263:3: call_function: calling ‘gst_tag_list_add_valist_values’ from ‘gst_tag_list_add_values’
# 1047|     if (G_UNLIKELY (!G_VALUE_HOLDS (value, info->type) &&
# 1048|             !GST_VALUE_HOLDS_LIST (value))) {
# 1049|->     g_warning ("tag '%s' should hold value of type '%s', but value of "
# 1050|           "type '%s' passed", info->nick, g_type_name (info->type),
# 1051|           g_type_name (G_VALUE_TYPE (value)));

Error: GCC_ANALYZER_WARNING (CWE-404): [#def85]
gstreamer-1.26.10/gst/gsttaglist.c:1283:3: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
gstreamer-1.26.10/gst/gsttaglist.c:1227:1: enter_function: entry to ‘gst_tag_list_add’
gstreamer-1.26.10/gst/gsttaglist.c:1232:3: branch_true: following ‘true’ branch...
gstreamer-1.26.10/gst/gsttaglist.c:1233:3: branch_true: following ‘true’ branch...
gstreamer-1.26.10/gst/gsttaglist.c:1234:3: branch_true: ...to here
gstreamer-1.26.10/gst/gsttaglist.c:1234:3: branch_true: following ‘true’ branch...
gstreamer-1.26.10/gst/gsttaglist.c:1235:3: branch_true: ...to here
gstreamer-1.26.10/gst/gsttaglist.c:1235:3: branch_true: following ‘true’ branch (when ‘tag’ is non-NULL)...
gstreamer-1.26.10/gst/gsttaglist.c:1237:3: branch_true: ...to here
gstreamer-1.26.10/gst/gsttaglist.c:1237:3: acquire_resource: ‘va_start’ called here
gstreamer-1.26.10/gst/gsttaglist.c:1238:3: call_function: calling ‘gst_tag_list_add_valist’ from ‘gst_tag_list_add’
# 1281|     gchar *error = NULL;
# 1282|   
# 1283|->   g_return_if_fail (GST_IS_TAG_LIST (list));
# 1284|     g_return_if_fail (gst_tag_list_is_writable (list));
# 1285|     g_return_if_fail (GST_TAG_MODE_IS_VALID (mode));

Error: GCC_ANALYZER_WARNING (CWE-404): [#def86]
gstreamer-1.26.10/gst/gsttaglist.c:1284:3: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
gstreamer-1.26.10/gst/gsttaglist.c:1227:1: enter_function: entry to ‘gst_tag_list_add’
gstreamer-1.26.10/gst/gsttaglist.c:1232:3: branch_true: following ‘true’ branch...
gstreamer-1.26.10/gst/gsttaglist.c:1233:3: branch_true: following ‘true’ branch...
gstreamer-1.26.10/gst/gsttaglist.c:1234:3: branch_true: ...to here
gstreamer-1.26.10/gst/gsttaglist.c:1234:3: branch_true: following ‘true’ branch...
gstreamer-1.26.10/gst/gsttaglist.c:1235:3: branch_true: ...to here
gstreamer-1.26.10/gst/gsttaglist.c:1235:3: branch_true: following ‘true’ branch (when ‘tag’ is non-NULL)...
gstreamer-1.26.10/gst/gsttaglist.c:1237:3: branch_true: ...to here
gstreamer-1.26.10/gst/gsttaglist.c:1237:3: acquire_resource: ‘va_start’ called here
gstreamer-1.26.10/gst/gsttaglist.c:1238:3: call_function: calling ‘gst_tag_list_add_valist’ from ‘gst_tag_list_add’
# 1282|   
# 1283|     g_return_if_fail (GST_IS_TAG_LIST (list));
# 1284|->   g_return_if_fail (gst_tag_list_is_writable (list));
# 1285|     g_return_if_fail (GST_TAG_MODE_IS_VALID (mode));
# 1286|     g_return_if_fail (tag != NULL);

Error: GCC_ANALYZER_WARNING (CWE-404): [#def87]
gstreamer-1.26.10/gst/gsttaglist.c:1289:5: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
gstreamer-1.26.10/gst/gsttaglist.c:1227:1: enter_function: entry to ‘gst_tag_list_add’
gstreamer-1.26.10/gst/gsttaglist.c:1232:3: branch_true: following ‘true’ branch...
gstreamer-1.26.10/gst/gsttaglist.c:1233:3: branch_true: following ‘true’ branch...
gstreamer-1.26.10/gst/gsttaglist.c:1234:3: branch_true: ...to here
gstreamer-1.26.10/gst/gsttaglist.c:1234:3: branch_true: following ‘true’ branch...
gstreamer-1.26.10/gst/gsttaglist.c:1235:3: branch_true: ...to here
gstreamer-1.26.10/gst/gsttaglist.c:1235:3: branch_true: following ‘true’ branch (when ‘tag’ is non-NULL)...
gstreamer-1.26.10/gst/gsttaglist.c:1237:3: branch_true: ...to here
gstreamer-1.26.10/gst/gsttaglist.c:1237:3: acquire_resource: ‘va_start’ called here
gstreamer-1.26.10/gst/gsttaglist.c:1238:3: call_function: calling ‘gst_tag_list_add_valist’ from ‘gst_tag_list_add’
# 1287|   
# 1288|     if (mode == GST_TAG_MERGE_REPLACE_ALL) {
# 1289|->     gst_structure_remove_all_fields (GST_TAG_LIST_STRUCTURE (list));
# 1290|     }
# 1291|   

Error: GCC_ANALYZER_WARNING (CWE-404): [#def88]
gstreamer-1.26.10/gst/gsttaglist.c:1336:3: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
gstreamer-1.26.10/gst/gsttaglist.c:1252:1: enter_function: entry to ‘gst_tag_list_add_values’
gstreamer-1.26.10/gst/gsttaglist.c:1257:3: branch_true: following ‘true’ branch...
gstreamer-1.26.10/gst/gsttaglist.c:1258:3: branch_true: following ‘true’ branch...
gstreamer-1.26.10/gst/gsttaglist.c:1259:3: branch_true: ...to here
gstreamer-1.26.10/gst/gsttaglist.c:1259:3: branch_true: following ‘true’ branch...
gstreamer-1.26.10/gst/gsttaglist.c:1260:3: branch_true: ...to here
gstreamer-1.26.10/gst/gsttaglist.c:1260:3: branch_true: following ‘true’ branch (when ‘tag’ is non-NULL)...
gstreamer-1.26.10/gst/gsttaglist.c:1262:3: branch_true: ...to here
gstreamer-1.26.10/gst/gsttaglist.c:1262:3: acquire_resource: ‘va_start’ called here
gstreamer-1.26.10/gst/gsttaglist.c:1263:3: call_function: calling ‘gst_tag_list_add_valist_values’ from ‘gst_tag_list_add_values’
# 1334|   {
# 1335|     g_return_if_fail (GST_IS_TAG_LIST (list));
# 1336|->   g_return_if_fail (gst_tag_list_is_writable (list));
# 1337|     g_return_if_fail (GST_TAG_MODE_IS_VALID (mode));
# 1338|     g_return_if_fail (tag != NULL);

Error: GCC_ANALYZER_WARNING (CWE-404): [#def89]
gstreamer-1.26.10/gst/gsttaglist.c:1341:5: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
gstreamer-1.26.10/gst/gsttaglist.c:1252:1: enter_function: entry to ‘gst_tag_list_add_values’
gstreamer-1.26.10/gst/gsttaglist.c:1257:3: branch_true: following ‘true’ branch...
gstreamer-1.26.10/gst/gsttaglist.c:1258:3: branch_true: following ‘true’ branch...
gstreamer-1.26.10/gst/gsttaglist.c:1259:3: branch_true: ...to here
gstreamer-1.26.10/gst/gsttaglist.c:1259:3: branch_true: following ‘true’ branch...
gstreamer-1.26.10/gst/gsttaglist.c:1260:3: branch_true: ...to here
gstreamer-1.26.10/gst/gsttaglist.c:1260:3: branch_true: following ‘true’ branch (when ‘tag’ is non-NULL)...
gstreamer-1.26.10/gst/gsttaglist.c:1262:3: branch_true: ...to here
gstreamer-1.26.10/gst/gsttaglist.c:1262:3: acquire_resource: ‘va_start’ called here
gstreamer-1.26.10/gst/gsttaglist.c:1263:3: call_function: calling ‘gst_tag_list_add_valist_values’ from ‘gst_tag_list_add_values’
# 1339|   
# 1340|     if (mode == GST_TAG_MERGE_REPLACE_ALL) {
# 1341|->     gst_structure_remove_all_fields (GST_TAG_LIST_STRUCTURE (list));
# 1342|     }
# 1343|   

Error: GCC_ANALYZER_WARNING (CWE-476): [#def90]
gstreamer-1.26.10/gst/gsttoc.c:430:3: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘0’
gstreamer-1.26.10/gst/gsttoc.c:421:1: enter_function: entry to ‘gst_toc_entry_copy’
gstreamer-1.26.10/gst/gsttoc.c:426:3: branch_true: following ‘true’ branch (when ‘entry’ is non-NULL)...
gstreamer-1.26.10/gst/gsttoc.c:428:41: branch_true: ...to here
gstreamer-1.26.10/gst/gsttoc.c:428:9: call_function: calling ‘gst_toc_entry_new’ from ‘gst_toc_entry_copy’
gstreamer-1.26.10/gst/gsttoc.c:428:9: return_function: returning to ‘gst_toc_entry_copy’ from ‘gst_toc_entry_new’
gstreamer-1.26.10/gst/gsttoc.c:430:3: danger: dereference of NULL ‘gst_toc_entry_new(*entry.type, *entry.uid)’
#  428|     ret = gst_toc_entry_new (entry->type, entry->uid);
#  429|   
#  430|->   ret->start = entry->start;
#  431|     ret->stop = entry->stop;
#  432|   

Error: GCC_ANALYZER_WARNING (CWE-476): [#def91]
gstreamer-1.26.10/gst/gsttoc.c:465:5: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘0’
gstreamer-1.26.10/gst/gsttoc.c:454:1: enter_function: entry to ‘gst_toc_copy’
gstreamer-1.26.10/gst/gsttoc.c:459:3: branch_true: following ‘true’ branch (when ‘toc’ is non-NULL)...
gstreamer-1.26.10/gst/gsttoc.c:461:22: branch_true: ...to here
gstreamer-1.26.10/gst/gsttoc.c:461:9: call_function: calling ‘gst_toc_new’ from ‘gst_toc_copy’
gstreamer-1.26.10/gst/gsttoc.c:461:9: return_function: returning to ‘gst_toc_copy’ from ‘gst_toc_new’
gstreamer-1.26.10/gst/gsttoc.c:463:6: branch_true: following ‘true’ branch...
gstreamer-1.26.10/gst/gsttoc.c:465:5: danger: dereference of NULL ‘gst_toc_new(*toc.scope)’
#  463|     if (GST_IS_TAG_LIST (toc->tags)) {
#  464|       list = gst_tag_list_copy (toc->tags);
#  465|->     gst_tag_list_unref (ret->tags);
#  466|       ret->tags = list;
#  467|     }

Error: GCC_ANALYZER_WARNING (CWE-404): [#def92]
gstreamer-1.26.10/gst/gsttracerrecord.c:198:15: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
gstreamer-1.26.10/gst/gsttracerrecord.c:197:3: acquire_resource: ‘va_start’ called here
gstreamer-1.26.10/gst/gsttracerrecord.c:198:15: throw: if ‘gst_structure_new_empty’ throws an exception...
gstreamer-1.26.10/gst/gsttracerrecord.c:198:15: danger: missing call to ‘va_end’ to match ‘va_start’ at [(1)](sarif:/runs/0/results/0/codeFlows/0/threadFlows/0/locations/0)
#  196|   
#  197|     va_start (varargs, firstfield);
#  198|->   structure = gst_structure_new_empty (name);
#  199|   
#  200|     while (firstfield) {

Error: GCC_ANALYZER_WARNING (CWE-404): [#def93]
gstreamer-1.26.10/gst/gsttracerrecord.c:207:7: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
gstreamer-1.26.10/gst/gsttracerrecord.c:197:3: acquire_resource: ‘va_start’ called here
gstreamer-1.26.10/gst/gsttracerrecord.c:200:10: branch_true: following ‘true’ branch (when ‘firstfield’ is non-NULL)...
gstreamer-1.26.10/gst/gsttracerrecord.c:201:12: branch_true: ...to here
gstreamer-1.26.10/gst/gsttracerrecord.c:207:7: branch_true: following ‘true’ branch...
gstreamer-1.26.10/gst/gsttracerrecord.c:207:7: branch_true: ...to here
gstreamer-1.26.10/gst/gsttracerrecord.c:207:7: throw: if ‘g_type_name’ throws an exception...
gstreamer-1.26.10/gst/gsttracerrecord.c:207:7: danger: missing call to ‘va_end’ to match ‘va_start’ at [(1)](sarif:/runs/0/results/1/codeFlows/0/threadFlows/0/locations/0)
#  205|       /* all fields passed here must be GstStructures which we take over */
#  206|       if (type != GST_TYPE_STRUCTURE) {
#  207|->       GST_ERROR ("expected field of type GstStructure, but %s is %s",
#  208|             firstfield, g_type_name (type));
#  209|         va_end (varargs);

Error: GCC_ANALYZER_WARNING (CWE-404): [#def94]
gstreamer-1.26.10/gst/gsttracerrecord.c:215:5: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
gstreamer-1.26.10/gst/gsttracerrecord.c:197:3: acquire_resource: ‘va_start’ called here
gstreamer-1.26.10/gst/gsttracerrecord.c:200:10: branch_true: following ‘true’ branch (when ‘firstfield’ is non-NULL)...
gstreamer-1.26.10/gst/gsttracerrecord.c:201:12: branch_true: ...to here
gstreamer-1.26.10/gst/gsttracerrecord.c:206:8: branch_false: following ‘false’ branch...
gstreamer-1.26.10/gst/gsttracerrecord.c:214:5: branch_false: ...to here
gstreamer-1.26.10/gst/gsttracerrecord.c:215:5: throw: if ‘g_type_value_table_peek’ throws an exception...
gstreamer-1.26.10/gst/gsttracerrecord.c:215:5: danger: missing call to ‘va_end’ to match ‘va_start’ at [(1)](sarif:/runs/0/results/3/codeFlows/0/threadFlows/0/locations/0)
#  213|   
#  214|       memset (&val, 0, sizeof (val));
#  215|->     G_VALUE_COLLECT_INIT (&val, type, varargs, G_VALUE_NOCOPY_CONTENTS, &err);
#  216|       if (G_UNLIKELY (err)) {
#  217|         g_critical ("%s", err);

Error: GCC_ANALYZER_WARNING (CWE-404): [#def95]
gstreamer-1.26.10/gst/gsttracerrecord.c:217:7: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
gstreamer-1.26.10/gst/gsttracerrecord.c:197:3: acquire_resource: ‘va_start’ called here
gstreamer-1.26.10/gst/gsttracerrecord.c:200:10: branch_true: following ‘true’ branch (when ‘firstfield’ is non-NULL)...
gstreamer-1.26.10/gst/gsttracerrecord.c:201:12: branch_true: ...to here
gstreamer-1.26.10/gst/gsttracerrecord.c:206:8: branch_false: following ‘false’ branch...
gstreamer-1.26.10/gst/gsttracerrecord.c:214:5: branch_false: ...to here
gstreamer-1.26.10/gst/gsttracerrecord.c:217:7: throw: if ‘g_log’ throws an exception...
gstreamer-1.26.10/gst/gsttracerrecord.c:217:7: danger: missing call to ‘va_end’ to match ‘va_start’ at [(1)](sarif:/runs/0/results/6/codeFlows/0/threadFlows/0/locations/0)
#  215|       G_VALUE_COLLECT_INIT (&val, type, varargs, G_VALUE_NOCOPY_CONTENTS, &err);
#  216|       if (G_UNLIKELY (err)) {
#  217|->       g_critical ("%s", err);
#  218|         g_free (err);
#  219|         break;

Error: GCC_ANALYZER_WARNING (CWE-404): [#def96]
gstreamer-1.26.10/gst/gsttracerrecord.c:218:7: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
gstreamer-1.26.10/gst/gsttracerrecord.c:197:3: acquire_resource: ‘va_start’ called here
gstreamer-1.26.10/gst/gsttracerrecord.c:200:10: branch_true: following ‘true’ branch (when ‘firstfield’ is non-NULL)...
gstreamer-1.26.10/gst/gsttracerrecord.c:201:12: branch_true: ...to here
gstreamer-1.26.10/gst/gsttracerrecord.c:206:8: branch_false: following ‘false’ branch...
gstreamer-1.26.10/gst/gsttracerrecord.c:214:5: branch_false: ...to here
gstreamer-1.26.10/gst/gsttracerrecord.c:218:7: branch_true: following ‘true’ branch...
gstreamer-1.26.10/gst/gsttracerrecord.c:218:7: branch_true: ...to here
gstreamer-1.26.10/gst/gsttracerrecord.c:218:7: throw: if ‘g_free_sized’ throws an exception...
gstreamer-1.26.10/gst/gsttracerrecord.c:218:7: danger: missing call to ‘va_end’ to match ‘va_start’ at [(1)](sarif:/runs/0/results/7/codeFlows/0/threadFlows/0/locations/0)
#  216|       if (G_UNLIKELY (err)) {
#  217|         g_critical ("%s", err);
#  218|->       g_free (err);
#  219|         break;
#  220|       }

Error: GCC_ANALYZER_WARNING (CWE-404): [#def97]
gstreamer-1.26.10/gst/gsttracerrecord.c:225:5: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
gstreamer-1.26.10/gst/gsttracerrecord.c:197:3: acquire_resource: ‘va_start’ called here
gstreamer-1.26.10/gst/gsttracerrecord.c:200:10: branch_true: following ‘true’ branch (when ‘firstfield’ is non-NULL)...
gstreamer-1.26.10/gst/gsttracerrecord.c:201:12: branch_true: ...to here
gstreamer-1.26.10/gst/gsttracerrecord.c:206:8: branch_false: following ‘false’ branch...
gstreamer-1.26.10/gst/gsttracerrecord.c:214:5: branch_false: ...to here
gstreamer-1.26.10/gst/gsttracerrecord.c:215:5: branch_false: following ‘false’ branch...
gstreamer-1.26.10/gst/gsttracerrecord.c:215:5: branch_false: ...to here
gstreamer-1.26.10/gst/gsttracerrecord.c:216:9: branch_false: following ‘false’ branch...
gstreamer-1.26.10/gst/gsttracerrecord.c:224:5: branch_false: ...to here
gstreamer-1.26.10/gst/gsttracerrecord.c:225:5: throw: if ‘gst_structure_take_value’ throws an exception...
gstreamer-1.26.10/gst/gsttracerrecord.c:225:5: danger: missing call to ‘va_end’ to match ‘va_start’ at [(1)](sarif:/runs/0/results/9/codeFlows/0/threadFlows/0/locations/0)
#  223|        * see boxed_proxy_collect_value in glib's gobject/gboxed.c */
#  224|       val.data[1].v_uint &= ~G_VALUE_NOCOPY_CONTENTS;
#  225|->     gst_structure_take_value (structure, firstfield, &val);
#  226|   
#  227|       firstfield = va_arg (varargs, gchar *);

Error: GCC_ANALYZER_WARNING (CWE-404): [#def98]
gstreamer-1.26.10/gst/gsttracerrecord.c:276:5: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
gstreamer-1.26.10/gst/gsttracerrecord.c:274:3: acquire_resource: ‘va_start’ called here
gstreamer-1.26.10/gst/gsttracerrecord.c:275:7: branch_true: following ‘true’ branch...
gstreamer-1.26.10/gst/gsttracerrecord.c:277:9: branch_true: ...to here
gstreamer-1.26.10/gst/gsttracerrecord.c:276:5: throw: if ‘gst_debug_log_valist’ throws an exception...
gstreamer-1.26.10/gst/gsttracerrecord.c:276:5: danger: missing call to ‘va_end’ to match ‘va_start’ at [(1)](sarif:/runs/0/results/10/codeFlows/0/threadFlows/0/locations/0)
#  274|     va_start (var_args, self);
#  275|     if (G_LIKELY (GST_LEVEL_TRACE <= _gst_debug_min)) {
#  276|->     gst_debug_log_valist (GST_CAT_DEFAULT, GST_LEVEL_TRACE, "", "", 0, NULL,
#  277|           self->format, var_args);
#  278|     }

Error: GCC_ANALYZER_WARNING (CWE-404): [#def99]
gstreamer-1.26.10/gst/gsttypefind.c:223:15: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
gstreamer-1.26.10/gst/gsttypefind.c:216:3: branch_true: following ‘true’ branch...
gstreamer-1.26.10/gst/gsttypefind.c:217:3: branch_true: ...to here
gstreamer-1.26.10/gst/gsttypefind.c:217:3: branch_true: following ‘true’ branch (when ‘probability <= 100’)...
gstreamer-1.26.10/gst/gsttypefind.c:218:3: branch_true: ...to here
gstreamer-1.26.10/gst/gsttypefind.c:218:3: branch_true: following ‘true’ branch (when ‘media_type’ is non-NULL)...
gstreamer-1.26.10/gst/gsttypefind.c:220:10: branch_true: ...to here
gstreamer-1.26.10/gst/gsttypefind.c:222:3: acquire_resource: ‘va_start’ called here
gstreamer-1.26.10/gst/gsttypefind.c:223:15: throw: if ‘gst_structure_new_valist’ throws an exception...
gstreamer-1.26.10/gst/gsttypefind.c:223:15: danger: missing call to ‘va_end’ to match ‘va_start’ at [(7)](sarif:/runs/0/results/0/codeFlows/0/threadFlows/0/locations/6)
#  221|   
#  222|     va_start (var_args, fieldname);
#  223|->   structure = gst_structure_new_valist (media_type, fieldname, var_args);
#  224|     va_end (var_args);
#  225|   

Error: COMPILER_WARNING (CWE-704): [#def100]
gstreamer-1.26.10/gst/gsturi.c: scope_hint: In function ‘gst_uri_get_protocol’
gstreamer-1.26.10/gst/gsturi.c:411:9: warning[-Wdiscarded-qualifiers]: assignment discards ‘const’ qualifier from pointer target type
#  411 |   colon = strstr (uri, ":");
#      |         ^
#  409|       return NULL;
#  410|   
#  411|->   colon = strstr (uri, ":");
#  412|   
#  413|     return g_ascii_strdown (uri, colon - uri);

Error: COMPILER_WARNING (CWE-704): [#def101]
gstreamer-1.26.10/gst/gsturi.c:411:9: warning[-Wdiscarded-qualifiers]: assignment discards ‘const’ qualifier from pointer target type
#  409|       return NULL;
#  410|   
#  411|->   colon = strstr (uri, ":");
#  412|   
#  413|     return g_ascii_strdown (uri, colon - uri);

Error: COMPILER_WARNING (CWE-704): [#def102]
gstreamer-1.26.10/gst/gsturi.c: scope_hint: In function ‘gst_uri_has_protocol’
gstreamer-1.26.10/gst/gsturi.c:436:9: warning[-Wdiscarded-qualifiers]: assignment discards ‘const’ qualifier from pointer target type
#  436 |   colon = strstr (uri, ":");
#      |         ^
#  434|     }
#  435|   
#  436|->   colon = strstr (uri, ":");
#  437|   
#  438|     if (colon == NULL)

Error: COMPILER_WARNING (CWE-704): [#def103]
gstreamer-1.26.10/gst/gsturi.c:436:9: warning[-Wdiscarded-qualifiers]: assignment discards ‘const’ qualifier from pointer target type
#  434|     }
#  435|   
#  436|->   colon = strstr (uri, ":");
#  437|   
#  438|     if (colon == NULL)

Error: COMPILER_WARNING (CWE-704): [#def104]
gstreamer-1.26.10/gst/gsturi.c: scope_hint: In function ‘_gst_uri_from_string_internal’
gstreamer-1.26.10/gst/gsturi.c:1619:11: warning[-Wdiscarded-qualifiers]: assignment discards ‘const’ qualifier from pointer target type
# 1619 |       eoq = strchr (++uri, '#');
#      |           ^
# 1617|         /* get query */
# 1618|         gchar *eoq;
# 1619|->       eoq = strchr (++uri, '#');
# 1620|         if (eoq == NULL) {
# 1621|           uri_obj->query = _gst_uri_string_to_table (uri, "&", "=", TRUE, TRUE);

Error: COMPILER_WARNING (CWE-704): [#def105]
gstreamer-1.26.10/gst/gsturi.c:1619:11: warning[-Wdiscarded-qualifiers]: assignment discards ‘const’ qualifier from pointer target type
# 1617|         /* get query */
# 1618|         gchar *eoq;
# 1619|->       eoq = strchr (++uri, '#');
# 1620|         if (eoq == NULL) {
# 1621|           uri_obj->query = _gst_uri_string_to_table (uri, "&", "=", TRUE, TRUE);

Error: GCC_ANALYZER_WARNING (CWE-404): [#def106]
gstreamer-1.26.10/gst/gstutils.c:1815:3: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
gstreamer-1.26.10/gst/gstutils.c:2250:1: enter_function: entry to ‘gst_element_link_many’
gstreamer-1.26.10/gst/gstutils.c:2255:3: branch_false: following ‘false’ branch (when ‘element_1’ is non-NULL)...
gstreamer-1.26.10/gst/gstutils.c:2255:3: branch_false: ...to here
gstreamer-1.26.10/gst/gstutils.c:2256:3: branch_false: following ‘false’ branch (when ‘element_2’ is non-NULL)...
gstreamer-1.26.10/gst/gstutils.c:2256:3: branch_false: ...to here
gstreamer-1.26.10/gst/gstutils.c:2258:3: acquire_resource: ‘va_start’ called here
gstreamer-1.26.10/gst/gstutils.c:2260:10: branch_true: following ‘true’ branch (when ‘element_2’ is non-NULL)...
gstreamer-1.26.10/gst/gstutils.c:2261:10: branch_true: ...to here
gstreamer-1.26.10/gst/gstutils.c:2261:10: call_function: calling ‘gst_element_link’ from ‘gst_element_link_many’
# 1813|   
# 1814|     /* checks */
# 1815|->   g_return_val_if_fail (GST_IS_ELEMENT (src), FALSE);
# 1816|     g_return_val_if_fail (GST_IS_ELEMENT (dest), FALSE);
# 1817|   

Error: GCC_ANALYZER_WARNING (CWE-404): [#def107]
gstreamer-1.26.10/gst/gstutils.c:1816:3: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
gstreamer-1.26.10/gst/gstutils.c:2250:1: enter_function: entry to ‘gst_element_link_many’
gstreamer-1.26.10/gst/gstutils.c:2255:3: branch_false: following ‘false’ branch (when ‘element_1’ is non-NULL)...
gstreamer-1.26.10/gst/gstutils.c:2255:3: branch_false: ...to here
gstreamer-1.26.10/gst/gstutils.c:2256:3: branch_false: following ‘false’ branch (when ‘element_2’ is non-NULL)...
gstreamer-1.26.10/gst/gstutils.c:2256:3: branch_false: ...to here
gstreamer-1.26.10/gst/gstutils.c:2258:3: acquire_resource: ‘va_start’ called here
gstreamer-1.26.10/gst/gstutils.c:2260:10: branch_true: following ‘true’ branch (when ‘element_2’ is non-NULL)...
gstreamer-1.26.10/gst/gstutils.c:2261:10: branch_true: ...to here
gstreamer-1.26.10/gst/gstutils.c:2261:10: call_function: calling ‘gst_element_link’ from ‘gst_element_link_many’
# 1814|     /* checks */
# 1815|     g_return_val_if_fail (GST_IS_ELEMENT (src), FALSE);
# 1816|->   g_return_val_if_fail (GST_IS_ELEMENT (dest), FALSE);
# 1817|   
# 1818|     GST_CAT_INFO (GST_CAT_ELEMENT_PADS,

Error: GCC_ANALYZER_WARNING (CWE-404): [#def108]
gstreamer-1.26.10/gst/gstutils.c:1818:3: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
gstreamer-1.26.10/gst/gstutils.c:2250:1: enter_function: entry to ‘gst_element_link_many’
gstreamer-1.26.10/gst/gstutils.c:2255:3: branch_false: following ‘false’ branch (when ‘element_1’ is non-NULL)...
gstreamer-1.26.10/gst/gstutils.c:2255:3: branch_false: ...to here
gstreamer-1.26.10/gst/gstutils.c:2256:3: branch_false: following ‘false’ branch (when ‘element_2’ is non-NULL)...
gstreamer-1.26.10/gst/gstutils.c:2256:3: branch_false: ...to here
gstreamer-1.26.10/gst/gstutils.c:2258:3: acquire_resource: ‘va_start’ called here
gstreamer-1.26.10/gst/gstutils.c:2260:10: branch_true: following ‘true’ branch (when ‘element_2’ is non-NULL)...
gstreamer-1.26.10/gst/gstutils.c:2261:10: branch_true: ...to here
gstreamer-1.26.10/gst/gstutils.c:2261:10: call_function: calling ‘gst_element_link’ from ‘gst_element_link_many’
# 1816|     g_return_val_if_fail (GST_IS_ELEMENT (dest), FALSE);
# 1817|   
# 1818|->   GST_CAT_INFO (GST_CAT_ELEMENT_PADS,
# 1819|         "trying to link element %s:%s to element %s:%s", GST_ELEMENT_NAME (src),
# 1820|         srcpadname ? srcpadname : "(any)", GST_ELEMENT_NAME (dest),

Error: GCC_ANALYZER_WARNING (CWE-404): [#def109]
gstreamer-1.26.10/gst/gstutils.c:1857:5: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
gstreamer-1.26.10/gst/gstutils.c:2250:1: enter_function: entry to ‘gst_element_link_many’
gstreamer-1.26.10/gst/gstutils.c:2255:3: branch_false: following ‘false’ branch (when ‘element_1’ is non-NULL)...
gstreamer-1.26.10/gst/gstutils.c:2255:3: branch_false: ...to here
gstreamer-1.26.10/gst/gstutils.c:2256:3: branch_false: following ‘false’ branch (when ‘element_2’ is non-NULL)...
gstreamer-1.26.10/gst/gstutils.c:2256:3: branch_false: ...to here
gstreamer-1.26.10/gst/gstutils.c:2258:3: acquire_resource: ‘va_start’ called here
gstreamer-1.26.10/gst/gstutils.c:2260:10: branch_true: following ‘true’ branch (when ‘element_2’ is non-NULL)...
gstreamer-1.26.10/gst/gstutils.c:2261:10: branch_true: ...to here
gstreamer-1.26.10/gst/gstutils.c:2261:10: call_function: calling ‘gst_element_link’ from ‘gst_element_link_many’
# 1855|     } else {
# 1856|       /* no name given, get the first available pad */
# 1857|->     GST_OBJECT_LOCK (src);
# 1858|       srcpads = GST_ELEMENT_PADS (src);
# 1859|       srcpad = srcpads ? GST_PAD_CAST (srcpads->data) : NULL;

Error: GCC_ANALYZER_WARNING (CWE-404): [#def110]
gstreamer-1.26.10/gst/gstutils.c:1861:7: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
gstreamer-1.26.10/gst/gstutils.c:2250:1: enter_function: entry to ‘gst_element_link_many’
gstreamer-1.26.10/gst/gstutils.c:2255:3: branch_false: following ‘false’ branch (when ‘element_1’ is non-NULL)...
gstreamer-1.26.10/gst/gstutils.c:2255:3: branch_false: ...to here
gstreamer-1.26.10/gst/gstutils.c:2256:3: branch_false: following ‘false’ branch (when ‘element_2’ is non-NULL)...
gstreamer-1.26.10/gst/gstutils.c:2256:3: branch_false: ...to here
gstreamer-1.26.10/gst/gstutils.c:2258:3: acquire_resource: ‘va_start’ called here
gstreamer-1.26.10/gst/gstutils.c:2260:10: branch_true: following ‘true’ branch (when ‘element_2’ is non-NULL)...
gstreamer-1.26.10/gst/gstutils.c:2261:10: branch_true: ...to here
gstreamer-1.26.10/gst/gstutils.c:2261:10: call_function: calling ‘gst_element_link’ from ‘gst_element_link_many’
# 1859|       srcpad = srcpads ? GST_PAD_CAST (srcpads->data) : NULL;
# 1860|       if (srcpad)
# 1861|->       gst_object_ref (srcpad);
# 1862|       GST_OBJECT_UNLOCK (src);
# 1863|     }

Error: GCC_ANALYZER_WARNING (CWE-404): [#def111]
gstreamer-1.26.10/gst/gstutils.c:1862:5: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
gstreamer-1.26.10/gst/gstutils.c:2250:1: enter_function: entry to ‘gst_element_link_many’
gstreamer-1.26.10/gst/gstutils.c:2255:3: branch_false: following ‘false’ branch (when ‘element_1’ is non-NULL)...
gstreamer-1.26.10/gst/gstutils.c:2255:3: branch_false: ...to here
gstreamer-1.26.10/gst/gstutils.c:2256:3: branch_false: following ‘false’ branch (when ‘element_2’ is non-NULL)...
gstreamer-1.26.10/gst/gstutils.c:2256:3: branch_false: ...to here
gstreamer-1.26.10/gst/gstutils.c:2258:3: acquire_resource: ‘va_start’ called here
gstreamer-1.26.10/gst/gstutils.c:2260:10: branch_true: following ‘true’ branch (when ‘element_2’ is non-NULL)...
gstreamer-1.26.10/gst/gstutils.c:2261:10: branch_true: ...to here
gstreamer-1.26.10/gst/gstutils.c:2261:10: call_function: calling ‘gst_element_link’ from ‘gst_element_link_many’
# 1860|       if (srcpad)
# 1861|         gst_object_ref (srcpad);
# 1862|->     GST_OBJECT_UNLOCK (src);
# 1863|     }
# 1864|   

Error: GCC_ANALYZER_WARNING (CWE-404): [#def112]
gstreamer-1.26.10/gst/gstutils.c:2404:3: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
gstreamer-1.26.10/gst/gstutils.c:2367:1: enter_function: entry to ‘gst_element_unlink_many’
gstreamer-1.26.10/gst/gstutils.c:2371:3: branch_true: following ‘true’ branch...
gstreamer-1.26.10/gst/gstutils.c:2372:3: branch_true: ...to here
gstreamer-1.26.10/gst/gstutils.c:2374:3: acquire_resource: ‘va_start’ called here
gstreamer-1.26.10/gst/gstutils.c:2376:10: branch_true: following ‘true’ branch (when ‘element_2’ is non-NULL)...
gstreamer-1.26.10/gst/gstutils.c:2377:5: branch_true: ...to here
gstreamer-1.26.10/gst/gstutils.c:2377:5: call_function: calling ‘gst_element_unlink’ from ‘gst_element_unlink_many’
# 2402|     GValue data = { 0, };
# 2403|   
# 2404|->   g_return_if_fail (GST_IS_ELEMENT (src));
# 2405|     g_return_if_fail (GST_IS_ELEMENT (dest));
# 2406|   

Error: GCC_ANALYZER_WARNING (CWE-404): [#def113]
gstreamer-1.26.10/gst/gstutils.c:2405:3: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
gstreamer-1.26.10/gst/gstutils.c:2367:1: enter_function: entry to ‘gst_element_unlink_many’
gstreamer-1.26.10/gst/gstutils.c:2371:3: branch_true: following ‘true’ branch...
gstreamer-1.26.10/gst/gstutils.c:2372:3: branch_true: ...to here
gstreamer-1.26.10/gst/gstutils.c:2374:3: acquire_resource: ‘va_start’ called here
gstreamer-1.26.10/gst/gstutils.c:2376:10: branch_true: following ‘true’ branch (when ‘element_2’ is non-NULL)...
gstreamer-1.26.10/gst/gstutils.c:2377:5: branch_true: ...to here
gstreamer-1.26.10/gst/gstutils.c:2377:5: call_function: calling ‘gst_element_unlink’ from ‘gst_element_unlink_many’
# 2403|   
# 2404|     g_return_if_fail (GST_IS_ELEMENT (src));
# 2405|->   g_return_if_fail (GST_IS_ELEMENT (dest));
# 2406|   
# 2407|     GST_CAT_DEBUG (GST_CAT_ELEMENT_PADS, "unlinking \"%s\" and \"%s\"",

Error: GCC_ANALYZER_WARNING (CWE-404): [#def114]
gstreamer-1.26.10/gst/gstutils.c:2407:3: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
gstreamer-1.26.10/gst/gstutils.c:2367:1: enter_function: entry to ‘gst_element_unlink_many’
gstreamer-1.26.10/gst/gstutils.c:2371:3: branch_true: following ‘true’ branch...
gstreamer-1.26.10/gst/gstutils.c:2372:3: branch_true: ...to here
gstreamer-1.26.10/gst/gstutils.c:2374:3: acquire_resource: ‘va_start’ called here
gstreamer-1.26.10/gst/gstutils.c:2376:10: branch_true: following ‘true’ branch (when ‘element_2’ is non-NULL)...
gstreamer-1.26.10/gst/gstutils.c:2377:5: branch_true: ...to here
gstreamer-1.26.10/gst/gstutils.c:2377:5: call_function: calling ‘gst_element_unlink’ from ‘gst_element_unlink_many’
# 2405|     g_return_if_fail (GST_IS_ELEMENT (dest));
# 2406|   
# 2407|->   GST_CAT_DEBUG (GST_CAT_ELEMENT_PADS, "unlinking \"%s\" and \"%s\"",
# 2408|         GST_ELEMENT_NAME (src), GST_ELEMENT_NAME (dest));
# 2409|   

Error: GCC_ANALYZER_WARNING (CWE-404): [#def115]
gstreamer-1.26.10/gst/gstutils.c:2410:10: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
gstreamer-1.26.10/gst/gstutils.c:2367:1: enter_function: entry to ‘gst_element_unlink_many’
gstreamer-1.26.10/gst/gstutils.c:2371:3: branch_true: following ‘true’ branch...
gstreamer-1.26.10/gst/gstutils.c:2372:3: branch_true: ...to here
gstreamer-1.26.10/gst/gstutils.c:2374:3: acquire_resource: ‘va_start’ called here
gstreamer-1.26.10/gst/gstutils.c:2376:10: branch_true: following ‘true’ branch (when ‘element_2’ is non-NULL)...
gstreamer-1.26.10/gst/gstutils.c:2377:5: branch_true: ...to here
gstreamer-1.26.10/gst/gstutils.c:2377:5: call_function: calling ‘gst_element_unlink’ from ‘gst_element_unlink_many’
# 2408|         GST_ELEMENT_NAME (src), GST_ELEMENT_NAME (dest));
# 2409|   
# 2410|->   pads = gst_element_iterate_pads (src);
# 2411|     while (!done) {
# 2412|       switch (gst_iterator_next (pads, &data)) {

Error: GCC_ANALYZER_WARNING (CWE-404): [#def116]
gstreamer-1.26.10/gst/gstutils.c:2412:13: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
gstreamer-1.26.10/gst/gstutils.c:2367:1: enter_function: entry to ‘gst_element_unlink_many’
gstreamer-1.26.10/gst/gstutils.c:2371:3: branch_true: following ‘true’ branch...
gstreamer-1.26.10/gst/gstutils.c:2372:3: branch_true: ...to here
gstreamer-1.26.10/gst/gstutils.c:2374:3: acquire_resource: ‘va_start’ called here
gstreamer-1.26.10/gst/gstutils.c:2376:10: branch_true: following ‘true’ branch (when ‘element_2’ is non-NULL)...
gstreamer-1.26.10/gst/gstutils.c:2377:5: branch_true: ...to here
gstreamer-1.26.10/gst/gstutils.c:2377:5: call_function: calling ‘gst_element_unlink’ from ‘gst_element_unlink_many’
# 2410|     pads = gst_element_iterate_pads (src);
# 2411|     while (!done) {
# 2412|->     switch (gst_iterator_next (pads, &data)) {
# 2413|         case GST_ITERATOR_OK:
# 2414|         {

Error: GCC_ANALYZER_WARNING (CWE-404): [#def117]
gstreamer-1.26.10/gst/gstutils.c:2710:5: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
gstreamer-1.26.10/gst/gstutils.c:2704:3: branch_false: following ‘false’ branch (when ‘bin’ is non-NULL)...
gstreamer-1.26.10/gst/gstutils.c:2704:3: branch_false: ...to here
gstreamer-1.26.10/gst/gstutils.c:2705:3: branch_false: following ‘false’ branch (when ‘element_1’ is non-NULL)...
gstreamer-1.26.10/gst/gstutils.c:2705:3: branch_false: ...to here
gstreamer-1.26.10/gst/gstutils.c:2707:3: acquire_resource: ‘va_start’ called here
gstreamer-1.26.10/gst/gstutils.c:2709:10: branch_true: following ‘true’ branch (when ‘element_1’ is non-NULL)...
gstreamer-1.26.10/gst/gstutils.c:2710:5: branch_true: ...to here
gstreamer-1.26.10/gst/gstutils.c:2710:5: throw: if ‘gst_bin_add’ throws an exception...
gstreamer-1.26.10/gst/gstutils.c:2710:5: danger: missing call to ‘va_end’ to match ‘va_start’ at [(5)](sarif:/runs/0/results/15/codeFlows/0/threadFlows/0/locations/4)
# 2708|   
# 2709|     while (element_1) {
# 2710|->     gst_bin_add (bin, element_1);
# 2711|   
# 2712|       element_1 = va_arg (args, GstElement *);

Error: GCC_ANALYZER_WARNING (CWE-404): [#def118]
gstreamer-1.26.10/gst/gstutils.c:2738:5: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
gstreamer-1.26.10/gst/gstutils.c:2732:3: branch_false: following ‘false’ branch (when ‘bin’ is non-NULL)...
gstreamer-1.26.10/gst/gstutils.c:2732:3: branch_false: ...to here
gstreamer-1.26.10/gst/gstutils.c:2733:3: branch_false: following ‘false’ branch (when ‘element_1’ is non-NULL)...
gstreamer-1.26.10/gst/gstutils.c:2733:3: branch_false: ...to here
gstreamer-1.26.10/gst/gstutils.c:2735:3: acquire_resource: ‘va_start’ called here
gstreamer-1.26.10/gst/gstutils.c:2737:10: branch_true: following ‘true’ branch (when ‘element_1’ is non-NULL)...
gstreamer-1.26.10/gst/gstutils.c:2738:5: branch_true: ...to here
gstreamer-1.26.10/gst/gstutils.c:2738:5: throw: if ‘gst_bin_remove’ throws an exception...
gstreamer-1.26.10/gst/gstutils.c:2738:5: danger: missing call to ‘va_end’ to match ‘va_start’ at [(5)](sarif:/runs/0/results/16/codeFlows/0/threadFlows/0/locations/4)
# 2736|   
# 2737|     while (element_1) {
# 2738|->     gst_bin_remove (bin, element_1);
# 2739|   
# 2740|       element_1 = va_arg (args, GstElement *);

Error: GCC_ANALYZER_WARNING (CWE-404): [#def119]
gstreamer-1.26.10/gst/gstutils.c:4222:15: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
gstreamer-1.26.10/gst/gstutils.c:4255:1: enter_function: entry to ‘gst_element_decorate_stream_id_printf’
gstreamer-1.26.10/gst/gstutils.c:4261:3: branch_true: following ‘true’ branch (when ‘format’ is non-NULL)...
gstreamer-1.26.10/gst/gstutils.c:4263:3: branch_true: ...to here
gstreamer-1.26.10/gst/gstutils.c:4263:3: acquire_resource: ‘va_start’ called here
gstreamer-1.26.10/gst/gstutils.c:4265:7: call_function: calling ‘gst_element_decorate_stream_id_printf_valist’ from ‘gst_element_decorate_stream_id_printf’
# 4220|     g_return_val_if_fail (format, NULL);
# 4221|   
# 4222|->   stream_id = g_strdup_vprintf (format, var_args);
# 4223|   
# 4224|     res = gst_element_decorate_stream_id_internal (element, stream_id);

Error: GCC_ANALYZER_WARNING (CWE-404): [#def120]
gstreamer-1.26.10/gst/gstutils.c:4353:16: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
gstreamer-1.26.10/gst/gstutils.c:4386:1: enter_function: entry to ‘gst_pad_create_stream_id_printf’
gstreamer-1.26.10/gst/gstutils.c:4392:3: acquire_resource: ‘va_start’ called here
gstreamer-1.26.10/gst/gstutils.c:4394:7: call_function: calling ‘gst_pad_create_stream_id_printf_valist’ from ‘gst_pad_create_stream_id_printf’
# 4351|   
# 4352|     if (stream_id)
# 4353|->     expanded = g_strdup_vprintf (stream_id, var_args);
# 4354|   
# 4355|     new_stream_id = gst_pad_create_stream_id_internal (pad, parent, expanded);

Error: GCC_ANALYZER_WARNING (CWE-476): [#def121]
gstreamer-1.26.10/gst/gstvalue.c:959:10: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘0’
gstreamer-1.26.10/gst/gstvalue.c:6924:1: enter_function: entry to ‘gst_value_fixate’
gstreamer-1.26.10/gst/gstvalue.c:6926:3: branch_true: following ‘true’ branch...
gstreamer-1.26.10/gst/gstvalue.c:6927:3: branch_true: ...to here
gstreamer-1.26.10/gst/gstvalue.c:6927:3: branch_true: following ‘true’ branch (when ‘dest’ is non-NULL)...
gstreamer-1.26.10/gst/gstvalue.c:6929:7: branch_true: ...to here
gstreamer-1.26.10/gst/gstvalue.c:6929:6: branch_false: following ‘false’ branch...
gstreamer-1.26.10/gst/gstvalue.c:6932:14: branch_false: ...to here
gstreamer-1.26.10/gst/gstvalue.c:6932:13: branch_false: following ‘false’ branch...
gstreamer-1.26.10/gst/gstvalue.c:6935:14: branch_false: ...to here
gstreamer-1.26.10/gst/gstvalue.c:6935:13: branch_false: following ‘false’ branch...
gstreamer-1.26.10/gst/gstvalue.c:6937:14: branch_false: ...to here
gstreamer-1.26.10/gst/gstvalue.c:6937:13: branch_false: following ‘false’ branch...
gstreamer-1.26.10/gst/gstvalue.c:6951:14: branch_false: ...to here
gstreamer-1.26.10/gst/gstvalue.c:6951:13: branch_true: following ‘true’ branch...
gstreamer-1.26.10/gst/gstvalue.c:6955:11: branch_true: ...to here
gstreamer-1.26.10/gst/gstvalue.c:6955:11: call_function: calling ‘gst_value_array_get_size’ from ‘gst_value_fixate’
gstreamer-1.26.10/gst/gstvalue.c:6955:11: return_function: returning to ‘gst_value_fixate’ from ‘gst_value_array_get_size’
gstreamer-1.26.10/gst/gstvalue.c:6957:17: branch_true: following ‘true’ branch...
gstreamer-1.26.10/gst/gstvalue.c:6958:14: branch_true: ...to here
gstreamer-1.26.10/gst/gstvalue.c:6959:32: call_function: calling ‘gst_value_array_get_value’ from ‘gst_value_fixate’
gstreamer-1.26.10/gst/gstvalue.c:6959:32: return_function: returning to ‘gst_value_fixate’ from ‘gst_value_array_get_value’
gstreamer-1.26.10/gst/gstvalue.c:6961:12: call_function: calling ‘gst_value_fixate’ from ‘gst_value_fixate’
#  957|     g_return_val_if_fail (GST_VALUE_HOLDS_LIST (value), 0);
#  958|   
#  959|->   return VALUE_LIST_SIZE (value);
#  960|   }
#  961|   

Error: GCC_ANALYZER_WARNING (CWE-476): [#def122]
gstreamer-1.26.10/gst/gstvalue.c:1063:10: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘0’
gstreamer-1.26.10/gst/gstvalue.c:6924:1: enter_function: entry to ‘gst_value_fixate’
gstreamer-1.26.10/gst/gstvalue.c:6926:3: branch_true: following ‘true’ branch...
gstreamer-1.26.10/gst/gstvalue.c:6927:3: branch_true: ...to here
gstreamer-1.26.10/gst/gstvalue.c:6927:3: branch_true: following ‘true’ branch (when ‘dest’ is non-NULL)...
gstreamer-1.26.10/gst/gstvalue.c:6929:7: branch_true: ...to here
gstreamer-1.26.10/gst/gstvalue.c:6929:6: branch_false: following ‘false’ branch...
gstreamer-1.26.10/gst/gstvalue.c:6932:14: branch_false: ...to here
gstreamer-1.26.10/gst/gstvalue.c:6932:13: branch_false: following ‘false’ branch...
gstreamer-1.26.10/gst/gstvalue.c:6935:14: branch_false: ...to here
gstreamer-1.26.10/gst/gstvalue.c:6935:13: branch_false: following ‘false’ branch...
gstreamer-1.26.10/gst/gstvalue.c:6937:14: branch_false: ...to here
gstreamer-1.26.10/gst/gstvalue.c:6937:13: branch_false: following ‘false’ branch...
gstreamer-1.26.10/gst/gstvalue.c:6951:14: branch_false: ...to here
gstreamer-1.26.10/gst/gstvalue.c:6951:13: branch_true: following ‘true’ branch...
gstreamer-1.26.10/gst/gstvalue.c:6955:11: branch_true: ...to here
gstreamer-1.26.10/gst/gstvalue.c:6955:11: call_function: calling ‘gst_value_array_get_size’ from ‘gst_value_fixate’
gstreamer-1.26.10/gst/gstvalue.c:6955:11: return_function: returning to ‘gst_value_fixate’ from ‘gst_value_array_get_size’
gstreamer-1.26.10/gst/gstvalue.c:6957:17: branch_true: following ‘true’ branch...
gstreamer-1.26.10/gst/gstvalue.c:6958:14: branch_true: ...to here
gstreamer-1.26.10/gst/gstvalue.c:6959:32: call_function: calling ‘gst_value_array_get_value’ from ‘gst_value_fixate’
gstreamer-1.26.10/gst/gstvalue.c:6959:32: return_function: returning to ‘gst_value_fixate’ from ‘gst_value_array_get_value’
gstreamer-1.26.10/gst/gstvalue.c:6961:12: call_function: calling ‘gst_value_fixate’ from ‘gst_value_fixate’
# 1061|     g_return_val_if_fail (GST_VALUE_HOLDS_ARRAY (value), 0);
# 1062|   
# 1063|->   return VALUE_LIST_SIZE (value);
# 1064|   }
# 1065|   

Error: GCC_ANALYZER_WARNING (CWE-476): [#def123]
gstreamer-1.26.10/gst/gstvalue.c:6675:3: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘src’
gstreamer-1.26.10/gst/gstvalue.c:6924:1: enter_function: entry to ‘gst_value_fixate’
gstreamer-1.26.10/gst/gstvalue.c:6926:3: branch_true: following ‘true’ branch...
gstreamer-1.26.10/gst/gstvalue.c:6927:3: branch_true: ...to here
gstreamer-1.26.10/gst/gstvalue.c:6927:3: branch_true: following ‘true’ branch (when ‘dest’ is non-NULL)...
gstreamer-1.26.10/gst/gstvalue.c:6929:7: branch_true: ...to here
gstreamer-1.26.10/gst/gstvalue.c:6929:6: branch_false: following ‘false’ branch...
gstreamer-1.26.10/gst/gstvalue.c:6932:14: branch_false: ...to here
gstreamer-1.26.10/gst/gstvalue.c:6932:13: branch_false: following ‘false’ branch...
gstreamer-1.26.10/gst/gstvalue.c:6935:14: branch_false: ...to here
gstreamer-1.26.10/gst/gstvalue.c:6935:13: branch_false: following ‘false’ branch...
gstreamer-1.26.10/gst/gstvalue.c:6937:14: branch_false: ...to here
gstreamer-1.26.10/gst/gstvalue.c:6937:13: branch_true: following ‘true’ branch...
gstreamer-1.26.10/gst/gstvalue.c:6938:12: branch_true: ...to here
gstreamer-1.26.10/gst/gstvalue.c:6941:9: call_function: calling ‘gst_value_list_get_size’ from ‘gst_value_fixate’
gstreamer-1.26.10/gst/gstvalue.c:6941:9: return_function: returning to ‘gst_value_fixate’ from ‘gst_value_list_get_size’
gstreamer-1.26.10/gst/gstvalue.c:6941:8: branch_false: following ‘false’ branch...
gstreamer-1.26.10/gst/gstvalue.c:6944:5: branch_false: ...to here
gstreamer-1.26.10/gst/gstvalue.c:6944:5: call_function: calling ‘gst_value_list_get_value’ from ‘gst_value_fixate’
gstreamer-1.26.10/gst/gstvalue.c:6944:5: return_function: returning to ‘gst_value_fixate’ from ‘gst_value_list_get_value’
gstreamer-1.26.10/gst/gstvalue.c:6944:5: call_function: calling ‘gst_value_init_and_copy’ from ‘gst_value_fixate’
# 6673|     g_return_if_fail (dest != NULL);
# 6674|   
# 6675|->   type = G_VALUE_TYPE (src);
# 6676|     /* We need to shortcut GstValueList/GstValueArray copying because:
# 6677|      * * g_value_init would end up allocating something

Error: GCC_ANALYZER_WARNING (CWE-476): [#def124]
gstreamer-1.26.10/gst/gstvalue.c:6882:3: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘value’
gstreamer-1.26.10/gst/gstvalue.c:6876:1: enter_function: entry to ‘gst_value_is_fixed’
gstreamer-1.26.10/gst/gstvalue.c:6880:3: branch_true: following ‘true’ branch...
gstreamer-1.26.10/gst/gstvalue.c:6882:3: branch_true: ...to here
gstreamer-1.26.10/gst/gstvalue.c:6885:6: branch_false: following ‘false’ branch (when ‘type > 124’)...
gstreamer-1.26.10/gst/gstvalue.c:6889:7: branch_false: ...to here
gstreamer-1.26.10/gst/gstvalue.c:6889:6: branch_true: following ‘true’ branch...
gstreamer-1.26.10/gst/gstvalue.c:6894:12: branch_true: ...to here
gstreamer-1.26.10/gst/gstvalue.c:6894:12: call_function: calling ‘gst_value_array_get_size’ from ‘gst_value_is_fixed’
gstreamer-1.26.10/gst/gstvalue.c:6894:12: return_function: returning to ‘gst_value_is_fixed’ from ‘gst_value_array_get_size’
gstreamer-1.26.10/gst/gstvalue.c:6895:17: branch_true: following ‘true’ branch (when ‘n < size’)...
gstreamer-1.26.10/gst/gstvalue.c:6896:13: branch_true: ...to here
gstreamer-1.26.10/gst/gstvalue.c:6896:13: call_function: calling ‘gst_value_array_get_value’ from ‘gst_value_is_fixed’
gstreamer-1.26.10/gst/gstvalue.c:6896:13: return_function: returning to ‘gst_value_is_fixed’ from ‘gst_value_array_get_value’
gstreamer-1.26.10/gst/gstvalue.c:6897:12: call_function: calling ‘gst_value_is_fixed’ from ‘gst_value_is_fixed’
# 6880|     g_return_val_if_fail (G_IS_VALUE (value), FALSE);
# 6881|   
# 6882|->   type = G_VALUE_TYPE (value);
# 6883|   
# 6884|     /* the most common types are just basic plain glib types */

Error: GCC_ANALYZER_WARNING (CWE-476): [#def125]
gstreamer-1.26.10/gst/gstvalue.c:6929:7: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘src’
gstreamer-1.26.10/gst/gstvalue.c:6924:1: enter_function: entry to ‘gst_value_fixate’
gstreamer-1.26.10/gst/gstvalue.c:6926:3: branch_true: following ‘true’ branch...
gstreamer-1.26.10/gst/gstvalue.c:6927:3: branch_true: ...to here
gstreamer-1.26.10/gst/gstvalue.c:6927:3: branch_true: following ‘true’ branch (when ‘dest’ is non-NULL)...
gstreamer-1.26.10/gst/gstvalue.c:6929:7: branch_true: ...to here
gstreamer-1.26.10/gst/gstvalue.c:6929:6: branch_false: following ‘false’ branch...
gstreamer-1.26.10/gst/gstvalue.c:6932:14: branch_false: ...to here
gstreamer-1.26.10/gst/gstvalue.c:6932:13: branch_false: following ‘false’ branch...
gstreamer-1.26.10/gst/gstvalue.c:6935:14: branch_false: ...to here
gstreamer-1.26.10/gst/gstvalue.c:6935:13: branch_false: following ‘false’ branch...
gstreamer-1.26.10/gst/gstvalue.c:6937:14: branch_false: ...to here
gstreamer-1.26.10/gst/gstvalue.c:6937:13: branch_false: following ‘false’ branch...
gstreamer-1.26.10/gst/gstvalue.c:6951:14: branch_false: ...to here
gstreamer-1.26.10/gst/gstvalue.c:6951:13: branch_true: following ‘true’ branch...
gstreamer-1.26.10/gst/gstvalue.c:6955:11: branch_true: ...to here
gstreamer-1.26.10/gst/gstvalue.c:6955:11: call_function: calling ‘gst_value_array_get_size’ from ‘gst_value_fixate’
gstreamer-1.26.10/gst/gstvalue.c:6955:11: return_function: returning to ‘gst_value_fixate’ from ‘gst_value_array_get_size’
gstreamer-1.26.10/gst/gstvalue.c:6957:17: branch_true: following ‘true’ branch...
gstreamer-1.26.10/gst/gstvalue.c:6958:14: branch_true: ...to here
gstreamer-1.26.10/gst/gstvalue.c:6959:32: call_function: calling ‘gst_value_array_get_value’ from ‘gst_value_fixate’
gstreamer-1.26.10/gst/gstvalue.c:6959:32: return_function: returning to ‘gst_value_fixate’ from ‘gst_value_array_get_value’
gstreamer-1.26.10/gst/gstvalue.c:6961:12: call_function: calling ‘gst_value_fixate’ from ‘gst_value_fixate’
# 6927|     g_return_val_if_fail (dest != NULL, FALSE);
# 6928|   
# 6929|->   if (G_VALUE_TYPE (src) == GST_TYPE_INT_RANGE) {
# 6930|       g_value_init (dest, G_TYPE_INT);
# 6931|       g_value_set_int (dest, gst_value_get_int_range_min (src));

Error: GCC_ANALYZER_WARNING (CWE-404): [#def126]
gstreamer-1.26.10/gst/printf/asnprintf.c:37:12: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
gstreamer-1.26.10/gst/printf/asnprintf.c:36:3: acquire_resource: ‘va_start’ called here
gstreamer-1.26.10/gst/printf/asnprintf.c:37:12: throw: if ‘__gst_vasnprintf’ throws an exception...
gstreamer-1.26.10/gst/printf/asnprintf.c:37:12: danger: missing call to ‘va_end’ to match ‘va_start’ at [(1)](sarif:/runs/0/results/0/codeFlows/0/threadFlows/0/locations/0)
#   35|   
#   36|     va_start (args, format);
#   37|->   result = vasnprintf (resultbuf, lengthp, format, args);
#   38|     va_end (args);
#   39|     return result;

Error: GCC_ANALYZER_WARNING (CWE-688): [#def127]
gstreamer-1.26.10/gst/printf/vasnprintf.c:347:9: warning[-Wanalyzer-null-argument]: use of NULL ‘result’ where non-null expected
gstreamer-1.26.10/gst/printf/vasnprintf.c:269:6: branch_false: following ‘false’ branch...
gstreamer-1.26.10/gst/printf/vasnprintf.c:283:7: branch_false: ...to here
gstreamer-1.26.10/gst/printf/vasnprintf.c:283:6: branch_false: following ‘false’ branch...
gstreamer-1.26.10/gst/printf/vasnprintf.c:290:3: branch_false: ...to here
gstreamer-1.26.10/gst/printf/vasnprintf.c:303:8: branch_false: following ‘false’ branch (when ‘resultbuf’ is NULL)...
gstreamer-1.26.10/gst/printf/vasnprintf.c:342:30: branch_false: ...to here
gstreamer-1.26.10/gst/printf/vasnprintf.c:343:10: branch_true: following ‘true’ branch...
gstreamer-1.26.10/gst/printf/vasnprintf.c:344:20: branch_true: ...to here
gstreamer-1.26.10/gst/printf/vasnprintf.c:346:9: branch_false: following ‘false’ branch...
gstreamer-1.26.10/gst/printf/vasnprintf.c:347:17: branch_false: ...to here
gstreamer-1.26.10/gst/printf/vasnprintf.c:347:9: danger: argument 1 (‘result + length’) NULL where non-null expected
#  345|   
#  346|           ENSURE_ALLOCATION (length + n);
#  347|->         memcpy (result + length, cp, n);
#  348|           length += n;
#  349|         }

Error: GCC_ANALYZER_WARNING (CWE-688): [#def128]
gstreamer-1.26.10/gst/printf/vasnprintf.c:1015:13: warning[-Wanalyzer-null-argument]: use of NULL ‘result’ where non-null expected
gstreamer-1.26.10/gst/printf/vasnprintf.c:269:6: branch_false: following ‘false’ branch...
gstreamer-1.26.10/gst/printf/vasnprintf.c:283:7: branch_false: ...to here
gstreamer-1.26.10/gst/printf/vasnprintf.c:283:6: branch_false: following ‘false’ branch...
gstreamer-1.26.10/gst/printf/vasnprintf.c:290:3: branch_false: ...to here
gstreamer-1.26.10/gst/printf/vasnprintf.c:303:8: branch_false: following ‘false’ branch (when ‘resultbuf’ is NULL)...
gstreamer-1.26.10/gst/printf/vasnprintf.c:342:30: branch_false: ...to here
gstreamer-1.26.10/gst/printf/vasnprintf.c:343:10: branch_false: following ‘false’ branch...
gstreamer-1.26.10/gst/printf/vasnprintf.c:350:16: branch_false: ...to here
gstreamer-1.26.10/gst/printf/vasnprintf.c:350:10: branch_false: following ‘false’ branch...
gstreamer-1.26.10/gst/printf/vasnprintf.c:354:11: branch_false: ...to here
gstreamer-1.26.10/gst/printf/vasnprintf.c:354:10: branch_false: following ‘false’ branch...
gstreamer-1.26.10/gst/printf/vasnprintf.c:361:15: branch_false: ...to here
gstreamer-1.26.10/gst/printf/vasnprintf.c:361:12: branch_false: following ‘false’ branch...
gstreamer-1.26.10/gst/printf/vasnprintf.c:364:12: branch_false: ...to here
gstreamer-1.26.10/gst/printf/vasnprintf.c:364:12: branch_false: following ‘false’ branch...
gstreamer-1.26.10/gst/printf/vasnprintf.c:387:27: branch_false: ...to here
gstreamer-1.26.10/gst/printf/vasnprintf.c:977:16: branch_false: following ‘false’ branch (when ‘count >= 0’)...
gstreamer-1.26.10/gst/printf/vasnprintf.c:990:17: branch_false: ...to here
gstreamer-1.26.10/gst/printf/vasnprintf.c:990:16: branch_false: following ‘false’ branch...
gstreamer-1.26.10/gst/printf/vasnprintf.c:997:17: branch_false: ...to here
gstreamer-1.26.10/gst/printf/vasnprintf.c:1015:21: release_memory: ‘result’ is NULL
gstreamer-1.26.10/gst/printf/vasnprintf.c:1015:13: danger: argument 1 (‘result + length’) NULL where non-null expected
# 1013|   #else
# 1014|               /* Append the sprintf() result.  */
# 1015|->             memcpy (result + length, tmp, count);
# 1016|               if (tmp != tmpbuf)
# 1017|                 free (tmp);

Error: GCC_ANALYZER_WARNING (CWE-476): [#def129]
gstreamer-1.26.10/libs/gst/base/gstbaseparse.c:3166:10: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘buffer’
gstreamer-1.26.10/libs/gst/base/gstbaseparse.c:3124:1: enter_function: entry to ‘gst_base_parse_chain’
gstreamer-1.26.10/libs/gst/base/gstbaseparse.c:3164:7: branch_true: following ‘true’ branch...
gstreamer-1.26.10/libs/gst/base/gstbaseparse.c:3165:5: branch_true: ...to here
gstreamer-1.26.10/libs/gst/base/gstbaseparse.c:3166:8: branch_true: following ‘true’ branch...
gstreamer-1.26.10/libs/gst/base/gstbaseparse.c:3169:7: branch_true: ...to here
gstreamer-1.26.10/libs/gst/base/gstbaseparse.c:3171:7: call_function: calling ‘gst_base_parse_process_streamheader’ from ‘gst_base_parse_chain’
# 3164|     if (G_UNLIKELY (parse->priv->first_buffer)) {
# 3165|       parse->priv->first_buffer = FALSE;
# 3166|->     if (!GST_BUFFER_FLAG_IS_SET (buffer, GST_BUFFER_FLAG_HEADER)) {
# 3167|         /* this stream has no header buffers, check if we just prepend the
# 3168|          * streamheader from caps to the stream */

Error: CPPCHECK_WARNING (CWE-909): [#def130]
gstreamer-1.26.10/libs/gst/base/gstmemindex.c:376: error[uninitStructMember]: Uninitialized struct member: data.lower
#  374|     if (entry == NULL && !data.exact) {
#  375|       if (method == GST_INDEX_LOOKUP_BEFORE)
#  376|->       entry = data.lower;
#  377|       else if (method == GST_INDEX_LOOKUP_AFTER) {
#  378|         entry = data.higher;

Error: CPPCHECK_WARNING (CWE-909): [#def131]
gstreamer-1.26.10/libs/gst/base/gstmemindex.c:378: error[uninitStructMember]: Uninitialized struct member: data.higher
#  376|         entry = data.lower;
#  377|       else if (method == GST_INDEX_LOOKUP_AFTER) {
#  378|->       entry = data.higher;
#  379|       }
#  380|     }

Error: GCC_ANALYZER_WARNING (CWE-404): [#def132]
gstreamer-1.26.10/libs/gst/check/gstcheck.c:1288:19: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
gstreamer-1.26.10/libs/gst/check/gstcheck.c:1281:6: branch_true: following ‘true’ branch (when ‘first_object’ is non-NULL)...
gstreamer-1.26.10/libs/gst/check/gstcheck.c:1286:5: branch_true: ...to here
gstreamer-1.26.10/libs/gst/check/gstcheck.c:1286:5: acquire_resource: ‘va_start’ called here
gstreamer-1.26.10/libs/gst/check/gstcheck.c:1287:12: branch_true: following ‘true’ branch (when ‘object’ is non-NULL)...
gstreamer-1.26.10/libs/gst/check/gstcheck.c:1288:19: branch_true: ...to here
gstreamer-1.26.10/libs/gst/check/gstcheck.c:1288:19: throw: if ‘g_malloc0’ throws an exception...
gstreamer-1.26.10/libs/gst/check/gstcheck.c:1288:19: danger: missing call to ‘va_end’ to match ‘va_start’ at [(3)](sarif:/runs/0/results/0/codeFlows/0/threadFlows/0/locations/2)
# 1286|       va_start (varargs, first_object);
# 1287|       while (object) {
# 1288|->       destroyed = g_new0 (DestroyedObjectStruct, 1);
# 1289|         destroyed->object = object;
# 1290|         g_object_weak_ref (object, (GWeakNotify) weak_notify, destroyed);

Error: GCC_ANALYZER_WARNING (CWE-404): [#def133]
gstreamer-1.26.10/libs/gst/check/gstcheck.c:1348:9: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
gstreamer-1.26.10/libs/gst/check/gstcheck.c:1342:6: branch_false: following ‘false’ branch (when ‘result == 0’)...
gstreamer-1.26.10/libs/gst/check/gstcheck.c:1347:3: branch_false: ...to here
gstreamer-1.26.10/libs/gst/check/gstcheck.c:1347:3: acquire_resource: ‘va_start’ called here
gstreamer-1.26.10/libs/gst/check/gstcheck.c:1348:9: throw: if ‘g_strdup_vprintf’ throws an exception...
gstreamer-1.26.10/libs/gst/check/gstcheck.c:1348:9: danger: missing call to ‘va_end’ to match ‘va_start’ at [(3)](sarif:/runs/0/results/1/codeFlows/0/threadFlows/0/locations/2)
# 1346|   
# 1347|     va_start (args, expr);
# 1348|->   msg = g_strdup_vprintf (expr, args);
# 1349|     va_end (args);
# 1350|   

Error: GCC_ANALYZER_WARNING (CWE-401): [#def134]
gstreamer-1.26.10/libs/gst/check/libcheck/check.c:183:5: warning[-Wanalyzer-malloc-leak]: leak of ‘strdup(tag)’
gstreamer-1.26.10/libs/gst/check/libcheck/check.c:176:6: branch_false: following ‘false’ branch (when ‘tags_string’ is non-NULL)...
gstreamer-1.26.10/libs/gst/check/libcheck/check.c:180:10: branch_false: ...to here
gstreamer-1.26.10/libs/gst/check/libcheck/check.c:182:10: branch_true: following ‘true’ branch (when ‘tag’ is non-NULL)...
gstreamer-1.26.10/libs/gst/check/libcheck/check.c:183:31: branch_true: ...to here
gstreamer-1.26.10/libs/gst/check/libcheck/check.c:183:31: acquire_memory: allocated here
gstreamer-1.26.10/libs/gst/check/libcheck/check.c:183:5: danger: ‘strdup(tag)’ leaks here; was allocated at [(6)](sarif:/runs/0/results/0/codeFlows/0/threadFlows/0/locations/5)
#  181|     tag = strtok (tags, " ");
#  182|     while (tag) {
#  183|->     check_list_add_end (list, strdup (tag));
#  184|       tag = strtok (NULL, " ");
#  185|     }

Error: GCC_ANALYZER_WARNING (CWE-401): [#def135]
gstreamer-1.26.10/libs/gst/check/libcheck/check.c:183:5: warning[-Wanalyzer-malloc-leak]: leak of ‘tags’
gstreamer-1.26.10/libs/gst/check/libcheck/check.c:176:6: branch_false: following ‘false’ branch (when ‘tags_string’ is non-NULL)...
gstreamer-1.26.10/libs/gst/check/libcheck/check.c:180:10: branch_false: ...to here
gstreamer-1.26.10/libs/gst/check/libcheck/check.c:180:10: acquire_memory: allocated here
gstreamer-1.26.10/libs/gst/check/libcheck/check.c:182:10: branch_true: following ‘true’ branch (when ‘tag’ is non-NULL)...
gstreamer-1.26.10/libs/gst/check/libcheck/check.c:183:31: branch_true: ...to here
gstreamer-1.26.10/libs/gst/check/libcheck/check.c:183:5: throw: if ‘check_list_add_end’ throws an exception...
gstreamer-1.26.10/libs/gst/check/libcheck/check.c:183:5: danger: ‘tags’ leaks here; was allocated at [(3)](sarif:/runs/0/results/1/codeFlows/0/threadFlows/0/locations/2)
#  181|     tag = strtok (tags, " ");
#  182|     while (tag) {
#  183|->     check_list_add_end (list, strdup (tag));
#  184|       tag = strtok (NULL, " ");
#  185|     }

Error: GCC_ANALYZER_WARNING (CWE-775): [#def136]
gstreamer-1.26.10/libs/gst/check/libcheck/check_log.c:63:7: warning[-Wanalyzer-file-leak]: leak of FILE ‘srunner_open_lfile(sr)’
gstreamer-1.26.10/libs/gst/check/libcheck/check_log.c:498:1: enter_function: entry to ‘srunner_init_logging’
gstreamer-1.26.10/libs/gst/check/libcheck/check_log.c:511:7: call_function: calling ‘srunner_open_lfile’ from ‘srunner_init_logging’
gstreamer-1.26.10/libs/gst/check/libcheck/check_log.c:511:7: return_function: returning to ‘srunner_init_logging’ from ‘srunner_open_lfile’
gstreamer-1.26.10/libs/gst/check/libcheck/check_log.c:512:6: branch_true: following ‘true’ branch...
gstreamer-1.26.10/libs/gst/check/libcheck/check_log.c:513:5: branch_true: ...to here
gstreamer-1.26.10/libs/gst/check/libcheck/check_log.c:513:5: call_function: calling ‘srunner_register_lfun’ from ‘srunner_init_logging’
#   61|   {
#   62|     /* check if log filename have been set explicitly */
#   63|->   if (sr->log_fname != NULL)
#   64|       return sr->log_fname;
#   65|   

Error: GCC_ANALYZER_WARNING (CWE-401): [#def137]
gstreamer-1.26.10/libs/gst/check/libcheck/check_log.c:63:7: warning[-Wanalyzer-malloc-leak]: leak of ‘srunner_open_lfile(sr)’
gstreamer-1.26.10/libs/gst/check/libcheck/check_log.c:498:1: enter_function: entry to ‘srunner_init_logging’
gstreamer-1.26.10/libs/gst/check/libcheck/check_log.c:511:7: call_function: calling ‘srunner_open_lfile’ from ‘srunner_init_logging’
gstreamer-1.26.10/libs/gst/check/libcheck/check_log.c:511:7: return_function: returning to ‘srunner_init_logging’ from ‘srunner_open_lfile’
gstreamer-1.26.10/libs/gst/check/libcheck/check_log.c:512:6: branch_true: following ‘true’ branch...
gstreamer-1.26.10/libs/gst/check/libcheck/check_log.c:513:5: branch_true: ...to here
gstreamer-1.26.10/libs/gst/check/libcheck/check_log.c:513:5: call_function: calling ‘srunner_register_lfun’ from ‘srunner_init_logging’
#   61|   {
#   62|     /* check if log filename have been set explicitly */
#   63|->   if (sr->log_fname != NULL)
#   64|       return sr->log_fname;
#   65|   

Error: GCC_ANALYZER_WARNING (CWE-775): [#def138]
gstreamer-1.26.10/libs/gst/check/libcheck/check_log.c:88:7: warning[-Wanalyzer-file-leak]: leak of FILE ‘srunner_open_xmlfile(sr)’
gstreamer-1.26.10/libs/gst/check/libcheck/check_log.c:498:1: enter_function: entry to ‘srunner_init_logging’
gstreamer-1.26.10/libs/gst/check/libcheck/check_log.c:512:6: branch_false: following ‘false’ branch...
gstreamer-1.26.10/libs/gst/check/libcheck/check_log.c:515:7: branch_false: ...to here
gstreamer-1.26.10/libs/gst/check/libcheck/check_log.c:515:7: call_function: calling ‘srunner_open_xmlfile’ from ‘srunner_init_logging’
gstreamer-1.26.10/libs/gst/check/libcheck/check_log.c:515:7: return_function: returning to ‘srunner_init_logging’ from ‘srunner_open_xmlfile’
gstreamer-1.26.10/libs/gst/check/libcheck/check_log.c:516:6: branch_true: following ‘true’ branch...
gstreamer-1.26.10/libs/gst/check/libcheck/check_log.c:517:5: branch_true: ...to here
gstreamer-1.26.10/libs/gst/check/libcheck/check_log.c:517:5: call_function: calling ‘srunner_register_lfun’ from ‘srunner_init_logging’
#   86|   {
#   87|     /* check if XML log filename have been set explicitly */
#   88|->   if (sr->xml_fname != NULL) {
#   89|       return sr->xml_fname;
#   90|     }

Error: GCC_ANALYZER_WARNING (CWE-401): [#def139]
gstreamer-1.26.10/libs/gst/check/libcheck/check_log.c:88:7: warning[-Wanalyzer-malloc-leak]: leak of ‘srunner_open_xmlfile(sr)’
gstreamer-1.26.10/libs/gst/check/libcheck/check_log.c:498:1: enter_function: entry to ‘srunner_init_logging’
gstreamer-1.26.10/libs/gst/check/libcheck/check_log.c:512:6: branch_false: following ‘false’ branch...
gstreamer-1.26.10/libs/gst/check/libcheck/check_log.c:515:7: branch_false: ...to here
gstreamer-1.26.10/libs/gst/check/libcheck/check_log.c:515:7: call_function: calling ‘srunner_open_xmlfile’ from ‘srunner_init_logging’
gstreamer-1.26.10/libs/gst/check/libcheck/check_log.c:515:7: return_function: returning to ‘srunner_init_logging’ from ‘srunner_open_xmlfile’
gstreamer-1.26.10/libs/gst/check/libcheck/check_log.c:516:6: branch_true: following ‘true’ branch...
gstreamer-1.26.10/libs/gst/check/libcheck/check_log.c:517:5: branch_true: ...to here
gstreamer-1.26.10/libs/gst/check/libcheck/check_log.c:517:5: call_function: calling ‘srunner_register_lfun’ from ‘srunner_init_logging’
#   86|   {
#   87|     /* check if XML log filename have been set explicitly */
#   88|->   if (sr->xml_fname != NULL) {
#   89|       return sr->xml_fname;
#   90|     }

Error: GCC_ANALYZER_WARNING (CWE-775): [#def140]
gstreamer-1.26.10/libs/gst/check/libcheck/check_log.c:113:7: warning[-Wanalyzer-file-leak]: leak of FILE ‘srunner_open_tapfile(sr)’
gstreamer-1.26.10/libs/gst/check/libcheck/check_log.c:498:1: enter_function: entry to ‘srunner_init_logging’
gstreamer-1.26.10/libs/gst/check/libcheck/check_log.c:512:6: branch_false: following ‘false’ branch...
gstreamer-1.26.10/libs/gst/check/libcheck/check_log.c:515:7: branch_false: ...to here
gstreamer-1.26.10/libs/gst/check/libcheck/check_log.c:516:6: branch_false: following ‘false’ branch...
gstreamer-1.26.10/libs/gst/check/libcheck/check_log.c:519:7: branch_false: ...to here
gstreamer-1.26.10/libs/gst/check/libcheck/check_log.c:519:7: call_function: calling ‘srunner_open_tapfile’ from ‘srunner_init_logging’
gstreamer-1.26.10/libs/gst/check/libcheck/check_log.c:519:7: return_function: returning to ‘srunner_init_logging’ from ‘srunner_open_tapfile’
gstreamer-1.26.10/libs/gst/check/libcheck/check_log.c:520:6: branch_true: following ‘true’ branch...
gstreamer-1.26.10/libs/gst/check/libcheck/check_log.c:521:5: branch_true: ...to here
gstreamer-1.26.10/libs/gst/check/libcheck/check_log.c:521:5: call_function: calling ‘srunner_register_lfun’ from ‘srunner_init_logging’
#  111|   {
#  112|     /* check if tap log filename have been set explicitly */
#  113|->   if (sr->tap_fname != NULL) {
#  114|       return sr->tap_fname;
#  115|     }

Error: GCC_ANALYZER_WARNING (CWE-401): [#def141]
gstreamer-1.26.10/libs/gst/check/libcheck/check_log.c:113:7: warning[-Wanalyzer-malloc-leak]: leak of ‘srunner_open_tapfile(sr)’
gstreamer-1.26.10/libs/gst/check/libcheck/check_log.c:498:1: enter_function: entry to ‘srunner_init_logging’
gstreamer-1.26.10/libs/gst/check/libcheck/check_log.c:512:6: branch_false: following ‘false’ branch...
gstreamer-1.26.10/libs/gst/check/libcheck/check_log.c:515:7: branch_false: ...to here
gstreamer-1.26.10/libs/gst/check/libcheck/check_log.c:516:6: branch_false: following ‘false’ branch...
gstreamer-1.26.10/libs/gst/check/libcheck/check_log.c:519:7: branch_false: ...to here
gstreamer-1.26.10/libs/gst/check/libcheck/check_log.c:519:7: call_function: calling ‘srunner_open_tapfile’ from ‘srunner_init_logging’
gstreamer-1.26.10/libs/gst/check/libcheck/check_log.c:519:7: return_function: returning to ‘srunner_init_logging’ from ‘srunner_open_tapfile’
gstreamer-1.26.10/libs/gst/check/libcheck/check_log.c:520:6: branch_true: following ‘true’ branch...
gstreamer-1.26.10/libs/gst/check/libcheck/check_log.c:521:5: branch_true: ...to here
gstreamer-1.26.10/libs/gst/check/libcheck/check_log.c:521:5: call_function: calling ‘srunner_register_lfun’ from ‘srunner_init_logging’
#  111|   {
#  112|     /* check if tap log filename have been set explicitly */
#  113|->   if (sr->tap_fname != NULL) {
#  114|       return sr->tap_fname;
#  115|     }

Error: CPPCHECK_WARNING (CWE-476): [#def142]
gstreamer-1.26.10/libs/gst/check/libcheck/check_print.c:195: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: path_name
#  193|       } else {
#  194|         path_name = strdup (tr->file);
#  195|->       path_name[slash - tr->file] = 0;  /* Terminate the temporary string. */
#  196|         file_name = slash + 1;
#  197|       }

Error: GCC_ANALYZER_WARNING (CWE-688): [#def143]
gstreamer-1.26.10/libs/gst/net/gstptpclock.c:2636:9: warning[-Wanalyzer-null-argument]: use of NULL where non-null expected
gstreamer-1.26.10/libs/gst/net/gstptpclock.c:2627:1: enter_function: entry to ‘count_directories’
gstreamer-1.26.10/libs/gst/net/gstptpclock.c:2633:3: branch_true: following ‘true’ branch...
gstreamer-1.26.10/libs/gst/net/gstptpclock.c:2635:9: call_function: inlined call to ‘g_strdup_inline’ from ‘count_directories’
gstreamer-1.26.10/libs/gst/net/gstptpclock.c:2636:9: danger: argument 1 (‘<unknown>’) NULL where non-null expected
# 2634|   
# 2635|     tmp = g_strdup (filepath);
# 2636|->   len = strlen (tmp);
# 2637|   
# 2638|     /* ignore UNC share paths entirely */

Error: GCC_ANALYZER_WARNING (CWE-465): [#def144]
gstreamer-1.26.10/plugins/elements/gstconcat.c:787:6: warning[-Wanalyzer-deref-before-check]: check of ‘event’ for NULL after already dereferencing it
gstreamer-1.26.10/plugins/elements/gstconcat.c:766:10: branch_false: following ‘false’ branch (when ‘sinkpad’ is non-NULL)...
gstreamer-1.26.10/plugins/elements/gstconcat.c:787:7: branch_false: ...to here
gstreamer-1.26.10/plugins/elements/gstconcat.c:787:6: danger: pointer ‘event’ is checked for NULL here but it was already dereferenced at [(1)](sarif:/runs/0/results/0/codeFlows/0/threadFlows/0/locations/0)
#  785|     }
#  786|   
#  787|->   if (event) {
#  788|       g_mutex_lock (&self->lock);
#  789|       if (self->adjust_base && self->format == GST_FORMAT_TIME) {

Error: GCC_ANALYZER_WARNING (CWE-404): [#def145]
gstreamer-1.26.10/plugins/tracers/gstlog.c:156:3: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
gstreamer-1.26.10/plugins/tracers/gstlog.c:155:3: acquire_resource: ‘va_start’ called here
gstreamer-1.26.10/plugins/tracers/gstlog.c:156:3: throw: if ‘gst_debug_log_valist’ throws an exception...
gstreamer-1.26.10/plugins/tracers/gstlog.c:156:3: danger: missing call to ‘va_end’ to match ‘va_start’ at [(1)](sarif:/runs/0/results/0/codeFlows/0/threadFlows/0/locations/0)
#  154|   
#  155|     va_start (var_args, fmt);
#  156|->   gst_debug_log_valist (cat, GST_LEVEL_TRACE, "", func, 0, obj, fmt, var_args);
#  157|     va_end (var_args);
#  158|   }

Error: GCC_ANALYZER_WARNING (CWE-457): [#def146]
gstreamer-1.26.10/redhat-linux-build/gst/parse/grammar.tab.c:2343:9: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘yyss’
gstreamer-1.26.10/redhat-linux-build/gst/parse/grammar.tab.c:2301:6: branch_true: following ‘true’ branch...
gstreamer-1.26.10/redhat-linux-build/gst/parse/grammar.tab.c:2307:28: branch_true: ...to here
gstreamer-1.26.10/redhat-linux-build/gst/parse/grammar.tab.c:2330:10: branch_false: following ‘false’ branch (when ‘yystacksize <= 9999’)...
gstreamer-1.26.10/redhat-linux-build/gst/parse/grammar.tab.c:2332:7: branch_false: ...to here
gstreamer-1.26.10/redhat-linux-build/gst/parse/grammar.tab.c:2341:12: branch_false: following ‘false’ branch (when ‘yyptr’ is non-NULL)...
gstreamer-1.26.10/redhat-linux-build/gst/parse/grammar.tab.c:2343:9: branch_false: ...to here
gstreamer-1.26.10/redhat-linux-build/gst/parse/grammar.tab.c:2343:9: danger: use of uninitialized value ‘yyss’ here
# 2341|           if (! yyptr)
# 2342|             YYNOMEM;
# 2343|->         YYSTACK_RELOCATE (yyss_alloc, yyss);
# 2344|           YYSTACK_RELOCATE (yyvs_alloc, yyvs);
# 2345|   #  undef YYSTACK_RELOCATE

Error: GCC_ANALYZER_WARNING (CWE-457): [#def147]
gstreamer-1.26.10/redhat-linux-build/gst/parse/grammar.tab.c:2470:3: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘*<unknown>’
gstreamer-1.26.10/redhat-linux-build/gst/parse/grammar.tab.c:2301:6: branch_false: following ‘false’ branch...
gstreamer-1.26.10/redhat-linux-build/gst/parse/grammar.tab.c:2365:6: branch_false: ...to here
gstreamer-1.26.10/redhat-linux-build/gst/parse/grammar.tab.c:2365:6: branch_false: following ‘false’ branch (when ‘yystate != 16’)...
gstreamer-1.26.10/redhat-linux-build/gst/parse/grammar.tab.c:2368:3: branch_false: ...to here
gstreamer-1.26.10/redhat-linux-build/gst/parse/grammar.tab.c:2380:6: branch_true: following ‘true’ branch (when ‘yyn == -20’)...
gstreamer-1.26.10/redhat-linux-build/gst/parse/grammar.tab.c:2381:5: branch_true: ...to here
gstreamer-1.26.10/redhat-linux-build/gst/parse/grammar.tab.c:2450:6: branch_false: following ‘false’ branch (when ‘yyn != 0’)...
gstreamer-1.26.10/redhat-linux-build/gst/parse/grammar.tab.c:2452:3: branch_false: ...to here
gstreamer-1.26.10/redhat-linux-build/gst/parse/grammar.tab.c:2470:3: danger: use of uninitialized value ‘*<unknown>’ here
# 2468|        unconditionally makes the parser a bit smaller, and it avoids a
# 2469|        GCC warning that YYVAL may be used uninitialized.  */
# 2470|->   yyval = yyvsp[1-yylen];
# 2471|   
# 2472|   

Error: GCC_ANALYZER_WARNING (CWE-476): [#def148]
gstreamer-1.26.10/redhat-linux-build/gst/parse/lex.priv_gst_parse_yy.c:2107:2: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘b’
gstreamer-1.26.10/redhat-linux-build/gst/parse/lex.priv_gst_parse_yy.c:1986:10: enter_function: entry to ‘priv_gst_parse_yyrestart’
gstreamer-1.26.10/redhat-linux-build/gst/parse/lex.priv_gst_parse_yy.c:1991:9: call_function: calling ‘priv_gst_parse_yyensure_buffer_stack’ from ‘priv_gst_parse_yyrestart’
gstreamer-1.26.10/redhat-linux-build/gst/parse/lex.priv_gst_parse_yy.c:1991:9: return_function: returning to ‘priv_gst_parse_yyrestart’ from ‘priv_gst_parse_yyensure_buffer_stack’
gstreamer-1.26.10/redhat-linux-build/gst/parse/lex.priv_gst_parse_yy.c:1993:13: call_function: calling ‘priv_gst_parse_yy_create_buffer’ from ‘priv_gst_parse_yyrestart’
gstreamer-1.26.10/redhat-linux-build/gst/parse/lex.priv_gst_parse_yy.c:1993:13: return_function: returning to ‘priv_gst_parse_yyrestart’ from ‘priv_gst_parse_yy_create_buffer’
gstreamer-1.26.10/redhat-linux-build/gst/parse/lex.priv_gst_parse_yy.c:1996:16: branch_false: following ‘false’ branch...
gstreamer-1.26.10/redhat-linux-build/gst/parse/lex.priv_gst_parse_yy.c:1996:16: branch_false: ...to here
gstreamer-1.26.10/redhat-linux-build/gst/parse/lex.priv_gst_parse_yy.c:1996:16: call_function: calling ‘priv_gst_parse_yy_init_buffer’ from ‘priv_gst_parse_yyrestart’
# 2105|   {
# 2106|   	int oerrno = errno;
# 2107|->     struct yyguts_t * yyg = (struct yyguts_t*)yyscanner;
# 2108|   
# 2109|   	yy_flush_buffer( b , yyscanner);

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Error: GCC_ANALYZER_WARNING (CWE-404): [#def169]
gstreamer-1.26.10/redhat-linux-build/tmp-introspect2_vpu6mk/GstCheck-1.0.c:120:9: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
gstreamer-1.26.10/redhat-linux-build/tmp-introspect2_vpu6mk/GstCheck-1.0.c:599:1: enter_function: entry to ‘dump_error_quark’
gstreamer-1.26.10/redhat-linux-build/tmp-introspect2_vpu6mk/GstCheck-1.0.c:601:3: call_function: calling ‘escaped_printf’ from ‘dump_error_quark’

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

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

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

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

Error: GCC_ANALYZER_WARNING (CWE-775): [#def174]
gstreamer-1.26.10/redhat-linux-build/tmp-introspect2_vpu6mk/GstCheck-1.0.c:686:7: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(input_filename, "rb")’
gstreamer-1.26.10/redhat-linux-build/tmp-introspect2_vpu6mk/GstCheck-1.0.c:645:6: branch_false: following ‘false’ branch...
gstreamer-1.26.10/redhat-linux-build/tmp-introspect2_vpu6mk/GstCheck-1.0.c:654:15: branch_false: ...to here
gstreamer-1.26.10/redhat-linux-build/tmp-introspect2_vpu6mk/GstCheck-1.0.c:658:6: branch_false: following ‘false’ branch...
gstreamer-1.26.10/redhat-linux-build/tmp-introspect2_vpu6mk/GstCheck-1.0.c:669:11: branch_false: ...to here
gstreamer-1.26.10/redhat-linux-build/tmp-introspect2_vpu6mk/GstCheck-1.0.c:669:11: acquire_resource: opened here
gstreamer-1.26.10/redhat-linux-build/tmp-introspect2_vpu6mk/GstCheck-1.0.c:670:6: branch_false: following ‘false’ branch...
gstreamer-1.26.10/redhat-linux-build/tmp-introspect2_vpu6mk/GstCheck-1.0.c:682:12: branch_false: ...to here
gstreamer-1.26.10/redhat-linux-build/tmp-introspect2_vpu6mk/GstCheck-1.0.c:683:6: branch_true: following ‘true’ branch...
gstreamer-1.26.10/redhat-linux-build/tmp-introspect2_vpu6mk/GstCheck-1.0.c:685:25: branch_true: ...to here
gstreamer-1.26.10/redhat-linux-build/tmp-introspect2_vpu6mk/GstCheck-1.0.c:686:7: throw: if ‘g_file_error_quark’ throws an exception...
gstreamer-1.26.10/redhat-linux-build/tmp-introspect2_vpu6mk/GstCheck-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): [#def175]
gstreamer-1.26.10/redhat-linux-build/tmp-introspect2_vpu6mk/GstCheck-1.0.c:686:7: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(input_filename, "rb")’
gstreamer-1.26.10/redhat-linux-build/tmp-introspect2_vpu6mk/GstCheck-1.0.c:645:6: branch_false: following ‘false’ branch...
gstreamer-1.26.10/redhat-linux-build/tmp-introspect2_vpu6mk/GstCheck-1.0.c:654:15: branch_false: ...to here
gstreamer-1.26.10/redhat-linux-build/tmp-introspect2_vpu6mk/GstCheck-1.0.c:658:6: branch_false: following ‘false’ branch...
gstreamer-1.26.10/redhat-linux-build/tmp-introspect2_vpu6mk/GstCheck-1.0.c:669:11: branch_false: ...to here
gstreamer-1.26.10/redhat-linux-build/tmp-introspect2_vpu6mk/GstCheck-1.0.c:669:11: acquire_memory: allocated here
gstreamer-1.26.10/redhat-linux-build/tmp-introspect2_vpu6mk/GstCheck-1.0.c:670:6: branch_false: following ‘false’ branch...
gstreamer-1.26.10/redhat-linux-build/tmp-introspect2_vpu6mk/GstCheck-1.0.c:682:12: branch_false: ...to here
gstreamer-1.26.10/redhat-linux-build/tmp-introspect2_vpu6mk/GstCheck-1.0.c:683:6: branch_true: following ‘true’ branch...
gstreamer-1.26.10/redhat-linux-build/tmp-introspect2_vpu6mk/GstCheck-1.0.c:685:25: branch_true: ...to here
gstreamer-1.26.10/redhat-linux-build/tmp-introspect2_vpu6mk/GstCheck-1.0.c:686:7: throw: if ‘g_file_error_quark’ throws an exception...
gstreamer-1.26.10/redhat-linux-build/tmp-introspect2_vpu6mk/GstCheck-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): [#def176]
gstreamer-1.26.10/redhat-linux-build/tmp-introspect2_vpu6mk/GstCheck-1.0.c:686:41: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(input_filename, "rb")’
gstreamer-1.26.10/redhat-linux-build/tmp-introspect2_vpu6mk/GstCheck-1.0.c:645:6: branch_false: following ‘false’ branch...
gstreamer-1.26.10/redhat-linux-build/tmp-introspect2_vpu6mk/GstCheck-1.0.c:654:15: branch_false: ...to here
gstreamer-1.26.10/redhat-linux-build/tmp-introspect2_vpu6mk/GstCheck-1.0.c:658:6: branch_false: following ‘false’ branch...
gstreamer-1.26.10/redhat-linux-build/tmp-introspect2_vpu6mk/GstCheck-1.0.c:669:11: branch_false: ...to here
gstreamer-1.26.10/redhat-linux-build/tmp-introspect2_vpu6mk/GstCheck-1.0.c:669:11: acquire_resource: opened here
gstreamer-1.26.10/redhat-linux-build/tmp-introspect2_vpu6mk/GstCheck-1.0.c:670:6: branch_false: following ‘false’ branch...
gstreamer-1.26.10/redhat-linux-build/tmp-introspect2_vpu6mk/GstCheck-1.0.c:682:12: branch_false: ...to here
gstreamer-1.26.10/redhat-linux-build/tmp-introspect2_vpu6mk/GstCheck-1.0.c:683:6: branch_true: following ‘true’ branch...
gstreamer-1.26.10/redhat-linux-build/tmp-introspect2_vpu6mk/GstCheck-1.0.c:685:25: branch_true: ...to here
gstreamer-1.26.10/redhat-linux-build/tmp-introspect2_vpu6mk/GstCheck-1.0.c:686:41: throw: if ‘g_file_error_from_errno’ throws an exception...
gstreamer-1.26.10/redhat-linux-build/tmp-introspect2_vpu6mk/GstCheck-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): [#def177]
gstreamer-1.26.10/redhat-linux-build/tmp-introspect2_vpu6mk/GstCheck-1.0.c:686:41: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(input_filename, "rb")’
gstreamer-1.26.10/redhat-linux-build/tmp-introspect2_vpu6mk/GstCheck-1.0.c:645:6: branch_false: following ‘false’ branch...
gstreamer-1.26.10/redhat-linux-build/tmp-introspect2_vpu6mk/GstCheck-1.0.c:654:15: branch_false: ...to here
gstreamer-1.26.10/redhat-linux-build/tmp-introspect2_vpu6mk/GstCheck-1.0.c:658:6: branch_false: following ‘false’ branch...
gstreamer-1.26.10/redhat-linux-build/tmp-introspect2_vpu6mk/GstCheck-1.0.c:669:11: branch_false: ...to here
gstreamer-1.26.10/redhat-linux-build/tmp-introspect2_vpu6mk/GstCheck-1.0.c:669:11: acquire_memory: allocated here
gstreamer-1.26.10/redhat-linux-build/tmp-introspect2_vpu6mk/GstCheck-1.0.c:670:6: branch_false: following ‘false’ branch...
gstreamer-1.26.10/redhat-linux-build/tmp-introspect2_vpu6mk/GstCheck-1.0.c:682:12: branch_false: ...to here
gstreamer-1.26.10/redhat-linux-build/tmp-introspect2_vpu6mk/GstCheck-1.0.c:683:6: branch_true: following ‘true’ branch...
gstreamer-1.26.10/redhat-linux-build/tmp-introspect2_vpu6mk/GstCheck-1.0.c:685:25: branch_true: ...to here
gstreamer-1.26.10/redhat-linux-build/tmp-introspect2_vpu6mk/GstCheck-1.0.c:686:41: throw: if ‘g_file_error_from_errno’ throws an exception...
gstreamer-1.26.10/redhat-linux-build/tmp-introspect2_vpu6mk/GstCheck-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): [#def178]
gstreamer-1.26.10/redhat-linux-build/tmp-introspect2_vpu6mk/GstCheck-1.0.c:699:18: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(input_filename, "rb")’
gstreamer-1.26.10/redhat-linux-build/tmp-introspect2_vpu6mk/GstCheck-1.0.c:630:1: enter_function: entry to ‘dump_irepository’
gstreamer-1.26.10/redhat-linux-build/tmp-introspect2_vpu6mk/GstCheck-1.0.c:645:6: branch_false: following ‘false’ branch...
gstreamer-1.26.10/redhat-linux-build/tmp-introspect2_vpu6mk/GstCheck-1.0.c:654:15: branch_false: ...to here
gstreamer-1.26.10/redhat-linux-build/tmp-introspect2_vpu6mk/GstCheck-1.0.c:658:6: branch_false: following ‘false’ branch...
gstreamer-1.26.10/redhat-linux-build/tmp-introspect2_vpu6mk/GstCheck-1.0.c:669:11: branch_false: ...to here
gstreamer-1.26.10/redhat-linux-build/tmp-introspect2_vpu6mk/GstCheck-1.0.c:669:11: acquire_resource: opened here
gstreamer-1.26.10/redhat-linux-build/tmp-introspect2_vpu6mk/GstCheck-1.0.c:670:6: branch_false: following ‘false’ branch...
gstreamer-1.26.10/redhat-linux-build/tmp-introspect2_vpu6mk/GstCheck-1.0.c:682:12: branch_false: ...to here
gstreamer-1.26.10/redhat-linux-build/tmp-introspect2_vpu6mk/GstCheck-1.0.c:683:6: branch_false: following ‘false’ branch...
gstreamer-1.26.10/redhat-linux-build/tmp-introspect2_vpu6mk/GstCheck-1.0.c:696:3: branch_false: ...to here
gstreamer-1.26.10/redhat-linux-build/tmp-introspect2_vpu6mk/GstCheck-1.0.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
gstreamer-1.26.10/redhat-linux-build/tmp-introspect2_vpu6mk/GstCheck-1.0.c:696:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
gstreamer-1.26.10/redhat-linux-build/tmp-introspect2_vpu6mk/GstCheck-1.0.c:697:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
gstreamer-1.26.10/redhat-linux-build/tmp-introspect2_vpu6mk/GstCheck-1.0.c:697:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
gstreamer-1.26.10/redhat-linux-build/tmp-introspect2_vpu6mk/GstCheck-1.0.c:699:18: throw: if ‘g_hash_table_new’ throws an exception...
gstreamer-1.26.10/redhat-linux-build/tmp-introspect2_vpu6mk/GstCheck-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): [#def179]
gstreamer-1.26.10/redhat-linux-build/tmp-introspect2_vpu6mk/GstCheck-1.0.c:699:18: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(output_filename, "wb")’
gstreamer-1.26.10/redhat-linux-build/tmp-introspect2_vpu6mk/GstCheck-1.0.c:630:1: enter_function: entry to ‘dump_irepository’
gstreamer-1.26.10/redhat-linux-build/tmp-introspect2_vpu6mk/GstCheck-1.0.c:645:6: branch_false: following ‘false’ branch...
gstreamer-1.26.10/redhat-linux-build/tmp-introspect2_vpu6mk/GstCheck-1.0.c:654:15: branch_false: ...to here
gstreamer-1.26.10/redhat-linux-build/tmp-introspect2_vpu6mk/GstCheck-1.0.c:658:6: branch_false: following ‘false’ branch...
gstreamer-1.26.10/redhat-linux-build/tmp-introspect2_vpu6mk/GstCheck-1.0.c:669:11: branch_false: ...to here
gstreamer-1.26.10/redhat-linux-build/tmp-introspect2_vpu6mk/GstCheck-1.0.c:670:6: branch_false: following ‘false’ branch...
gstreamer-1.26.10/redhat-linux-build/tmp-introspect2_vpu6mk/GstCheck-1.0.c:682:12: branch_false: ...to here
gstreamer-1.26.10/redhat-linux-build/tmp-introspect2_vpu6mk/GstCheck-1.0.c:682:12: acquire_resource: opened here
gstreamer-1.26.10/redhat-linux-build/tmp-introspect2_vpu6mk/GstCheck-1.0.c:683:6: branch_false: following ‘false’ branch...
gstreamer-1.26.10/redhat-linux-build/tmp-introspect2_vpu6mk/GstCheck-1.0.c:696:3: branch_false: ...to here
gstreamer-1.26.10/redhat-linux-build/tmp-introspect2_vpu6mk/GstCheck-1.0.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
gstreamer-1.26.10/redhat-linux-build/tmp-introspect2_vpu6mk/GstCheck-1.0.c:696:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
gstreamer-1.26.10/redhat-linux-build/tmp-introspect2_vpu6mk/GstCheck-1.0.c:697:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
gstreamer-1.26.10/redhat-linux-build/tmp-introspect2_vpu6mk/GstCheck-1.0.c:697:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
gstreamer-1.26.10/redhat-linux-build/tmp-introspect2_vpu6mk/GstCheck-1.0.c:699:18: throw: if ‘g_hash_table_new’ throws an exception...
gstreamer-1.26.10/redhat-linux-build/tmp-introspect2_vpu6mk/GstCheck-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): [#def180]
gstreamer-1.26.10/redhat-linux-build/tmp-introspect2_vpu6mk/GstCheck-1.0.c:699:18: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(input_filename, "rb")’
gstreamer-1.26.10/redhat-linux-build/tmp-introspect2_vpu6mk/GstCheck-1.0.c:630:1: enter_function: entry to ‘dump_irepository’
gstreamer-1.26.10/redhat-linux-build/tmp-introspect2_vpu6mk/GstCheck-1.0.c:645:6: branch_false: following ‘false’ branch...
gstreamer-1.26.10/redhat-linux-build/tmp-introspect2_vpu6mk/GstCheck-1.0.c:654:15: branch_false: ...to here
gstreamer-1.26.10/redhat-linux-build/tmp-introspect2_vpu6mk/GstCheck-1.0.c:658:6: branch_false: following ‘false’ branch...
gstreamer-1.26.10/redhat-linux-build/tmp-introspect2_vpu6mk/GstCheck-1.0.c:669:11: branch_false: ...to here
gstreamer-1.26.10/redhat-linux-build/tmp-introspect2_vpu6mk/GstCheck-1.0.c:669:11: acquire_memory: allocated here
gstreamer-1.26.10/redhat-linux-build/tmp-introspect2_vpu6mk/GstCheck-1.0.c:670:6: branch_false: following ‘false’ branch...
gstreamer-1.26.10/redhat-linux-build/tmp-introspect2_vpu6mk/GstCheck-1.0.c:682:12: branch_false: ...to here
gstreamer-1.26.10/redhat-linux-build/tmp-introspect2_vpu6mk/GstCheck-1.0.c:683:6: branch_false: following ‘false’ branch...
gstreamer-1.26.10/redhat-linux-build/tmp-introspect2_vpu6mk/GstCheck-1.0.c:696:3: branch_false: ...to here
gstreamer-1.26.10/redhat-linux-build/tmp-introspect2_vpu6mk/GstCheck-1.0.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
gstreamer-1.26.10/redhat-linux-build/tmp-introspect2_vpu6mk/GstCheck-1.0.c:696:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
gstreamer-1.26.10/redhat-linux-build/tmp-introspect2_vpu6mk/GstCheck-1.0.c:697:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
gstreamer-1.26.10/redhat-linux-build/tmp-introspect2_vpu6mk/GstCheck-1.0.c:697:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
gstreamer-1.26.10/redhat-linux-build/tmp-introspect2_vpu6mk/GstCheck-1.0.c:699:18: throw: if ‘g_hash_table_new’ throws an exception...
gstreamer-1.26.10/redhat-linux-build/tmp-introspect2_vpu6mk/GstCheck-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): [#def181]
gstreamer-1.26.10/redhat-linux-build/tmp-introspect2_vpu6mk/GstCheck-1.0.c:699:18: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(output_filename, "wb")’
gstreamer-1.26.10/redhat-linux-build/tmp-introspect2_vpu6mk/GstCheck-1.0.c:630:1: enter_function: entry to ‘dump_irepository’
gstreamer-1.26.10/redhat-linux-build/tmp-introspect2_vpu6mk/GstCheck-1.0.c:645:6: branch_false: following ‘false’ branch...
gstreamer-1.26.10/redhat-linux-build/tmp-introspect2_vpu6mk/GstCheck-1.0.c:654:15: branch_false: ...to here
gstreamer-1.26.10/redhat-linux-build/tmp-introspect2_vpu6mk/GstCheck-1.0.c:658:6: branch_false: following ‘false’ branch...
gstreamer-1.26.10/redhat-linux-build/tmp-introspect2_vpu6mk/GstCheck-1.0.c:669:11: branch_false: ...to here
gstreamer-1.26.10/redhat-linux-build/tmp-introspect2_vpu6mk/GstCheck-1.0.c:670:6: branch_false: following ‘false’ branch...
gstreamer-1.26.10/redhat-linux-build/tmp-introspect2_vpu6mk/GstCheck-1.0.c:682:12: branch_false: ...to here
gstreamer-1.26.10/redhat-linux-build/tmp-introspect2_vpu6mk/GstCheck-1.0.c:682:12: acquire_memory: allocated here
gstreamer-1.26.10/redhat-linux-build/tmp-introspect2_vpu6mk/GstCheck-1.0.c:683:6: branch_false: following ‘false’ branch...
gstreamer-1.26.10/redhat-linux-build/tmp-introspect2_vpu6mk/GstCheck-1.0.c:696:3: branch_false: ...to here
gstreamer-1.26.10/redhat-linux-build/tmp-introspect2_vpu6mk/GstCheck-1.0.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
gstreamer-1.26.10/redhat-linux-build/tmp-introspect2_vpu6mk/GstCheck-1.0.c:696:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
gstreamer-1.26.10/redhat-linux-build/tmp-introspect2_vpu6mk/GstCheck-1.0.c:697:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
gstreamer-1.26.10/redhat-linux-build/tmp-introspect2_vpu6mk/GstCheck-1.0.c:697:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
gstreamer-1.26.10/redhat-linux-build/tmp-introspect2_vpu6mk/GstCheck-1.0.c:699:18: throw: if ‘g_hash_table_new’ throws an exception...
gstreamer-1.26.10/redhat-linux-build/tmp-introspect2_vpu6mk/GstCheck-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): [#def182]
gstreamer-1.26.10/redhat-linux-build/tmp-introspect6l20ttes/GstBase-1.0.c:68:7: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(input_filename, "rb")’
gstreamer-1.26.10/redhat-linux-build/tmp-introspect6l20ttes/GstBase-1.0.c:630:1: enter_function: entry to ‘dump_irepository’
gstreamer-1.26.10/redhat-linux-build/tmp-introspect6l20ttes/GstBase-1.0.c:645:6: branch_false: following ‘false’ branch...
gstreamer-1.26.10/redhat-linux-build/tmp-introspect6l20ttes/GstBase-1.0.c:654:15: branch_false: ...to here
gstreamer-1.26.10/redhat-linux-build/tmp-introspect6l20ttes/GstBase-1.0.c:658:6: branch_false: following ‘false’ branch...
gstreamer-1.26.10/redhat-linux-build/tmp-introspect6l20ttes/GstBase-1.0.c:669:11: branch_false: ...to here
gstreamer-1.26.10/redhat-linux-build/tmp-introspect6l20ttes/GstBase-1.0.c:669:11: acquire_resource: opened here
gstreamer-1.26.10/redhat-linux-build/tmp-introspect6l20ttes/GstBase-1.0.c:670:6: branch_false: following ‘false’ branch...
gstreamer-1.26.10/redhat-linux-build/tmp-introspect6l20ttes/GstBase-1.0.c:682:12: branch_false: ...to here
gstreamer-1.26.10/redhat-linux-build/tmp-introspect6l20ttes/GstBase-1.0.c:683:6: branch_false: following ‘false’ branch...
gstreamer-1.26.10/redhat-linux-build/tmp-introspect6l20ttes/GstBase-1.0.c:696:3: branch_false: ...to here
gstreamer-1.26.10/redhat-linux-build/tmp-introspect6l20ttes/GstBase-1.0.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Error: GCC_ANALYZER_WARNING (CWE-404): [#def202]
gstreamer-1.26.10/redhat-linux-build/tmp-introspect6l20ttes/GstBase-1.0.c:120:9: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
gstreamer-1.26.10/redhat-linux-build/tmp-introspect6l20ttes/GstBase-1.0.c:599:1: enter_function: entry to ‘dump_error_quark’
gstreamer-1.26.10/redhat-linux-build/tmp-introspect6l20ttes/GstBase-1.0.c:601:3: call_function: calling ‘escaped_printf’ from ‘dump_error_quark’

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

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

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

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

Error: GCC_ANALYZER_WARNING (CWE-775): [#def207]
gstreamer-1.26.10/redhat-linux-build/tmp-introspect6l20ttes/GstBase-1.0.c:686:7: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(input_filename, "rb")’
gstreamer-1.26.10/redhat-linux-build/tmp-introspect6l20ttes/GstBase-1.0.c:645:6: branch_false: following ‘false’ branch...
gstreamer-1.26.10/redhat-linux-build/tmp-introspect6l20ttes/GstBase-1.0.c:654:15: branch_false: ...to here
gstreamer-1.26.10/redhat-linux-build/tmp-introspect6l20ttes/GstBase-1.0.c:658:6: branch_false: following ‘false’ branch...
gstreamer-1.26.10/redhat-linux-build/tmp-introspect6l20ttes/GstBase-1.0.c:669:11: branch_false: ...to here
gstreamer-1.26.10/redhat-linux-build/tmp-introspect6l20ttes/GstBase-1.0.c:669:11: acquire_resource: opened here
gstreamer-1.26.10/redhat-linux-build/tmp-introspect6l20ttes/GstBase-1.0.c:670:6: branch_false: following ‘false’ branch...
gstreamer-1.26.10/redhat-linux-build/tmp-introspect6l20ttes/GstBase-1.0.c:682:12: branch_false: ...to here
gstreamer-1.26.10/redhat-linux-build/tmp-introspect6l20ttes/GstBase-1.0.c:683:6: branch_true: following ‘true’ branch...
gstreamer-1.26.10/redhat-linux-build/tmp-introspect6l20ttes/GstBase-1.0.c:685:25: branch_true: ...to here
gstreamer-1.26.10/redhat-linux-build/tmp-introspect6l20ttes/GstBase-1.0.c:686:7: throw: if ‘g_file_error_quark’ throws an exception...
gstreamer-1.26.10/redhat-linux-build/tmp-introspect6l20ttes/GstBase-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): [#def208]
gstreamer-1.26.10/redhat-linux-build/tmp-introspect6l20ttes/GstBase-1.0.c:686:7: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(input_filename, "rb")’
gstreamer-1.26.10/redhat-linux-build/tmp-introspect6l20ttes/GstBase-1.0.c:645:6: branch_false: following ‘false’ branch...
gstreamer-1.26.10/redhat-linux-build/tmp-introspect6l20ttes/GstBase-1.0.c:654:15: branch_false: ...to here
gstreamer-1.26.10/redhat-linux-build/tmp-introspect6l20ttes/GstBase-1.0.c:658:6: branch_false: following ‘false’ branch...
gstreamer-1.26.10/redhat-linux-build/tmp-introspect6l20ttes/GstBase-1.0.c:669:11: branch_false: ...to here
gstreamer-1.26.10/redhat-linux-build/tmp-introspect6l20ttes/GstBase-1.0.c:669:11: acquire_memory: allocated here
gstreamer-1.26.10/redhat-linux-build/tmp-introspect6l20ttes/GstBase-1.0.c:670:6: branch_false: following ‘false’ branch...
gstreamer-1.26.10/redhat-linux-build/tmp-introspect6l20ttes/GstBase-1.0.c:682:12: branch_false: ...to here
gstreamer-1.26.10/redhat-linux-build/tmp-introspect6l20ttes/GstBase-1.0.c:683:6: branch_true: following ‘true’ branch...
gstreamer-1.26.10/redhat-linux-build/tmp-introspect6l20ttes/GstBase-1.0.c:685:25: branch_true: ...to here
gstreamer-1.26.10/redhat-linux-build/tmp-introspect6l20ttes/GstBase-1.0.c:686:7: throw: if ‘g_file_error_quark’ throws an exception...
gstreamer-1.26.10/redhat-linux-build/tmp-introspect6l20ttes/GstBase-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): [#def209]
gstreamer-1.26.10/redhat-linux-build/tmp-introspect6l20ttes/GstBase-1.0.c:686:41: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(input_filename, "rb")’
gstreamer-1.26.10/redhat-linux-build/tmp-introspect6l20ttes/GstBase-1.0.c:645:6: branch_false: following ‘false’ branch...
gstreamer-1.26.10/redhat-linux-build/tmp-introspect6l20ttes/GstBase-1.0.c:654:15: branch_false: ...to here
gstreamer-1.26.10/redhat-linux-build/tmp-introspect6l20ttes/GstBase-1.0.c:658:6: branch_false: following ‘false’ branch...
gstreamer-1.26.10/redhat-linux-build/tmp-introspect6l20ttes/GstBase-1.0.c:669:11: branch_false: ...to here
gstreamer-1.26.10/redhat-linux-build/tmp-introspect6l20ttes/GstBase-1.0.c:669:11: acquire_resource: opened here
gstreamer-1.26.10/redhat-linux-build/tmp-introspect6l20ttes/GstBase-1.0.c:670:6: branch_false: following ‘false’ branch...
gstreamer-1.26.10/redhat-linux-build/tmp-introspect6l20ttes/GstBase-1.0.c:682:12: branch_false: ...to here
gstreamer-1.26.10/redhat-linux-build/tmp-introspect6l20ttes/GstBase-1.0.c:683:6: branch_true: following ‘true’ branch...
gstreamer-1.26.10/redhat-linux-build/tmp-introspect6l20ttes/GstBase-1.0.c:685:25: branch_true: ...to here
gstreamer-1.26.10/redhat-linux-build/tmp-introspect6l20ttes/GstBase-1.0.c:686:41: throw: if ‘g_file_error_from_errno’ throws an exception...
gstreamer-1.26.10/redhat-linux-build/tmp-introspect6l20ttes/GstBase-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): [#def210]
gstreamer-1.26.10/redhat-linux-build/tmp-introspect6l20ttes/GstBase-1.0.c:686:41: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(input_filename, "rb")’
gstreamer-1.26.10/redhat-linux-build/tmp-introspect6l20ttes/GstBase-1.0.c:645:6: branch_false: following ‘false’ branch...
gstreamer-1.26.10/redhat-linux-build/tmp-introspect6l20ttes/GstBase-1.0.c:654:15: branch_false: ...to here
gstreamer-1.26.10/redhat-linux-build/tmp-introspect6l20ttes/GstBase-1.0.c:658:6: branch_false: following ‘false’ branch...
gstreamer-1.26.10/redhat-linux-build/tmp-introspect6l20ttes/GstBase-1.0.c:669:11: branch_false: ...to here
gstreamer-1.26.10/redhat-linux-build/tmp-introspect6l20ttes/GstBase-1.0.c:669:11: acquire_memory: allocated here
gstreamer-1.26.10/redhat-linux-build/tmp-introspect6l20ttes/GstBase-1.0.c:670:6: branch_false: following ‘false’ branch...
gstreamer-1.26.10/redhat-linux-build/tmp-introspect6l20ttes/GstBase-1.0.c:682:12: branch_false: ...to here
gstreamer-1.26.10/redhat-linux-build/tmp-introspect6l20ttes/GstBase-1.0.c:683:6: branch_true: following ‘true’ branch...
gstreamer-1.26.10/redhat-linux-build/tmp-introspect6l20ttes/GstBase-1.0.c:685:25: branch_true: ...to here
gstreamer-1.26.10/redhat-linux-build/tmp-introspect6l20ttes/GstBase-1.0.c:686:41: throw: if ‘g_file_error_from_errno’ throws an exception...
gstreamer-1.26.10/redhat-linux-build/tmp-introspect6l20ttes/GstBase-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): [#def211]
gstreamer-1.26.10/redhat-linux-build/tmp-introspect6l20ttes/GstBase-1.0.c:699:18: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(input_filename, "rb")’
gstreamer-1.26.10/redhat-linux-build/tmp-introspect6l20ttes/GstBase-1.0.c:630:1: enter_function: entry to ‘dump_irepository’
gstreamer-1.26.10/redhat-linux-build/tmp-introspect6l20ttes/GstBase-1.0.c:645:6: branch_false: following ‘false’ branch...
gstreamer-1.26.10/redhat-linux-build/tmp-introspect6l20ttes/GstBase-1.0.c:654:15: branch_false: ...to here
gstreamer-1.26.10/redhat-linux-build/tmp-introspect6l20ttes/GstBase-1.0.c:658:6: branch_false: following ‘false’ branch...
gstreamer-1.26.10/redhat-linux-build/tmp-introspect6l20ttes/GstBase-1.0.c:669:11: branch_false: ...to here
gstreamer-1.26.10/redhat-linux-build/tmp-introspect6l20ttes/GstBase-1.0.c:669:11: acquire_resource: opened here
gstreamer-1.26.10/redhat-linux-build/tmp-introspect6l20ttes/GstBase-1.0.c:670:6: branch_false: following ‘false’ branch...
gstreamer-1.26.10/redhat-linux-build/tmp-introspect6l20ttes/GstBase-1.0.c:682:12: branch_false: ...to here
gstreamer-1.26.10/redhat-linux-build/tmp-introspect6l20ttes/GstBase-1.0.c:683:6: branch_false: following ‘false’ branch...
gstreamer-1.26.10/redhat-linux-build/tmp-introspect6l20ttes/GstBase-1.0.c:696:3: branch_false: ...to here
gstreamer-1.26.10/redhat-linux-build/tmp-introspect6l20ttes/GstBase-1.0.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
gstreamer-1.26.10/redhat-linux-build/tmp-introspect6l20ttes/GstBase-1.0.c:696:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
gstreamer-1.26.10/redhat-linux-build/tmp-introspect6l20ttes/GstBase-1.0.c:697:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
gstreamer-1.26.10/redhat-linux-build/tmp-introspect6l20ttes/GstBase-1.0.c:697:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
gstreamer-1.26.10/redhat-linux-build/tmp-introspect6l20ttes/GstBase-1.0.c:699:18: throw: if ‘g_hash_table_new’ throws an exception...
gstreamer-1.26.10/redhat-linux-build/tmp-introspect6l20ttes/GstBase-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): [#def212]
gstreamer-1.26.10/redhat-linux-build/tmp-introspect6l20ttes/GstBase-1.0.c:699:18: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(output_filename, "wb")’
gstreamer-1.26.10/redhat-linux-build/tmp-introspect6l20ttes/GstBase-1.0.c:630:1: enter_function: entry to ‘dump_irepository’
gstreamer-1.26.10/redhat-linux-build/tmp-introspect6l20ttes/GstBase-1.0.c:645:6: branch_false: following ‘false’ branch...
gstreamer-1.26.10/redhat-linux-build/tmp-introspect6l20ttes/GstBase-1.0.c:654:15: branch_false: ...to here
gstreamer-1.26.10/redhat-linux-build/tmp-introspect6l20ttes/GstBase-1.0.c:658:6: branch_false: following ‘false’ branch...
gstreamer-1.26.10/redhat-linux-build/tmp-introspect6l20ttes/GstBase-1.0.c:669:11: branch_false: ...to here
gstreamer-1.26.10/redhat-linux-build/tmp-introspect6l20ttes/GstBase-1.0.c:670:6: branch_false: following ‘false’ branch...
gstreamer-1.26.10/redhat-linux-build/tmp-introspect6l20ttes/GstBase-1.0.c:682:12: branch_false: ...to here
gstreamer-1.26.10/redhat-linux-build/tmp-introspect6l20ttes/GstBase-1.0.c:682:12: acquire_resource: opened here
gstreamer-1.26.10/redhat-linux-build/tmp-introspect6l20ttes/GstBase-1.0.c:683:6: branch_false: following ‘false’ branch...
gstreamer-1.26.10/redhat-linux-build/tmp-introspect6l20ttes/GstBase-1.0.c:696:3: branch_false: ...to here
gstreamer-1.26.10/redhat-linux-build/tmp-introspect6l20ttes/GstBase-1.0.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
gstreamer-1.26.10/redhat-linux-build/tmp-introspect6l20ttes/GstBase-1.0.c:696:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
gstreamer-1.26.10/redhat-linux-build/tmp-introspect6l20ttes/GstBase-1.0.c:697:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
gstreamer-1.26.10/redhat-linux-build/tmp-introspect6l20ttes/GstBase-1.0.c:697:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
gstreamer-1.26.10/redhat-linux-build/tmp-introspect6l20ttes/GstBase-1.0.c:699:18: throw: if ‘g_hash_table_new’ throws an exception...
gstreamer-1.26.10/redhat-linux-build/tmp-introspect6l20ttes/GstBase-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): [#def213]
gstreamer-1.26.10/redhat-linux-build/tmp-introspect6l20ttes/GstBase-1.0.c:699:18: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(input_filename, "rb")’
gstreamer-1.26.10/redhat-linux-build/tmp-introspect6l20ttes/GstBase-1.0.c:630:1: enter_function: entry to ‘dump_irepository’
gstreamer-1.26.10/redhat-linux-build/tmp-introspect6l20ttes/GstBase-1.0.c:645:6: branch_false: following ‘false’ branch...
gstreamer-1.26.10/redhat-linux-build/tmp-introspect6l20ttes/GstBase-1.0.c:654:15: branch_false: ...to here
gstreamer-1.26.10/redhat-linux-build/tmp-introspect6l20ttes/GstBase-1.0.c:658:6: branch_false: following ‘false’ branch...
gstreamer-1.26.10/redhat-linux-build/tmp-introspect6l20ttes/GstBase-1.0.c:669:11: branch_false: ...to here
gstreamer-1.26.10/redhat-linux-build/tmp-introspect6l20ttes/GstBase-1.0.c:669:11: acquire_memory: allocated here
gstreamer-1.26.10/redhat-linux-build/tmp-introspect6l20ttes/GstBase-1.0.c:670:6: branch_false: following ‘false’ branch...
gstreamer-1.26.10/redhat-linux-build/tmp-introspect6l20ttes/GstBase-1.0.c:682:12: branch_false: ...to here
gstreamer-1.26.10/redhat-linux-build/tmp-introspect6l20ttes/GstBase-1.0.c:683:6: branch_false: following ‘false’ branch...
gstreamer-1.26.10/redhat-linux-build/tmp-introspect6l20ttes/GstBase-1.0.c:696:3: branch_false: ...to here
gstreamer-1.26.10/redhat-linux-build/tmp-introspect6l20ttes/GstBase-1.0.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
gstreamer-1.26.10/redhat-linux-build/tmp-introspect6l20ttes/GstBase-1.0.c:696:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
gstreamer-1.26.10/redhat-linux-build/tmp-introspect6l20ttes/GstBase-1.0.c:697:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
gstreamer-1.26.10/redhat-linux-build/tmp-introspect6l20ttes/GstBase-1.0.c:697:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
gstreamer-1.26.10/redhat-linux-build/tmp-introspect6l20ttes/GstBase-1.0.c:699:18: throw: if ‘g_hash_table_new’ throws an exception...
gstreamer-1.26.10/redhat-linux-build/tmp-introspect6l20ttes/GstBase-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): [#def214]
gstreamer-1.26.10/redhat-linux-build/tmp-introspect6l20ttes/GstBase-1.0.c:699:18: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(output_filename, "wb")’
gstreamer-1.26.10/redhat-linux-build/tmp-introspect6l20ttes/GstBase-1.0.c:630:1: enter_function: entry to ‘dump_irepository’
gstreamer-1.26.10/redhat-linux-build/tmp-introspect6l20ttes/GstBase-1.0.c:645:6: branch_false: following ‘false’ branch...
gstreamer-1.26.10/redhat-linux-build/tmp-introspect6l20ttes/GstBase-1.0.c:654:15: branch_false: ...to here
gstreamer-1.26.10/redhat-linux-build/tmp-introspect6l20ttes/GstBase-1.0.c:658:6: branch_false: following ‘false’ branch...
gstreamer-1.26.10/redhat-linux-build/tmp-introspect6l20ttes/GstBase-1.0.c:669:11: branch_false: ...to here
gstreamer-1.26.10/redhat-linux-build/tmp-introspect6l20ttes/GstBase-1.0.c:670:6: branch_false: following ‘false’ branch...
gstreamer-1.26.10/redhat-linux-build/tmp-introspect6l20ttes/GstBase-1.0.c:682:12: branch_false: ...to here
gstreamer-1.26.10/redhat-linux-build/tmp-introspect6l20ttes/GstBase-1.0.c:682:12: acquire_memory: allocated here
gstreamer-1.26.10/redhat-linux-build/tmp-introspect6l20ttes/GstBase-1.0.c:683:6: branch_false: following ‘false’ branch...
gstreamer-1.26.10/redhat-linux-build/tmp-introspect6l20ttes/GstBase-1.0.c:696:3: branch_false: ...to here
gstreamer-1.26.10/redhat-linux-build/tmp-introspect6l20ttes/GstBase-1.0.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
gstreamer-1.26.10/redhat-linux-build/tmp-introspect6l20ttes/GstBase-1.0.c:696:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
gstreamer-1.26.10/redhat-linux-build/tmp-introspect6l20ttes/GstBase-1.0.c:697:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
gstreamer-1.26.10/redhat-linux-build/tmp-introspect6l20ttes/GstBase-1.0.c:697:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
gstreamer-1.26.10/redhat-linux-build/tmp-introspect6l20ttes/GstBase-1.0.c:699:18: throw: if ‘g_hash_table_new’ throws an exception...
gstreamer-1.26.10/redhat-linux-build/tmp-introspect6l20ttes/GstBase-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): [#def215]
gstreamer-1.26.10/redhat-linux-build/tmp-introspect_kytkyy7/Gst-1.0.c:68:7: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(input_filename, "rb")’
gstreamer-1.26.10/redhat-linux-build/tmp-introspect_kytkyy7/Gst-1.0.c:630:1: enter_function: entry to ‘dump_irepository’
gstreamer-1.26.10/redhat-linux-build/tmp-introspect_kytkyy7/Gst-1.0.c:645:6: branch_false: following ‘false’ branch...
gstreamer-1.26.10/redhat-linux-build/tmp-introspect_kytkyy7/Gst-1.0.c:654:15: branch_false: ...to here
gstreamer-1.26.10/redhat-linux-build/tmp-introspect_kytkyy7/Gst-1.0.c:658:6: branch_false: following ‘false’ branch...
gstreamer-1.26.10/redhat-linux-build/tmp-introspect_kytkyy7/Gst-1.0.c:669:11: branch_false: ...to here
gstreamer-1.26.10/redhat-linux-build/tmp-introspect_kytkyy7/Gst-1.0.c:669:11: acquire_resource: opened here
gstreamer-1.26.10/redhat-linux-build/tmp-introspect_kytkyy7/Gst-1.0.c:670:6: branch_false: following ‘false’ branch...
gstreamer-1.26.10/redhat-linux-build/tmp-introspect_kytkyy7/Gst-1.0.c:682:12: branch_false: ...to here
gstreamer-1.26.10/redhat-linux-build/tmp-introspect_kytkyy7/Gst-1.0.c:683:6: branch_false: following ‘false’ branch...
gstreamer-1.26.10/redhat-linux-build/tmp-introspect_kytkyy7/Gst-1.0.c:696:3: branch_false: ...to here
gstreamer-1.26.10/redhat-linux-build/tmp-introspect_kytkyy7/Gst-1.0.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Error: GCC_ANALYZER_WARNING (CWE-404): [#def235]
gstreamer-1.26.10/redhat-linux-build/tmp-introspect_kytkyy7/Gst-1.0.c:120:9: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
gstreamer-1.26.10/redhat-linux-build/tmp-introspect_kytkyy7/Gst-1.0.c:599:1: enter_function: entry to ‘dump_error_quark’
gstreamer-1.26.10/redhat-linux-build/tmp-introspect_kytkyy7/Gst-1.0.c:601:3: call_function: calling ‘escaped_printf’ from ‘dump_error_quark’

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

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

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

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

Error: GCC_ANALYZER_WARNING (CWE-775): [#def240]
gstreamer-1.26.10/redhat-linux-build/tmp-introspect_kytkyy7/Gst-1.0.c:686:7: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(input_filename, "rb")’
gstreamer-1.26.10/redhat-linux-build/tmp-introspect_kytkyy7/Gst-1.0.c:645:6: branch_false: following ‘false’ branch...
gstreamer-1.26.10/redhat-linux-build/tmp-introspect_kytkyy7/Gst-1.0.c:654:15: branch_false: ...to here
gstreamer-1.26.10/redhat-linux-build/tmp-introspect_kytkyy7/Gst-1.0.c:658:6: branch_false: following ‘false’ branch...
gstreamer-1.26.10/redhat-linux-build/tmp-introspect_kytkyy7/Gst-1.0.c:669:11: branch_false: ...to here
gstreamer-1.26.10/redhat-linux-build/tmp-introspect_kytkyy7/Gst-1.0.c:669:11: acquire_resource: opened here
gstreamer-1.26.10/redhat-linux-build/tmp-introspect_kytkyy7/Gst-1.0.c:670:6: branch_false: following ‘false’ branch...
gstreamer-1.26.10/redhat-linux-build/tmp-introspect_kytkyy7/Gst-1.0.c:682:12: branch_false: ...to here
gstreamer-1.26.10/redhat-linux-build/tmp-introspect_kytkyy7/Gst-1.0.c:683:6: branch_true: following ‘true’ branch...
gstreamer-1.26.10/redhat-linux-build/tmp-introspect_kytkyy7/Gst-1.0.c:685:25: branch_true: ...to here
gstreamer-1.26.10/redhat-linux-build/tmp-introspect_kytkyy7/Gst-1.0.c:686:7: throw: if ‘g_file_error_quark’ throws an exception...
gstreamer-1.26.10/redhat-linux-build/tmp-introspect_kytkyy7/Gst-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): [#def241]
gstreamer-1.26.10/redhat-linux-build/tmp-introspect_kytkyy7/Gst-1.0.c:686:7: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(input_filename, "rb")’
gstreamer-1.26.10/redhat-linux-build/tmp-introspect_kytkyy7/Gst-1.0.c:645:6: branch_false: following ‘false’ branch...
gstreamer-1.26.10/redhat-linux-build/tmp-introspect_kytkyy7/Gst-1.0.c:654:15: branch_false: ...to here
gstreamer-1.26.10/redhat-linux-build/tmp-introspect_kytkyy7/Gst-1.0.c:658:6: branch_false: following ‘false’ branch...
gstreamer-1.26.10/redhat-linux-build/tmp-introspect_kytkyy7/Gst-1.0.c:669:11: branch_false: ...to here
gstreamer-1.26.10/redhat-linux-build/tmp-introspect_kytkyy7/Gst-1.0.c:669:11: acquire_memory: allocated here
gstreamer-1.26.10/redhat-linux-build/tmp-introspect_kytkyy7/Gst-1.0.c:670:6: branch_false: following ‘false’ branch...
gstreamer-1.26.10/redhat-linux-build/tmp-introspect_kytkyy7/Gst-1.0.c:682:12: branch_false: ...to here
gstreamer-1.26.10/redhat-linux-build/tmp-introspect_kytkyy7/Gst-1.0.c:683:6: branch_true: following ‘true’ branch...
gstreamer-1.26.10/redhat-linux-build/tmp-introspect_kytkyy7/Gst-1.0.c:685:25: branch_true: ...to here
gstreamer-1.26.10/redhat-linux-build/tmp-introspect_kytkyy7/Gst-1.0.c:686:7: throw: if ‘g_file_error_quark’ throws an exception...
gstreamer-1.26.10/redhat-linux-build/tmp-introspect_kytkyy7/Gst-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): [#def242]
gstreamer-1.26.10/redhat-linux-build/tmp-introspect_kytkyy7/Gst-1.0.c:686:41: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(input_filename, "rb")’
gstreamer-1.26.10/redhat-linux-build/tmp-introspect_kytkyy7/Gst-1.0.c:645:6: branch_false: following ‘false’ branch...
gstreamer-1.26.10/redhat-linux-build/tmp-introspect_kytkyy7/Gst-1.0.c:654:15: branch_false: ...to here
gstreamer-1.26.10/redhat-linux-build/tmp-introspect_kytkyy7/Gst-1.0.c:658:6: branch_false: following ‘false’ branch...
gstreamer-1.26.10/redhat-linux-build/tmp-introspect_kytkyy7/Gst-1.0.c:669:11: branch_false: ...to here
gstreamer-1.26.10/redhat-linux-build/tmp-introspect_kytkyy7/Gst-1.0.c:669:11: acquire_resource: opened here
gstreamer-1.26.10/redhat-linux-build/tmp-introspect_kytkyy7/Gst-1.0.c:670:6: branch_false: following ‘false’ branch...
gstreamer-1.26.10/redhat-linux-build/tmp-introspect_kytkyy7/Gst-1.0.c:682:12: branch_false: ...to here
gstreamer-1.26.10/redhat-linux-build/tmp-introspect_kytkyy7/Gst-1.0.c:683:6: branch_true: following ‘true’ branch...
gstreamer-1.26.10/redhat-linux-build/tmp-introspect_kytkyy7/Gst-1.0.c:685:25: branch_true: ...to here
gstreamer-1.26.10/redhat-linux-build/tmp-introspect_kytkyy7/Gst-1.0.c:686:41: throw: if ‘g_file_error_from_errno’ throws an exception...
gstreamer-1.26.10/redhat-linux-build/tmp-introspect_kytkyy7/Gst-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): [#def243]
gstreamer-1.26.10/redhat-linux-build/tmp-introspect_kytkyy7/Gst-1.0.c:686:41: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(input_filename, "rb")’
gstreamer-1.26.10/redhat-linux-build/tmp-introspect_kytkyy7/Gst-1.0.c:645:6: branch_false: following ‘false’ branch...
gstreamer-1.26.10/redhat-linux-build/tmp-introspect_kytkyy7/Gst-1.0.c:654:15: branch_false: ...to here
gstreamer-1.26.10/redhat-linux-build/tmp-introspect_kytkyy7/Gst-1.0.c:658:6: branch_false: following ‘false’ branch...
gstreamer-1.26.10/redhat-linux-build/tmp-introspect_kytkyy7/Gst-1.0.c:669:11: branch_false: ...to here
gstreamer-1.26.10/redhat-linux-build/tmp-introspect_kytkyy7/Gst-1.0.c:669:11: acquire_memory: allocated here
gstreamer-1.26.10/redhat-linux-build/tmp-introspect_kytkyy7/Gst-1.0.c:670:6: branch_false: following ‘false’ branch...
gstreamer-1.26.10/redhat-linux-build/tmp-introspect_kytkyy7/Gst-1.0.c:682:12: branch_false: ...to here
gstreamer-1.26.10/redhat-linux-build/tmp-introspect_kytkyy7/Gst-1.0.c:683:6: branch_true: following ‘true’ branch...
gstreamer-1.26.10/redhat-linux-build/tmp-introspect_kytkyy7/Gst-1.0.c:685:25: branch_true: ...to here
gstreamer-1.26.10/redhat-linux-build/tmp-introspect_kytkyy7/Gst-1.0.c:686:41: throw: if ‘g_file_error_from_errno’ throws an exception...
gstreamer-1.26.10/redhat-linux-build/tmp-introspect_kytkyy7/Gst-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): [#def244]
gstreamer-1.26.10/redhat-linux-build/tmp-introspect_kytkyy7/Gst-1.0.c:699:18: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(input_filename, "rb")’
gstreamer-1.26.10/redhat-linux-build/tmp-introspect_kytkyy7/Gst-1.0.c:630:1: enter_function: entry to ‘dump_irepository’
gstreamer-1.26.10/redhat-linux-build/tmp-introspect_kytkyy7/Gst-1.0.c:645:6: branch_false: following ‘false’ branch...
gstreamer-1.26.10/redhat-linux-build/tmp-introspect_kytkyy7/Gst-1.0.c:654:15: branch_false: ...to here
gstreamer-1.26.10/redhat-linux-build/tmp-introspect_kytkyy7/Gst-1.0.c:658:6: branch_false: following ‘false’ branch...
gstreamer-1.26.10/redhat-linux-build/tmp-introspect_kytkyy7/Gst-1.0.c:669:11: branch_false: ...to here
gstreamer-1.26.10/redhat-linux-build/tmp-introspect_kytkyy7/Gst-1.0.c:669:11: acquire_resource: opened here
gstreamer-1.26.10/redhat-linux-build/tmp-introspect_kytkyy7/Gst-1.0.c:670:6: branch_false: following ‘false’ branch...
gstreamer-1.26.10/redhat-linux-build/tmp-introspect_kytkyy7/Gst-1.0.c:682:12: branch_false: ...to here
gstreamer-1.26.10/redhat-linux-build/tmp-introspect_kytkyy7/Gst-1.0.c:683:6: branch_false: following ‘false’ branch...
gstreamer-1.26.10/redhat-linux-build/tmp-introspect_kytkyy7/Gst-1.0.c:696:3: branch_false: ...to here
gstreamer-1.26.10/redhat-linux-build/tmp-introspect_kytkyy7/Gst-1.0.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
gstreamer-1.26.10/redhat-linux-build/tmp-introspect_kytkyy7/Gst-1.0.c:696:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
gstreamer-1.26.10/redhat-linux-build/tmp-introspect_kytkyy7/Gst-1.0.c:697:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
gstreamer-1.26.10/redhat-linux-build/tmp-introspect_kytkyy7/Gst-1.0.c:697:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
gstreamer-1.26.10/redhat-linux-build/tmp-introspect_kytkyy7/Gst-1.0.c:699:18: throw: if ‘g_hash_table_new’ throws an exception...
gstreamer-1.26.10/redhat-linux-build/tmp-introspect_kytkyy7/Gst-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): [#def245]
gstreamer-1.26.10/redhat-linux-build/tmp-introspect_kytkyy7/Gst-1.0.c:699:18: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(output_filename, "wb")’
gstreamer-1.26.10/redhat-linux-build/tmp-introspect_kytkyy7/Gst-1.0.c:630:1: enter_function: entry to ‘dump_irepository’
gstreamer-1.26.10/redhat-linux-build/tmp-introspect_kytkyy7/Gst-1.0.c:645:6: branch_false: following ‘false’ branch...
gstreamer-1.26.10/redhat-linux-build/tmp-introspect_kytkyy7/Gst-1.0.c:654:15: branch_false: ...to here
gstreamer-1.26.10/redhat-linux-build/tmp-introspect_kytkyy7/Gst-1.0.c:658:6: branch_false: following ‘false’ branch...
gstreamer-1.26.10/redhat-linux-build/tmp-introspect_kytkyy7/Gst-1.0.c:669:11: branch_false: ...to here
gstreamer-1.26.10/redhat-linux-build/tmp-introspect_kytkyy7/Gst-1.0.c:670:6: branch_false: following ‘false’ branch...
gstreamer-1.26.10/redhat-linux-build/tmp-introspect_kytkyy7/Gst-1.0.c:682:12: branch_false: ...to here
gstreamer-1.26.10/redhat-linux-build/tmp-introspect_kytkyy7/Gst-1.0.c:682:12: acquire_resource: opened here
gstreamer-1.26.10/redhat-linux-build/tmp-introspect_kytkyy7/Gst-1.0.c:683:6: branch_false: following ‘false’ branch...
gstreamer-1.26.10/redhat-linux-build/tmp-introspect_kytkyy7/Gst-1.0.c:696:3: branch_false: ...to here
gstreamer-1.26.10/redhat-linux-build/tmp-introspect_kytkyy7/Gst-1.0.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
gstreamer-1.26.10/redhat-linux-build/tmp-introspect_kytkyy7/Gst-1.0.c:696:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
gstreamer-1.26.10/redhat-linux-build/tmp-introspect_kytkyy7/Gst-1.0.c:697:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
gstreamer-1.26.10/redhat-linux-build/tmp-introspect_kytkyy7/Gst-1.0.c:697:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
gstreamer-1.26.10/redhat-linux-build/tmp-introspect_kytkyy7/Gst-1.0.c:699:18: throw: if ‘g_hash_table_new’ throws an exception...
gstreamer-1.26.10/redhat-linux-build/tmp-introspect_kytkyy7/Gst-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): [#def246]
gstreamer-1.26.10/redhat-linux-build/tmp-introspect_kytkyy7/Gst-1.0.c:699:18: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(input_filename, "rb")’
gstreamer-1.26.10/redhat-linux-build/tmp-introspect_kytkyy7/Gst-1.0.c:630:1: enter_function: entry to ‘dump_irepository’
gstreamer-1.26.10/redhat-linux-build/tmp-introspect_kytkyy7/Gst-1.0.c:645:6: branch_false: following ‘false’ branch...
gstreamer-1.26.10/redhat-linux-build/tmp-introspect_kytkyy7/Gst-1.0.c:654:15: branch_false: ...to here
gstreamer-1.26.10/redhat-linux-build/tmp-introspect_kytkyy7/Gst-1.0.c:658:6: branch_false: following ‘false’ branch...
gstreamer-1.26.10/redhat-linux-build/tmp-introspect_kytkyy7/Gst-1.0.c:669:11: branch_false: ...to here
gstreamer-1.26.10/redhat-linux-build/tmp-introspect_kytkyy7/Gst-1.0.c:669:11: acquire_memory: allocated here
gstreamer-1.26.10/redhat-linux-build/tmp-introspect_kytkyy7/Gst-1.0.c:670:6: branch_false: following ‘false’ branch...
gstreamer-1.26.10/redhat-linux-build/tmp-introspect_kytkyy7/Gst-1.0.c:682:12: branch_false: ...to here
gstreamer-1.26.10/redhat-linux-build/tmp-introspect_kytkyy7/Gst-1.0.c:683:6: branch_false: following ‘false’ branch...
gstreamer-1.26.10/redhat-linux-build/tmp-introspect_kytkyy7/Gst-1.0.c:696:3: branch_false: ...to here
gstreamer-1.26.10/redhat-linux-build/tmp-introspect_kytkyy7/Gst-1.0.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
gstreamer-1.26.10/redhat-linux-build/tmp-introspect_kytkyy7/Gst-1.0.c:696:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
gstreamer-1.26.10/redhat-linux-build/tmp-introspect_kytkyy7/Gst-1.0.c:697:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
gstreamer-1.26.10/redhat-linux-build/tmp-introspect_kytkyy7/Gst-1.0.c:697:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
gstreamer-1.26.10/redhat-linux-build/tmp-introspect_kytkyy7/Gst-1.0.c:699:18: throw: if ‘g_hash_table_new’ throws an exception...
gstreamer-1.26.10/redhat-linux-build/tmp-introspect_kytkyy7/Gst-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): [#def247]
gstreamer-1.26.10/redhat-linux-build/tmp-introspect_kytkyy7/Gst-1.0.c:699:18: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(output_filename, "wb")’
gstreamer-1.26.10/redhat-linux-build/tmp-introspect_kytkyy7/Gst-1.0.c:630:1: enter_function: entry to ‘dump_irepository’
gstreamer-1.26.10/redhat-linux-build/tmp-introspect_kytkyy7/Gst-1.0.c:645:6: branch_false: following ‘false’ branch...
gstreamer-1.26.10/redhat-linux-build/tmp-introspect_kytkyy7/Gst-1.0.c:654:15: branch_false: ...to here
gstreamer-1.26.10/redhat-linux-build/tmp-introspect_kytkyy7/Gst-1.0.c:658:6: branch_false: following ‘false’ branch...
gstreamer-1.26.10/redhat-linux-build/tmp-introspect_kytkyy7/Gst-1.0.c:669:11: branch_false: ...to here
gstreamer-1.26.10/redhat-linux-build/tmp-introspect_kytkyy7/Gst-1.0.c:670:6: branch_false: following ‘false’ branch...
gstreamer-1.26.10/redhat-linux-build/tmp-introspect_kytkyy7/Gst-1.0.c:682:12: branch_false: ...to here
gstreamer-1.26.10/redhat-linux-build/tmp-introspect_kytkyy7/Gst-1.0.c:682:12: acquire_memory: allocated here
gstreamer-1.26.10/redhat-linux-build/tmp-introspect_kytkyy7/Gst-1.0.c:683:6: branch_false: following ‘false’ branch...
gstreamer-1.26.10/redhat-linux-build/tmp-introspect_kytkyy7/Gst-1.0.c:696:3: branch_false: ...to here
gstreamer-1.26.10/redhat-linux-build/tmp-introspect_kytkyy7/Gst-1.0.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
gstreamer-1.26.10/redhat-linux-build/tmp-introspect_kytkyy7/Gst-1.0.c:696:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
gstreamer-1.26.10/redhat-linux-build/tmp-introspect_kytkyy7/Gst-1.0.c:697:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
gstreamer-1.26.10/redhat-linux-build/tmp-introspect_kytkyy7/Gst-1.0.c:697:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
gstreamer-1.26.10/redhat-linux-build/tmp-introspect_kytkyy7/Gst-1.0.c:699:18: throw: if ‘g_hash_table_new’ throws an exception...
gstreamer-1.26.10/redhat-linux-build/tmp-introspect_kytkyy7/Gst-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): [#def248]
gstreamer-1.26.10/redhat-linux-build/tmp-introspectb0fm390c/GstNet-1.0.c:68:7: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(input_filename, "rb")’
gstreamer-1.26.10/redhat-linux-build/tmp-introspectb0fm390c/GstNet-1.0.c:630:1: enter_function: entry to ‘dump_irepository’
gstreamer-1.26.10/redhat-linux-build/tmp-introspectb0fm390c/GstNet-1.0.c:645:6: branch_false: following ‘false’ branch...
gstreamer-1.26.10/redhat-linux-build/tmp-introspectb0fm390c/GstNet-1.0.c:654:15: branch_false: ...to here
gstreamer-1.26.10/redhat-linux-build/tmp-introspectb0fm390c/GstNet-1.0.c:658:6: branch_false: following ‘false’ branch...
gstreamer-1.26.10/redhat-linux-build/tmp-introspectb0fm390c/GstNet-1.0.c:669:11: branch_false: ...to here
gstreamer-1.26.10/redhat-linux-build/tmp-introspectb0fm390c/GstNet-1.0.c:669:11: acquire_resource: opened here
gstreamer-1.26.10/redhat-linux-build/tmp-introspectb0fm390c/GstNet-1.0.c:670:6: branch_false: following ‘false’ branch...
gstreamer-1.26.10/redhat-linux-build/tmp-introspectb0fm390c/GstNet-1.0.c:682:12: branch_false: ...to here
gstreamer-1.26.10/redhat-linux-build/tmp-introspectb0fm390c/GstNet-1.0.c:683:6: branch_false: following ‘false’ branch...
gstreamer-1.26.10/redhat-linux-build/tmp-introspectb0fm390c/GstNet-1.0.c:696:3: branch_false: ...to here
gstreamer-1.26.10/redhat-linux-build/tmp-introspectb0fm390c/GstNet-1.0.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Error: GCC_ANALYZER_WARNING (CWE-404): [#def268]
gstreamer-1.26.10/redhat-linux-build/tmp-introspectb0fm390c/GstNet-1.0.c:120:9: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
gstreamer-1.26.10/redhat-linux-build/tmp-introspectb0fm390c/GstNet-1.0.c:599:1: enter_function: entry to ‘dump_error_quark’
gstreamer-1.26.10/redhat-linux-build/tmp-introspectb0fm390c/GstNet-1.0.c:601:3: call_function: calling ‘escaped_printf’ from ‘dump_error_quark’

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

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

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

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

Error: GCC_ANALYZER_WARNING (CWE-775): [#def273]
gstreamer-1.26.10/redhat-linux-build/tmp-introspectb0fm390c/GstNet-1.0.c:686:7: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(input_filename, "rb")’
gstreamer-1.26.10/redhat-linux-build/tmp-introspectb0fm390c/GstNet-1.0.c:645:6: branch_false: following ‘false’ branch...
gstreamer-1.26.10/redhat-linux-build/tmp-introspectb0fm390c/GstNet-1.0.c:654:15: branch_false: ...to here
gstreamer-1.26.10/redhat-linux-build/tmp-introspectb0fm390c/GstNet-1.0.c:658:6: branch_false: following ‘false’ branch...
gstreamer-1.26.10/redhat-linux-build/tmp-introspectb0fm390c/GstNet-1.0.c:669:11: branch_false: ...to here
gstreamer-1.26.10/redhat-linux-build/tmp-introspectb0fm390c/GstNet-1.0.c:669:11: acquire_resource: opened here
gstreamer-1.26.10/redhat-linux-build/tmp-introspectb0fm390c/GstNet-1.0.c:670:6: branch_false: following ‘false’ branch...
gstreamer-1.26.10/redhat-linux-build/tmp-introspectb0fm390c/GstNet-1.0.c:682:12: branch_false: ...to here
gstreamer-1.26.10/redhat-linux-build/tmp-introspectb0fm390c/GstNet-1.0.c:683:6: branch_true: following ‘true’ branch...
gstreamer-1.26.10/redhat-linux-build/tmp-introspectb0fm390c/GstNet-1.0.c:685:25: branch_true: ...to here
gstreamer-1.26.10/redhat-linux-build/tmp-introspectb0fm390c/GstNet-1.0.c:686:7: throw: if ‘g_file_error_quark’ throws an exception...
gstreamer-1.26.10/redhat-linux-build/tmp-introspectb0fm390c/GstNet-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): [#def274]
gstreamer-1.26.10/redhat-linux-build/tmp-introspectb0fm390c/GstNet-1.0.c:686:7: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(input_filename, "rb")’
gstreamer-1.26.10/redhat-linux-build/tmp-introspectb0fm390c/GstNet-1.0.c:645:6: branch_false: following ‘false’ branch...
gstreamer-1.26.10/redhat-linux-build/tmp-introspectb0fm390c/GstNet-1.0.c:654:15: branch_false: ...to here
gstreamer-1.26.10/redhat-linux-build/tmp-introspectb0fm390c/GstNet-1.0.c:658:6: branch_false: following ‘false’ branch...
gstreamer-1.26.10/redhat-linux-build/tmp-introspectb0fm390c/GstNet-1.0.c:669:11: branch_false: ...to here
gstreamer-1.26.10/redhat-linux-build/tmp-introspectb0fm390c/GstNet-1.0.c:669:11: acquire_memory: allocated here
gstreamer-1.26.10/redhat-linux-build/tmp-introspectb0fm390c/GstNet-1.0.c:670:6: branch_false: following ‘false’ branch...
gstreamer-1.26.10/redhat-linux-build/tmp-introspectb0fm390c/GstNet-1.0.c:682:12: branch_false: ...to here
gstreamer-1.26.10/redhat-linux-build/tmp-introspectb0fm390c/GstNet-1.0.c:683:6: branch_true: following ‘true’ branch...
gstreamer-1.26.10/redhat-linux-build/tmp-introspectb0fm390c/GstNet-1.0.c:685:25: branch_true: ...to here
gstreamer-1.26.10/redhat-linux-build/tmp-introspectb0fm390c/GstNet-1.0.c:686:7: throw: if ‘g_file_error_quark’ throws an exception...
gstreamer-1.26.10/redhat-linux-build/tmp-introspectb0fm390c/GstNet-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): [#def275]
gstreamer-1.26.10/redhat-linux-build/tmp-introspectb0fm390c/GstNet-1.0.c:686:41: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(input_filename, "rb")’
gstreamer-1.26.10/redhat-linux-build/tmp-introspectb0fm390c/GstNet-1.0.c:645:6: branch_false: following ‘false’ branch...
gstreamer-1.26.10/redhat-linux-build/tmp-introspectb0fm390c/GstNet-1.0.c:654:15: branch_false: ...to here
gstreamer-1.26.10/redhat-linux-build/tmp-introspectb0fm390c/GstNet-1.0.c:658:6: branch_false: following ‘false’ branch...
gstreamer-1.26.10/redhat-linux-build/tmp-introspectb0fm390c/GstNet-1.0.c:669:11: branch_false: ...to here
gstreamer-1.26.10/redhat-linux-build/tmp-introspectb0fm390c/GstNet-1.0.c:669:11: acquire_resource: opened here
gstreamer-1.26.10/redhat-linux-build/tmp-introspectb0fm390c/GstNet-1.0.c:670:6: branch_false: following ‘false’ branch...
gstreamer-1.26.10/redhat-linux-build/tmp-introspectb0fm390c/GstNet-1.0.c:682:12: branch_false: ...to here
gstreamer-1.26.10/redhat-linux-build/tmp-introspectb0fm390c/GstNet-1.0.c:683:6: branch_true: following ‘true’ branch...
gstreamer-1.26.10/redhat-linux-build/tmp-introspectb0fm390c/GstNet-1.0.c:685:25: branch_true: ...to here
gstreamer-1.26.10/redhat-linux-build/tmp-introspectb0fm390c/GstNet-1.0.c:686:41: throw: if ‘g_file_error_from_errno’ throws an exception...
gstreamer-1.26.10/redhat-linux-build/tmp-introspectb0fm390c/GstNet-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): [#def276]
gstreamer-1.26.10/redhat-linux-build/tmp-introspectb0fm390c/GstNet-1.0.c:686:41: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(input_filename, "rb")’
gstreamer-1.26.10/redhat-linux-build/tmp-introspectb0fm390c/GstNet-1.0.c:645:6: branch_false: following ‘false’ branch...
gstreamer-1.26.10/redhat-linux-build/tmp-introspectb0fm390c/GstNet-1.0.c:654:15: branch_false: ...to here
gstreamer-1.26.10/redhat-linux-build/tmp-introspectb0fm390c/GstNet-1.0.c:658:6: branch_false: following ‘false’ branch...
gstreamer-1.26.10/redhat-linux-build/tmp-introspectb0fm390c/GstNet-1.0.c:669:11: branch_false: ...to here
gstreamer-1.26.10/redhat-linux-build/tmp-introspectb0fm390c/GstNet-1.0.c:669:11: acquire_memory: allocated here
gstreamer-1.26.10/redhat-linux-build/tmp-introspectb0fm390c/GstNet-1.0.c:670:6: branch_false: following ‘false’ branch...
gstreamer-1.26.10/redhat-linux-build/tmp-introspectb0fm390c/GstNet-1.0.c:682:12: branch_false: ...to here
gstreamer-1.26.10/redhat-linux-build/tmp-introspectb0fm390c/GstNet-1.0.c:683:6: branch_true: following ‘true’ branch...
gstreamer-1.26.10/redhat-linux-build/tmp-introspectb0fm390c/GstNet-1.0.c:685:25: branch_true: ...to here
gstreamer-1.26.10/redhat-linux-build/tmp-introspectb0fm390c/GstNet-1.0.c:686:41: throw: if ‘g_file_error_from_errno’ throws an exception...
gstreamer-1.26.10/redhat-linux-build/tmp-introspectb0fm390c/GstNet-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): [#def277]
gstreamer-1.26.10/redhat-linux-build/tmp-introspectb0fm390c/GstNet-1.0.c:699:18: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(input_filename, "rb")’
gstreamer-1.26.10/redhat-linux-build/tmp-introspectb0fm390c/GstNet-1.0.c:630:1: enter_function: entry to ‘dump_irepository’
gstreamer-1.26.10/redhat-linux-build/tmp-introspectb0fm390c/GstNet-1.0.c:645:6: branch_false: following ‘false’ branch...
gstreamer-1.26.10/redhat-linux-build/tmp-introspectb0fm390c/GstNet-1.0.c:654:15: branch_false: ...to here
gstreamer-1.26.10/redhat-linux-build/tmp-introspectb0fm390c/GstNet-1.0.c:658:6: branch_false: following ‘false’ branch...
gstreamer-1.26.10/redhat-linux-build/tmp-introspectb0fm390c/GstNet-1.0.c:669:11: branch_false: ...to here
gstreamer-1.26.10/redhat-linux-build/tmp-introspectb0fm390c/GstNet-1.0.c:669:11: acquire_resource: opened here
gstreamer-1.26.10/redhat-linux-build/tmp-introspectb0fm390c/GstNet-1.0.c:670:6: branch_false: following ‘false’ branch...
gstreamer-1.26.10/redhat-linux-build/tmp-introspectb0fm390c/GstNet-1.0.c:682:12: branch_false: ...to here
gstreamer-1.26.10/redhat-linux-build/tmp-introspectb0fm390c/GstNet-1.0.c:683:6: branch_false: following ‘false’ branch...
gstreamer-1.26.10/redhat-linux-build/tmp-introspectb0fm390c/GstNet-1.0.c:696:3: branch_false: ...to here
gstreamer-1.26.10/redhat-linux-build/tmp-introspectb0fm390c/GstNet-1.0.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
gstreamer-1.26.10/redhat-linux-build/tmp-introspectb0fm390c/GstNet-1.0.c:696:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
gstreamer-1.26.10/redhat-linux-build/tmp-introspectb0fm390c/GstNet-1.0.c:697:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
gstreamer-1.26.10/redhat-linux-build/tmp-introspectb0fm390c/GstNet-1.0.c:697:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
gstreamer-1.26.10/redhat-linux-build/tmp-introspectb0fm390c/GstNet-1.0.c:699:18: throw: if ‘g_hash_table_new’ throws an exception...
gstreamer-1.26.10/redhat-linux-build/tmp-introspectb0fm390c/GstNet-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): [#def278]
gstreamer-1.26.10/redhat-linux-build/tmp-introspectb0fm390c/GstNet-1.0.c:699:18: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(output_filename, "wb")’
gstreamer-1.26.10/redhat-linux-build/tmp-introspectb0fm390c/GstNet-1.0.c:630:1: enter_function: entry to ‘dump_irepository’
gstreamer-1.26.10/redhat-linux-build/tmp-introspectb0fm390c/GstNet-1.0.c:645:6: branch_false: following ‘false’ branch...
gstreamer-1.26.10/redhat-linux-build/tmp-introspectb0fm390c/GstNet-1.0.c:654:15: branch_false: ...to here
gstreamer-1.26.10/redhat-linux-build/tmp-introspectb0fm390c/GstNet-1.0.c:658:6: branch_false: following ‘false’ branch...
gstreamer-1.26.10/redhat-linux-build/tmp-introspectb0fm390c/GstNet-1.0.c:669:11: branch_false: ...to here
gstreamer-1.26.10/redhat-linux-build/tmp-introspectb0fm390c/GstNet-1.0.c:670:6: branch_false: following ‘false’ branch...
gstreamer-1.26.10/redhat-linux-build/tmp-introspectb0fm390c/GstNet-1.0.c:682:12: branch_false: ...to here
gstreamer-1.26.10/redhat-linux-build/tmp-introspectb0fm390c/GstNet-1.0.c:682:12: acquire_resource: opened here
gstreamer-1.26.10/redhat-linux-build/tmp-introspectb0fm390c/GstNet-1.0.c:683:6: branch_false: following ‘false’ branch...
gstreamer-1.26.10/redhat-linux-build/tmp-introspectb0fm390c/GstNet-1.0.c:696:3: branch_false: ...to here
gstreamer-1.26.10/redhat-linux-build/tmp-introspectb0fm390c/GstNet-1.0.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
gstreamer-1.26.10/redhat-linux-build/tmp-introspectb0fm390c/GstNet-1.0.c:696:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
gstreamer-1.26.10/redhat-linux-build/tmp-introspectb0fm390c/GstNet-1.0.c:697:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
gstreamer-1.26.10/redhat-linux-build/tmp-introspectb0fm390c/GstNet-1.0.c:697:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
gstreamer-1.26.10/redhat-linux-build/tmp-introspectb0fm390c/GstNet-1.0.c:699:18: throw: if ‘g_hash_table_new’ throws an exception...
gstreamer-1.26.10/redhat-linux-build/tmp-introspectb0fm390c/GstNet-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): [#def279]
gstreamer-1.26.10/redhat-linux-build/tmp-introspectb0fm390c/GstNet-1.0.c:699:18: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(input_filename, "rb")’
gstreamer-1.26.10/redhat-linux-build/tmp-introspectb0fm390c/GstNet-1.0.c:630:1: enter_function: entry to ‘dump_irepository’
gstreamer-1.26.10/redhat-linux-build/tmp-introspectb0fm390c/GstNet-1.0.c:645:6: branch_false: following ‘false’ branch...
gstreamer-1.26.10/redhat-linux-build/tmp-introspectb0fm390c/GstNet-1.0.c:654:15: branch_false: ...to here
gstreamer-1.26.10/redhat-linux-build/tmp-introspectb0fm390c/GstNet-1.0.c:658:6: branch_false: following ‘false’ branch...
gstreamer-1.26.10/redhat-linux-build/tmp-introspectb0fm390c/GstNet-1.0.c:669:11: branch_false: ...to here
gstreamer-1.26.10/redhat-linux-build/tmp-introspectb0fm390c/GstNet-1.0.c:669:11: acquire_memory: allocated here
gstreamer-1.26.10/redhat-linux-build/tmp-introspectb0fm390c/GstNet-1.0.c:670:6: branch_false: following ‘false’ branch...
gstreamer-1.26.10/redhat-linux-build/tmp-introspectb0fm390c/GstNet-1.0.c:682:12: branch_false: ...to here
gstreamer-1.26.10/redhat-linux-build/tmp-introspectb0fm390c/GstNet-1.0.c:683:6: branch_false: following ‘false’ branch...
gstreamer-1.26.10/redhat-linux-build/tmp-introspectb0fm390c/GstNet-1.0.c:696:3: branch_false: ...to here
gstreamer-1.26.10/redhat-linux-build/tmp-introspectb0fm390c/GstNet-1.0.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
gstreamer-1.26.10/redhat-linux-build/tmp-introspectb0fm390c/GstNet-1.0.c:696:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
gstreamer-1.26.10/redhat-linux-build/tmp-introspectb0fm390c/GstNet-1.0.c:697:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
gstreamer-1.26.10/redhat-linux-build/tmp-introspectb0fm390c/GstNet-1.0.c:697:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
gstreamer-1.26.10/redhat-linux-build/tmp-introspectb0fm390c/GstNet-1.0.c:699:18: throw: if ‘g_hash_table_new’ throws an exception...
gstreamer-1.26.10/redhat-linux-build/tmp-introspectb0fm390c/GstNet-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): [#def280]
gstreamer-1.26.10/redhat-linux-build/tmp-introspectb0fm390c/GstNet-1.0.c:699:18: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(output_filename, "wb")’
gstreamer-1.26.10/redhat-linux-build/tmp-introspectb0fm390c/GstNet-1.0.c:630:1: enter_function: entry to ‘dump_irepository’
gstreamer-1.26.10/redhat-linux-build/tmp-introspectb0fm390c/GstNet-1.0.c:645:6: branch_false: following ‘false’ branch...
gstreamer-1.26.10/redhat-linux-build/tmp-introspectb0fm390c/GstNet-1.0.c:654:15: branch_false: ...to here
gstreamer-1.26.10/redhat-linux-build/tmp-introspectb0fm390c/GstNet-1.0.c:658:6: branch_false: following ‘false’ branch...
gstreamer-1.26.10/redhat-linux-build/tmp-introspectb0fm390c/GstNet-1.0.c:669:11: branch_false: ...to here
gstreamer-1.26.10/redhat-linux-build/tmp-introspectb0fm390c/GstNet-1.0.c:670:6: branch_false: following ‘false’ branch...
gstreamer-1.26.10/redhat-linux-build/tmp-introspectb0fm390c/GstNet-1.0.c:682:12: branch_false: ...to here
gstreamer-1.26.10/redhat-linux-build/tmp-introspectb0fm390c/GstNet-1.0.c:682:12: acquire_memory: allocated here
gstreamer-1.26.10/redhat-linux-build/tmp-introspectb0fm390c/GstNet-1.0.c:683:6: branch_false: following ‘false’ branch...
gstreamer-1.26.10/redhat-linux-build/tmp-introspectb0fm390c/GstNet-1.0.c:696:3: branch_false: ...to here
gstreamer-1.26.10/redhat-linux-build/tmp-introspectb0fm390c/GstNet-1.0.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
gstreamer-1.26.10/redhat-linux-build/tmp-introspectb0fm390c/GstNet-1.0.c:696:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
gstreamer-1.26.10/redhat-linux-build/tmp-introspectb0fm390c/GstNet-1.0.c:697:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
gstreamer-1.26.10/redhat-linux-build/tmp-introspectb0fm390c/GstNet-1.0.c:697:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
gstreamer-1.26.10/redhat-linux-build/tmp-introspectb0fm390c/GstNet-1.0.c:699:18: throw: if ‘g_hash_table_new’ throws an exception...
gstreamer-1.26.10/redhat-linux-build/tmp-introspectb0fm390c/GstNet-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): [#def281]
gstreamer-1.26.10/redhat-linux-build/tmp-introspectqocubixl/GstController-1.0.c:68:7: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(input_filename, "rb")’
gstreamer-1.26.10/redhat-linux-build/tmp-introspectqocubixl/GstController-1.0.c:630:1: enter_function: entry to ‘dump_irepository’
gstreamer-1.26.10/redhat-linux-build/tmp-introspectqocubixl/GstController-1.0.c:645:6: branch_false: following ‘false’ branch...
gstreamer-1.26.10/redhat-linux-build/tmp-introspectqocubixl/GstController-1.0.c:654:15: branch_false: ...to here
gstreamer-1.26.10/redhat-linux-build/tmp-introspectqocubixl/GstController-1.0.c:658:6: branch_false: following ‘false’ branch...
gstreamer-1.26.10/redhat-linux-build/tmp-introspectqocubixl/GstController-1.0.c:669:11: branch_false: ...to here
gstreamer-1.26.10/redhat-linux-build/tmp-introspectqocubixl/GstController-1.0.c:669:11: acquire_resource: opened here
gstreamer-1.26.10/redhat-linux-build/tmp-introspectqocubixl/GstController-1.0.c:670:6: branch_false: following ‘false’ branch...
gstreamer-1.26.10/redhat-linux-build/tmp-introspectqocubixl/GstController-1.0.c:682:12: branch_false: ...to here
gstreamer-1.26.10/redhat-linux-build/tmp-introspectqocubixl/GstController-1.0.c:683:6: branch_false: following ‘false’ branch...
gstreamer-1.26.10/redhat-linux-build/tmp-introspectqocubixl/GstController-1.0.c:696:3: branch_false: ...to here
gstreamer-1.26.10/redhat-linux-build/tmp-introspectqocubixl/GstController-1.0.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Error: GCC_ANALYZER_WARNING (CWE-404): [#def301]
gstreamer-1.26.10/redhat-linux-build/tmp-introspectqocubixl/GstController-1.0.c:120:9: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
gstreamer-1.26.10/redhat-linux-build/tmp-introspectqocubixl/GstController-1.0.c:599:1: enter_function: entry to ‘dump_error_quark’
gstreamer-1.26.10/redhat-linux-build/tmp-introspectqocubixl/GstController-1.0.c:601:3: call_function: calling ‘escaped_printf’ from ‘dump_error_quark’

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

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

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

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

Error: GCC_ANALYZER_WARNING (CWE-775): [#def306]
gstreamer-1.26.10/redhat-linux-build/tmp-introspectqocubixl/GstController-1.0.c:686:7: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(input_filename, "rb")’
gstreamer-1.26.10/redhat-linux-build/tmp-introspectqocubixl/GstController-1.0.c:645:6: branch_false: following ‘false’ branch...
gstreamer-1.26.10/redhat-linux-build/tmp-introspectqocubixl/GstController-1.0.c:654:15: branch_false: ...to here
gstreamer-1.26.10/redhat-linux-build/tmp-introspectqocubixl/GstController-1.0.c:658:6: branch_false: following ‘false’ branch...
gstreamer-1.26.10/redhat-linux-build/tmp-introspectqocubixl/GstController-1.0.c:669:11: branch_false: ...to here
gstreamer-1.26.10/redhat-linux-build/tmp-introspectqocubixl/GstController-1.0.c:669:11: acquire_resource: opened here
gstreamer-1.26.10/redhat-linux-build/tmp-introspectqocubixl/GstController-1.0.c:670:6: branch_false: following ‘false’ branch...
gstreamer-1.26.10/redhat-linux-build/tmp-introspectqocubixl/GstController-1.0.c:682:12: branch_false: ...to here
gstreamer-1.26.10/redhat-linux-build/tmp-introspectqocubixl/GstController-1.0.c:683:6: branch_true: following ‘true’ branch...
gstreamer-1.26.10/redhat-linux-build/tmp-introspectqocubixl/GstController-1.0.c:685:25: branch_true: ...to here
gstreamer-1.26.10/redhat-linux-build/tmp-introspectqocubixl/GstController-1.0.c:686:7: throw: if ‘g_file_error_quark’ throws an exception...
gstreamer-1.26.10/redhat-linux-build/tmp-introspectqocubixl/GstController-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): [#def307]
gstreamer-1.26.10/redhat-linux-build/tmp-introspectqocubixl/GstController-1.0.c:686:7: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(input_filename, "rb")’
gstreamer-1.26.10/redhat-linux-build/tmp-introspectqocubixl/GstController-1.0.c:645:6: branch_false: following ‘false’ branch...
gstreamer-1.26.10/redhat-linux-build/tmp-introspectqocubixl/GstController-1.0.c:654:15: branch_false: ...to here
gstreamer-1.26.10/redhat-linux-build/tmp-introspectqocubixl/GstController-1.0.c:658:6: branch_false: following ‘false’ branch...
gstreamer-1.26.10/redhat-linux-build/tmp-introspectqocubixl/GstController-1.0.c:669:11: branch_false: ...to here
gstreamer-1.26.10/redhat-linux-build/tmp-introspectqocubixl/GstController-1.0.c:669:11: acquire_memory: allocated here
gstreamer-1.26.10/redhat-linux-build/tmp-introspectqocubixl/GstController-1.0.c:670:6: branch_false: following ‘false’ branch...
gstreamer-1.26.10/redhat-linux-build/tmp-introspectqocubixl/GstController-1.0.c:682:12: branch_false: ...to here
gstreamer-1.26.10/redhat-linux-build/tmp-introspectqocubixl/GstController-1.0.c:683:6: branch_true: following ‘true’ branch...
gstreamer-1.26.10/redhat-linux-build/tmp-introspectqocubixl/GstController-1.0.c:685:25: branch_true: ...to here
gstreamer-1.26.10/redhat-linux-build/tmp-introspectqocubixl/GstController-1.0.c:686:7: throw: if ‘g_file_error_quark’ throws an exception...
gstreamer-1.26.10/redhat-linux-build/tmp-introspectqocubixl/GstController-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): [#def308]
gstreamer-1.26.10/redhat-linux-build/tmp-introspectqocubixl/GstController-1.0.c:686:41: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(input_filename, "rb")’
gstreamer-1.26.10/redhat-linux-build/tmp-introspectqocubixl/GstController-1.0.c:645:6: branch_false: following ‘false’ branch...
gstreamer-1.26.10/redhat-linux-build/tmp-introspectqocubixl/GstController-1.0.c:654:15: branch_false: ...to here
gstreamer-1.26.10/redhat-linux-build/tmp-introspectqocubixl/GstController-1.0.c:658:6: branch_false: following ‘false’ branch...
gstreamer-1.26.10/redhat-linux-build/tmp-introspectqocubixl/GstController-1.0.c:669:11: branch_false: ...to here
gstreamer-1.26.10/redhat-linux-build/tmp-introspectqocubixl/GstController-1.0.c:669:11: acquire_resource: opened here
gstreamer-1.26.10/redhat-linux-build/tmp-introspectqocubixl/GstController-1.0.c:670:6: branch_false: following ‘false’ branch...
gstreamer-1.26.10/redhat-linux-build/tmp-introspectqocubixl/GstController-1.0.c:682:12: branch_false: ...to here
gstreamer-1.26.10/redhat-linux-build/tmp-introspectqocubixl/GstController-1.0.c:683:6: branch_true: following ‘true’ branch...
gstreamer-1.26.10/redhat-linux-build/tmp-introspectqocubixl/GstController-1.0.c:685:25: branch_true: ...to here
gstreamer-1.26.10/redhat-linux-build/tmp-introspectqocubixl/GstController-1.0.c:686:41: throw: if ‘g_file_error_from_errno’ throws an exception...
gstreamer-1.26.10/redhat-linux-build/tmp-introspectqocubixl/GstController-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): [#def309]
gstreamer-1.26.10/redhat-linux-build/tmp-introspectqocubixl/GstController-1.0.c:686:41: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(input_filename, "rb")’
gstreamer-1.26.10/redhat-linux-build/tmp-introspectqocubixl/GstController-1.0.c:645:6: branch_false: following ‘false’ branch...
gstreamer-1.26.10/redhat-linux-build/tmp-introspectqocubixl/GstController-1.0.c:654:15: branch_false: ...to here
gstreamer-1.26.10/redhat-linux-build/tmp-introspectqocubixl/GstController-1.0.c:658:6: branch_false: following ‘false’ branch...
gstreamer-1.26.10/redhat-linux-build/tmp-introspectqocubixl/GstController-1.0.c:669:11: branch_false: ...to here
gstreamer-1.26.10/redhat-linux-build/tmp-introspectqocubixl/GstController-1.0.c:669:11: acquire_memory: allocated here
gstreamer-1.26.10/redhat-linux-build/tmp-introspectqocubixl/GstController-1.0.c:670:6: branch_false: following ‘false’ branch...
gstreamer-1.26.10/redhat-linux-build/tmp-introspectqocubixl/GstController-1.0.c:682:12: branch_false: ...to here
gstreamer-1.26.10/redhat-linux-build/tmp-introspectqocubixl/GstController-1.0.c:683:6: branch_true: following ‘true’ branch...
gstreamer-1.26.10/redhat-linux-build/tmp-introspectqocubixl/GstController-1.0.c:685:25: branch_true: ...to here
gstreamer-1.26.10/redhat-linux-build/tmp-introspectqocubixl/GstController-1.0.c:686:41: throw: if ‘g_file_error_from_errno’ throws an exception...
gstreamer-1.26.10/redhat-linux-build/tmp-introspectqocubixl/GstController-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): [#def310]
gstreamer-1.26.10/redhat-linux-build/tmp-introspectqocubixl/GstController-1.0.c:699:18: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(input_filename, "rb")’
gstreamer-1.26.10/redhat-linux-build/tmp-introspectqocubixl/GstController-1.0.c:630:1: enter_function: entry to ‘dump_irepository’
gstreamer-1.26.10/redhat-linux-build/tmp-introspectqocubixl/GstController-1.0.c:645:6: branch_false: following ‘false’ branch...
gstreamer-1.26.10/redhat-linux-build/tmp-introspectqocubixl/GstController-1.0.c:654:15: branch_false: ...to here
gstreamer-1.26.10/redhat-linux-build/tmp-introspectqocubixl/GstController-1.0.c:658:6: branch_false: following ‘false’ branch...
gstreamer-1.26.10/redhat-linux-build/tmp-introspectqocubixl/GstController-1.0.c:669:11: branch_false: ...to here
gstreamer-1.26.10/redhat-linux-build/tmp-introspectqocubixl/GstController-1.0.c:669:11: acquire_resource: opened here
gstreamer-1.26.10/redhat-linux-build/tmp-introspectqocubixl/GstController-1.0.c:670:6: branch_false: following ‘false’ branch...
gstreamer-1.26.10/redhat-linux-build/tmp-introspectqocubixl/GstController-1.0.c:682:12: branch_false: ...to here
gstreamer-1.26.10/redhat-linux-build/tmp-introspectqocubixl/GstController-1.0.c:683:6: branch_false: following ‘false’ branch...
gstreamer-1.26.10/redhat-linux-build/tmp-introspectqocubixl/GstController-1.0.c:696:3: branch_false: ...to here
gstreamer-1.26.10/redhat-linux-build/tmp-introspectqocubixl/GstController-1.0.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
gstreamer-1.26.10/redhat-linux-build/tmp-introspectqocubixl/GstController-1.0.c:696:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
gstreamer-1.26.10/redhat-linux-build/tmp-introspectqocubixl/GstController-1.0.c:697:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
gstreamer-1.26.10/redhat-linux-build/tmp-introspectqocubixl/GstController-1.0.c:697:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
gstreamer-1.26.10/redhat-linux-build/tmp-introspectqocubixl/GstController-1.0.c:699:18: throw: if ‘g_hash_table_new’ throws an exception...
gstreamer-1.26.10/redhat-linux-build/tmp-introspectqocubixl/GstController-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): [#def311]
gstreamer-1.26.10/redhat-linux-build/tmp-introspectqocubixl/GstController-1.0.c:699:18: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(output_filename, "wb")’
gstreamer-1.26.10/redhat-linux-build/tmp-introspectqocubixl/GstController-1.0.c:630:1: enter_function: entry to ‘dump_irepository’
gstreamer-1.26.10/redhat-linux-build/tmp-introspectqocubixl/GstController-1.0.c:645:6: branch_false: following ‘false’ branch...
gstreamer-1.26.10/redhat-linux-build/tmp-introspectqocubixl/GstController-1.0.c:654:15: branch_false: ...to here
gstreamer-1.26.10/redhat-linux-build/tmp-introspectqocubixl/GstController-1.0.c:658:6: branch_false: following ‘false’ branch...
gstreamer-1.26.10/redhat-linux-build/tmp-introspectqocubixl/GstController-1.0.c:669:11: branch_false: ...to here
gstreamer-1.26.10/redhat-linux-build/tmp-introspectqocubixl/GstController-1.0.c:670:6: branch_false: following ‘false’ branch...
gstreamer-1.26.10/redhat-linux-build/tmp-introspectqocubixl/GstController-1.0.c:682:12: branch_false: ...to here
gstreamer-1.26.10/redhat-linux-build/tmp-introspectqocubixl/GstController-1.0.c:682:12: acquire_resource: opened here
gstreamer-1.26.10/redhat-linux-build/tmp-introspectqocubixl/GstController-1.0.c:683:6: branch_false: following ‘false’ branch...
gstreamer-1.26.10/redhat-linux-build/tmp-introspectqocubixl/GstController-1.0.c:696:3: branch_false: ...to here
gstreamer-1.26.10/redhat-linux-build/tmp-introspectqocubixl/GstController-1.0.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
gstreamer-1.26.10/redhat-linux-build/tmp-introspectqocubixl/GstController-1.0.c:696:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
gstreamer-1.26.10/redhat-linux-build/tmp-introspectqocubixl/GstController-1.0.c:697:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
gstreamer-1.26.10/redhat-linux-build/tmp-introspectqocubixl/GstController-1.0.c:697:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
gstreamer-1.26.10/redhat-linux-build/tmp-introspectqocubixl/GstController-1.0.c:699:18: throw: if ‘g_hash_table_new’ throws an exception...
gstreamer-1.26.10/redhat-linux-build/tmp-introspectqocubixl/GstController-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): [#def312]
gstreamer-1.26.10/redhat-linux-build/tmp-introspectqocubixl/GstController-1.0.c:699:18: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(input_filename, "rb")’
gstreamer-1.26.10/redhat-linux-build/tmp-introspectqocubixl/GstController-1.0.c:630:1: enter_function: entry to ‘dump_irepository’
gstreamer-1.26.10/redhat-linux-build/tmp-introspectqocubixl/GstController-1.0.c:645:6: branch_false: following ‘false’ branch...
gstreamer-1.26.10/redhat-linux-build/tmp-introspectqocubixl/GstController-1.0.c:654:15: branch_false: ...to here
gstreamer-1.26.10/redhat-linux-build/tmp-introspectqocubixl/GstController-1.0.c:658:6: branch_false: following ‘false’ branch...
gstreamer-1.26.10/redhat-linux-build/tmp-introspectqocubixl/GstController-1.0.c:669:11: branch_false: ...to here
gstreamer-1.26.10/redhat-linux-build/tmp-introspectqocubixl/GstController-1.0.c:669:11: acquire_memory: allocated here
gstreamer-1.26.10/redhat-linux-build/tmp-introspectqocubixl/GstController-1.0.c:670:6: branch_false: following ‘false’ branch...
gstreamer-1.26.10/redhat-linux-build/tmp-introspectqocubixl/GstController-1.0.c:682:12: branch_false: ...to here
gstreamer-1.26.10/redhat-linux-build/tmp-introspectqocubixl/GstController-1.0.c:683:6: branch_false: following ‘false’ branch...
gstreamer-1.26.10/redhat-linux-build/tmp-introspectqocubixl/GstController-1.0.c:696:3: branch_false: ...to here
gstreamer-1.26.10/redhat-linux-build/tmp-introspectqocubixl/GstController-1.0.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
gstreamer-1.26.10/redhat-linux-build/tmp-introspectqocubixl/GstController-1.0.c:696:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
gstreamer-1.26.10/redhat-linux-build/tmp-introspectqocubixl/GstController-1.0.c:697:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
gstreamer-1.26.10/redhat-linux-build/tmp-introspectqocubixl/GstController-1.0.c:697:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
gstreamer-1.26.10/redhat-linux-build/tmp-introspectqocubixl/GstController-1.0.c:699:18: throw: if ‘g_hash_table_new’ throws an exception...
gstreamer-1.26.10/redhat-linux-build/tmp-introspectqocubixl/GstController-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): [#def313]
gstreamer-1.26.10/redhat-linux-build/tmp-introspectqocubixl/GstController-1.0.c:699:18: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(output_filename, "wb")’
gstreamer-1.26.10/redhat-linux-build/tmp-introspectqocubixl/GstController-1.0.c:630:1: enter_function: entry to ‘dump_irepository’
gstreamer-1.26.10/redhat-linux-build/tmp-introspectqocubixl/GstController-1.0.c:645:6: branch_false: following ‘false’ branch...
gstreamer-1.26.10/redhat-linux-build/tmp-introspectqocubixl/GstController-1.0.c:654:15: branch_false: ...to here
gstreamer-1.26.10/redhat-linux-build/tmp-introspectqocubixl/GstController-1.0.c:658:6: branch_false: following ‘false’ branch...
gstreamer-1.26.10/redhat-linux-build/tmp-introspectqocubixl/GstController-1.0.c:669:11: branch_false: ...to here
gstreamer-1.26.10/redhat-linux-build/tmp-introspectqocubixl/GstController-1.0.c:670:6: branch_false: following ‘false’ branch...
gstreamer-1.26.10/redhat-linux-build/tmp-introspectqocubixl/GstController-1.0.c:682:12: branch_false: ...to here
gstreamer-1.26.10/redhat-linux-build/tmp-introspectqocubixl/GstController-1.0.c:682:12: acquire_memory: allocated here
gstreamer-1.26.10/redhat-linux-build/tmp-introspectqocubixl/GstController-1.0.c:683:6: branch_false: following ‘false’ branch...
gstreamer-1.26.10/redhat-linux-build/tmp-introspectqocubixl/GstController-1.0.c:696:3: branch_false: ...to here
gstreamer-1.26.10/redhat-linux-build/tmp-introspectqocubixl/GstController-1.0.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
gstreamer-1.26.10/redhat-linux-build/tmp-introspectqocubixl/GstController-1.0.c:696:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
gstreamer-1.26.10/redhat-linux-build/tmp-introspectqocubixl/GstController-1.0.c:697:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
gstreamer-1.26.10/redhat-linux-build/tmp-introspectqocubixl/GstController-1.0.c:697:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
gstreamer-1.26.10/redhat-linux-build/tmp-introspectqocubixl/GstController-1.0.c:699:18: throw: if ‘g_hash_table_new’ throws an exception...
gstreamer-1.26.10/redhat-linux-build/tmp-introspectqocubixl/GstController-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-404): [#def314]
gstreamer-1.26.10/tools/gst-inspect.c:174:9: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
gstreamer-1.26.10/tools/gst-inspect.c:1013:1: enter_function: entry to ‘print_pad_info’
gstreamer-1.26.10/tools/gst-inspect.c:1018:3: call_function: calling ‘n_print’ from ‘print_pad_info’
#  172|   
#  173|     va_start (args, format);
#  174|->   str = gst_info_strdup_vprintf (format, args);
#  175|     va_end (args);
#  176|   

Error: GCC_ANALYZER_WARNING (CWE-476): [#def315]
gstreamer-1.26.10/tools/gst-stats.c:728:7: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘0’
#  726|         gchar fullname[30 + 1];
#  727|   
#  728|->       g_snprintf (fullname, 30, "%s.%s", elem_stats->name, stats->name);
#  729|   
#  730|         printf

Error: GCC_ANALYZER_WARNING (CWE-476): [#def316]
gstreamer-1.26.10/tools/gst-stats.c:816:5: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘0’
gstreamer-1.26.10/tools/gst-stats.c:809:1: enter_function: entry to ‘accum_element_stats’
gstreamer-1.26.10/tools/gst-stats.c:813:6: branch_true: following ‘true’ branch...
gstreamer-1.26.10/tools/gst-stats.c:814:37: branch_true: ...to here
gstreamer-1.26.10/tools/gst-stats.c:814:37: call_function: calling ‘get_element_stats’ from ‘accum_element_stats’
gstreamer-1.26.10/tools/gst-stats.c:814:37: return_function: returning to ‘accum_element_stats’ from ‘get_element_stats’
gstreamer-1.26.10/tools/gst-stats.c:816:5: danger: dereference of NULL ‘get_element_stats(*(GstElementStats *)value.parent_ix)’
#  814|       GstElementStats *parent_stats = get_element_stats (stats->parent_ix);
#  815|   
#  816|->     parent_stats->num_events += stats->num_events;
#  817|       parent_stats->num_messages += stats->num_messages;
#  818|       parent_stats->num_queries += stats->num_queries;

Error: GCC_ANALYZER_WARNING (CWE-775): [#def317]
gstreamer-1.26.10/tools/gst-stats.c:1196:11: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(filename, "rt")’
gstreamer-1.26.10/tools/gst-stats.c:1185:14: acquire_resource: opened here
gstreamer-1.26.10/tools/gst-stats.c:1185:6: branch_true: following ‘true’ branch...
gstreamer-1.26.10/tools/gst-stats.c:1189:9: branch_true: ...to here
gstreamer-1.26.10/tools/gst-stats.c:1189:8: branch_true: following ‘true’ branch...
gstreamer-1.26.10/tools/gst-stats.c:1196:11: branch_true: ...to here
gstreamer-1.26.10/tools/gst-stats.c:1196:10: branch_true: following ‘true’ branch...
gstreamer-1.26.10/tools/gst-stats.c:1198:9: branch_true: ...to here
gstreamer-1.26.10/tools/gst-stats.c:1198:9: branch_true: following ‘true’ branch...
gstreamer-1.26.10/tools/gst-stats.c:1198:9: branch_true: ...to here
gstreamer-1.26.10/tools/gst-stats.c:1198:9: throw: if ‘gst_debug_log’ throws an exception...
gstreamer-1.26.10/tools/gst-stats.c:1196:11: danger: ‘fopen(filename, "rt")’ leaks here; was opened at [(1)](sarif:/runs/0/results/2/codeFlows/0/threadFlows/0/locations/0)
# 1194|         gchar *data;
# 1195|   
# 1196|->       if (custom_log) {
# 1197|           parser = custom_log;
# 1198|           GST_INFO ("format is 'custom'");

Error: GCC_ANALYZER_WARNING (CWE-401): [#def318]
gstreamer-1.26.10/tools/gst-stats.c:1196:11: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(filename, "rt")’
gstreamer-1.26.10/tools/gst-stats.c:1185:14: acquire_memory: allocated here
gstreamer-1.26.10/tools/gst-stats.c:1185:6: branch_true: following ‘true’ branch...
gstreamer-1.26.10/tools/gst-stats.c:1189:9: branch_true: ...to here
gstreamer-1.26.10/tools/gst-stats.c:1189:8: branch_true: following ‘true’ branch...
gstreamer-1.26.10/tools/gst-stats.c:1196:11: branch_true: ...to here
gstreamer-1.26.10/tools/gst-stats.c:1196:10: branch_true: following ‘true’ branch...
gstreamer-1.26.10/tools/gst-stats.c:1198:9: branch_true: ...to here
gstreamer-1.26.10/tools/gst-stats.c:1198:9: branch_true: following ‘true’ branch...
gstreamer-1.26.10/tools/gst-stats.c:1198:9: branch_true: ...to here
gstreamer-1.26.10/tools/gst-stats.c:1198:9: throw: if ‘gst_debug_log’ throws an exception...
gstreamer-1.26.10/tools/gst-stats.c:1196:11: danger: ‘fopen(filename, "rt")’ leaks here; was allocated at [(1)](sarif:/runs/0/results/3/codeFlows/0/threadFlows/0/locations/0)
# 1194|         gchar *data;
# 1195|   
# 1196|->       if (custom_log) {
# 1197|           parser = custom_log;
# 1198|           GST_INFO ("format is 'custom'");

Error: GCC_ANALYZER_WARNING (CWE-775): [#def319]
gstreamer-1.26.10/tools/gst-stats.c:1268:7: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(filename, "rt")’
gstreamer-1.26.10/tools/gst-stats.c:1185:14: acquire_resource: opened here
gstreamer-1.26.10/tools/gst-stats.c:1185:6: branch_true: following ‘true’ branch...
gstreamer-1.26.10/tools/gst-stats.c:1189:9: branch_true: ...to here
gstreamer-1.26.10/tools/gst-stats.c:1189:8: branch_false: following ‘false’ branch...
gstreamer-1.26.10/tools/gst-stats.c:1268:7: branch_false: ...to here
gstreamer-1.26.10/tools/gst-stats.c:1268:7: branch_true: following ‘true’ branch...
gstreamer-1.26.10/tools/gst-stats.c:1268:7: branch_true: ...to here
gstreamer-1.26.10/tools/gst-stats.c:1268:7: throw: if ‘gst_debug_log’ throws an exception...
gstreamer-1.26.10/tools/gst-stats.c:1268:7: danger: ‘fopen(filename, "rt")’ leaks here; was opened at [(1)](sarif:/runs/0/results/150/codeFlows/0/threadFlows/0/locations/0)
# 1266|         }
# 1267|       } else {
# 1268|->       GST_WARNING ("empty log");
# 1269|       }
# 1270|       fclose (log);

Error: GCC_ANALYZER_WARNING (CWE-401): [#def320]
gstreamer-1.26.10/tools/gst-stats.c:1268:7: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(filename, "rt")’
gstreamer-1.26.10/tools/gst-stats.c:1185:14: acquire_memory: allocated here
gstreamer-1.26.10/tools/gst-stats.c:1185:6: branch_true: following ‘true’ branch...
gstreamer-1.26.10/tools/gst-stats.c:1189:9: branch_true: ...to here
gstreamer-1.26.10/tools/gst-stats.c:1189:8: branch_false: following ‘false’ branch...
gstreamer-1.26.10/tools/gst-stats.c:1268:7: branch_false: ...to here
gstreamer-1.26.10/tools/gst-stats.c:1268:7: branch_true: following ‘true’ branch...
gstreamer-1.26.10/tools/gst-stats.c:1268:7: branch_true: ...to here
gstreamer-1.26.10/tools/gst-stats.c:1268:7: throw: if ‘gst_debug_log’ throws an exception...
gstreamer-1.26.10/tools/gst-stats.c:1268:7: danger: ‘fopen(filename, "rt")’ leaks here; was allocated at [(1)](sarif:/runs/0/results/151/codeFlows/0/threadFlows/0/locations/0)
# 1266|         }
# 1267|       } else {
# 1268|->       GST_WARNING ("empty log");
# 1269|       }
# 1270|       fclose (log);

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-195.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-namegstreamer1-1.26.10-1.fc44
store-results-to/tmp/tmpu8xpbuqd/gstreamer1-1.26.10-1.fc44.tar.xz
time-created2026-01-08 16:55:27
time-finished2026-01-08 16:58:38
toolcsmock
tool-args'/usr/bin/csmock' '-r' 'fedora-rawhide-x86_64' '-t' 'gcc,cppcheck,clippy,shellcheck,unicontrol' '-o' '/tmp/tmpu8xpbuqd/gstreamer1-1.26.10-1.fc44.tar.xz' '--gcc-analyze' '--unicontrol-notests' '--unicontrol-bidi-only' '--install' 'pam' '--gcc-analyzer-bin=/usr/bin/gcc' '/tmp/tmpu8xpbuqd/gstreamer1-1.26.10-1.fc44.src.rpm'
tool-versioncsmock-3.8.3.20251215.161544.g62de9a5-1.el9