gstreamer1-plugins-bad-free-1.26.10-1.fc44

List of Findings

Error: GCC_ANALYZER_WARNING (CWE-775): [#def1]
gst-plugins-bad-1.26.10/ext/avtp/gstavtpcrfbase.c:209:5: warning[-Wanalyzer-fd-leak]: leak of file descriptor ‘fd’
gst-plugins-bad-1.26.10/ext/avtp/gstavtpcrfbase.c:199:8: acquire_resource: datagram socket created here
gst-plugins-bad-1.26.10/ext/avtp/gstavtpcrfbase.c:200:6: branch_false: following ‘false’ branch (when ‘fd >= 0’)...
gst-plugins-bad-1.26.10/ext/avtp/gstavtpcrfbase.c:206:29: branch_false: ...to here
gst-plugins-bad-1.26.10/ext/avtp/gstavtpcrfbase.c:207:6: branch_true: following ‘true’ branch (when ‘ifindex == 0’)...
gst-plugins-bad-1.26.10/ext/avtp/gstavtpcrfbase.c:209:5: branch_true: ...to here
gst-plugins-bad-1.26.10/ext/avtp/gstavtpcrfbase.c:209:5: branch_true: following ‘true’ branch...
gst-plugins-bad-1.26.10/ext/avtp/gstavtpcrfbase.c:209:5: branch_true: ...to here
gst-plugins-bad-1.26.10/ext/avtp/gstavtpcrfbase.c:209:5: throw: if ‘gst_debug_log’ throws an exception...
gst-plugins-bad-1.26.10/ext/avtp/gstavtpcrfbase.c:209:5: danger: ‘fd’ leaks here
#  207|     if (!ifindex) {
#  208|       res = -1;
#  209|->     GST_ERROR_OBJECT (avtpcrfbase, "Failed to get index for interface: %s",
#  210|           g_strerror (errno));
#  211|       goto err;

Error: GCC_ANALYZER_WARNING (CWE-775): [#def2]
gst-plugins-bad-1.26.10/ext/avtp/gstavtpcrfbase.c:220:5: warning[-Wanalyzer-fd-leak]: leak of file descriptor ‘fd’
gst-plugins-bad-1.26.10/ext/avtp/gstavtpcrfbase.c:199:8: acquire_resource: datagram socket created here
gst-plugins-bad-1.26.10/ext/avtp/gstavtpcrfbase.c:200:6: branch_false: following ‘false’ branch (when ‘fd >= 0’)...
gst-plugins-bad-1.26.10/ext/avtp/gstavtpcrfbase.c:206:29: branch_false: ...to here
gst-plugins-bad-1.26.10/ext/avtp/gstavtpcrfbase.c:207:6: branch_false: following ‘false’ branch (when ‘ifindex != 0’)...
gst-plugins-bad-1.26.10/ext/avtp/gstavtpcrfbase.c:214:3: branch_false: ...to here
gst-plugins-bad-1.26.10/ext/avtp/gstavtpcrfbase.c:219:6: branch_true: following ‘true’ branch (when ‘res < 0’)...
gst-plugins-bad-1.26.10/ext/avtp/gstavtpcrfbase.c:220:5: branch_true: ...to here
gst-plugins-bad-1.26.10/ext/avtp/gstavtpcrfbase.c:220:5: branch_true: following ‘true’ branch...
gst-plugins-bad-1.26.10/ext/avtp/gstavtpcrfbase.c:220:5: branch_true: ...to here
gst-plugins-bad-1.26.10/ext/avtp/gstavtpcrfbase.c:220:5: throw: if ‘gst_debug_log’ throws an exception...
gst-plugins-bad-1.26.10/ext/avtp/gstavtpcrfbase.c:220:5: danger: ‘fd’ leaks here
#  218|     res = bind (fd, (struct sockaddr *) &sk_addr, sizeof (sk_addr));
#  219|     if (res < 0) {
#  220|->     GST_ERROR_OBJECT (avtpcrfbase, "Failed to bind socket: %s",
#  221|           g_strerror (errno));
#  222|       goto err;

Error: GCC_ANALYZER_WARNING (CWE-775): [#def3]
gst-plugins-bad-1.26.10/ext/avtp/gstavtpcrfbase.c:229:5: warning[-Wanalyzer-fd-leak]: leak of file descriptor ‘fd’
gst-plugins-bad-1.26.10/ext/avtp/gstavtpcrfbase.c:199:8: acquire_resource: datagram socket created here
gst-plugins-bad-1.26.10/ext/avtp/gstavtpcrfbase.c:200:6: branch_false: following ‘false’ branch (when ‘fd >= 0’)...
gst-plugins-bad-1.26.10/ext/avtp/gstavtpcrfbase.c:206:29: branch_false: ...to here
gst-plugins-bad-1.26.10/ext/avtp/gstavtpcrfbase.c:207:6: branch_false: following ‘false’ branch (when ‘ifindex != 0’)...
gst-plugins-bad-1.26.10/ext/avtp/gstavtpcrfbase.c:214:3: branch_false: ...to here
gst-plugins-bad-1.26.10/ext/avtp/gstavtpcrfbase.c:219:6: branch_false: following ‘false’ branch (when ‘res >= 0’)...
gst-plugins-bad-1.26.10/ext/avtp/gstavtpcrfbase.c:225:17: branch_false: ...to here
gst-plugins-bad-1.26.10/ext/avtp/gstavtpcrfbase.c:227:6: branch_true: following ‘true’ branch (when ‘res != 6’)...
gst-plugins-bad-1.26.10/ext/avtp/gstavtpcrfbase.c:229:5: branch_true: ...to here
gst-plugins-bad-1.26.10/ext/avtp/gstavtpcrfbase.c:229:5: branch_true: following ‘true’ branch...
gst-plugins-bad-1.26.10/ext/avtp/gstavtpcrfbase.c:229:5: branch_true: ...to here
gst-plugins-bad-1.26.10/ext/avtp/gstavtpcrfbase.c:229:5: throw: if ‘gst_debug_log’ throws an exception...
gst-plugins-bad-1.26.10/ext/avtp/gstavtpcrfbase.c:229:5: danger: ‘fd’ leaks here
#  227|     if (res != 6) {
#  228|       res = -1;
#  229|->     GST_ERROR_OBJECT (avtpcrfbase, "Destination MAC address format not valid");
#  230|       goto err;
#  231|     }

Error: GCC_ANALYZER_WARNING (CWE-775): [#def4]
gst-plugins-bad-1.26.10/ext/avtp/gstavtpcrfbase.c:258:3: warning[-Wanalyzer-fd-leak]: leak of file descriptor ‘fd’
gst-plugins-bad-1.26.10/ext/avtp/gstavtpcrfbase.c:199:8: acquire_resource: datagram socket created here
gst-plugins-bad-1.26.10/ext/avtp/gstavtpcrfbase.c:200:6: branch_false: following ‘false’ branch (when ‘fd >= 0’)...
gst-plugins-bad-1.26.10/ext/avtp/gstavtpcrfbase.c:206:29: branch_false: ...to here
gst-plugins-bad-1.26.10/ext/avtp/gstavtpcrfbase.c:207:6: branch_true: following ‘true’ branch (when ‘ifindex == 0’)...
gst-plugins-bad-1.26.10/ext/avtp/gstavtpcrfbase.c:209:5: branch_true: ...to here
gst-plugins-bad-1.26.10/ext/avtp/gstavtpcrfbase.c:258:3: throw: if ‘close’ throws an exception...
gst-plugins-bad-1.26.10/ext/avtp/gstavtpcrfbase.c:258:3: danger: ‘fd’ leaks here
#  256|   
#  257|   err:
#  258|->   close (fd);
#  259|     return res;
#  260|   }

Error: GCC_ANALYZER_WARNING (CWE-476): [#def5]
gst-plugins-bad-1.26.10/ext/avtp/gstavtpsink.c:298:3: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘cmsg’
gst-plugins-bad-1.26.10/ext/avtp/gstavtpsink.c:297:10: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/ext/avtp/gstavtpsink.c:298:3: branch_false: ...to here
gst-plugins-bad-1.26.10/ext/avtp/gstavtpsink.c:298:3: danger: dereference of NULL ‘cmsg’
#  296|   
#  297|     cmsg = CMSG_FIRSTHDR (msg);
#  298|->   cmsg->cmsg_level = SOL_SOCKET;
#  299|     cmsg->cmsg_type = SCM_TXTIME;
#  300|     cmsg->cmsg_len = CMSG_LEN (sizeof (__u64));

Error: GCC_ANALYZER_WARNING (CWE-476): [#def6]
gst-plugins-bad-1.26.10/ext/avtp/gstavtpsink.c:438:5: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘cmsg’
gst-plugins-bad-1.26.10/ext/avtp/gstavtpsink.c:423:7: branch_true: following ‘true’ branch...
gst-plugins-bad-1.26.10/ext/avtp/gstavtpsink.c:425:28: branch_true: ...to here
gst-plugins-bad-1.26.10/ext/avtp/gstavtpsink.c:425:28: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/ext/avtp/gstavtpsink.c:428:5: branch_false: ...to here
gst-plugins-bad-1.26.10/ext/avtp/gstavtpsink.c:428:5: branch_true: following ‘true’ branch...
gst-plugins-bad-1.26.10/ext/avtp/gstavtpsink.c:430:11: branch_true: ...to here
gst-plugins-bad-1.26.10/ext/avtp/gstavtpsink.c:438:5: danger: dereference of NULL ‘cmsg’
#  436|       base_time = gst_element_get_base_time (GST_ELEMENT (avtpsink));
#  437|       running_time = gst_avtp_sink_adjust_time (basesink, running_time);
#  438|->     *(__u64 *) CMSG_DATA (cmsg) = UTC_TO_TAI (base_time + running_time);
#  439|     }
#  440|   

Error: GCC_ANALYZER_WARNING (CWE-775): [#def7]
gst-plugins-bad-1.26.10/ext/avtp/gstavtpsrc.c:232:5: warning[-Wanalyzer-fd-leak]: leak of file descriptor ‘fd’
gst-plugins-bad-1.26.10/ext/avtp/gstavtpsrc.c:213:6: branch_false: following ‘false’ branch (when ‘index != 0’)...
gst-plugins-bad-1.26.10/ext/avtp/gstavtpsrc.c:219:8: branch_false: ...to here
gst-plugins-bad-1.26.10/ext/avtp/gstavtpsrc.c:219:8: acquire_resource: datagram socket created here
gst-plugins-bad-1.26.10/ext/avtp/gstavtpsrc.c:220:6: branch_false: following ‘false’ branch (when ‘fd >= 0’)...
gst-plugins-bad-1.26.10/ext/avtp/gstavtpsrc.c:226:3: branch_false: ...to here
gst-plugins-bad-1.26.10/ext/avtp/gstavtpsrc.c:231:6: branch_true: following ‘true’ branch (when ‘res < 0’)...
gst-plugins-bad-1.26.10/ext/avtp/gstavtpsrc.c:232:5: branch_true: ...to here
gst-plugins-bad-1.26.10/ext/avtp/gstavtpsrc.c:232:5: throw: if ‘_gst_element_error_printf’ throws an exception...
gst-plugins-bad-1.26.10/ext/avtp/gstavtpsrc.c:232:5: danger: ‘fd’ leaks here
#  230|     res = bind (fd, (struct sockaddr *) &sk_addr, sizeof (sk_addr));
#  231|     if (res < 0) {
#  232|->     GST_ELEMENT_ERROR (avtpsrc, RESOURCE, SETTINGS, (NULL),
#  233|           ("Failed to bind socket: %s", g_strerror (errno)));
#  234|       goto err;

Error: GCC_ANALYZER_WARNING (CWE-775): [#def8]
gst-plugins-bad-1.26.10/ext/avtp/gstavtpsrc.c:240:5: warning[-Wanalyzer-fd-leak]: leak of file descriptor ‘fd’
gst-plugins-bad-1.26.10/ext/avtp/gstavtpsrc.c:213:6: branch_false: following ‘false’ branch (when ‘index != 0’)...
gst-plugins-bad-1.26.10/ext/avtp/gstavtpsrc.c:219:8: branch_false: ...to here
gst-plugins-bad-1.26.10/ext/avtp/gstavtpsrc.c:219:8: acquire_resource: datagram socket created here
gst-plugins-bad-1.26.10/ext/avtp/gstavtpsrc.c:220:6: branch_false: following ‘false’ branch (when ‘fd >= 0’)...
gst-plugins-bad-1.26.10/ext/avtp/gstavtpsrc.c:226:3: branch_false: ...to here
gst-plugins-bad-1.26.10/ext/avtp/gstavtpsrc.c:231:6: branch_false: following ‘false’ branch (when ‘res >= 0’)...
gst-plugins-bad-1.26.10/ext/avtp/gstavtpsrc.c:237:17: branch_false: ...to here
gst-plugins-bad-1.26.10/ext/avtp/gstavtpsrc.c:239:6: branch_true: following ‘true’ branch (when ‘res != 6’)...
gst-plugins-bad-1.26.10/ext/avtp/gstavtpsrc.c:240:5: branch_true: ...to here
gst-plugins-bad-1.26.10/ext/avtp/gstavtpsrc.c:240:5: throw: if ‘_gst_element_error_printf’ throws an exception...
gst-plugins-bad-1.26.10/ext/avtp/gstavtpsrc.c:240:5: danger: ‘fd’ leaks here
#  238|         &addr[0], &addr[1], &addr[2], &addr[3], &addr[4], &addr[5]);
#  239|     if (res != 6) {
#  240|->     GST_ELEMENT_ERROR (avtpsrc, RESOURCE, SETTINGS, (NULL),
#  241|           ("Destination MAC address format not valid"));
#  242|       goto err;

Error: GCC_ANALYZER_WARNING (CWE-775): [#def9]
gst-plugins-bad-1.26.10/ext/avtp/gstavtpsrc.c:271:3: warning[-Wanalyzer-fd-leak]: leak of file descriptor ‘fd’
gst-plugins-bad-1.26.10/ext/avtp/gstavtpsrc.c:213:6: branch_false: following ‘false’ branch (when ‘index != 0’)...
gst-plugins-bad-1.26.10/ext/avtp/gstavtpsrc.c:219:8: branch_false: ...to here
gst-plugins-bad-1.26.10/ext/avtp/gstavtpsrc.c:219:8: acquire_resource: datagram socket created here
gst-plugins-bad-1.26.10/ext/avtp/gstavtpsrc.c:220:6: branch_false: following ‘false’ branch (when ‘fd >= 0’)...
gst-plugins-bad-1.26.10/ext/avtp/gstavtpsrc.c:226:3: branch_false: ...to here
gst-plugins-bad-1.26.10/ext/avtp/gstavtpsrc.c:231:6: branch_true: following ‘true’ branch (when ‘res < 0’)...
gst-plugins-bad-1.26.10/ext/avtp/gstavtpsrc.c:232:5: branch_true: ...to here
gst-plugins-bad-1.26.10/ext/avtp/gstavtpsrc.c:271:3: throw: if ‘close’ throws an exception...
gst-plugins-bad-1.26.10/ext/avtp/gstavtpsrc.c:271:3: danger: ‘fd’ leaks here
#  269|   
#  270|   err:
#  271|->   close (fd);
#  272|     return FALSE;
#  273|   }

Error: CPPCHECK_WARNING (CWE-457): [#def10]
gst-plugins-bad-1.26.10/ext/closedcaption/ccutils.c:698: warning[uninitvar]: Uninitialized variable: cea608_1_copy
#  696|     }
#  697|   
#  698|->   return push_internal (buf, cea608_1_copy, cea608_1_len, cea608_2_copy,
#  699|         cea608_2_len, cc_data_copy, cc_data_len);
#  700|   }

Error: CPPCHECK_WARNING (CWE-457): [#def11]
gst-plugins-bad-1.26.10/ext/closedcaption/ccutils.c:698: warning[uninitvar]: Uninitialized variable: cea608_2_copy
#  696|     }
#  697|   
#  698|->   return push_internal (buf, cea608_1_copy, cea608_1_len, cea608_2_copy,
#  699|         cea608_2_len, cc_data_copy, cc_data_len);
#  700|   }

Error: CPPCHECK_WARNING (CWE-457): [#def12]
gst-plugins-bad-1.26.10/ext/closedcaption/gstcccombiner.c:290: warning[uninitvar]: Uninitialized variable: field0_data
#  288|     }
#  289|   
#  290|->   return cc_buffer_push_separated (self->cc_buffer, field0_data, field0_len,
#  291|         field1_data, field1_len, NULL, 0);
#  292|   }

Error: CPPCHECK_WARNING (CWE-457): [#def13]
gst-plugins-bad-1.26.10/ext/closedcaption/gstcccombiner.c:291: warning[uninitvar]: Uninitialized variable: field1_data
#  289|   
#  290|     return cc_buffer_push_separated (self->cc_buffer, field0_data, field0_len,
#  291|->       field1_data, field1_len, NULL, 0);
#  292|   }
#  293|   

Error: CPPCHECK_WARNING (CWE-457): [#def14]
gst-plugins-bad-1.26.10/ext/closedcaption/gstccconverter.c:1043: warning[uninitvar]: Uninitialized variable: cea608_1
# 1041|       gst_buffer_unmap (inbuf, &in);
# 1042|   
# 1043|->     cc_buffer_push_separated (self->cc_buffer, cea608_1, cea608_1_len,
# 1044|           cea608_2, cea608_2_len, NULL, 0);
# 1045|       self->input_frames++;

Error: CPPCHECK_WARNING (CWE-457): [#def15]
gst-plugins-bad-1.26.10/ext/closedcaption/gstccconverter.c:1044: warning[uninitvar]: Uninitialized variable: cea608_2
# 1042|   
# 1043|       cc_buffer_push_separated (self->cc_buffer, cea608_1, cea608_1_len,
# 1044|->         cea608_2, cea608_2_len, NULL, 0);
# 1045|       self->input_frames++;
# 1046|     }

Error: COMPILER_WARNING (CWE-9001): [#def16]
gst-plugins-bad-1.26.10/ext/curl/gstcurlftpsink.c: scope_hint: In function ‘set_ftp_options_unlocked’
gst-plugins-bad-1.26.10/ext/curl/gstcurlftpsink.c:289:13: warning[-Wattribute-warning]: call to ‘Wcurl_easy_setopt_err_long’ declared with attribute warning: curl_easy_setopt expects a long argument
#  289 |       res = curl_easy_setopt (basesink->curl, CURLOPT_FTP_USE_EPSV, 0);
#      |             ^
#  287|       if (!sink->epsv_mode) {
#  288|         /* send only plain PASV command */
#  289|->       res = curl_easy_setopt (basesink->curl, CURLOPT_FTP_USE_EPSV, 0);
#  290|         if (res != CURLE_OK) {
#  291|           basesink->error =

Error: COMPILER_WARNING (CWE-9001): [#def17]
gst-plugins-bad-1.26.10/ext/curl/gstcurlsshsink.c: scope_hint: In function ‘gst_curl_ssh_sink_set_options_unlocked’
gst-plugins-bad-1.26.10/ext/curl/gstcurlsshsink.c:415:21: warning[-Wattribute-warning]: call to ‘Wcurl_easy_setopt_err_long’ declared with attribute warning: curl_easy_setopt expects a long argument
#  415 |     if ((curl_err = curl_easy_setopt (bcsink->curl, CURLOPT_SSH_AUTH_TYPES,
#      |                     ^
#  413|   
#  414|       /* set the SSH_AUTH_TYPE */
#  415|->     if ((curl_err = curl_easy_setopt (bcsink->curl, CURLOPT_SSH_AUTH_TYPES,
#  416|                   sink->ssh_auth_type)) != CURLE_OK) {
#  417|         bcsink->error = g_strdup_printf ("failed to set authentication type: %s",

Error: GCC_ANALYZER_WARNING (CWE-476): [#def18]
gst-plugins-bad-1.26.10/ext/dash/gstmpdclient.c:792:11: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘0’
gst-plugins-bad-1.26.10/ext/dash/gstmpdclient.c:777:1: enter_function: entry to ‘gst_mpd_client_get_segment_end_time’
gst-plugins-bad-1.26.10/ext/dash/gstmpdclient.c:791:21: call_function: calling ‘gst_mpd_client_get_stream_period’ from ‘gst_mpd_client_get_segment_end_time’
gst-plugins-bad-1.26.10/ext/dash/gstmpdclient.c:791:21: return_function: returning to ‘gst_mpd_client_get_segment_end_time’ from ‘gst_mpd_client_get_stream_period’
gst-plugins-bad-1.26.10/ext/dash/gstmpdclient.c:792:11: danger: dereference of NULL ‘gst_mpd_client_get_stream_period(client)’
#  790|     } else {
#  791|       stream_period = gst_mpd_client_get_stream_period (client);
#  792|->     end = stream_period->start + stream_period->duration;
#  793|     }
#  794|     return end;

Error: GCC_ANALYZER_WARNING (CWE-476): [#def19]
gst-plugins-bad-1.26.10/ext/dash/gstmpdclient.c:1866:11: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘0’
gst-plugins-bad-1.26.10/ext/dash/gstmpdclient.c:1852:1: enter_function: entry to ‘gst_mpd_client_get_last_fragment_timestamp_end’
gst-plugins-bad-1.26.10/ext/dash/gstmpdclient.c:1862:3: branch_true: following ‘true’ branch...
gst-plugins-bad-1.26.10/ext/dash/gstmpdclient.c:1864:8: branch_true: ...to here
gst-plugins-bad-1.26.10/ext/dash/gstmpdclient.c:1864:6: branch_true: following ‘true’ branch...
gst-plugins-bad-1.26.10/ext/dash/gstmpdclient.c:1865:21: branch_true: ...to here
gst-plugins-bad-1.26.10/ext/dash/gstmpdclient.c:1865:21: call_function: calling ‘gst_mpd_client_get_stream_period’ from ‘gst_mpd_client_get_last_fragment_timestamp_end’
gst-plugins-bad-1.26.10/ext/dash/gstmpdclient.c:1865:21: return_function: returning to ‘gst_mpd_client_get_last_fragment_timestamp_end’ from ‘gst_mpd_client_get_stream_period’
gst-plugins-bad-1.26.10/ext/dash/gstmpdclient.c:1866:11: danger: dereference of NULL ‘gst_mpd_client_get_stream_period(client)’
# 1864|     if (!stream->segments) {
# 1865|       stream_period = gst_mpd_client_get_stream_period (client);
# 1866|->     *ts = stream_period->start + stream_period->duration;
# 1867|     } else {
# 1868|       segment_idx = gst_mpd_client_get_segments_counts (client, stream) - 1;

Error: GCC_ANALYZER_WARNING (CWE-476): [#def20]
gst-plugins-bad-1.26.10/ext/dash/gstmpdclient.c:1886:13: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘0’
gst-plugins-bad-1.26.10/ext/dash/gstmpdclient.c:1852:1: enter_function: entry to ‘gst_mpd_client_get_last_fragment_timestamp_end’
gst-plugins-bad-1.26.10/ext/dash/gstmpdclient.c:1862:3: branch_true: following ‘true’ branch...
gst-plugins-bad-1.26.10/ext/dash/gstmpdclient.c:1864:8: branch_true: ...to here
gst-plugins-bad-1.26.10/ext/dash/gstmpdclient.c:1864:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/ext/dash/gstmpdclient.c:1868:19: branch_false: ...to here
gst-plugins-bad-1.26.10/ext/dash/gstmpdclient.c:1868:19: call_function: calling ‘gst_mpd_client_get_segments_counts’ from ‘gst_mpd_client_get_last_fragment_timestamp_end’
gst-plugins-bad-1.26.10/ext/dash/gstmpdclient.c:1868:19: return_function: returning to ‘gst_mpd_client_get_last_fragment_timestamp_end’ from ‘gst_mpd_client_get_segments_counts’
gst-plugins-bad-1.26.10/ext/dash/gstmpdclient.c:1869:8: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/ext/dash/gstmpdclient.c:1874:20: branch_false: ...to here
gst-plugins-bad-1.26.10/ext/dash/gstmpdclient.c:1876:8: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/ext/dash/gstmpdclient.c:1885:23: branch_false: ...to here
gst-plugins-bad-1.26.10/ext/dash/gstmpdclient.c:1885:23: call_function: calling ‘gst_mpd_client_get_stream_period’ from ‘gst_mpd_client_get_last_fragment_timestamp_end’
gst-plugins-bad-1.26.10/ext/dash/gstmpdclient.c:1885:23: return_function: returning to ‘gst_mpd_client_get_last_fragment_timestamp_end’ from ‘gst_mpd_client_get_stream_period’
gst-plugins-bad-1.26.10/ext/dash/gstmpdclient.c:1886:13: danger: dereference of NULL ‘gst_mpd_client_get_stream_period(client)’
# 1884|          * start of the next segment, if any. */
# 1885|         stream_period = gst_mpd_client_get_stream_period (client);
# 1886|->       *ts = stream_period->start + stream_period->duration;
# 1887|       }
# 1888|     }

Error: GCC_ANALYZER_WARNING (CWE-476): [#def21]
gst-plugins-bad-1.26.10/ext/dash/gstmpdclient.c:2643:7: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘0’
gst-plugins-bad-1.26.10/ext/dash/gstmpdclient.c:2630:1: enter_function: entry to ‘gst_mpd_client_get_segments_counts’
gst-plugins-bad-1.26.10/ext/dash/gstmpdclient.c:2642:19: call_function: calling ‘gst_mpd_client_get_stream_period’ from ‘gst_mpd_client_get_segments_counts’
gst-plugins-bad-1.26.10/ext/dash/gstmpdclient.c:2642:19: return_function: returning to ‘gst_mpd_client_get_segments_counts’ from ‘gst_mpd_client_get_stream_period’
gst-plugins-bad-1.26.10/ext/dash/gstmpdclient.c:2643:7: danger: dereference of NULL ‘gst_mpd_client_get_stream_period(client)’
# 2641|   
# 2642|     stream_period = gst_mpd_client_get_stream_period (client);
# 2643|->   if (stream_period->duration != -1)
# 2644|       return gst_util_uint64_scale_ceil (stream_period->duration, 1,
# 2645|           gst_mpd_client_get_segment_duration (client, stream, NULL));

Error: GCC_ANALYZER_WARNING (CWE-404): [#def22]
gst-plugins-bad-1.26.10/ext/dash/gstmpdclient.c:3134:3: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
gst-plugins-bad-1.26.10/ext/dash/gstmpdclient.c:3128:3: branch_true: following ‘true’ branch (when ‘client’ is non-NULL)...
gst-plugins-bad-1.26.10/ext/dash/gstmpdclient.c:3130:8: branch_true: ...to here
gst-plugins-bad-1.26.10/ext/dash/gstmpdclient.c:3130:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/ext/dash/gstmpdclient.c:3133:3: branch_false: ...to here
gst-plugins-bad-1.26.10/ext/dash/gstmpdclient.c:3133:3: acquire_resource: ‘va_start’ called here
gst-plugins-bad-1.26.10/ext/dash/gstmpdclient.c:3134:3: throw: if ‘g_object_set_valist’ throws an exception...
gst-plugins-bad-1.26.10/ext/dash/gstmpdclient.c:3134:3: danger: missing call to ‘va_end’ to match ‘va_start’ at [(5)](sarif:/runs/0/results/4/codeFlows/0/threadFlows/0/locations/4)
# 3132|   
# 3133|     va_start (myargs, property_name);
# 3134|->   g_object_set_valist (G_OBJECT (client->mpd_root_node), property_name, myargs);
# 3135|     va_end (myargs);
# 3136|   

Error: GCC_ANALYZER_WARNING (CWE-404): [#def23]
gst-plugins-bad-1.26.10/ext/dash/gstmpdclient.c:3152:18: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
gst-plugins-bad-1.26.10/ext/dash/gstmpdclient.c:3147:3: branch_true: following ‘true’ branch (when ‘client’ is non-NULL)...
gst-plugins-bad-1.26.10/ext/dash/gstmpdclient.c:3148:3: branch_true: ...to here
gst-plugins-bad-1.26.10/ext/dash/gstmpdclient.c:3148:3: branch_true: following ‘true’ branch...
gst-plugins-bad-1.26.10/ext/dash/gstmpdclient.c:3150:3: branch_true: ...to here
gst-plugins-bad-1.26.10/ext/dash/gstmpdclient.c:3150:3: acquire_resource: ‘va_start’ called here
gst-plugins-bad-1.26.10/ext/dash/gstmpdclient.c:3152:18: throw: if ‘gst_mpd_baseurl_node_new’ throws an exception...
gst-plugins-bad-1.26.10/ext/dash/gstmpdclient.c:3152:18: danger: missing call to ‘va_end’ to match ‘va_start’ at [(5)](sarif:/runs/0/results/5/codeFlows/0/threadFlows/0/locations/4)
# 3150|     va_start (myargs, property_name);
# 3151|   
# 3152|->   baseurl_node = gst_mpd_baseurl_node_new ();
# 3153|     g_object_set_valist (G_OBJECT (baseurl_node), property_name, myargs);
# 3154|     client->mpd_root_node->BaseURLs =

Error: GCC_ANALYZER_WARNING (CWE-404): [#def24]
gst-plugins-bad-1.26.10/ext/dash/gstmpdclient.c:3153:3: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
gst-plugins-bad-1.26.10/ext/dash/gstmpdclient.c:3147:3: branch_true: following ‘true’ branch (when ‘client’ is non-NULL)...
gst-plugins-bad-1.26.10/ext/dash/gstmpdclient.c:3148:3: branch_true: ...to here
gst-plugins-bad-1.26.10/ext/dash/gstmpdclient.c:3148:3: branch_true: following ‘true’ branch...
gst-plugins-bad-1.26.10/ext/dash/gstmpdclient.c:3150:3: branch_true: ...to here
gst-plugins-bad-1.26.10/ext/dash/gstmpdclient.c:3150:3: acquire_resource: ‘va_start’ called here
gst-plugins-bad-1.26.10/ext/dash/gstmpdclient.c:3153:3: throw: if ‘g_object_set_valist’ throws an exception...
gst-plugins-bad-1.26.10/ext/dash/gstmpdclient.c:3153:3: danger: missing call to ‘va_end’ to match ‘va_start’ at [(5)](sarif:/runs/0/results/6/codeFlows/0/threadFlows/0/locations/4)
# 3151|   
# 3152|     baseurl_node = gst_mpd_baseurl_node_new ();
# 3153|->   g_object_set_valist (G_OBJECT (baseurl_node), property_name, myargs);
# 3154|     client->mpd_root_node->BaseURLs =
# 3155|         g_list_append (client->mpd_root_node->BaseURLs, baseurl_node);

Error: GCC_ANALYZER_WARNING (CWE-404): [#def25]
gst-plugins-bad-1.26.10/ext/dash/gstmpdclient.c:3188:3: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
gst-plugins-bad-1.26.10/ext/dash/gstmpdclient.c:3169:3: branch_true: following ‘true’ branch (when ‘client’ is non-NULL)...
gst-plugins-bad-1.26.10/ext/dash/gstmpdclient.c:3170:3: branch_true: ...to here
gst-plugins-bad-1.26.10/ext/dash/gstmpdclient.c:3170:3: branch_true: following ‘true’ branch...
gst-plugins-bad-1.26.10/ext/dash/gstmpdclient.c:3173:28: branch_true: ...to here
gst-plugins-bad-1.26.10/ext/dash/gstmpdclient.c:3187:3: acquire_resource: ‘va_start’ called here
gst-plugins-bad-1.26.10/ext/dash/gstmpdclient.c:3188:3: throw: if ‘g_object_set_valist’ throws an exception...
gst-plugins-bad-1.26.10/ext/dash/gstmpdclient.c:3188:3: danger: missing call to ‘va_end’ to match ‘va_start’ at [(5)](sarif:/runs/0/results/7/codeFlows/0/threadFlows/0/locations/4)
# 3186|   
# 3187|     va_start (myargs, property_name);
# 3188|->   g_object_set_valist (G_OBJECT (period_node), property_name, myargs);
# 3189|     va_end (myargs);
# 3190|   

Error: GCC_ANALYZER_WARNING (CWE-404): [#def26]
gst-plugins-bad-1.26.10/ext/dash/gstmpdclient.c:3229:3: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
gst-plugins-bad-1.26.10/ext/dash/gstmpdclient.c:3196:1: enter_function: entry to ‘gst_mpd_client_set_adaptation_set_node’
gst-plugins-bad-1.26.10/ext/dash/gstmpdclient.c:3204:3: branch_true: following ‘true’ branch (when ‘client’ is non-NULL)...
gst-plugins-bad-1.26.10/ext/dash/gstmpdclient.c:3205:3: branch_true: ...to here
gst-plugins-bad-1.26.10/ext/dash/gstmpdclient.c:3205:3: branch_true: following ‘true’ branch...
gst-plugins-bad-1.26.10/ext/dash/gstmpdclient.c:3208:28: branch_true: ...to here
gst-plugins-bad-1.26.10/ext/dash/gstmpdclient.c:3208:28: call_function: calling ‘gst_mpd_client_get_period_with_id’ from ‘gst_mpd_client_set_adaptation_set_node’
gst-plugins-bad-1.26.10/ext/dash/gstmpdclient.c:3208:28: return_function: returning to ‘gst_mpd_client_set_adaptation_set_node’ from ‘gst_mpd_client_get_period_with_id’
gst-plugins-bad-1.26.10/ext/dash/gstmpdclient.c:3210:3: branch_true: following ‘true’ branch...
gst-plugins-bad-1.26.10/ext/dash/gstmpdclient.c:3212:36: branch_true: ...to here
gst-plugins-bad-1.26.10/ext/dash/gstmpdclient.c:3228:3: acquire_resource: ‘va_start’ called here
gst-plugins-bad-1.26.10/ext/dash/gstmpdclient.c:3229:3: throw: if ‘g_object_set_valist’ throws an exception...
gst-plugins-bad-1.26.10/ext/dash/gstmpdclient.c:3229:3: danger: missing call to ‘va_end’ to match ‘va_start’ at [(13)](sarif:/runs/0/results/8/codeFlows/0/threadFlows/0/locations/12)
# 3227|   
# 3228|     va_start (myargs, property_name);
# 3229|->   g_object_set_valist (G_OBJECT (adap_node), property_name, myargs);
# 3230|     va_end (myargs);
# 3231|   

Error: GCC_ANALYZER_WARNING (CWE-476): [#def27]
gst-plugins-bad-1.26.10/ext/dash/gstmpdclient.c:3253:36: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘0’
gst-plugins-bad-1.26.10/ext/dash/gstmpdclient.c:3246:3: branch_true: following ‘true’ branch (when ‘client’ is non-NULL)...
gst-plugins-bad-1.26.10/ext/dash/gstmpdclient.c:3247:3: branch_true: ...to here
gst-plugins-bad-1.26.10/ext/dash/gstmpdclient.c:3247:3: branch_true: following ‘true’ branch...
gst-plugins-bad-1.26.10/ext/dash/gstmpdclient.c:3250:28: branch_true: ...to here
gst-plugins-bad-1.26.10/ext/dash/gstmpdclient.c:3253:36: danger: dereference of NULL ‘gst_mpd_client_get_period_with_id(*client_16(D)->mpd_root_node.Periods,  period_id)’
# 3251|         (client->mpd_root_node->Periods, period_id));
# 3252|     adap_set_node =
# 3253|->       GST_MPD_ADAPTATION_SET_NODE (gst_mpd_client_get_adaptation_set_with_id
# 3254|         (period_node->AdaptationSets, adaptation_set_id));
# 3255|     g_return_val_if_fail (adap_set_node != NULL, NULL);

Error: GCC_ANALYZER_WARNING (CWE-404): [#def28]
gst-plugins-bad-1.26.10/ext/dash/gstmpdclient.c:3275:3: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
gst-plugins-bad-1.26.10/ext/dash/gstmpdclient.c:3237:1: enter_function: entry to ‘gst_mpd_client_set_representation_node’
gst-plugins-bad-1.26.10/ext/dash/gstmpdclient.c:3246:3: branch_true: following ‘true’ branch (when ‘client’ is non-NULL)...
gst-plugins-bad-1.26.10/ext/dash/gstmpdclient.c:3247:3: branch_true: ...to here
gst-plugins-bad-1.26.10/ext/dash/gstmpdclient.c:3247:3: branch_true: following ‘true’ branch...
gst-plugins-bad-1.26.10/ext/dash/gstmpdclient.c:3250:28: branch_true: ...to here
gst-plugins-bad-1.26.10/ext/dash/gstmpdclient.c:3250:28: call_function: calling ‘gst_mpd_client_get_period_with_id’ from ‘gst_mpd_client_set_representation_node’
gst-plugins-bad-1.26.10/ext/dash/gstmpdclient.c:3250:28: return_function: returning to ‘gst_mpd_client_set_representation_node’ from ‘gst_mpd_client_get_period_with_id’
gst-plugins-bad-1.26.10/ext/dash/gstmpdclient.c:3253:36: call_function: calling ‘gst_mpd_client_get_adaptation_set_with_id’ from ‘gst_mpd_client_set_representation_node’
gst-plugins-bad-1.26.10/ext/dash/gstmpdclient.c:3253:36: return_function: returning to ‘gst_mpd_client_set_representation_node’ from ‘gst_mpd_client_get_adaptation_set_with_id’
gst-plugins-bad-1.26.10/ext/dash/gstmpdclient.c:3255:3: branch_true: following ‘true’ branch...
gst-plugins-bad-1.26.10/ext/dash/gstmpdclient.c:3257:7: branch_true: ...to here
gst-plugins-bad-1.26.10/ext/dash/gstmpdclient.c:3274:3: acquire_resource: ‘va_start’ called here
gst-plugins-bad-1.26.10/ext/dash/gstmpdclient.c:3275:3: throw: if ‘g_object_set_valist’ throws an exception...
gst-plugins-bad-1.26.10/ext/dash/gstmpdclient.c:3275:3: danger: missing call to ‘va_end’ to match ‘va_start’ at [(18)](sarif:/runs/0/results/10/codeFlows/0/threadFlows/0/locations/17)
# 3273|   
# 3274|     va_start (myargs, property_name);
# 3275|->   g_object_set_valist (G_OBJECT (rep_node), property_name, myargs);
# 3276|     va_end (myargs);
# 3277|   

Error: GCC_ANALYZER_WARNING (CWE-476): [#def29]
gst-plugins-bad-1.26.10/ext/dash/gstmpdclient.c:3299:36: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘0’
gst-plugins-bad-1.26.10/ext/dash/gstmpdclient.c:3292:3: branch_true: following ‘true’ branch (when ‘client’ is non-NULL)...
gst-plugins-bad-1.26.10/ext/dash/gstmpdclient.c:3293:3: branch_true: ...to here
gst-plugins-bad-1.26.10/ext/dash/gstmpdclient.c:3293:3: branch_true: following ‘true’ branch...
gst-plugins-bad-1.26.10/ext/dash/gstmpdclient.c:3296:28: branch_true: ...to here
gst-plugins-bad-1.26.10/ext/dash/gstmpdclient.c:3299:36: danger: dereference of NULL ‘gst_mpd_client_get_period_with_id(*client_10(D)->mpd_root_node.Periods,  period_id)’
# 3297|         (client->mpd_root_node->Periods, period_id));
# 3298|     adaptation_set =
# 3299|->       GST_MPD_ADAPTATION_SET_NODE (gst_mpd_client_get_adaptation_set_with_id
# 3300|         (period->AdaptationSets, adap_set_id));
# 3301|     g_return_val_if_fail (adaptation_set != NULL, FALSE);

Error: GCC_ANALYZER_WARNING (CWE-476): [#def30]
gst-plugins-bad-1.26.10/ext/dash/gstmpdclient.c:3306:8: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘0’
gst-plugins-bad-1.26.10/ext/dash/gstmpdclient.c:3283:1: enter_function: entry to ‘gst_mpd_client_set_segment_list’
gst-plugins-bad-1.26.10/ext/dash/gstmpdclient.c:3292:3: branch_true: following ‘true’ branch (when ‘client’ is non-NULL)...
gst-plugins-bad-1.26.10/ext/dash/gstmpdclient.c:3293:3: branch_true: ...to here
gst-plugins-bad-1.26.10/ext/dash/gstmpdclient.c:3293:3: branch_true: following ‘true’ branch...
gst-plugins-bad-1.26.10/ext/dash/gstmpdclient.c:3296:28: branch_true: ...to here
gst-plugins-bad-1.26.10/ext/dash/gstmpdclient.c:3296:28: call_function: calling ‘gst_mpd_client_get_period_with_id’ from ‘gst_mpd_client_set_segment_list’
gst-plugins-bad-1.26.10/ext/dash/gstmpdclient.c:3296:28: return_function: returning to ‘gst_mpd_client_set_segment_list’ from ‘gst_mpd_client_get_period_with_id’
gst-plugins-bad-1.26.10/ext/dash/gstmpdclient.c:3299:36: call_function: calling ‘gst_mpd_client_get_adaptation_set_with_id’ from ‘gst_mpd_client_set_segment_list’
gst-plugins-bad-1.26.10/ext/dash/gstmpdclient.c:3299:36: return_function: returning to ‘gst_mpd_client_set_segment_list’ from ‘gst_mpd_client_get_adaptation_set_with_id’
gst-plugins-bad-1.26.10/ext/dash/gstmpdclient.c:3301:3: branch_true: following ‘true’ branch...
gst-plugins-bad-1.26.10/ext/dash/gstmpdclient.c:3304:7: branch_true: ...to here
gst-plugins-bad-1.26.10/ext/dash/gstmpdclient.c:3306:8: danger: dereference of NULL ‘gst_mpd_client_get_representation_with_id(*(GstMPDAdaptationSetNode *)<unknown>.Representations,  rep_id)’
# 3304|         gst_mpd_client_get_representation_with_id
# 3305|         (adaptation_set->Representations, rep_id);
# 3306|->   if (!representation->SegmentList) {
# 3307|       representation->SegmentList = gst_mpd_segment_list_node_new ();
# 3308|     }

Error: GCC_ANALYZER_WARNING (CWE-404): [#def31]
gst-plugins-bad-1.26.10/ext/dash/gstmpdclient.c:3311:3: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
gst-plugins-bad-1.26.10/ext/dash/gstmpdclient.c:3283:1: enter_function: entry to ‘gst_mpd_client_set_segment_list’
gst-plugins-bad-1.26.10/ext/dash/gstmpdclient.c:3292:3: branch_true: following ‘true’ branch (when ‘client’ is non-NULL)...
gst-plugins-bad-1.26.10/ext/dash/gstmpdclient.c:3293:3: branch_true: ...to here
gst-plugins-bad-1.26.10/ext/dash/gstmpdclient.c:3293:3: branch_true: following ‘true’ branch...
gst-plugins-bad-1.26.10/ext/dash/gstmpdclient.c:3296:28: branch_true: ...to here
gst-plugins-bad-1.26.10/ext/dash/gstmpdclient.c:3296:28: call_function: calling ‘gst_mpd_client_get_period_with_id’ from ‘gst_mpd_client_set_segment_list’
gst-plugins-bad-1.26.10/ext/dash/gstmpdclient.c:3296:28: return_function: returning to ‘gst_mpd_client_set_segment_list’ from ‘gst_mpd_client_get_period_with_id’
gst-plugins-bad-1.26.10/ext/dash/gstmpdclient.c:3299:36: call_function: calling ‘gst_mpd_client_get_adaptation_set_with_id’ from ‘gst_mpd_client_set_segment_list’
gst-plugins-bad-1.26.10/ext/dash/gstmpdclient.c:3299:36: return_function: returning to ‘gst_mpd_client_set_segment_list’ from ‘gst_mpd_client_get_adaptation_set_with_id’
gst-plugins-bad-1.26.10/ext/dash/gstmpdclient.c:3301:3: branch_true: following ‘true’ branch...
gst-plugins-bad-1.26.10/ext/dash/gstmpdclient.c:3304:7: branch_true: ...to here
gst-plugins-bad-1.26.10/ext/dash/gstmpdclient.c:3304:7: call_function: calling ‘gst_mpd_client_get_representation_with_id’ from ‘gst_mpd_client_set_segment_list’
gst-plugins-bad-1.26.10/ext/dash/gstmpdclient.c:3304:7: return_function: returning to ‘gst_mpd_client_set_segment_list’ from ‘gst_mpd_client_get_representation_with_id’
gst-plugins-bad-1.26.10/ext/dash/gstmpdclient.c:3310:3: acquire_resource: ‘va_start’ called here
gst-plugins-bad-1.26.10/ext/dash/gstmpdclient.c:3311:3: throw: if ‘g_object_set_valist’ throws an exception...
gst-plugins-bad-1.26.10/ext/dash/gstmpdclient.c:3311:3: danger: missing call to ‘va_end’ to match ‘va_start’ at [(23)](sarif:/runs/0/results/13/codeFlows/0/threadFlows/0/locations/22)
# 3309|   
# 3310|     va_start (myargs, property_name);
# 3311|->   g_object_set_valist (G_OBJECT (representation->SegmentList), property_name,
# 3312|         myargs);
# 3313|     va_end (myargs);

Error: GCC_ANALYZER_WARNING (CWE-476): [#def32]
gst-plugins-bad-1.26.10/ext/dash/gstmpdclient.c:3336:36: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘0’
gst-plugins-bad-1.26.10/ext/dash/gstmpdclient.c:3329:3: branch_true: following ‘true’ branch (when ‘client’ is non-NULL)...
gst-plugins-bad-1.26.10/ext/dash/gstmpdclient.c:3330:3: branch_true: ...to here
gst-plugins-bad-1.26.10/ext/dash/gstmpdclient.c:3330:3: branch_true: following ‘true’ branch...
gst-plugins-bad-1.26.10/ext/dash/gstmpdclient.c:3333:28: branch_true: ...to here
gst-plugins-bad-1.26.10/ext/dash/gstmpdclient.c:3336:36: danger: dereference of NULL ‘gst_mpd_client_get_period_with_id(*client_10(D)->mpd_root_node.Periods,  period_id)’
# 3334|         (client->mpd_root_node->Periods, period_id));
# 3335|     adaptation_set =
# 3336|->       GST_MPD_ADAPTATION_SET_NODE (gst_mpd_client_get_adaptation_set_with_id
# 3337|         (period->AdaptationSets, adap_set_id));
# 3338|     g_return_val_if_fail (adaptation_set != NULL, FALSE);

Error: GCC_ANALYZER_WARNING (CWE-476): [#def33]
gst-plugins-bad-1.26.10/ext/dash/gstmpdclient.c:3343:8: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘0’
gst-plugins-bad-1.26.10/ext/dash/gstmpdclient.c:3320:1: enter_function: entry to ‘gst_mpd_client_set_segment_template’
gst-plugins-bad-1.26.10/ext/dash/gstmpdclient.c:3329:3: branch_true: following ‘true’ branch (when ‘client’ is non-NULL)...
gst-plugins-bad-1.26.10/ext/dash/gstmpdclient.c:3330:3: branch_true: ...to here
gst-plugins-bad-1.26.10/ext/dash/gstmpdclient.c:3330:3: branch_true: following ‘true’ branch...
gst-plugins-bad-1.26.10/ext/dash/gstmpdclient.c:3333:28: branch_true: ...to here
gst-plugins-bad-1.26.10/ext/dash/gstmpdclient.c:3333:28: call_function: calling ‘gst_mpd_client_get_period_with_id’ from ‘gst_mpd_client_set_segment_template’
gst-plugins-bad-1.26.10/ext/dash/gstmpdclient.c:3333:28: return_function: returning to ‘gst_mpd_client_set_segment_template’ from ‘gst_mpd_client_get_period_with_id’
gst-plugins-bad-1.26.10/ext/dash/gstmpdclient.c:3336:36: call_function: calling ‘gst_mpd_client_get_adaptation_set_with_id’ from ‘gst_mpd_client_set_segment_template’
gst-plugins-bad-1.26.10/ext/dash/gstmpdclient.c:3336:36: return_function: returning to ‘gst_mpd_client_set_segment_template’ from ‘gst_mpd_client_get_adaptation_set_with_id’
gst-plugins-bad-1.26.10/ext/dash/gstmpdclient.c:3338:3: branch_true: following ‘true’ branch...
gst-plugins-bad-1.26.10/ext/dash/gstmpdclient.c:3341:7: branch_true: ...to here
gst-plugins-bad-1.26.10/ext/dash/gstmpdclient.c:3343:8: danger: dereference of NULL ‘gst_mpd_client_get_representation_with_id(*(GstMPDAdaptationSetNode *)<unknown>.Representations,  rep_id)’
# 3341|         gst_mpd_client_get_representation_with_id
# 3342|         (adaptation_set->Representations, rep_id);
# 3343|->   if (!representation->SegmentTemplate) {
# 3344|       representation->SegmentTemplate = gst_mpd_segment_template_node_new ();
# 3345|     }

Error: GCC_ANALYZER_WARNING (CWE-404): [#def34]
gst-plugins-bad-1.26.10/ext/dash/gstmpdclient.c:3348:3: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
gst-plugins-bad-1.26.10/ext/dash/gstmpdclient.c:3320:1: enter_function: entry to ‘gst_mpd_client_set_segment_template’
gst-plugins-bad-1.26.10/ext/dash/gstmpdclient.c:3329:3: branch_true: following ‘true’ branch (when ‘client’ is non-NULL)...
gst-plugins-bad-1.26.10/ext/dash/gstmpdclient.c:3330:3: branch_true: ...to here
gst-plugins-bad-1.26.10/ext/dash/gstmpdclient.c:3330:3: branch_true: following ‘true’ branch...
gst-plugins-bad-1.26.10/ext/dash/gstmpdclient.c:3333:28: branch_true: ...to here
gst-plugins-bad-1.26.10/ext/dash/gstmpdclient.c:3333:28: call_function: calling ‘gst_mpd_client_get_period_with_id’ from ‘gst_mpd_client_set_segment_template’
gst-plugins-bad-1.26.10/ext/dash/gstmpdclient.c:3333:28: return_function: returning to ‘gst_mpd_client_set_segment_template’ from ‘gst_mpd_client_get_period_with_id’
gst-plugins-bad-1.26.10/ext/dash/gstmpdclient.c:3336:36: call_function: calling ‘gst_mpd_client_get_adaptation_set_with_id’ from ‘gst_mpd_client_set_segment_template’
gst-plugins-bad-1.26.10/ext/dash/gstmpdclient.c:3336:36: return_function: returning to ‘gst_mpd_client_set_segment_template’ from ‘gst_mpd_client_get_adaptation_set_with_id’
gst-plugins-bad-1.26.10/ext/dash/gstmpdclient.c:3338:3: branch_true: following ‘true’ branch...
gst-plugins-bad-1.26.10/ext/dash/gstmpdclient.c:3341:7: branch_true: ...to here
gst-plugins-bad-1.26.10/ext/dash/gstmpdclient.c:3341:7: call_function: calling ‘gst_mpd_client_get_representation_with_id’ from ‘gst_mpd_client_set_segment_template’
gst-plugins-bad-1.26.10/ext/dash/gstmpdclient.c:3341:7: return_function: returning to ‘gst_mpd_client_set_segment_template’ from ‘gst_mpd_client_get_representation_with_id’
gst-plugins-bad-1.26.10/ext/dash/gstmpdclient.c:3347:3: acquire_resource: ‘va_start’ called here
gst-plugins-bad-1.26.10/ext/dash/gstmpdclient.c:3348:3: throw: if ‘g_object_set_valist’ throws an exception...
gst-plugins-bad-1.26.10/ext/dash/gstmpdclient.c:3348:3: danger: missing call to ‘va_end’ to match ‘va_start’ at [(23)](sarif:/runs/0/results/16/codeFlows/0/threadFlows/0/locations/22)
# 3346|   
# 3347|     va_start (myargs, property_name);
# 3348|->   g_object_set_valist (G_OBJECT (representation->SegmentTemplate),
# 3349|         property_name, myargs);
# 3350|     va_end (myargs);

Error: GCC_ANALYZER_WARNING (CWE-476): [#def35]
gst-plugins-bad-1.26.10/ext/dash/gstmpdclient.c:3375:36: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘0’
gst-plugins-bad-1.26.10/ext/dash/gstmpdclient.c:3368:3: branch_true: following ‘true’ branch (when ‘client’ is non-NULL)...
gst-plugins-bad-1.26.10/ext/dash/gstmpdclient.c:3369:3: branch_true: ...to here
gst-plugins-bad-1.26.10/ext/dash/gstmpdclient.c:3369:3: branch_true: following ‘true’ branch...
gst-plugins-bad-1.26.10/ext/dash/gstmpdclient.c:3372:28: branch_true: ...to here
gst-plugins-bad-1.26.10/ext/dash/gstmpdclient.c:3375:36: danger: dereference of NULL ‘gst_mpd_client_get_period_with_id(*client_18(D)->mpd_root_node.Periods,  period_id)’
# 3373|         (client->mpd_root_node->Periods, period_id));
# 3374|     adaptation_set =
# 3375|->       GST_MPD_ADAPTATION_SET_NODE (gst_mpd_client_get_adaptation_set_with_id
# 3376|         (period->AdaptationSets, adap_set_id));
# 3377|     g_return_val_if_fail (adaptation_set != NULL, FALSE);

Error: GCC_ANALYZER_WARNING (CWE-476): [#def36]
gst-plugins-bad-1.26.10/ext/dash/gstmpdclient.c:3383:8: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘0’
gst-plugins-bad-1.26.10/ext/dash/gstmpdclient.c:3357:1: enter_function: entry to ‘gst_mpd_client_add_segment_url’
gst-plugins-bad-1.26.10/ext/dash/gstmpdclient.c:3368:3: branch_true: following ‘true’ branch (when ‘client’ is non-NULL)...
gst-plugins-bad-1.26.10/ext/dash/gstmpdclient.c:3369:3: branch_true: ...to here
gst-plugins-bad-1.26.10/ext/dash/gstmpdclient.c:3369:3: branch_true: following ‘true’ branch...
gst-plugins-bad-1.26.10/ext/dash/gstmpdclient.c:3372:28: branch_true: ...to here
gst-plugins-bad-1.26.10/ext/dash/gstmpdclient.c:3372:28: call_function: calling ‘gst_mpd_client_get_period_with_id’ from ‘gst_mpd_client_add_segment_url’
gst-plugins-bad-1.26.10/ext/dash/gstmpdclient.c:3372:28: return_function: returning to ‘gst_mpd_client_add_segment_url’ from ‘gst_mpd_client_get_period_with_id’
gst-plugins-bad-1.26.10/ext/dash/gstmpdclient.c:3375:36: call_function: calling ‘gst_mpd_client_get_adaptation_set_with_id’ from ‘gst_mpd_client_add_segment_url’
gst-plugins-bad-1.26.10/ext/dash/gstmpdclient.c:3375:36: return_function: returning to ‘gst_mpd_client_add_segment_url’ from ‘gst_mpd_client_get_adaptation_set_with_id’
gst-plugins-bad-1.26.10/ext/dash/gstmpdclient.c:3377:3: branch_true: following ‘true’ branch...
gst-plugins-bad-1.26.10/ext/dash/gstmpdclient.c:3380:7: branch_true: ...to here
gst-plugins-bad-1.26.10/ext/dash/gstmpdclient.c:3383:8: danger: dereference of NULL ‘gst_mpd_client_get_representation_with_id(*(GstMPDAdaptationSetNode *)<unknown>.Representations,  rep_id)’
# 3381|         (adaptation_set->Representations, rep_id);
# 3382|   
# 3383|->   if (!representation->SegmentList) {
# 3384|       representation->SegmentList = gst_mpd_segment_list_node_new ();
# 3385|     }

Error: GCC_ANALYZER_WARNING (CWE-404): [#def37]
gst-plugins-bad-1.26.10/ext/dash/gstmpdclient.c:3390:3: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
gst-plugins-bad-1.26.10/ext/dash/gstmpdclient.c:3357:1: enter_function: entry to ‘gst_mpd_client_add_segment_url’
gst-plugins-bad-1.26.10/ext/dash/gstmpdclient.c:3368:3: branch_true: following ‘true’ branch (when ‘client’ is non-NULL)...
gst-plugins-bad-1.26.10/ext/dash/gstmpdclient.c:3369:3: branch_true: ...to here
gst-plugins-bad-1.26.10/ext/dash/gstmpdclient.c:3369:3: branch_true: following ‘true’ branch...
gst-plugins-bad-1.26.10/ext/dash/gstmpdclient.c:3372:28: branch_true: ...to here
gst-plugins-bad-1.26.10/ext/dash/gstmpdclient.c:3372:28: call_function: calling ‘gst_mpd_client_get_period_with_id’ from ‘gst_mpd_client_add_segment_url’
gst-plugins-bad-1.26.10/ext/dash/gstmpdclient.c:3372:28: return_function: returning to ‘gst_mpd_client_add_segment_url’ from ‘gst_mpd_client_get_period_with_id’
gst-plugins-bad-1.26.10/ext/dash/gstmpdclient.c:3375:36: call_function: calling ‘gst_mpd_client_get_adaptation_set_with_id’ from ‘gst_mpd_client_add_segment_url’
gst-plugins-bad-1.26.10/ext/dash/gstmpdclient.c:3375:36: return_function: returning to ‘gst_mpd_client_add_segment_url’ from ‘gst_mpd_client_get_adaptation_set_with_id’
gst-plugins-bad-1.26.10/ext/dash/gstmpdclient.c:3377:3: branch_true: following ‘true’ branch...
gst-plugins-bad-1.26.10/ext/dash/gstmpdclient.c:3380:7: branch_true: ...to here
gst-plugins-bad-1.26.10/ext/dash/gstmpdclient.c:3380:7: call_function: calling ‘gst_mpd_client_get_representation_with_id’ from ‘gst_mpd_client_add_segment_url’
gst-plugins-bad-1.26.10/ext/dash/gstmpdclient.c:3380:7: return_function: returning to ‘gst_mpd_client_add_segment_url’ from ‘gst_mpd_client_get_representation_with_id’
gst-plugins-bad-1.26.10/ext/dash/gstmpdclient.c:3389:3: acquire_resource: ‘va_start’ called here
gst-plugins-bad-1.26.10/ext/dash/gstmpdclient.c:3390:3: throw: if ‘g_object_set_valist’ throws an exception...
gst-plugins-bad-1.26.10/ext/dash/gstmpdclient.c:3390:3: danger: missing call to ‘va_end’ to match ‘va_start’ at [(23)](sarif:/runs/0/results/19/codeFlows/0/threadFlows/0/locations/22)
# 3388|   
# 3389|     va_start (myargs, property_name);
# 3390|->   g_object_set_valist (G_OBJECT (segment_url), property_name, myargs);
# 3391|     va_end (myargs);
# 3392|   

Error: GCC_ANALYZER_WARNING (CWE-476): [#def38]
gst-plugins-bad-1.26.10/ext/hls/m3u8.c:471:21: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘f2’
gst-plugins-bad-1.26.10/ext/hls/m3u8.c:429:3: branch_true: following ‘true’ branch (when ‘previous_files’ is non-NULL)...
gst-plugins-bad-1.26.10/ext/hls/m3u8.c:433:8: branch_true: ...to here
gst-plugins-bad-1.26.10/ext/hls/m3u8.c:433:25: branch_false: following ‘false’ branch (when ‘l’ is NULL)...
gst-plugins-bad-1.26.10/ext/hls/m3u8.c:450:6: branch_false: ...to here
gst-plugins-bad-1.26.10/ext/hls/m3u8.c:450:6: branch_false: following ‘false’ branch (when ‘l’ is NULL)...
gst-plugins-bad-1.26.10/ext/hls/m3u8.c:471:21: branch_false: ...to here
gst-plugins-bad-1.26.10/ext/hls/m3u8.c:471:21: danger: dereference of NULL ‘f2’
#  469|       /* No match, this means f2 is the last item in the previous playlist
#  470|        * and we have to start our new playlist at that sequence */
#  471|->     mediasequence = f2->sequence + 1;
#  472|       l = self->files;
#  473|     }

Error: GCC_ANALYZER_WARNING (CWE-404): [#def39]
gst-plugins-bad-1.26.10/ext/lv2/gstlv2utils.c:51:3: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
gst-plugins-bad-1.26.10/ext/lv2/gstlv2utils.c:50:3: acquire_resource: ‘va_start’ called here
gst-plugins-bad-1.26.10/ext/lv2/gstlv2utils.c:51:3: throw: if ‘gst_debug_log_valist’ throws an exception...
gst-plugins-bad-1.26.10/ext/lv2/gstlv2utils.c:51:3: danger: missing call to ‘va_end’ to match ‘va_start’ at [(1)](sarif:/runs/0/results/0/codeFlows/0/threadFlows/0/locations/0)
#   49|   
#   50|     va_start (ap, fmt);
#   51|->   gst_debug_log_valist (lv2_debug, GST_LEVEL_INFO, "", "", 0, NULL, fmt, ap);
#   52|     va_end (ap);
#   53|     return 1;

Error: GCC_ANALYZER_WARNING (CWE-476): [#def40]
gst-plugins-bad-1.26.10/ext/lv2/gstlv2utils.c:574:10: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘0’
gst-plugins-bad-1.26.10/ext/lv2/gstlv2utils.c:566:1: enter_function: entry to ‘gst_lv2_class_get_param_name’
gst-plugins-bad-1.26.10/ext/lv2/gstlv2utils.c:574:10: danger: dereference of NULL ‘<unknown>’
#  572|     g_strcanon (ret, G_CSET_A_2_Z G_CSET_a_2_z G_CSET_DIGITS "-", '-');
#  573|     /* satisfy glib2 (argname[0] must be [A-Za-z]) */
#  574|->   if (!((ret[0] >= 'a' && ret[0] <= 'z') || (ret[0] >= 'A' && ret[0] <= 'Z'))) {
#  575|       gchar *tempstr = ret;
#  576|   

Error: GCC_ANALYZER_WARNING (CWE-835): [#def41]
gst-plugins-bad-1.26.10/ext/openjpeg/gstopenjpegenc.c:1281:28: warning[-Wanalyzer-infinite-loop]: infinite loop
gst-plugins-bad-1.26.10/ext/openjpeg/gstopenjpegenc.c:1281:28: danger: infinite loop here
gst-plugins-bad-1.26.10/ext/openjpeg/gstopenjpegenc.c:1281:10: branch_true: if it ever follows ‘true’ branch, it will always do so...
gst-plugins-bad-1.26.10/ext/openjpeg/gstopenjpegenc.c:1281:10: branch_true: ...to here
gst-plugins-bad-1.26.10/ext/openjpeg/gstopenjpegenc.c:1283:9: branch_false: if it ever follows ‘false’ branch, it will always do so...
gst-plugins-bad-1.26.10/ext/openjpeg/gstopenjpegenc.c:1283:9: branch_false: ...to here
gst-plugins-bad-1.26.10/ext/openjpeg/gstopenjpegenc.c:1295:12: branch_false: when ‘enqueued_stripes == 0’: always following ‘false’ branch...
gst-plugins-bad-1.26.10/ext/openjpeg/gstopenjpegenc.c:1295:12: branch_false: ...to here
# 1279|      * stripes.
# 1280|      */
# 1281|->   while (encoded_stripes < self->num_stripes) {
# 1282|       for (i = 1;
# 1283|           i <= self->available_threads

Error: GCC_ANALYZER_WARNING (CWE-476): [#def42]
gst-plugins-bad-1.26.10/ext/resindvd/resindvdsrc.c:1948:15: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘0’
gst-plugins-bad-1.26.10/ext/resindvd/resindvdsrc.c:1918:1: enter_function: entry to ‘rsn_dvdsrc_prepare_streamsinfo_event’
gst-plugins-bad-1.26.10/ext/resindvd/resindvdsrc.c:1935:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/ext/resindvd/resindvdsrc.c:1943:13: branch_true: following ‘true’ branch...
gst-plugins-bad-1.26.10/ext/resindvd/resindvdsrc.c:1945:16: branch_true: ...to here
gst-plugins-bad-1.26.10/ext/resindvd/resindvdsrc.c:1945:16: call_function: calling ‘get_vts_attr’ from ‘rsn_dvdsrc_prepare_streamsinfo_event’
gst-plugins-bad-1.26.10/ext/resindvd/resindvdsrc.c:1945:16: return_function: returning to ‘rsn_dvdsrc_prepare_streamsinfo_event’ from ‘get_vts_attr’
gst-plugins-bad-1.26.10/ext/resindvd/resindvdsrc.c:1948:15: danger: dereference of NULL ‘get_vts_attr(src, *src.vts_n)’
# 1946|       v_attr = &vts_attr->vtsm_video_attr;
# 1947|       a_attrs = &vts_attr->vtsm_audio_attr;
# 1948|->     n_audio = MAX (1, vts_attr->nr_of_vtsm_audio_streams);
# 1949|       s_attrs = &vts_attr->vtsm_subp_attr;
# 1950|       n_subp = MAX (1, vts_attr->nr_of_vtsm_subp_streams);

Error: GCC_ANALYZER_WARNING (CWE-476): [#def43]
gst-plugins-bad-1.26.10/ext/resindvd/resindvdsrc.c:1956:15: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘0’
gst-plugins-bad-1.26.10/ext/resindvd/resindvdsrc.c:1918:1: enter_function: entry to ‘rsn_dvdsrc_prepare_streamsinfo_event’
gst-plugins-bad-1.26.10/ext/resindvd/resindvdsrc.c:1935:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/ext/resindvd/resindvdsrc.c:1943:13: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/ext/resindvd/resindvdsrc.c:1953:16: branch_false: ...to here
gst-plugins-bad-1.26.10/ext/resindvd/resindvdsrc.c:1953:16: call_function: calling ‘get_vts_attr’ from ‘rsn_dvdsrc_prepare_streamsinfo_event’
gst-plugins-bad-1.26.10/ext/resindvd/resindvdsrc.c:1953:16: return_function: returning to ‘rsn_dvdsrc_prepare_streamsinfo_event’ from ‘get_vts_attr’
gst-plugins-bad-1.26.10/ext/resindvd/resindvdsrc.c:1956:15: danger: dereference of NULL ‘get_vts_attr(src, *src.vts_n)’
# 1954|       v_attr = &vts_attr->vts_video_attr;
# 1955|       a_attrs = vts_attr->vts_audio_attr;
# 1956|->     n_audio = vts_attr->nr_of_vts_audio_streams;
# 1957|       s_attrs = vts_attr->vts_subp_attr;
# 1958|       n_subp = vts_attr->nr_of_vts_subp_streams;

Error: GCC_ANALYZER_WARNING (CWE-404): [#def44]
gst-plugins-bad-1.26.10/ext/sctp/sctpassociation.c:185:3: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
gst-plugins-bad-1.26.10/ext/sctp/sctpassociation.c:184:3: acquire_resource: ‘va_start’ called here
gst-plugins-bad-1.26.10/ext/sctp/sctpassociation.c:185:3: throw: if ‘gst_debug_log_valist’ throws an exception...
gst-plugins-bad-1.26.10/ext/sctp/sctpassociation.c:185:3: danger: missing call to ‘va_end’ to match ‘va_start’ at [(1)](sarif:/runs/0/results/0/codeFlows/0/threadFlows/0/locations/0)
#  183|   
#  184|     va_start (varargs, format);
#  185|->   gst_debug_log_valist (gst_sctp_debug_category, USRSCTP_GST_DEBUG_LEVEL,
#  186|         __FILE__, GST_FUNCTION, __LINE__, NULL, format, varargs);
#  187|     va_end (varargs);

Error: GCC_ANALYZER_WARNING (CWE-401): [#def45]
gst-plugins-bad-1.26.10/ext/sctp/usrsctp/usrsctplib/netinet/sctp_asconf.c:3294:31: warning[-Wanalyzer-malloc-leak]: leak of ‘asc’
gst-plugins-bad-1.26.10/ext/sctp/usrsctp/usrsctplib/netinet/sctp_asconf.c:3240:12: branch_true: following ‘true’ branch (when ‘ifa’ is non-NULL)...
gst-plugins-bad-1.26.10/ext/sctp/usrsctp/usrsctplib/netinet/sctp_asconf.c:3241:20: branch_true: ...to here
gst-plugins-bad-1.26.10/ext/sctp/usrsctp/usrsctplib/netinet/sctp_asconf.c:3257:20: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/ext/sctp/usrsctp/usrsctplib/netinet/sctp_asconf.c:3274:25: branch_false: ...to here
gst-plugins-bad-1.26.10/ext/sctp/usrsctp/usrsctplib/netinet/sctp_asconf.c:3274:25: acquire_memory: allocated here
gst-plugins-bad-1.26.10/ext/sctp/usrsctp/usrsctplib/netinet/sctp_asconf.c:3277:28: branch_false: following ‘false’ branch (when ‘asc’ is non-NULL)...
gst-plugins-bad-1.26.10/ext/sctp/usrsctp/usrsctplib/netinet/sctp_asconf.c:3281:30: branch_false: ...to here
gst-plugins-bad-1.26.10/ext/sctp/usrsctp/usrsctplib/netinet/sctp_asconf.c:3282:28: branch_false: following ‘false’ branch (when ‘wi’ is non-NULL)...
gst-plugins-bad-1.26.10/ext/sctp/usrsctp/usrsctplib/netinet/sctp_asconf.c:3287:25: branch_false: ...to here
gst-plugins-bad-1.26.10/ext/sctp/usrsctp/usrsctplib/netinet/sctp_asconf.c:3293:25: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/ext/sctp/usrsctp/usrsctplib/netinet/sctp_asconf.c:3293:25: branch_false: ...to here
gst-plugins-bad-1.26.10/ext/sctp/usrsctp/usrsctplib/netinet/sctp_asconf.c:3294:31: throw: if ‘sctp_initiate_iterator’ throws an exception...
gst-plugins-bad-1.26.10/ext/sctp/usrsctp/usrsctplib/netinet/sctp_asconf.c:3294:31: danger: ‘asc’ leaks here; was allocated at [(5)](sarif:/runs/0/results/1/codeFlows/0/threadFlows/0/locations/4)
# 3292|   			atomic_add_int(&ifa->refcount, 1);
# 3293|   			LIST_INSERT_HEAD(&asc->list_of_work, wi, sctp_nxt_addr);
# 3294|-> 			ret = sctp_initiate_iterator(sctp_asconf_iterator_ep,
# 3295|   			                             sctp_asconf_iterator_stcb,
# 3296|   			                             sctp_asconf_iterator_ep_end,

Error: GCC_ANALYZER_WARNING (CWE-401): [#def46]
gst-plugins-bad-1.26.10/ext/sctp/usrsctp/usrsctplib/netinet/sctp_asconf.c:3294:31: warning[-Wanalyzer-malloc-leak]: leak of ‘wi’
gst-plugins-bad-1.26.10/ext/sctp/usrsctp/usrsctplib/netinet/sctp_asconf.c:3240:12: branch_true: following ‘true’ branch (when ‘ifa’ is non-NULL)...
gst-plugins-bad-1.26.10/ext/sctp/usrsctp/usrsctplib/netinet/sctp_asconf.c:3241:20: branch_true: ...to here
gst-plugins-bad-1.26.10/ext/sctp/usrsctp/usrsctplib/netinet/sctp_asconf.c:3257:20: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/ext/sctp/usrsctp/usrsctplib/netinet/sctp_asconf.c:3274:25: branch_false: ...to here
gst-plugins-bad-1.26.10/ext/sctp/usrsctp/usrsctplib/netinet/sctp_asconf.c:3277:28: branch_false: following ‘false’ branch (when ‘asc’ is non-NULL)...
gst-plugins-bad-1.26.10/ext/sctp/usrsctp/usrsctplib/netinet/sctp_asconf.c:3281:30: branch_false: ...to here
gst-plugins-bad-1.26.10/ext/sctp/usrsctp/usrsctplib/netinet/sctp_asconf.c:3281:30: acquire_memory: allocated here
gst-plugins-bad-1.26.10/ext/sctp/usrsctp/usrsctplib/netinet/sctp_asconf.c:3282:28: branch_false: following ‘false’ branch (when ‘wi’ is non-NULL)...
gst-plugins-bad-1.26.10/ext/sctp/usrsctp/usrsctplib/netinet/sctp_asconf.c:3287:25: branch_false: ...to here
gst-plugins-bad-1.26.10/ext/sctp/usrsctp/usrsctplib/netinet/sctp_asconf.c:3293:25: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/ext/sctp/usrsctp/usrsctplib/netinet/sctp_asconf.c:3293:25: branch_false: ...to here
gst-plugins-bad-1.26.10/ext/sctp/usrsctp/usrsctplib/netinet/sctp_asconf.c:3294:31: throw: if ‘sctp_initiate_iterator’ throws an exception...
gst-plugins-bad-1.26.10/ext/sctp/usrsctp/usrsctplib/netinet/sctp_asconf.c:3294:31: danger: ‘wi’ leaks here; was allocated at [(7)](sarif:/runs/0/results/0/codeFlows/0/threadFlows/0/locations/6)
# 3292|   			atomic_add_int(&ifa->refcount, 1);
# 3293|   			LIST_INSERT_HEAD(&asc->list_of_work, wi, sctp_nxt_addr);
# 3294|-> 			ret = sctp_initiate_iterator(sctp_asconf_iterator_ep,
# 3295|   			                             sctp_asconf_iterator_stcb,
# 3296|   			                             sctp_asconf_iterator_ep_end,

Error: GCC_ANALYZER_WARNING (CWE-401): [#def47]
gst-plugins-bad-1.26.10/ext/sctp/usrsctp/usrsctplib/netinet/sctp_asconf.c:3350:17: warning[-Wanalyzer-malloc-leak]: leak of ‘aa_add’
gst-plugins-bad-1.26.10/ext/sctp/usrsctp/usrsctplib/netinet/sctp_asconf.c:3330:12: branch_false: following ‘false’ branch (when ‘net’ is non-NULL)...
gst-plugins-bad-1.26.10/ext/sctp/usrsctp/usrsctplib/netinet/sctp_asconf.c:3334:12: branch_false: ...to here
gst-plugins-bad-1.26.10/ext/sctp/usrsctp/usrsctplib/netinet/sctp_asconf.c:3334:12: branch_false: following ‘false’ branch (when ‘stcb’ is non-NULL)...
gst-plugins-bad-1.26.10/ext/sctp/usrsctp/usrsctplib/netinet/sctp_asconf.c:3344:9: branch_false: ...to here
gst-plugins-bad-1.26.10/ext/sctp/usrsctp/usrsctplib/netinet/sctp_asconf.c:3345:9: acquire_memory: allocated here
gst-plugins-bad-1.26.10/ext/sctp/usrsctp/usrsctplib/netinet/sctp_asconf.c:3348:12: branch_true: following ‘true’ branch...
gst-plugins-bad-1.26.10/ext/sctp/usrsctp/usrsctplib/netinet/sctp_asconf.c:3350:17: branch_true: ...to here
gst-plugins-bad-1.26.10/ext/sctp/usrsctp/usrsctplib/netinet/sctp_asconf.c:3350:17: branch_true: following ‘true’ branch...
gst-plugins-bad-1.26.10/ext/sctp/usrsctp/usrsctplib/netinet/sctp_asconf.c:3350:17: throw: if the called function throws an exception...
gst-plugins-bad-1.26.10/ext/sctp/usrsctp/usrsctplib/netinet/sctp_asconf.c:3350:17: danger: ‘aa_add’ leaks here; was allocated at [(5)](sarif:/runs/0/results/3/codeFlows/0/threadFlows/0/locations/4)
# 3348|   	if ((aa_vtag == NULL) || (aa_add == NULL) || (aa_del == NULL)) {
# 3349|   		/* Didn't get memory */
# 3350|-> 		SCTPDBG(SCTP_DEBUG_ASCONF1, "sctp_asconf_send_nat_state_update: failed to get memory!\n");
# 3351|   out:
# 3352|   		if (aa_vtag != NULL) {

Error: GCC_ANALYZER_WARNING (CWE-401): [#def48]
gst-plugins-bad-1.26.10/ext/sctp/usrsctp/usrsctplib/netinet/sctp_asconf.c:3350:17: warning[-Wanalyzer-malloc-leak]: leak of ‘aa_vtag’
gst-plugins-bad-1.26.10/ext/sctp/usrsctp/usrsctplib/netinet/sctp_asconf.c:3330:12: branch_false: following ‘false’ branch (when ‘net’ is non-NULL)...
gst-plugins-bad-1.26.10/ext/sctp/usrsctp/usrsctplib/netinet/sctp_asconf.c:3334:12: branch_false: ...to here
gst-plugins-bad-1.26.10/ext/sctp/usrsctp/usrsctplib/netinet/sctp_asconf.c:3334:12: branch_false: following ‘false’ branch (when ‘stcb’ is non-NULL)...
gst-plugins-bad-1.26.10/ext/sctp/usrsctp/usrsctplib/netinet/sctp_asconf.c:3344:9: branch_false: ...to here
gst-plugins-bad-1.26.10/ext/sctp/usrsctp/usrsctplib/netinet/sctp_asconf.c:3344:9: acquire_memory: allocated here
gst-plugins-bad-1.26.10/ext/sctp/usrsctp/usrsctplib/netinet/sctp_asconf.c:3348:12: branch_true: following ‘true’ branch...
gst-plugins-bad-1.26.10/ext/sctp/usrsctp/usrsctplib/netinet/sctp_asconf.c:3350:17: branch_true: ...to here
gst-plugins-bad-1.26.10/ext/sctp/usrsctp/usrsctplib/netinet/sctp_asconf.c:3350:17: branch_true: following ‘true’ branch...
gst-plugins-bad-1.26.10/ext/sctp/usrsctp/usrsctplib/netinet/sctp_asconf.c:3350:17: throw: if the called function throws an exception...
gst-plugins-bad-1.26.10/ext/sctp/usrsctp/usrsctplib/netinet/sctp_asconf.c:3350:17: danger: ‘aa_vtag’ leaks here; was allocated at [(5)](sarif:/runs/0/results/2/codeFlows/0/threadFlows/0/locations/4)
# 3348|   	if ((aa_vtag == NULL) || (aa_add == NULL) || (aa_del == NULL)) {
# 3349|   		/* Didn't get memory */
# 3350|-> 		SCTPDBG(SCTP_DEBUG_ASCONF1, "sctp_asconf_send_nat_state_update: failed to get memory!\n");
# 3351|   out:
# 3352|   		if (aa_vtag != NULL) {

Error: GCC_ANALYZER_WARNING (CWE-401): [#def49]
gst-plugins-bad-1.26.10/ext/sctp/usrsctp/usrsctplib/netinet/sctp_asconf.c:3407:17: warning[-Wanalyzer-malloc-leak]: leak of ‘aa_add’
gst-plugins-bad-1.26.10/ext/sctp/usrsctp/usrsctplib/netinet/sctp_asconf.c:3330:12: branch_false: following ‘false’ branch (when ‘net’ is non-NULL)...
gst-plugins-bad-1.26.10/ext/sctp/usrsctp/usrsctplib/netinet/sctp_asconf.c:3334:12: branch_false: ...to here
gst-plugins-bad-1.26.10/ext/sctp/usrsctp/usrsctplib/netinet/sctp_asconf.c:3334:12: branch_false: following ‘false’ branch (when ‘stcb’ is non-NULL)...
gst-plugins-bad-1.26.10/ext/sctp/usrsctp/usrsctplib/netinet/sctp_asconf.c:3344:9: branch_false: ...to here
gst-plugins-bad-1.26.10/ext/sctp/usrsctp/usrsctplib/netinet/sctp_asconf.c:3345:9: acquire_memory: allocated here
gst-plugins-bad-1.26.10/ext/sctp/usrsctp/usrsctplib/netinet/sctp_asconf.c:3348:12: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/ext/sctp/usrsctp/usrsctplib/netinet/sctp_asconf.c:3377:17: branch_false: ...to here
gst-plugins-bad-1.26.10/ext/sctp/usrsctp/usrsctplib/netinet/sctp_asconf.c:3407:17: branch_true: following ‘true’ branch...
gst-plugins-bad-1.26.10/ext/sctp/usrsctp/usrsctplib/netinet/sctp_asconf.c:3407:17: throw: if the called function throws an exception...
gst-plugins-bad-1.26.10/ext/sctp/usrsctp/usrsctplib/netinet/sctp_asconf.c:3407:17: danger: ‘aa_add’ leaks here; was allocated at [(5)](sarif:/runs/0/results/5/codeFlows/0/threadFlows/0/locations/4)
# 3405|   #endif
# 3406|   	default:
# 3407|-> 		SCTPDBG(SCTP_DEBUG_ASCONF1,
# 3408|   		        "sctp_asconf_send_nat_state_update: unknown address family %d\n",
# 3409|   		        net->ro._l_addr.sa.sa_family);

Error: GCC_ANALYZER_WARNING (CWE-401): [#def50]
gst-plugins-bad-1.26.10/ext/sctp/usrsctp/usrsctplib/netinet/sctp_asconf.c:3407:17: warning[-Wanalyzer-malloc-leak]: leak of ‘aa_vtag’
gst-plugins-bad-1.26.10/ext/sctp/usrsctp/usrsctplib/netinet/sctp_asconf.c:3330:12: branch_false: following ‘false’ branch (when ‘net’ is non-NULL)...
gst-plugins-bad-1.26.10/ext/sctp/usrsctp/usrsctplib/netinet/sctp_asconf.c:3334:12: branch_false: ...to here
gst-plugins-bad-1.26.10/ext/sctp/usrsctp/usrsctplib/netinet/sctp_asconf.c:3334:12: branch_false: following ‘false’ branch (when ‘stcb’ is non-NULL)...
gst-plugins-bad-1.26.10/ext/sctp/usrsctp/usrsctplib/netinet/sctp_asconf.c:3344:9: branch_false: ...to here
gst-plugins-bad-1.26.10/ext/sctp/usrsctp/usrsctplib/netinet/sctp_asconf.c:3344:9: acquire_memory: allocated here
gst-plugins-bad-1.26.10/ext/sctp/usrsctp/usrsctplib/netinet/sctp_asconf.c:3348:12: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/ext/sctp/usrsctp/usrsctplib/netinet/sctp_asconf.c:3377:17: branch_false: ...to here
gst-plugins-bad-1.26.10/ext/sctp/usrsctp/usrsctplib/netinet/sctp_asconf.c:3407:17: branch_true: following ‘true’ branch...
gst-plugins-bad-1.26.10/ext/sctp/usrsctp/usrsctplib/netinet/sctp_asconf.c:3407:17: throw: if the called function throws an exception...
gst-plugins-bad-1.26.10/ext/sctp/usrsctp/usrsctplib/netinet/sctp_asconf.c:3407:17: danger: ‘aa_vtag’ leaks here; was allocated at [(5)](sarif:/runs/0/results/4/codeFlows/0/threadFlows/0/locations/4)
# 3405|   #endif
# 3406|   	default:
# 3407|-> 		SCTPDBG(SCTP_DEBUG_ASCONF1,
# 3408|   		        "sctp_asconf_send_nat_state_update: unknown address family %d\n",
# 3409|   		        net->ro._l_addr.sa.sa_family);

Error: GCC_ANALYZER_WARNING (CWE-401): [#def51]
gst-plugins-bad-1.26.10/ext/sctp/usrsctp/usrsctplib/netinet/sctp_auth.c:253:9: warning[-Wanalyzer-malloc-leak]: leak of ‘sctp_alloc_key((unsigned int)keylen)’
gst-plugins-bad-1.26.10/ext/sctp/usrsctp/usrsctplib/netinet/sctp_auth.c:1954:1: enter_function: entry to ‘sctp_initialize_auth_params’
gst-plugins-bad-1.26.10/ext/sctp/usrsctp/usrsctplib/netinet/sctp_auth.c:1964:12: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/ext/sctp/usrsctp/usrsctplib/netinet/sctp_auth.c:1970:13: branch_false: ...to here
gst-plugins-bad-1.26.10/ext/sctp/usrsctp/usrsctplib/netinet/sctp_auth.c:1971:12: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/ext/sctp/usrsctp/usrsctplib/netinet/sctp_auth.c:1979:44: branch_false: ...to here
gst-plugins-bad-1.26.10/ext/sctp/usrsctp/usrsctplib/netinet/sctp_auth.c:1982:15: call_function: calling ‘sctp_copy_skeylist’ from ‘sctp_initialize_auth_params’
gst-plugins-bad-1.26.10/ext/sctp/usrsctp/usrsctplib/netinet/sctp_auth.c:1982:15: return_function: returning to ‘sctp_initialize_auth_params’ from ‘sctp_copy_skeylist’
gst-plugins-bad-1.26.10/ext/sctp/usrsctp/usrsctplib/netinet/sctp_auth.c:1989:19: call_function: calling ‘sctp_alloc_key’ from ‘sctp_initialize_auth_params’
gst-plugins-bad-1.26.10/ext/sctp/usrsctp/usrsctplib/netinet/sctp_auth.c:1989:19: return_function: returning to ‘sctp_initialize_auth_params’ from ‘sctp_alloc_key’
gst-plugins-bad-1.26.10/ext/sctp/usrsctp/usrsctplib/netinet/sctp_auth.c:1990:12: branch_true: following ‘true’ branch...
gst-plugins-bad-1.26.10/ext/sctp/usrsctp/usrsctplib/netinet/sctp_auth.c:1995:17: branch_true: ...to here
gst-plugins-bad-1.26.10/ext/sctp/usrsctp/usrsctplib/netinet/sctp_auth.c:1998:17: throw: if ‘read_random’ throws an exception...
gst-plugins-bad-1.26.10/ext/sctp/usrsctp/usrsctplib/netinet/sctp_auth.c:253:9: danger: ‘sctp_alloc_key((unsigned int)keylen)’ leaks here; was allocated at [(13)](sarif:/runs/0/results/0/codeFlows/0/threadFlows/0/locations/12)
#  251|   	sctp_key_t *new_key;
#  252|   
#  253|-> 	SCTP_MALLOC(new_key, sctp_key_t *, sizeof(*new_key) + keylen,
#  254|   		    SCTP_M_AUTH_KY);
#  255|   	if (new_key == NULL) {

Error: GCC_ANALYZER_WARNING (CWE-401): [#def52]
gst-plugins-bad-1.26.10/ext/sctp/usrsctp/usrsctplib/netinet/sctp_auth.c:529:33: warning[-Wanalyzer-malloc-leak]: leak of ‘<unknown>’
gst-plugins-bad-1.26.10/ext/sctp/usrsctp/usrsctplib/netinet/sctp_auth.c:615:1: enter_function: entry to ‘sctp_copy_skeylist’
gst-plugins-bad-1.26.10/ext/sctp/usrsctp/usrsctplib/netinet/sctp_auth.c:622:9: branch_true: following ‘true’ branch (when ‘skey’ is non-NULL)...
gst-plugins-bad-1.26.10/ext/sctp/usrsctp/usrsctplib/netinet/sctp_auth.c:623:28: branch_true: ...to here
gst-plugins-bad-1.26.10/ext/sctp/usrsctp/usrsctplib/netinet/sctp_auth.c:623:28: call_function: calling ‘sctp_copy_sharedkey’ from ‘sctp_copy_skeylist’
gst-plugins-bad-1.26.10/ext/sctp/usrsctp/usrsctplib/netinet/sctp_auth.c:623:28: return_function: returning to ‘sctp_copy_skeylist’ from ‘sctp_copy_sharedkey’
gst-plugins-bad-1.26.10/ext/sctp/usrsctp/usrsctplib/netinet/sctp_auth.c:624:20: branch_true: following ‘true’ branch...
gst-plugins-bad-1.26.10/ext/sctp/usrsctp/usrsctplib/netinet/sctp_auth.c:625:29: branch_true: ...to here
gst-plugins-bad-1.26.10/ext/sctp/usrsctp/usrsctplib/netinet/sctp_auth.c:625:29: call_function: calling ‘sctp_insert_sharedkey’ from ‘sctp_copy_skeylist’
#  527|   			/* verify this key *can* be replaced */
#  528|   			if ((skey->deactivated) || (skey->refcount > 1)) {
#  529|-> 				SCTPDBG(SCTP_DEBUG_AUTH1,
#  530|   					"can't replace shared key id %u\n",
#  531|   					new_skey->keyid);

Error: GCC_ANALYZER_WARNING (CWE-401): [#def53]
gst-plugins-bad-1.26.10/ext/sctp/usrsctp/usrsctplib/netinet/sctp_auth.c:534:25: warning[-Wanalyzer-malloc-leak]: leak of ‘<unknown>’
gst-plugins-bad-1.26.10/ext/sctp/usrsctp/usrsctplib/netinet/sctp_auth.c:615:1: enter_function: entry to ‘sctp_copy_skeylist’
gst-plugins-bad-1.26.10/ext/sctp/usrsctp/usrsctplib/netinet/sctp_auth.c:622:9: branch_true: following ‘true’ branch (when ‘skey’ is non-NULL)...
gst-plugins-bad-1.26.10/ext/sctp/usrsctp/usrsctplib/netinet/sctp_auth.c:623:28: branch_true: ...to here
gst-plugins-bad-1.26.10/ext/sctp/usrsctp/usrsctplib/netinet/sctp_auth.c:623:28: call_function: calling ‘sctp_copy_sharedkey’ from ‘sctp_copy_skeylist’
gst-plugins-bad-1.26.10/ext/sctp/usrsctp/usrsctplib/netinet/sctp_auth.c:623:28: return_function: returning to ‘sctp_copy_skeylist’ from ‘sctp_copy_sharedkey’
gst-plugins-bad-1.26.10/ext/sctp/usrsctp/usrsctplib/netinet/sctp_auth.c:624:20: branch_true: following ‘true’ branch...
gst-plugins-bad-1.26.10/ext/sctp/usrsctp/usrsctplib/netinet/sctp_auth.c:625:29: branch_true: ...to here
gst-plugins-bad-1.26.10/ext/sctp/usrsctp/usrsctplib/netinet/sctp_auth.c:625:29: call_function: calling ‘sctp_insert_sharedkey’ from ‘sctp_copy_skeylist’
#  532|   				return (EBUSY);
#  533|   			}
#  534|-> 			SCTPDBG(SCTP_DEBUG_AUTH1,
#  535|   				"replacing shared key id %u\n",
#  536|   				new_skey->keyid);

Error: GCC_ANALYZER_WARNING (CWE-401): [#def54]
gst-plugins-bad-1.26.10/ext/sctp/usrsctp/usrsctplib/netinet/sctp_auth.c:606:13: warning[-Wanalyzer-malloc-leak]: leak of ‘sctp_copy_sharedkey(skey)’
gst-plugins-bad-1.26.10/ext/sctp/usrsctp/usrsctplib/netinet/sctp_auth.c:615:1: enter_function: entry to ‘sctp_copy_skeylist’
gst-plugins-bad-1.26.10/ext/sctp/usrsctp/usrsctplib/netinet/sctp_auth.c:622:9: branch_true: following ‘true’ branch (when ‘skey’ is non-NULL)...
gst-plugins-bad-1.26.10/ext/sctp/usrsctp/usrsctplib/netinet/sctp_auth.c:623:28: branch_true: ...to here
gst-plugins-bad-1.26.10/ext/sctp/usrsctp/usrsctplib/netinet/sctp_auth.c:623:28: call_function: calling ‘sctp_copy_sharedkey’ from ‘sctp_copy_skeylist’
gst-plugins-bad-1.26.10/ext/sctp/usrsctp/usrsctplib/netinet/sctp_auth.c:623:28: return_function: returning to ‘sctp_copy_skeylist’ from ‘sctp_copy_sharedkey’
gst-plugins-bad-1.26.10/ext/sctp/usrsctp/usrsctplib/netinet/sctp_auth.c:624:20: branch_true: following ‘true’ branch...
gst-plugins-bad-1.26.10/ext/sctp/usrsctp/usrsctplib/netinet/sctp_auth.c:625:29: branch_true: ...to here
gst-plugins-bad-1.26.10/ext/sctp/usrsctp/usrsctplib/netinet/sctp_auth.c:625:29: call_function: calling ‘sctp_insert_sharedkey’ from ‘sctp_copy_skeylist’
#  604|   	if (new_skey == NULL)
#  605|   		return (NULL);
#  606|-> 	if (skey->key != NULL)
#  607|   		new_skey->key = sctp_set_key(skey->key->key, skey->key->keylen);
#  608|   	else

Error: GCC_ANALYZER_WARNING (CWE-401): [#def55]
gst-plugins-bad-1.26.10/ext/sctp/usrsctp/usrsctplib/netinet/sctp_auth.c:625:28: warning[-Wanalyzer-malloc-leak]: leak of ‘<unknown>’
gst-plugins-bad-1.26.10/ext/sctp/usrsctp/usrsctplib/netinet/sctp_auth.c:615:1: enter_function: entry to ‘sctp_copy_skeylist’
gst-plugins-bad-1.26.10/ext/sctp/usrsctp/usrsctplib/netinet/sctp_auth.c:622:9: branch_true: following ‘true’ branch (when ‘skey’ is non-NULL)...
gst-plugins-bad-1.26.10/ext/sctp/usrsctp/usrsctplib/netinet/sctp_auth.c:623:28: branch_true: ...to here
gst-plugins-bad-1.26.10/ext/sctp/usrsctp/usrsctplib/netinet/sctp_auth.c:623:28: call_function: calling ‘sctp_copy_sharedkey’ from ‘sctp_copy_skeylist’
gst-plugins-bad-1.26.10/ext/sctp/usrsctp/usrsctplib/netinet/sctp_auth.c:623:28: return_function: returning to ‘sctp_copy_skeylist’ from ‘sctp_copy_sharedkey’
gst-plugins-bad-1.26.10/ext/sctp/usrsctp/usrsctplib/netinet/sctp_auth.c:624:20: branch_true: following ‘true’ branch...
gst-plugins-bad-1.26.10/ext/sctp/usrsctp/usrsctplib/netinet/sctp_auth.c:625:29: branch_true: ...to here
gst-plugins-bad-1.26.10/ext/sctp/usrsctp/usrsctplib/netinet/sctp_auth.c:625:29: call_function: calling ‘sctp_insert_sharedkey’ from ‘sctp_copy_skeylist’
gst-plugins-bad-1.26.10/ext/sctp/usrsctp/usrsctplib/netinet/sctp_auth.c:625:29: return_function: returning to ‘sctp_copy_skeylist’ from ‘sctp_insert_sharedkey’
gst-plugins-bad-1.26.10/ext/sctp/usrsctp/usrsctplib/netinet/sctp_auth.c:625:28: danger: ‘<unknown>’ leaks here; was allocated at [(21)](sarif:/runs/0/results/6/codeFlows/0/threadFlows/0/locations/20)
#  623|   		new_skey = sctp_copy_sharedkey(skey);
#  624|   		if (new_skey != NULL) {
#  625|-> 			if (sctp_insert_sharedkey(dest, new_skey)) {
#  626|   				sctp_free_sharedkey(new_skey);
#  627|   			} else {

Error: COMPILER_WARNING: [#def56]
gst-plugins-bad-1.26.10/ext/sctp/usrsctp/usrsctplib/netinet/sctp_cc_functions.c: scope_hint: In function ‘sctp_cwnd_update_after_sack_common’
gst-plugins-bad-1.26.10/ext/sctp/usrsctp/usrsctplib/netinet/sctp_cc_functions.c:769:30: warning[-Wunused-but-set-variable=]: variable ‘t_cwnd’ set but not used
#  769 |         uint32_t t_ssthresh, t_cwnd, incr;
#      |                              ^~~~~~
#  767|   	int old_cwnd;
#  768|   #endif
#  769|-> 	uint32_t t_ssthresh, t_cwnd, incr;
#  770|   	uint64_t t_ucwnd_sbw;
#  771|   	uint64_t t_path_mptcp;

Error: COMPILER_WARNING: [#def57]
gst-plugins-bad-1.26.10/ext/sctp/usrsctp/usrsctplib/netinet/sctp_indata.c: scope_hint: In function ‘sctp_strike_gap_ack_chunks’
gst-plugins-bad-1.26.10/ext/sctp/usrsctp/usrsctplib/netinet/sctp_indata.c:3348:13: warning[-Wunused-but-set-variable=]: variable ‘tot_retrans’ set but not used
# 3348 |         int tot_retrans = 0;
#      |             ^~~~~~~~~~~
# 3346|   	int strike_flag = 0;
# 3347|   	struct timeval now;
# 3348|-> 	int tot_retrans = 0;
# 3349|   	uint32_t sending_seq;
# 3350|   	struct sctp_nets *net;

Error: COMPILER_WARNING: [#def58]
gst-plugins-bad-1.26.10/ext/sctp/usrsctp/usrsctplib/netinet/sctp_indata.c: scope_hint: In function ‘sctp_flush_reassm_for_str_seq’
gst-plugins-bad-1.26.10/ext/sctp/usrsctp/usrsctplib/netinet/sctp_indata.c:5499:13: warning[-Wunused-but-set-variable=]: variable ‘cnt_removed’ set but not used
# 5499 |         int cnt_removed = 0;
#      |             ^~~~~~~~~~~
# 5497|   {
# 5498|   	struct sctp_tmit_chunk *chk, *nchk;
# 5499|-> 	int cnt_removed = 0;
# 5500|   
# 5501|   	/*

Error: COMPILER_WARNING: [#def59]
gst-plugins-bad-1.26.10/ext/sctp/usrsctp/usrsctplib/netinet/sctp_output.c: scope_hint: In function ‘sctp_chunk_retransmission’
gst-plugins-bad-1.26.10/ext/sctp/usrsctp/usrsctplib/netinet/sctp_output.c:9999:40: warning[-Wunused-but-set-variable=]: variable ‘cnt_thru’ set but not used
# 9999 |         int no_fragmentflg, bundle_at, cnt_thru;
#      |                                        ^~~~~~~~
# 9997|   	struct sctp_nets *net = NULL;
# 9998|   	uint32_t tsns_sent = 0;
# 9999|-> 	int no_fragmentflg, bundle_at, cnt_thru;
#10000|   	unsigned int mtu;
#10001|   	int error, i, one_chunk, fwd_tsn, ctl_cnt, tmr_started;

Error: COMPILER_WARNING: [#def60]
gst-plugins-bad-1.26.10/ext/sctp/usrsctp/usrsctplib/netinet/sctp_output.c: scope_hint: In function ‘sctp_lower_sosend’
gst-plugins-bad-1.26.10/ext/sctp/usrsctp/usrsctplib/netinet/sctp_output.c:13455:20: warning[-Wunused-but-set-variable=]: variable ‘len’ set but not used
#13455 |         int error, len;
#      |                    ^~~
#13453|   #endif
#13454|   	ssize_t sndlen = 0, max_len, local_add_more;
#13455|-> 	int error, len;
#13456|   	struct mbuf *top = NULL;
#13457|   	int queue_only = 0, queue_only_for_init = 0;

Error: GCC_ANALYZER_WARNING (CWE-401): [#def61]
gst-plugins-bad-1.26.10/ext/sctp/usrsctp/usrsctplib/netinet/sctp_pcb.c:8115:17: warning[-Wanalyzer-malloc-leak]: leak of ‘it’
gst-plugins-bad-1.26.10/ext/sctp/usrsctp/usrsctplib/netinet/sctp_pcb.c:8065:12: branch_false: following ‘false’ branch (when ‘af’ is non-NULL)...
gst-plugins-bad-1.26.10/ext/sctp/usrsctp/usrsctplib/netinet/sctp_pcb.c:8068:13: branch_false: ...to here
gst-plugins-bad-1.26.10/ext/sctp/usrsctp/usrsctplib/netinet/sctp_pcb.c:8068:12: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/ext/sctp/usrsctp/usrsctplib/netinet/sctp_pcb.c:8073:9: branch_false: ...to here
gst-plugins-bad-1.26.10/ext/sctp/usrsctp/usrsctplib/netinet/sctp_pcb.c:8073:9: acquire_memory: allocated here
gst-plugins-bad-1.26.10/ext/sctp/usrsctp/usrsctplib/netinet/sctp_pcb.c:8075:12: branch_false: following ‘false’ branch (when ‘it’ is non-NULL)...
gst-plugins-bad-1.26.10/ext/sctp/usrsctp/usrsctplib/netinet/sctp_pcb.c:8079:9: branch_false: ...to here
gst-plugins-bad-1.26.10/ext/sctp/usrsctp/usrsctplib/netinet/sctp_pcb.c:8082:12: branch_true: following ‘true’ branch (when ‘inpf’ is non-NULL)...
gst-plugins-bad-1.26.10/ext/sctp/usrsctp/usrsctplib/netinet/sctp_pcb.c:8086:9: branch_true: ...to here
gst-plugins-bad-1.26.10/ext/sctp/usrsctp/usrsctplib/netinet/sctp_pcb.c:8113:12: branch_true: following ‘true’ branch...
gst-plugins-bad-1.26.10/ext/sctp/usrsctp/usrsctplib/netinet/sctp_pcb.c:8114:17: branch_true: ...to here
gst-plugins-bad-1.26.10/ext/sctp/usrsctp/usrsctplib/netinet/sctp_pcb.c:8115:17: branch_true: following ‘true’ branch...
gst-plugins-bad-1.26.10/ext/sctp/usrsctp/usrsctplib/netinet/sctp_pcb.c:8115:17: branch_true: ...to here
gst-plugins-bad-1.26.10/ext/sctp/usrsctp/usrsctplib/netinet/sctp_pcb.c:8115:17: throw: if the called function throws an exception...
gst-plugins-bad-1.26.10/ext/sctp/usrsctp/usrsctplib/netinet/sctp_pcb.c:8115:17: danger: ‘it’ leaks here; was allocated at [(5)](sarif:/runs/0/results/0/codeFlows/0/threadFlows/0/locations/4)
# 8113|   	if (SCTP_BASE_VAR(sctp_pcb_initialized) == 0) {
# 8114|   		SCTP_IPI_ITERATOR_WQ_UNLOCK();
# 8115|-> 		SCTP_PRINTF("%s: rollback on initialize being %d it=%p\n", __func__,
# 8116|   		            SCTP_BASE_VAR(sctp_pcb_initialized), it);
# 8117|   		SCTP_FREE(it, SCTP_M_ITER);

Error: COMPILER_WARNING: [#def62]
gst-plugins-bad-1.26.10/ext/sctp/usrsctp/usrsctplib/netinet/sctp_usrreq.c: scope_hint: In function ‘sctp_setopt’
gst-plugins-bad-1.26.10/ext/sctp/usrsctp/usrsctplib/netinet/sctp_usrreq.c:5516:29: warning[-Wunused-but-set-variable=]: variable ‘cnt’ set but not used
# 5516 |                         int cnt;
#      |                             ^~~
# 5514|   		}
# 5515|   		if (send_out) {
# 5516|-> 			int cnt;
# 5517|   			uint16_t strm;
# 5518|   			if (strrst->srs_number_streams) {

Error: GCC_ANALYZER_WARNING (CWE-476): [#def63]
gst-plugins-bad-1.26.10/ext/sctp/usrsctp/usrsctplib/netinet/sctp_usrreq.c:8593:17: warning[-Wanalyzer-possible-null-dereference]: dereference of possibly-NULL ‘sconn’
gst-plugins-bad-1.26.10/ext/sctp/usrsctp/usrsctplib/netinet/sctp_usrreq.c:8456:12: branch_false: following ‘false’ branch (when ‘inp’ is non-NULL)...
gst-plugins-bad-1.26.10/ext/sctp/usrsctp/usrsctplib/netinet/sctp_usrreq.c:8460:9: branch_false: ...to here
gst-plugins-bad-1.26.10/ext/sctp/usrsctp/usrsctplib/netinet/sctp_usrreq.c:8461:12: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/ext/sctp/usrsctp/usrsctplib/netinet/sctp_usrreq.c:8466:13: branch_false: ...to here
gst-plugins-bad-1.26.10/ext/sctp/usrsctp/usrsctplib/netinet/sctp_usrreq.c:8466:12: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/ext/sctp/usrsctp/usrsctplib/netinet/sctp_usrreq.c:8471:9: branch_false: ...to here
gst-plugins-bad-1.26.10/ext/sctp/usrsctp/usrsctplib/netinet/sctp_usrreq.c:8472:12: branch_false: following ‘false’ branch (when ‘stcb’ is non-NULL)...
gst-plugins-bad-1.26.10/ext/sctp/usrsctp/usrsctplib/netinet/sctp_usrreq.c:8477:9: branch_false: ...to here
gst-plugins-bad-1.26.10/ext/sctp/usrsctp/usrsctplib/netinet/sctp_usrreq.c:8530:9: branch_true: following ‘true’ branch (when ‘<unknown> == 123’)...
gst-plugins-bad-1.26.10/ext/sctp/usrsctp/usrsctplib/netinet/sctp_usrreq.c:8585:9: branch_true: ...to here
gst-plugins-bad-1.26.10/ext/sctp/usrsctp/usrsctplib/netinet/sctp_usrreq.c:8589:17: acquire_memory: this call could return NULL
gst-plugins-bad-1.26.10/ext/sctp/usrsctp/usrsctplib/netinet/sctp_usrreq.c:8593:17: danger: ‘sconn’ could be NULL: unchecked value from [(11)](sarif:/runs/0/results/0/codeFlows/0/threadFlows/0/locations/10)
# 8591|   			return (ENOMEM);
# 8592|   		}
# 8593|-> 		sconn->sconn_family = AF_CONN;
# 8594|   #ifdef HAVE_SCONN_LEN
# 8595|   		sconn->sconn_len = sizeof(struct sockaddr_conn);

Error: GCC_ANALYZER_WARNING (CWE-401): [#def64]
gst-plugins-bad-1.26.10/ext/sctp/usrsctp/usrsctplib/netinet/sctputil.c:5273:17: warning[-Wanalyzer-malloc-leak]: leak of ‘buffer’
gst-plugins-bad-1.26.10/ext/sctp/usrsctp/usrsctplib/netinet/sctputil.c:5242:12: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/ext/sctp/usrsctp/usrsctplib/netinet/sctputil.c:5242:13: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/ext/sctp/usrsctp/usrsctplib/netinet/sctputil.c:5248:9: branch_false: ...to here
gst-plugins-bad-1.26.10/ext/sctp/usrsctp/usrsctplib/netinet/sctputil.c:5263:31: acquire_memory: allocated here
gst-plugins-bad-1.26.10/ext/sctp/usrsctp/usrsctplib/netinet/sctputil.c:5263:20: branch_false: following ‘false’ branch (when ‘buffer’ is non-NULL)...
gst-plugins-bad-1.26.10/ext/sctp/usrsctp/usrsctplib/netinet/sctputil.c:5266:20: branch_false: ...to here
gst-plugins-bad-1.26.10/ext/sctp/usrsctp/usrsctplib/netinet/sctputil.c:5273:17: throw: if ‘m_copydata’ throws an exception...
gst-plugins-bad-1.26.10/ext/sctp/usrsctp/usrsctplib/netinet/sctputil.c:5273:17: danger: ‘buffer’ leaks here; was allocated at [(5)](sarif:/runs/0/results/0/codeFlows/0/threadFlows/0/locations/4)
# 5271|   			sctp_sbfree(control, control->stcb, &so->so_rcv, m);
# 5272|   		}
# 5273|-> 		m_copydata(control->data, 0, length, buffer);
# 5274|   		memset(&rcv, 0, sizeof(struct sctp_rcvinfo));
# 5275|   		rcv.rcv_sid = control->sinfo_stream;

Error: GCC_ANALYZER_WARNING (CWE-457): [#def65]
gst-plugins-bad-1.26.10/ext/sctp/usrsctp/usrsctplib/netinet/sctputil.c:6596:17: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘&store’
gst-plugins-bad-1.26.10/ext/sctp/usrsctp/usrsctplib/netinet/sctputil.c:6085:12: branch_false: following ‘false’ branch (when ‘uio’ is non-NULL)...
gst-plugins-bad-1.26.10/ext/sctp/usrsctp/usrsctplib/netinet/sctputil.c:6090:12: branch_false: ...to here
gst-plugins-bad-1.26.10/ext/sctp/usrsctp/usrsctplib/netinet/sctputil.c:6108:12: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/ext/sctp/usrsctp/usrsctplib/netinet/sctputil.c:6112:13: branch_false: ...to here
gst-plugins-bad-1.26.10/ext/sctp/usrsctp/usrsctplib/netinet/sctputil.c:6126:12: branch_false: following ‘false’ branch (when ‘inp’ is non-NULL)...
gst-plugins-bad-1.26.10/ext/sctp/usrsctp/usrsctplib/netinet/sctputil.c:6130:21: branch_false: ...to here
gst-plugins-bad-1.26.10/ext/sctp/usrsctp/usrsctplib/netinet/sctputil.c:6183:12: branch_false: following ‘false’ branch (when ‘hold_sblock != 0’)...
gst-plugins-bad-1.26.10/ext/sctp/usrsctp/usrsctplib/netinet/sctputil.c:6192:2: branch_false: ...to here
gst-plugins-bad-1.26.10/ext/sctp/usrsctp/usrsctplib/netinet/sctputil.c:6197:12: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/ext/sctp/usrsctp/usrsctplib/netinet/sctputil.c:6198:13: branch_false: ...to here
gst-plugins-bad-1.26.10/ext/sctp/usrsctp/usrsctplib/netinet/sctputil.c:6197:13: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/ext/sctp/usrsctp/usrsctplib/netinet/sctputil.c:6204:14: branch_false: ...to here
gst-plugins-bad-1.26.10/ext/sctp/usrsctp/usrsctplib/netinet/sctputil.c:6474:12: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/ext/sctp/usrsctp/usrsctplib/netinet/sctputil.c:6553:13: branch_false: ...to here
gst-plugins-bad-1.26.10/ext/sctp/usrsctp/usrsctplib/netinet/sctputil.c:6553:12: branch_true: following ‘true’ branch...
gst-plugins-bad-1.26.10/ext/sctp/usrsctp/usrsctplib/netinet/sctputil.c:6557:25: branch_true: ...to here
gst-plugins-bad-1.26.10/ext/sctp/usrsctp/usrsctplib/netinet/sctputil.c:6596:17: danger: use of uninitialized value ‘&store’ here
# 6594|   				break;
# 6595|   		}
# 6596|-> 		memcpy(from, &store, min((size_t)fromlen, len));
# 6597|   #if defined(SCTP_EMBEDDED_V6_SCOPE)
# 6598|   #ifdef INET6

Error: GCC_ANALYZER_WARNING (CWE-401): [#def66]
gst-plugins-bad-1.26.10/ext/sctp/usrsctp/usrsctplib/user_mbuf.c:465:9: warning[-Wanalyzer-malloc-leak]: leak of ‘q’
gst-plugins-bad-1.26.10/ext/sctp/usrsctp/usrsctplib/user_mbuf.c:1213:1: enter_function: entry to ‘m_dup_pkthdr’
gst-plugins-bad-1.26.10/ext/sctp/usrsctp/usrsctplib/user_mbuf.c:1223:16: call_function: calling ‘m_tag_copy_chain’ from ‘m_dup_pkthdr’
#  463|   {
#  464|   
#  465|-> 	(*t->m_tag_free)(t);
#  466|   }
#  467|   

Error: GCC_ANALYZER_WARNING (CWE-401): [#def67]
gst-plugins-bad-1.26.10/ext/sctp/usrsctp/usrsctplib/user_mbuf.c:465:9: warning[-Wanalyzer-malloc-leak]: leak of ‘tprev’
gst-plugins-bad-1.26.10/ext/sctp/usrsctp/usrsctplib/user_mbuf.c:1186:1: enter_function: entry to ‘m_tag_copy_chain’
gst-plugins-bad-1.26.10/ext/sctp/usrsctp/usrsctplib/user_mbuf.c:1191:9: call_function: calling ‘m_tag_delete_chain’ from ‘m_tag_copy_chain’
gst-plugins-bad-1.26.10/ext/sctp/usrsctp/usrsctplib/user_mbuf.c:1191:9: return_function: returning to ‘m_tag_copy_chain’ from ‘m_tag_delete_chain’
gst-plugins-bad-1.26.10/ext/sctp/usrsctp/usrsctplib/user_mbuf.c:1192:9: branch_true: following ‘true’ branch (when ‘p’ is non-NULL)...
gst-plugins-bad-1.26.10/ext/sctp/usrsctp/usrsctplib/user_mbuf.c:1193:21: branch_true: ...to here
gst-plugins-bad-1.26.10/ext/sctp/usrsctp/usrsctplib/user_mbuf.c:1193:21: call_function: calling ‘m_tag_copy’ from ‘m_tag_copy_chain’
gst-plugins-bad-1.26.10/ext/sctp/usrsctp/usrsctplib/user_mbuf.c:1193:21: return_function: returning to ‘m_tag_copy_chain’ from ‘m_tag_copy’
gst-plugins-bad-1.26.10/ext/sctp/usrsctp/usrsctplib/user_mbuf.c:1194:20: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/ext/sctp/usrsctp/usrsctplib/user_mbuf.c:1198:20: branch_false: ...to here
gst-plugins-bad-1.26.10/ext/sctp/usrsctp/usrsctplib/user_mbuf.c:1198:20: branch_true: following ‘true’ branch (when ‘tprev’ is NULL)...
gst-plugins-bad-1.26.10/ext/sctp/usrsctp/usrsctplib/user_mbuf.c:1199:25: branch_true: ...to here
gst-plugins-bad-1.26.10/ext/sctp/usrsctp/usrsctplib/user_mbuf.c:1192:9: branch_true: following ‘true’ branch (when ‘p’ is non-NULL)...
gst-plugins-bad-1.26.10/ext/sctp/usrsctp/usrsctplib/user_mbuf.c:1193:21: branch_true: ...to here
gst-plugins-bad-1.26.10/ext/sctp/usrsctp/usrsctplib/user_mbuf.c:1193:21: call_function: calling ‘m_tag_copy’ from ‘m_tag_copy_chain’
gst-plugins-bad-1.26.10/ext/sctp/usrsctp/usrsctplib/user_mbuf.c:1193:21: return_function: returning to ‘m_tag_copy_chain’ from ‘m_tag_copy’
gst-plugins-bad-1.26.10/ext/sctp/usrsctp/usrsctplib/user_mbuf.c:1194:20: branch_true: following ‘true’ branch...
gst-plugins-bad-1.26.10/ext/sctp/usrsctp/usrsctplib/user_mbuf.c:1195:25: branch_true: ...to here
gst-plugins-bad-1.26.10/ext/sctp/usrsctp/usrsctplib/user_mbuf.c:1195:25: call_function: calling ‘m_tag_delete_chain’ from ‘m_tag_copy_chain’
#  463|   {
#  464|   
#  465|-> 	(*t->m_tag_free)(t);
#  466|   }
#  467|   

Error: GCC_ANALYZER_WARNING (CWE-457): [#def68]
gst-plugins-bad-1.26.10/ext/sctp/usrsctp/usrsctplib/user_mbuf.c:780:13: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘*m.M_dat.MH.MH_dat.MH_ext.ref_cnt’
gst-plugins-bad-1.26.10/ext/sctp/usrsctp/usrsctplib/user_mbuf.c:1490:1: enter_function: entry to ‘m_split’
gst-plugins-bad-1.26.10/ext/sctp/usrsctp/usrsctplib/user_mbuf.c:1496:22: branch_true: following ‘true’ branch (when ‘m’ is non-NULL)...
gst-plugins-bad-1.26.10/ext/sctp/usrsctp/usrsctplib/user_mbuf.c:1496:38: branch_true: ...to here
gst-plugins-bad-1.26.10/ext/sctp/usrsctp/usrsctplib/user_mbuf.c:1498:12: branch_false: following ‘false’ branch (when ‘m’ is non-NULL)...
gst-plugins-bad-1.26.10/ext/sctp/usrsctp/usrsctplib/user_mbuf.c:1500:18: branch_false: ...to here
gst-plugins-bad-1.26.10/ext/sctp/usrsctp/usrsctplib/user_mbuf.c:1501:12: branch_true: following ‘true’ branch...
gst-plugins-bad-1.26.10/ext/sctp/usrsctp/usrsctplib/user_mbuf.c:1502:17: branch_true: ...to here
gst-plugins-bad-1.26.10/ext/sctp/usrsctp/usrsctplib/user_mbuf.c:1502:17: call_function: calling ‘m_gethdr’ from ‘m_split’
gst-plugins-bad-1.26.10/ext/sctp/usrsctp/usrsctplib/user_mbuf.c:1502:17: return_function: returning to ‘m_split’ from ‘m_gethdr’
gst-plugins-bad-1.26.10/ext/sctp/usrsctp/usrsctplib/user_mbuf.c:1503:20: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/ext/sctp/usrsctp/usrsctplib/user_mbuf.c:1505:37: branch_false: ...to here
gst-plugins-bad-1.26.10/ext/sctp/usrsctp/usrsctplib/user_mbuf.c:1508:20: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/ext/sctp/usrsctp/usrsctplib/user_mbuf.c:1510:20: branch_false: ...to here
gst-plugins-bad-1.26.10/ext/sctp/usrsctp/usrsctplib/user_mbuf.c:1510:20: branch_true: following ‘true’ branch (when ‘remain > 176’)...
gst-plugins-bad-1.26.10/ext/sctp/usrsctp/usrsctplib/user_mbuf.c:1512:25: branch_true: ...to here
gst-plugins-bad-1.26.10/ext/sctp/usrsctp/usrsctplib/user_mbuf.c:1513:37: call_function: calling ‘m_split’ from ‘m_split’
gst-plugins-bad-1.26.10/ext/sctp/usrsctp/usrsctplib/user_mbuf.c:1513:37: return_function: returning to ‘m_split’ from ‘m_split’
gst-plugins-bad-1.26.10/ext/sctp/usrsctp/usrsctplib/user_mbuf.c:1514:28: branch_true: following ‘true’ branch...
gst-plugins-bad-1.26.10/ext/sctp/usrsctp/usrsctplib/user_mbuf.c:1515:40: branch_true: ...to here
gst-plugins-bad-1.26.10/ext/sctp/usrsctp/usrsctplib/user_mbuf.c:1515:40: call_function: calling ‘m_free’ from ‘m_split’
#  778|   	if (atomic_fetchadd_int(m->m_ext.ref_cnt, -1) == 0)
#  779|   #else
#  780|-> 	if (SCTP_DECREMENT_AND_CHECK_REFCOUNT(m->m_ext.ref_cnt))
#  781|   #endif
#  782|   	{

Error: GCC_ANALYZER_WARNING (CWE-457): [#def69]
gst-plugins-bad-1.26.10/ext/sctp/usrsctp/usrsctplib/user_mbuf.c:1284:32: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘*<unknown>.m_hdr.mh_data’
gst-plugins-bad-1.26.10/ext/sctp/usrsctp/usrsctplib/user_mbuf.c:1269:1: enter_function: entry to ‘m_copyback’
gst-plugins-bad-1.26.10/ext/sctp/usrsctp/usrsctplib/user_mbuf.c:1275:12: branch_false: following ‘false’ branch (when ‘m0’ is non-NULL)...
gst-plugins-bad-1.26.10/ext/sctp/usrsctp/usrsctplib/user_mbuf.c:1275:12: branch_false: ...to here
gst-plugins-bad-1.26.10/ext/sctp/usrsctp/usrsctplib/user_mbuf.c:1277:16: branch_true: following ‘true’ branch (when ‘off > mlen’)...
gst-plugins-bad-1.26.10/ext/sctp/usrsctp/usrsctplib/user_mbuf.c:1278:17: branch_true: ...to here
gst-plugins-bad-1.26.10/ext/sctp/usrsctp/usrsctplib/user_mbuf.c:1280:20: branch_true: following ‘true’ branch...
gst-plugins-bad-1.26.10/ext/sctp/usrsctp/usrsctplib/user_mbuf.c:1281:29: branch_true: ...to here
gst-plugins-bad-1.26.10/ext/sctp/usrsctp/usrsctplib/user_mbuf.c:1281:29: call_function: calling ‘m_get’ from ‘m_copyback’
gst-plugins-bad-1.26.10/ext/sctp/usrsctp/usrsctplib/user_mbuf.c:1281:29: return_function: returning to ‘m_copyback’ from ‘m_get’
gst-plugins-bad-1.26.10/ext/sctp/usrsctp/usrsctplib/user_mbuf.c:1282:28: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/ext/sctp/usrsctp/usrsctplib/user_mbuf.c:1284:32: branch_false: ...to here
gst-plugins-bad-1.26.10/ext/sctp/usrsctp/usrsctplib/user_mbuf.c:1284:32: danger: use of uninitialized value ‘*<unknown>.m_hdr.mh_data’ here
# 1282|   			if (n == NULL)
# 1283|   				goto out;
# 1284|-> 			memset(mtod(n, caddr_t), 0, MLEN);
# 1285|   			n->m_len = min(MLEN, len + off);
# 1286|   			m->m_next = n;

Error: GCC_ANALYZER_WARNING (CWE-688): [#def70]
gst-plugins-bad-1.26.10/ext/sctp/usrsctp/usrsctplib/user_socket.c:571:9: warning[-Wanalyzer-possible-null-argument]: use of possibly-NULL ‘*iov’ where non-null expected
gst-plugins-bad-1.26.10/ext/sctp/usrsctp/usrsctplib/user_socket.c:597:12: branch_false: following ‘false’ branch (when ‘iovcnt <= 1024’)...
gst-plugins-bad-1.26.10/ext/sctp/usrsctp/usrsctplib/user_socket.c:599:9: branch_false: ...to here
gst-plugins-bad-1.26.10/ext/sctp/usrsctp/usrsctplib/user_socket.c:600:16: acquire_memory: this call could return NULL
gst-plugins-bad-1.26.10/ext/sctp/usrsctp/usrsctplib/user_socket.c:601:17: call_function: inlined call to ‘copy_from_user’ from ‘copyiniov’
#  569|   static __inline__ int
#  570|   copy_from_user(void *dst, void *src, size_t len) {
#  571|-> 	memcpy(dst, src, len);
#  572|   	return 0;
#  573|   }

Error: GCC_ANALYZER_WARNING (CWE-688): [#def71]
gst-plugins-bad-1.26.10/ext/sctp/usrsctp/usrsctplib/user_socket.c:571:9: warning[-Wanalyzer-possible-null-argument]: use of possibly-NULL ‘sa’ where non-null expected
gst-plugins-bad-1.26.10/ext/sctp/usrsctp/usrsctplib/user_socket.c:674:9: acquire_memory: this call could return NULL
gst-plugins-bad-1.26.10/ext/sctp/usrsctp/usrsctplib/user_socket.c:675:17: call_function: inlined call to ‘copy_from_user’ from ‘getsockaddr’
#  569|   static __inline__ int
#  570|   copy_from_user(void *dst, void *src, size_t len) {
#  571|-> 	memcpy(dst, src, len);
#  572|   	return 0;
#  573|   }

Error: GCC_ANALYZER_WARNING (CWE-401): [#def72]
gst-plugins-bad-1.26.10/ext/sctp/usrsctp/usrsctplib/user_socket.c:1465:24: warning[-Wanalyzer-malloc-leak]: leak of ‘sa’
gst-plugins-bad-1.26.10/ext/sctp/usrsctp/usrsctplib/user_socket.c:1476:1: enter_function: entry to ‘usrsctp_bind’
gst-plugins-bad-1.26.10/ext/sctp/usrsctp/usrsctplib/user_socket.c:1480:12: branch_false: following ‘false’ branch (when ‘so’ is non-NULL)...
gst-plugins-bad-1.26.10/ext/sctp/usrsctp/usrsctplib/user_socket.c:1484:22: branch_false: ...to here
gst-plugins-bad-1.26.10/ext/sctp/usrsctp/usrsctplib/user_socket.c:1484:22: call_function: calling ‘getsockaddr’ from ‘usrsctp_bind’
gst-plugins-bad-1.26.10/ext/sctp/usrsctp/usrsctplib/user_socket.c:1484:22: return_function: returning to ‘usrsctp_bind’ from ‘getsockaddr’
gst-plugins-bad-1.26.10/ext/sctp/usrsctp/usrsctplib/user_socket.c:1484:12: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/ext/sctp/usrsctp/usrsctplib/user_socket.c:1487:17: branch_false: ...to here
gst-plugins-bad-1.26.10/ext/sctp/usrsctp/usrsctplib/user_socket.c:1487:17: call_function: inlined call to ‘sobind’ from ‘usrsctp_bind’
# 1463|   #endif
# 1464|   	case AF_CONN:
# 1465|-> 		return (sctpconn_bind(so, nam));
# 1466|   	default:
# 1467|   		return EAFNOSUPPORT;

Error: GCC_ANALYZER_WARNING (CWE-401): [#def73]
gst-plugins-bad-1.26.10/ext/sctp/usrsctp/usrsctplib/user_socket.c:1829:17: warning[-Wanalyzer-malloc-leak]: leak of ‘sa’
gst-plugins-bad-1.26.10/ext/sctp/usrsctp/usrsctplib/user_socket.c:1976:5: enter_function: entry to ‘usrsctp_connect’
gst-plugins-bad-1.26.10/ext/sctp/usrsctp/usrsctplib/user_socket.c:1980:17: call_function: calling ‘getsockaddr’ from ‘usrsctp_connect’
gst-plugins-bad-1.26.10/ext/sctp/usrsctp/usrsctplib/user_socket.c:1980:17: return_function: returning to ‘usrsctp_connect’ from ‘getsockaddr’
gst-plugins-bad-1.26.10/ext/sctp/usrsctp/usrsctplib/user_socket.c:1981:12: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/ext/sctp/usrsctp/usrsctplib/user_socket.c:1984:17: branch_false: ...to here
gst-plugins-bad-1.26.10/ext/sctp/usrsctp/usrsctplib/user_socket.c:1984:17: call_function: calling ‘user_connect’ from ‘usrsctp_connect’
# 1827|   	if (so->so_state & SS_ISDISCONNECTING)
# 1828|   		return (EALREADY);
# 1829|-> 	error = sctp_disconnect(so);
# 1830|   	return (error);
# 1831|   }

Error: GCC_ANALYZER_WARNING (CWE-401): [#def74]
gst-plugins-bad-1.26.10/ext/sctp/usrsctp/usrsctplib/user_socket.c:1901:33: warning[-Wanalyzer-malloc-leak]: leak of ‘sa’
gst-plugins-bad-1.26.10/ext/sctp/usrsctp/usrsctplib/user_socket.c:1976:5: enter_function: entry to ‘usrsctp_connect’
gst-plugins-bad-1.26.10/ext/sctp/usrsctp/usrsctplib/user_socket.c:1980:17: call_function: calling ‘getsockaddr’ from ‘usrsctp_connect’
gst-plugins-bad-1.26.10/ext/sctp/usrsctp/usrsctplib/user_socket.c:1980:17: return_function: returning to ‘usrsctp_connect’ from ‘getsockaddr’
gst-plugins-bad-1.26.10/ext/sctp/usrsctp/usrsctplib/user_socket.c:1981:12: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/ext/sctp/usrsctp/usrsctplib/user_socket.c:1984:17: branch_false: ...to here
gst-plugins-bad-1.26.10/ext/sctp/usrsctp/usrsctplib/user_socket.c:1984:17: call_function: calling ‘user_connect’ from ‘usrsctp_connect’
# 1899|   #endif
# 1900|   		case AF_CONN:
# 1901|-> 			error = sctpconn_connect(so, nam);
# 1902|   			break;
# 1903|   		default:

Error: GCC_ANALYZER_WARNING (CWE-401): [#def75]
gst-plugins-bad-1.26.10/ext/sctp/usrsctp/usrsctplib/user_socket.c:2271:25: warning[-Wanalyzer-malloc-leak]: leak of ‘addrs’
gst-plugins-bad-1.26.10/ext/sctp/usrsctp/usrsctplib/user_socket.c:2694:1: enter_function: entry to ‘usrsctp_getpaddrs’
gst-plugins-bad-1.26.10/ext/sctp/usrsctp/usrsctplib/user_socket.c:2703:12: branch_false: following ‘false’ branch (when ‘raddrs’ is non-NULL)...
gst-plugins-bad-1.26.10/ext/sctp/usrsctp/usrsctplib/user_socket.c:2707:9: branch_false: ...to here
gst-plugins-bad-1.26.10/ext/sctp/usrsctp/usrsctplib/user_socket.c:2709:13: call_function: calling ‘usrsctp_getsockopt’ from ‘usrsctp_getpaddrs’
gst-plugins-bad-1.26.10/ext/sctp/usrsctp/usrsctplib/user_socket.c:2709:13: return_function: returning to ‘usrsctp_getpaddrs’ from ‘usrsctp_getsockopt’
gst-plugins-bad-1.26.10/ext/sctp/usrsctp/usrsctplib/user_socket.c:2709:12: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/ext/sctp/usrsctp/usrsctplib/user_socket.c:2713:19: branch_false: ...to here
gst-plugins-bad-1.26.10/ext/sctp/usrsctp/usrsctplib/user_socket.c:2714:17: acquire_memory: allocated here
gst-plugins-bad-1.26.10/ext/sctp/usrsctp/usrsctplib/user_socket.c:2715:12: branch_false: following ‘false’ branch (when ‘addrs’ is non-NULL)...
gst-plugins-bad-1.26.10/ext/sctp/usrsctp/usrsctplib/user_socket.c:2719:9: branch_false: ...to here
gst-plugins-bad-1.26.10/ext/sctp/usrsctp/usrsctplib/user_socket.c:2721:13: call_function: calling ‘usrsctp_getsockopt’ from ‘usrsctp_getpaddrs’
# 2269|   
# 2270|   		len = (size_t)*option_len;
# 2271|-> 		errno = sctp_getopt(so, option_name, option_value, &len, NULL);
# 2272|   		*option_len = (socklen_t)len;
# 2273|   		if (errno) {

Error: CPPCHECK_WARNING (CWE-476): [#def76]
gst-plugins-bad-1.26.10/ext/smoothstreaming/gstmssmanifest.c:1279: warning[nullPointer]: Possible null pointer dereference: stream->current_fragment
# 1277|           if (g_list_previous (iter)) {
# 1278|             stream->current_fragment = g_list_previous (iter);
# 1279|->           fragment = stream->current_fragment->data;
# 1280|             g_assert (fragment);
# 1281|             stream->fragment_repetition_index = fragment->repetitions - 1;

Error: GCC_ANALYZER_WARNING (CWE-476): [#def77]
gst-plugins-bad-1.26.10/ext/srt/gstsrtsink.c:314:9: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘0’
gst-plugins-bad-1.26.10/ext/srt/gstsrtsink.c:297:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/ext/srt/gstsrtsink.c:299:14: branch_false: ...to here
gst-plugins-bad-1.26.10/ext/srt/gstsrtsink.c:299:14: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/ext/srt/gstsrtsink.c:303:14: branch_false: ...to here
gst-plugins-bad-1.26.10/ext/srt/gstsrtsink.c:303:14: branch_true: following ‘true’ branch...
gst-plugins-bad-1.26.10/ext/srt/gstsrtsink.c:306:5: branch_true: ...to here
gst-plugins-bad-1.26.10/ext/srt/gstsrtsink.c:311:17: branch_true: following ‘true’ branch...
gst-plugins-bad-1.26.10/ext/srt/gstsrtsink.c:312:25: branch_true: ...to here
gst-plugins-bad-1.26.10/ext/srt/gstsrtsink.c:314:9: branch_true: following ‘true’ branch...
gst-plugins-bad-1.26.10/ext/srt/gstsrtsink.c:314:9: branch_true: ...to here
gst-plugins-bad-1.26.10/ext/srt/gstsrtsink.c:314:9: danger: dereference of NULL ‘<unknown>’
#  312|         const GValue *v = gst_value_array_get_value (streamheader, i);
#  313|         if (!GST_VALUE_HOLDS_BUFFER (v)) {
#  314|->         GST_ERROR_OBJECT (self, "'streamheader' item of unexpected type '%s'",
#  315|               G_VALUE_TYPE_NAME (v));
#  316|           return FALSE;

Error: GCC_ANALYZER_WARNING (CWE-476): [#def78]
gst-plugins-bad-1.26.10/ext/ttml/gstttmlrender.c:1555:30: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘0’
gst-plugins-bad-1.26.10/ext/ttml/gstttmlrender.c:1543:1: enter_function: entry to ‘gst_ttml_render_generate_block_markup’
gst-plugins-bad-1.26.10/ext/ttml/gstttmlrender.c:1551:15: branch_true: following ‘true’ branch...
gst-plugins-bad-1.26.10/ext/ttml/gstttmlrender.c:1552:26: call_function: inlined call to ‘gst_ttml_render_unified_block_get_element’ from ‘gst_ttml_render_generate_block_markup’
gst-plugins-bad-1.26.10/ext/ttml/gstttmlrender.c:1555:30: branch_true: ...to here
gst-plugins-bad-1.26.10/ext/ttml/gstttmlrender.c:1555:30: danger: dereference of NULL ‘<unknown>’
# 1553|       gchar *element_markup =
# 1554|           gst_ttml_render_generate_pango_markup (ue->element->style_set,
# 1555|->         ue->pango_font_size, ue->text);
# 1556|   
# 1557|       old_text = joined_text;

Error: GCC_ANALYZER_WARNING (CWE-476): [#def79]
gst-plugins-bad-1.26.10/ext/ttml/gstttmlrender.c:2070:3: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘0’
gst-plugins-bad-1.26.10/ext/ttml/gstttmlrender.c:2015:1: enter_function: entry to ‘gst_ttml_render_render_block_elements’
gst-plugins-bad-1.26.10/ext/ttml/gstttmlrender.c:2025:15: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/ext/ttml/gstttmlrender.c:2068:9: branch_false: ...to here
gst-plugins-bad-1.26.10/ext/ttml/gstttmlrender.c:2068:9: call_function: calling ‘gst_ttml_render_stitch_images’ from ‘gst_ttml_render_render_block_elements’
gst-plugins-bad-1.26.10/ext/ttml/gstttmlrender.c:2068:9: return_function: returning to ‘gst_ttml_render_render_block_elements’ from ‘gst_ttml_render_stitch_images’
gst-plugins-bad-1.26.10/ext/ttml/gstttmlrender.c:2070:3: branch_true: following ‘true’ branch...
gst-plugins-bad-1.26.10/ext/ttml/gstttmlrender.c:2070:3: branch_true: ...to here
gst-plugins-bad-1.26.10/ext/ttml/gstttmlrender.c:2070:3: danger: dereference of NULL ‘gst_ttml_render_stitch_images(g_ptr_array_new_with_free_func(&gst_ttml_render_rendered_image_free), 0)’
# 2068|     ret = gst_ttml_render_stitch_images (inline_images,
# 2069|         GST_TTML_DIRECTION_INLINE);
# 2070|->   GST_CAT_DEBUG (ttmlrender_debug,
# 2071|         "Stitched line image - x:%d  y:%d  w:%u  h:%u",
# 2072|         ret->x, ret->y, ret->width, ret->height);

Error: GCC_ANALYZER_WARNING (CWE-476): [#def80]
gst-plugins-bad-1.26.10/ext/ttml/gstttmlrender.c:2349:12: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘image1’
gst-plugins-bad-1.26.10/ext/ttml/gstttmlrender.c:2490:1: enter_function: entry to ‘gst_ttml_render_overlay_images’
gst-plugins-bad-1.26.10/ext/ttml/gstttmlrender.c:2495:15: branch_true: following ‘true’ branch...
gst-plugins-bad-1.26.10/ext/ttml/gstttmlrender.c:2498:9: branch_true: ...to here
gst-plugins-bad-1.26.10/ext/ttml/gstttmlrender.c:2497:11: call_function: calling ‘gst_ttml_render_rendered_image_combine’ from ‘gst_ttml_render_overlay_images’
gst-plugins-bad-1.26.10/ext/ttml/gstttmlrender.c:2497:11: return_function: returning to ‘gst_ttml_render_overlay_images’ from ‘gst_ttml_render_rendered_image_combine’
gst-plugins-bad-1.26.10/ext/ttml/gstttmlrender.c:2499:5: call_function: inlined call to ‘gst_ttml_render_rendered_image_free’ from ‘gst_ttml_render_overlay_images’
gst-plugins-bad-1.26.10/ext/ttml/gstttmlrender.c:2495:32: branch_true: ...to here
gst-plugins-bad-1.26.10/ext/ttml/gstttmlrender.c:2495:15: branch_true: following ‘true’ branch...
gst-plugins-bad-1.26.10/ext/ttml/gstttmlrender.c:2498:9: branch_true: ...to here
gst-plugins-bad-1.26.10/ext/ttml/gstttmlrender.c:2499:5: call_function: inlined call to ‘gst_ttml_render_rendered_image_free’ from ‘gst_ttml_render_overlay_images’
gst-plugins-bad-1.26.10/ext/ttml/gstttmlrender.c:2495:32: branch_true: ...to here
gst-plugins-bad-1.26.10/ext/ttml/gstttmlrender.c:2495:15: branch_true: following ‘true’ branch...
gst-plugins-bad-1.26.10/ext/ttml/gstttmlrender.c:2498:9: branch_true: ...to here
gst-plugins-bad-1.26.10/ext/ttml/gstttmlrender.c:2499:5: call_function: inlined call to ‘gst_ttml_render_rendered_image_free’ from ‘gst_ttml_render_overlay_images’
gst-plugins-bad-1.26.10/ext/ttml/gstttmlrender.c:2495:32: branch_true: ...to here
gst-plugins-bad-1.26.10/ext/ttml/gstttmlrender.c:2495:15: branch_true: following ‘true’ branch...
gst-plugins-bad-1.26.10/ext/ttml/gstttmlrender.c:2498:9: branch_true: ...to here
gst-plugins-bad-1.26.10/ext/ttml/gstttmlrender.c:2499:5: call_function: inlined call to ‘gst_ttml_render_rendered_image_free’ from ‘gst_ttml_render_overlay_images’
gst-plugins-bad-1.26.10/ext/ttml/gstttmlrender.c:2495:32: branch_true: ...to here
gst-plugins-bad-1.26.10/ext/ttml/gstttmlrender.c:2495:15: branch_true: following ‘true’ branch...
gst-plugins-bad-1.26.10/ext/ttml/gstttmlrender.c:2498:9: branch_true: ...to here
gst-plugins-bad-1.26.10/ext/ttml/gstttmlrender.c:2499:5: call_function: inlined call to ‘gst_ttml_render_rendered_image_free’ from ‘gst_ttml_render_overlay_images’
gst-plugins-bad-1.26.10/ext/ttml/gstttmlrender.c:2495:32: branch_true: ...to here
gst-plugins-bad-1.26.10/ext/ttml/gstttmlrender.c:2495:15: branch_true: following ‘true’ branch...
gst-plugins-bad-1.26.10/ext/ttml/gstttmlrender.c:2498:9: branch_true: ...to here
gst-plugins-bad-1.26.10/ext/ttml/gstttmlrender.c:2499:5: call_function: inlined call to ‘gst_ttml_render_rendered_image_free’ from ‘gst_ttml_render_overlay_images’
gst-plugins-bad-1.26.10/ext/ttml/gstttmlrender.c:2495:32: branch_true: ...to here
gst-plugins-bad-1.26.10/ext/ttml/gstttmlrender.c:2495:15: branch_true: following ‘true’ branch...
gst-plugins-bad-1.26.10/ext/ttml/gstttmlrender.c:2498:9: branch_true: ...to here
gst-plugins-bad-1.26.10/ext/ttml/gstttmlrender.c:2499:5: call_function: inlined call to ‘gst_ttml_render_rendered_image_free’ from ‘gst_ttml_render_overlay_images’
gst-plugins-bad-1.26.10/ext/ttml/gstttmlrender.c:2495:32: branch_true: ...to here
gst-plugins-bad-1.26.10/ext/ttml/gstttmlrender.c:2495:15: branch_true: following ‘true’ branch...
gst-plugins-bad-1.26.10/ext/ttml/gstttmlrender.c:2498:9: branch_true: ...to here
gst-plugins-bad-1.26.10/ext/ttml/gstttmlrender.c:2499:5: call_function: inlined call to ‘gst_ttml_render_rendered_image_free’ from ‘gst_ttml_render_overlay_images’
gst-plugins-bad-1.26.10/ext/ttml/gstttmlrender.c:2495:32: branch_true: ...to here
gst-plugins-bad-1.26.10/ext/ttml/gstttmlrender.c:2495:15: branch_true: following ‘true’ branch...
gst-plugins-bad-1.26.10/ext/ttml/gstttmlrender.c:2498:9: branch_true: ...to here
gst-plugins-bad-1.26.10/ext/ttml/gstttmlrender.c:2499:5: call_function: inlined call to ‘gst_ttml_render_rendered_image_free’ from ‘gst_ttml_render_overlay_images’
gst-plugins-bad-1.26.10/ext/ttml/gstttmlrender.c:2495:32: branch_true: ...to here
gst-plugins-bad-1.26.10/ext/ttml/gstttmlrender.c:2495:15: branch_true: following ‘true’ branch...
gst-plugins-bad-1.26.10/ext/ttml/gstttmlrender.c:2498:9: branch_true: ...to here
gst-plugins-bad-1.26.10/ext/ttml/gstttmlrender.c:2497:11: call_function: calling ‘gst_ttml_render_rendered_image_combine’ from ‘gst_ttml_render_overlay_images’
# 2347|   
# 2348|     /* Work out dimensions of combined image. */
# 2349|->   ret->x = MIN (image1->x, image2->x);
# 2350|     ret->y = MIN (image1->y, image2->y);
# 2351|     ret->width = MAX (image1->x + image1->width, image2->x + image2->width)

Error: GCC_ANALYZER_WARNING (CWE-476): [#def81]
gst-plugins-bad-1.26.10/ext/ttml/gstttmlrender.c:2720:5: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘region_image’
gst-plugins-bad-1.26.10/ext/ttml/gstttmlrender.c:2616:1: enter_function: entry to ‘gst_ttml_render_render_text_region’
gst-plugins-bad-1.26.10/ext/ttml/gstttmlrender.c:2656:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/ext/ttml/gstttmlrender.c:2667:3: branch_false: ...to here
gst-plugins-bad-1.26.10/ext/ttml/gstttmlrender.c:2667:15: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/ext/ttml/gstttmlrender.c:2715:7: branch_false: ...to here
gst-plugins-bad-1.26.10/ext/ttml/gstttmlrender.c:2715:6: branch_true: following ‘true’ branch...
gst-plugins-bad-1.26.10/ext/ttml/gstttmlrender.c:2718:20: branch_true: ...to here
gst-plugins-bad-1.26.10/ext/ttml/gstttmlrender.c:2718:20: call_function: calling ‘gst_ttml_render_stitch_images’ from ‘gst_ttml_render_render_text_region’
gst-plugins-bad-1.26.10/ext/ttml/gstttmlrender.c:2718:20: return_function: returning to ‘gst_ttml_render_render_text_region’ from ‘gst_ttml_render_stitch_images’
gst-plugins-bad-1.26.10/ext/ttml/gstttmlrender.c:2720:5: danger: dereference of NULL ‘gst_ttml_render_stitch_images(g_ptr_array_new_with_free_func(&gst_ttml_render_rendered_image_free), 1)’
# 2718|       blocks_image = gst_ttml_render_stitch_images (rendered_blocks,
# 2719|           GST_TTML_DIRECTION_BLOCK);
# 2720|->     blocks_image->x += window_x;
# 2721|   
# 2722|       switch (region->style_set->display_align) {

Error: GCC_ANALYZER_WARNING (CWE-476): [#def82]
gst-plugins-bad-1.26.10/ext/ttml/ttmlparse.c:1350:10: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘parent’
gst-plugins-bad-1.26.10/ext/ttml/ttmlparse.c:1338:25: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/ext/ttml/ttmlparse.c:1340:3: branch_false: ...to here
gst-plugins-bad-1.26.10/ext/ttml/ttmlparse.c:1341:16: branch_false: following ‘false’ branch (when ‘child’ is NULL)...
gst-plugins-bad-1.26.10/ext/ttml/ttmlparse.c:1341:16: branch_false: ...to here
gst-plugins-bad-1.26.10/ext/ttml/ttmlparse.c:1342:10: branch_false: following ‘false’ branch (when ‘child’ is NULL)...
gst-plugins-bad-1.26.10/ext/ttml/ttmlparse.c:1349:7: branch_false: ...to here
gst-plugins-bad-1.26.10/ext/ttml/ttmlparse.c:1349:6: branch_true: following ‘true’ branch...
gst-plugins-bad-1.26.10/ext/ttml/ttmlparse.c:1350:10: branch_true: ...to here
gst-plugins-bad-1.26.10/ext/ttml/ttmlparse.c:1350:10: danger: dereference of NULL ‘parent’
# 1348|     /* Only text content in <p>s and <span>s is significant. */
# 1349|     if (element->type == TTML_ELEMENT_TYPE_ANON_SPAN
# 1350|->       && parent->type != TTML_ELEMENT_TYPE_P
# 1351|         && parent->type != TTML_ELEMENT_TYPE_SPAN) {
# 1352|       ttml_delete_element (element);

Error: GCC_ANALYZER_WARNING (CWE-404): [#def83]
gst-plugins-bad-1.26.10/ext/vulkan/vkcolorconvert.c:939:5: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
gst-plugins-bad-1.26.10/ext/vulkan/vkcolorconvert.c:937:3: acquire_resource: ‘va_start’ called here
gst-plugins-bad-1.26.10/ext/vulkan/vkcolorconvert.c:938:10: branch_true: following ‘true’ branch (when ‘str’ is non-NULL)...
gst-plugins-bad-1.26.10/ext/vulkan/vkcolorconvert.c:939:5: branch_true: ...to here
gst-plugins-bad-1.26.10/ext/vulkan/vkcolorconvert.c:939:5: throw: if ‘g_value_init’ throws an exception...
gst-plugins-bad-1.26.10/ext/vulkan/vkcolorconvert.c:939:5: danger: missing call to ‘va_end’ to match ‘va_start’ at [(1)](sarif:/runs/0/results/0/codeFlows/0/threadFlows/0/locations/0)
#  937|     va_start (args, list);
#  938|     while ((str = va_arg (args, gchar *))) {
#  939|->     g_value_init (&item, G_TYPE_STRING);
#  940|       g_value_set_string (&item, str);
#  941|   

Error: GCC_ANALYZER_WARNING (CWE-404): [#def84]
gst-plugins-bad-1.26.10/ext/vulkan/vkcolorconvert.c:940:5: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
gst-plugins-bad-1.26.10/ext/vulkan/vkcolorconvert.c:937:3: acquire_resource: ‘va_start’ called here
gst-plugins-bad-1.26.10/ext/vulkan/vkcolorconvert.c:938:10: branch_true: following ‘true’ branch (when ‘str’ is non-NULL)...
gst-plugins-bad-1.26.10/ext/vulkan/vkcolorconvert.c:939:5: branch_true: ...to here
gst-plugins-bad-1.26.10/ext/vulkan/vkcolorconvert.c:940:5: throw: if ‘g_value_set_string’ throws an exception...
gst-plugins-bad-1.26.10/ext/vulkan/vkcolorconvert.c:940:5: danger: missing call to ‘va_end’ to match ‘va_start’ at [(1)](sarif:/runs/0/results/1/codeFlows/0/threadFlows/0/locations/0)
#  938|     while ((str = va_arg (args, gchar *))) {
#  939|       g_value_init (&item, G_TYPE_STRING);
#  940|->     g_value_set_string (&item, str);
#  941|   
#  942|       gst_value_list_append_value (list, &item);

Error: GCC_ANALYZER_WARNING (CWE-404): [#def85]
gst-plugins-bad-1.26.10/ext/vulkan/vkcolorconvert.c:942:5: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
gst-plugins-bad-1.26.10/ext/vulkan/vkcolorconvert.c:937:3: acquire_resource: ‘va_start’ called here
gst-plugins-bad-1.26.10/ext/vulkan/vkcolorconvert.c:938:10: branch_true: following ‘true’ branch (when ‘str’ is non-NULL)...
gst-plugins-bad-1.26.10/ext/vulkan/vkcolorconvert.c:939:5: branch_true: ...to here
gst-plugins-bad-1.26.10/ext/vulkan/vkcolorconvert.c:942:5: throw: if ‘gst_value_list_append_value’ throws an exception...
gst-plugins-bad-1.26.10/ext/vulkan/vkcolorconvert.c:942:5: danger: missing call to ‘va_end’ to match ‘va_start’ at [(1)](sarif:/runs/0/results/2/codeFlows/0/threadFlows/0/locations/0)
#  940|       g_value_set_string (&item, str);
#  941|   
#  942|->     gst_value_list_append_value (list, &item);
#  943|       g_value_unset (&item);
#  944|     }

Error: GCC_ANALYZER_WARNING (CWE-404): [#def86]
gst-plugins-bad-1.26.10/ext/vulkan/vkcolorconvert.c:943:5: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
gst-plugins-bad-1.26.10/ext/vulkan/vkcolorconvert.c:937:3: acquire_resource: ‘va_start’ called here
gst-plugins-bad-1.26.10/ext/vulkan/vkcolorconvert.c:938:10: branch_true: following ‘true’ branch (when ‘str’ is non-NULL)...
gst-plugins-bad-1.26.10/ext/vulkan/vkcolorconvert.c:939:5: branch_true: ...to here
gst-plugins-bad-1.26.10/ext/vulkan/vkcolorconvert.c:943:5: throw: if ‘g_value_unset’ throws an exception...
gst-plugins-bad-1.26.10/ext/vulkan/vkcolorconvert.c:943:5: danger: missing call to ‘va_end’ to match ‘va_start’ at [(1)](sarif:/runs/0/results/3/codeFlows/0/threadFlows/0/locations/0)
#  941|   
#  942|       gst_value_list_append_value (list, &item);
#  943|->     g_value_unset (&item);
#  944|     }
#  945|     va_end (args);

Error: GCC_ANALYZER_WARNING (CWE-404): [#def87]
gst-plugins-bad-1.26.10/ext/vulkan/vkcolorconvert.c:957:5: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
gst-plugins-bad-1.26.10/ext/vulkan/vkcolorconvert.c:955:3: acquire_resource: ‘va_start’ called here
gst-plugins-bad-1.26.10/ext/vulkan/vkcolorconvert.c:956:10: branch_true: following ‘true’ branch (when ‘str’ is non-NULL)...
gst-plugins-bad-1.26.10/ext/vulkan/vkcolorconvert.c:957:5: branch_true: ...to here
gst-plugins-bad-1.26.10/ext/vulkan/vkcolorconvert.c:957:5: throw: if ‘g_value_init’ throws an exception...
gst-plugins-bad-1.26.10/ext/vulkan/vkcolorconvert.c:957:5: danger: missing call to ‘va_end’ to match ‘va_start’ at [(1)](sarif:/runs/0/results/4/codeFlows/0/threadFlows/0/locations/0)
#  955|     va_start (args, list);
#  956|     while ((str = va_arg (args, gchar *))) {
#  957|->     g_value_init (&item, G_TYPE_STRING);
#  958|       g_value_set_string (&item, str);
#  959|   

Error: GCC_ANALYZER_WARNING (CWE-404): [#def88]
gst-plugins-bad-1.26.10/ext/vulkan/vkcolorconvert.c:958:5: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
gst-plugins-bad-1.26.10/ext/vulkan/vkcolorconvert.c:955:3: acquire_resource: ‘va_start’ called here
gst-plugins-bad-1.26.10/ext/vulkan/vkcolorconvert.c:956:10: branch_true: following ‘true’ branch (when ‘str’ is non-NULL)...
gst-plugins-bad-1.26.10/ext/vulkan/vkcolorconvert.c:957:5: branch_true: ...to here
gst-plugins-bad-1.26.10/ext/vulkan/vkcolorconvert.c:958:5: throw: if ‘g_value_set_string’ throws an exception...
gst-plugins-bad-1.26.10/ext/vulkan/vkcolorconvert.c:958:5: danger: missing call to ‘va_end’ to match ‘va_start’ at [(1)](sarif:/runs/0/results/5/codeFlows/0/threadFlows/0/locations/0)
#  956|     while ((str = va_arg (args, gchar *))) {
#  957|       g_value_init (&item, G_TYPE_STRING);
#  958|->     g_value_set_string (&item, str);
#  959|   
#  960|       gst_value_list_append_value (list, &item);

Error: GCC_ANALYZER_WARNING (CWE-404): [#def89]
gst-plugins-bad-1.26.10/ext/vulkan/vkcolorconvert.c:960:5: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
gst-plugins-bad-1.26.10/ext/vulkan/vkcolorconvert.c:955:3: acquire_resource: ‘va_start’ called here
gst-plugins-bad-1.26.10/ext/vulkan/vkcolorconvert.c:956:10: branch_true: following ‘true’ branch (when ‘str’ is non-NULL)...
gst-plugins-bad-1.26.10/ext/vulkan/vkcolorconvert.c:957:5: branch_true: ...to here
gst-plugins-bad-1.26.10/ext/vulkan/vkcolorconvert.c:960:5: throw: if ‘gst_value_list_append_value’ throws an exception...
gst-plugins-bad-1.26.10/ext/vulkan/vkcolorconvert.c:960:5: danger: missing call to ‘va_end’ to match ‘va_start’ at [(1)](sarif:/runs/0/results/6/codeFlows/0/threadFlows/0/locations/0)
#  958|       g_value_set_string (&item, str);
#  959|   
#  960|->     gst_value_list_append_value (list, &item);
#  961|       g_value_unset (&item);
#  962|     }

Error: GCC_ANALYZER_WARNING (CWE-404): [#def90]
gst-plugins-bad-1.26.10/ext/vulkan/vkcolorconvert.c:961:5: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
gst-plugins-bad-1.26.10/ext/vulkan/vkcolorconvert.c:955:3: acquire_resource: ‘va_start’ called here
gst-plugins-bad-1.26.10/ext/vulkan/vkcolorconvert.c:956:10: branch_true: following ‘true’ branch (when ‘str’ is non-NULL)...
gst-plugins-bad-1.26.10/ext/vulkan/vkcolorconvert.c:957:5: branch_true: ...to here
gst-plugins-bad-1.26.10/ext/vulkan/vkcolorconvert.c:961:5: throw: if ‘g_value_unset’ throws an exception...
gst-plugins-bad-1.26.10/ext/vulkan/vkcolorconvert.c:961:5: danger: missing call to ‘va_end’ to match ‘va_start’ at [(1)](sarif:/runs/0/results/7/codeFlows/0/threadFlows/0/locations/0)
#  959|   
#  960|       gst_value_list_append_value (list, &item);
#  961|->     g_value_unset (&item);
#  962|     }
#  963|     va_end (args);

Error: CPPCHECK_WARNING (CWE-457): [#def91]
gst-plugins-bad-1.26.10/ext/webrtc/gstwebrtcbin.c:478: error[legacyUninitvar]: Uninitialized variable: pad_type
#  476|   
#  477|     pad =
#  478|->       g_object_new (pad_type, "name", name, "direction",
#  479|         direction, "template", template, NULL);
#  480|     gst_object_unref (template);

Error: GCC_ANALYZER_WARNING (CWE-476): [#def92]
gst-plugins-bad-1.26.10/ext/webrtc/gstwebrtcbin.c:7623:5: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘rtp_trans’
gst-plugins-bad-1.26.10/ext/webrtc/gstwebrtcbin.c:7567:1: enter_function: entry to ‘on_rtpbin_pad_added’
gst-plugins-bad-1.26.10/ext/webrtc/gstwebrtcbin.c:7574:6: branch_true: following ‘true’ branch (when ‘__result != 0’)...
gst-plugins-bad-1.26.10/ext/webrtc/gstwebrtcbin.c:7575:13: branch_true: ...to here
gst-plugins-bad-1.26.10/ext/webrtc/gstwebrtcbin.c:7583:8: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/ext/webrtc/gstwebrtcbin.c:7589:5: branch_false: ...to here
gst-plugins-bad-1.26.10/ext/webrtc/gstwebrtcbin.c:7593:8: branch_true: following ‘true’ branch...
gst-plugins-bad-1.26.10/ext/webrtc/gstwebrtcbin.c:7594:7: branch_true: ...to here
gst-plugins-bad-1.26.10/ext/webrtc/gstwebrtcbin.c:7597:9: call_function: calling ‘find_mid_ssrc_for_ssrc’ from ‘on_rtpbin_pad_added’
gst-plugins-bad-1.26.10/ext/webrtc/gstwebrtcbin.c:7597:9: return_function: returning to ‘on_rtpbin_pad_added’ from ‘find_mid_ssrc_for_ssrc’
gst-plugins-bad-1.26.10/ext/webrtc/gstwebrtcbin.c:7600:8: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/ext/webrtc/gstwebrtcbin.c:7612:7: branch_false: ...to here
gst-plugins-bad-1.26.10/ext/webrtc/gstwebrtcbin.c:7620:8: branch_true: following ‘true’ branch...
gst-plugins-bad-1.26.10/ext/webrtc/gstwebrtcbin.c:7621:7: branch_true: ...to here
gst-plugins-bad-1.26.10/ext/webrtc/gstwebrtcbin.c:7623:5: danger: dereference of NULL ‘rtp_trans’
# 7621|         g_warn_if_reached ();
# 7622|       trans = WEBRTC_TRANSCEIVER (rtp_trans);
# 7623|->     g_assert (trans->stream == stream);
# 7624|   
# 7625|       pad = _find_pad_for_transceiver (webrtc, GST_PAD_SRC, rtp_trans);

Error: GCC_ANALYZER_WARNING (CWE-476): [#def93]
gst-plugins-bad-1.26.10/ext/webrtc/gstwebrtcbin.c:8314:7: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘0’
gst-plugins-bad-1.26.10/ext/webrtc/gstwebrtcbin.c:8291:1: enter_function: entry to ‘peek_sink_buffer’
gst-plugins-bad-1.26.10/ext/webrtc/gstwebrtcbin.c:8298:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/ext/webrtc/gstwebrtcbin.c:8300:10: branch_false: ...to here
gst-plugins-bad-1.26.10/ext/webrtc/gstwebrtcbin.c:8303:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/ext/webrtc/gstwebrtcbin.c:8309:3: branch_false: ...to here
gst-plugins-bad-1.26.10/ext/webrtc/gstwebrtcbin.c:8311:7: call_function: calling ‘find_or_add_ssrc_map_item’ from ‘peek_sink_buffer’
gst-plugins-bad-1.26.10/ext/webrtc/gstwebrtcbin.c:8311:7: return_function: returning to ‘peek_sink_buffer’ from ‘find_or_add_ssrc_map_item’
gst-plugins-bad-1.26.10/ext/webrtc/gstwebrtcbin.c:8314:7: danger: dereference of NULL ‘find_or_add_ssrc_map_item(webrtc, 2,  rtp_session_id,  gst_rtp_buffer_get_ssrc(&rtp), media_idx)’
# 8312|         GST_WEBRTC_RTP_TRANSCEIVER_DIRECTION_SENDONLY, rtp_session_id, ssrc,
# 8313|         media_idx);
# 8314|->   if (item->media_idx == -1) {
# 8315|       char *str;
# 8316|   

Error: GCC_ANALYZER_WARNING (CWE-131): [#def94]
gst-plugins-bad-1.26.10/gst-libs/gst/analytics/gstanalyticsmeta.c:251:25: warning[-Wanalyzer-allocation-size]: allocated buffer size is not a multiple of the pointee's size
#  249|     guint8 **adj_mat, *data;
#  250|     gsize sz = sizeof (guint8 *) * order + sizeof (guint8) * order * order;
#  251|->   adj_mat = (guint8 **) g_malloc0 (sz);
#  252|     data = (guint8 *) (adj_mat + order);
#  253|     for (gsize r = 0; r < order; r++) {

Error: GCC_ANALYZER_WARNING (CWE-476): [#def95]
gst-plugins-bad-1.26.10/gst-libs/gst/codecs/gsth264picture.c:709:5: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘picture’
gst-plugins-bad-1.26.10/gst-libs/gst/codecs/gsth264picture.c:693:1: enter_function: entry to ‘gst_h264_dpb_needs_bump’
gst-plugins-bad-1.26.10/gst-libs/gst/codecs/gsth264picture.c:701:3: branch_true: following ‘true’ branch (when ‘dpb’ is non-NULL)...
gst-plugins-bad-1.26.10/gst-libs/gst/codecs/gsth264picture.c:702:3: branch_true: ...to here
gst-plugins-bad-1.26.10/gst-libs/gst/codecs/gsth264picture.c:702:3: branch_true: following ‘true’ branch...
gst-plugins-bad-1.26.10/gst-libs/gst/codecs/gsth264picture.c:706:18: branch_true: ...to here
gst-plugins-bad-1.26.10/gst-libs/gst/codecs/gsth264picture.c:706:18: call_function: calling ‘gst_h264_dpb_get_lowest_output_needed_picture’ from ‘gst_h264_dpb_needs_bump’
gst-plugins-bad-1.26.10/gst-libs/gst/codecs/gsth264picture.c:706:18: return_function: returning to ‘gst_h264_dpb_needs_bump’ from ‘gst_h264_dpb_get_lowest_output_needed_picture’
gst-plugins-bad-1.26.10/gst-libs/gst/codecs/gsth264picture.c:708:6: branch_true: following ‘true’ branch...
gst-plugins-bad-1.26.10/gst-libs/gst/codecs/gsth264picture.c:709:25: branch_true: ...to here
gst-plugins-bad-1.26.10/gst-libs/gst/codecs/gsth264picture.c:709:25: release_memory: ‘picture’ is NULL
gst-plugins-bad-1.26.10/gst-libs/gst/codecs/gsth264picture.c:709:5: danger: dereference of NULL ‘picture’
#  707|         FALSE, &picture);
#  708|     if (lowest_index >= 0) {
#  709|->     lowest_poc = picture->pic_order_cnt;
#  710|       is_ref_picture = picture->ref_pic;
#  711|       gst_h264_picture_unref (picture);

Error: GCC_ANALYZER_WARNING (CWE-688): [#def96]
gst-plugins-bad-1.26.10/gst-libs/gst/mpegts/gst-atsc-section.c:693:9: warning[-Wanalyzer-null-argument]: use of NULL ‘string’ where non-null expected
gst-plugins-bad-1.26.10/gst-libs/gst/mpegts/gst-atsc-section.c:661:1: enter_function: entry to ‘gst_mpegts_atsc_string_segment_set_string’
gst-plugins-bad-1.26.10/gst-libs/gst/mpegts/gst-atsc-section.c:670:6: branch_false: following ‘false’ branch (when ‘compression_type == 0’)...
gst-plugins-bad-1.26.10/gst-libs/gst/mpegts/gst-atsc-section.c:675:3: branch_false: ...to here
gst-plugins-bad-1.26.10/gst-libs/gst/mpegts/gst-atsc-section.c:675:3: branch_false: following ‘false’ branch (when ‘mode != 63’)...
gst-plugins-bad-1.26.10/gst-libs/gst/mpegts/gst-atsc-section.c:683:7: branch_false: ...to here
gst-plugins-bad-1.26.10/gst-libs/gst/mpegts/gst-atsc-section.c:689:3: release_memory: ‘string’ is NULL
gst-plugins-bad-1.26.10/gst-libs/gst/mpegts/gst-atsc-section.c:693:9: danger: argument 1 (‘string’) NULL where non-null expected
#  691|     seg->mode = mode;
#  692|   
#  693|->   len = strlen (string);
#  694|   
#  695|     if (to_encoding && len) {

Error: GCC_ANALYZER_WARNING (CWE-404): [#def97]
gst-plugins-bad-1.26.10/gst-libs/gst/mse/gstmsemediatype.c:367:9: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
gst-plugins-bad-1.26.10/gst-libs/gst/mse/gstmsemediatype.c:357:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/gst-libs/gst/mse/gstmsemediatype.c:363:3: branch_false: ...to here
gst-plugins-bad-1.26.10/gst-libs/gst/mse/gstmsemediatype.c:363:3: acquire_resource: ‘va_start’ called here
gst-plugins-bad-1.26.10/gst-libs/gst/mse/gstmsemediatype.c:364:61: branch_true: following ‘true’ branch (when ‘arg’ is non-NULL)...
gst-plugins-bad-1.26.10/gst-libs/gst/mse/gstmsemediatype.c:367:9: branch_true: ...to here
gst-plugins-bad-1.26.10/gst-libs/gst/mse/gstmsemediatype.c:367:9: throw: if ‘g_str_has_prefix’ throws an exception...
gst-plugins-bad-1.26.10/gst-libs/gst/mse/gstmsemediatype.c:367:9: danger: missing call to ‘va_end’ to match ‘va_start’ at [(3)](sarif:/runs/0/results/0/codeFlows/0/threadFlows/0/locations/2)
#  365|         arg = va_arg (varargs, const gchar *))
#  366|     {
#  367|->     if (g_str_has_prefix (str, arg)) {
#  368|         va_end (varargs);
#  369|         return TRUE;

Error: GCC_ANALYZER_WARNING (CWE-404): [#def98]
gst-plugins-bad-1.26.10/gst-libs/gst/play/gstplay.c:335:3: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
gst-plugins-bad-1.26.10/gst-libs/gst/play/gstplay.c:1986:1: enter_function: entry to ‘on_media_info_updated’
gst-plugins-bad-1.26.10/gst-libs/gst/play/gstplay.c:1994:3: call_function: calling ‘api_bus_post_message’ from ‘on_media_info_updated’
#  333|   
#  334|     va_start (varargs, firstfield);
#  335|->   gst_structure_set_valist (message_data, firstfield, varargs);
#  336|     va_end (varargs);
#  337|   

Error: GCC_ANALYZER_WARNING (CWE-404): [#def99]
gst-plugins-bad-1.26.10/gst-libs/gst/transcoder/gsttranscoder.c:430:3: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
gst-plugins-bad-1.26.10/gst-libs/gst/transcoder/gsttranscoder.c:429:3: acquire_resource: ‘va_start’ called here
gst-plugins-bad-1.26.10/gst-libs/gst/transcoder/gsttranscoder.c:430:3: throw: if ‘gst_structure_set_valist’ throws an exception...
gst-plugins-bad-1.26.10/gst-libs/gst/transcoder/gsttranscoder.c:430:3: danger: missing call to ‘va_end’ to match ‘va_start’ at [(1)](sarif:/runs/0/results/0/codeFlows/0/threadFlows/0/locations/0)
#  428|   
#  429|     va_start (varargs, firstfield);
#  430|->   gst_structure_set_valist (message_data, firstfield, varargs);
#  431|     va_end (varargs);
#  432|   

Error: COMPILER_WARNING (CWE-704): [#def100]
gst-plugins-bad-1.26.10/gst-libs/gst/va/gstvadisplay.c: scope_hint: In function ‘_get_desc’
gst-plugins-bad-1.26.10/gst-libs/gst/va/gstvadisplay.c:105:9: warning[-Wdiscarded-qualifiers]: assignment discards ‘const’ qualifier from pointer target type
#  105 |   start = strstr (vendor, "for ");
#      |         ^
#  103|       return g_strdup (vendor);
#  104|   
#  105|->   start = strstr (vendor, "for ");
#  106|     if (!start)
#  107|       return g_strdup (vendor);

Error: COMPILER_WARNING (CWE-704): [#def101]
gst-plugins-bad-1.26.10/gst-libs/gst/va/gstvadisplay.c:105:9: warning[-Wdiscarded-qualifiers]: assignment discards ‘const’ qualifier from pointer target type
#  103|       return g_strdup (vendor);
#  104|   
#  105|->   start = strstr (vendor, "for ");
#  106|     if (!start)
#  107|       return g_strdup (vendor);

Error: COMPILER_WARNING (CWE-704): [#def102]
gst-plugins-bad-1.26.10/gst-libs/gst/va/gstvadisplay.c: scope_hint: In function ‘_get_driver_version’
gst-plugins-bad-1.26.10/gst-libs/gst/va/gstvadisplay.c:148:19: warning[-Wdiscarded-qualifiers]: initialization discards ‘const’ qualifier from pointer target type
#  148 |       char *end = strstr (vendor, " - ");
#      |                   ^~~~~~
#  146|       case GST_VA_IMPLEMENTATION_INTEL_IHD:
#  147|       case GST_VA_IMPLEMENTATION_INTEL_I965:{
#  148|->       char *end = strstr (vendor, " - ");
#  149|         if (end && sscanf (end, " - %d.%d.", &maj, &min) == 2) {
#  150|           *major = maj;

Error: COMPILER_WARNING (CWE-704): [#def103]
gst-plugins-bad-1.26.10/gst-libs/gst/va/gstvadisplay.c:148:19: warning[-Wdiscarded-qualifiers]: initialization discards ‘const’ qualifier from pointer target type
#  146|       case GST_VA_IMPLEMENTATION_INTEL_IHD:
#  147|       case GST_VA_IMPLEMENTATION_INTEL_I965:{
#  148|->       char *end = strstr (vendor, " - ");
#  149|         if (end && sscanf (end, " - %d.%d.", &maj, &min) == 2) {
#  150|           *major = maj;

Error: GCC_ANALYZER_WARNING (CWE-775): [#def104]
gst-plugins-bad-1.26.10/gst-libs/gst/va/gstvadisplay_drm.c:151:15: warning[-Wanalyzer-fd-leak]: leak of file descriptor ‘open(*(GstVaDisplayDrm *)display.path, 524290)’
gst-plugins-bad-1.26.10/gst-libs/gst/va/gstvadisplay_drm.c:140:8: acquire_resource: opened here
gst-plugins-bad-1.26.10/gst-libs/gst/va/gstvadisplay_drm.c:142:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/gst-libs/gst/va/gstvadisplay_drm.c:151:15: branch_false: ...to here
gst-plugins-bad-1.26.10/gst-libs/gst/va/gstvadisplay_drm.c:151:15: throw: if ‘drmGetVersion’ throws an exception...
gst-plugins-bad-1.26.10/gst-libs/gst/va/gstvadisplay_drm.c:151:15: danger: ‘open(*(GstVaDisplayDrm *)display.path, 524290)’ leaks here; was opened at [(1)](sarif:/runs/0/results/0/codeFlows/0/threadFlows/0/locations/0)
#  149|       drmVersion *version;
#  150|   
#  151|->     version = drmGetVersion (fd);
#  152|       if (!version) {
#  153|         GST_ERROR_OBJECT (self, "Device %s is not a DRM render node", self->path);

Error: CPPCHECK_WARNING (CWE-823): [#def105]
gst-plugins-bad-1.26.10/gst-libs/gst/vulkan/gstvkencoder-private.c:531: error[arrayIndexOutOfBounds]: Array '_RateControlMap[4]' accessed at index 4, which is out of bounds.
#  529|   
#  530|     for (int i = 0; i <= G_N_ELEMENTS (_RateControlMap); i++) {
#  531|->     if (rc_mode == _RateControlMap[i].mode)
#  532|         return _RateControlMap[i].str;
#  533|     }

Error: GCC_ANALYZER_WARNING (CWE-404): [#def106]
gst-plugins-bad-1.26.10/gst-libs/gst/vulkan/gstvkerror.c:126:3: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
gst-plugins-bad-1.26.10/gst-libs/gst/vulkan/gstvkerror.c:105:1: enter_function: entry to ‘gst_vulkan_error_to_g_error’
gst-plugins-bad-1.26.10/gst-libs/gst/vulkan/gstvkerror.c:112:6: branch_false: following ‘false’ branch (when ‘error’ is non-NULL)...
gst-plugins-bad-1.26.10/gst-libs/gst/vulkan/gstvkerror.c:116:16: branch_false: ...to here
gst-plugins-bad-1.26.10/gst-libs/gst/vulkan/gstvkerror.c:116:16: call_function: calling ‘gst_vulkan_result_to_string’ from ‘gst_vulkan_error_to_g_error’
gst-plugins-bad-1.26.10/gst-libs/gst/vulkan/gstvkerror.c:116:16: return_function: returning to ‘gst_vulkan_error_to_g_error’ from ‘gst_vulkan_result_to_string’
gst-plugins-bad-1.26.10/gst-libs/gst/vulkan/gstvkerror.c:125:3: acquire_resource: ‘va_start’ called here
gst-plugins-bad-1.26.10/gst-libs/gst/vulkan/gstvkerror.c:126:3: throw: if ‘g_vasprintf’ throws an exception...
gst-plugins-bad-1.26.10/gst-libs/gst/vulkan/gstvkerror.c:126:3: danger: missing call to ‘va_end’ to match ‘va_start’ at [(12)](sarif:/runs/0/results/0/codeFlows/0/threadFlows/0/locations/11)
#  124|   
#  125|     va_start (args, format);
#  126|->   g_vasprintf (&string, format, args);
#  127|     va_end (args);
#  128|   

Error: GCC_ANALYZER_WARNING (CWE-121): [#def107]
gst-plugins-bad-1.26.10/gst-libs/gst/vulkan/gstvkfullscreenquad.c:219:5: warning[-Wanalyzer-out-of-bounds]: stack-based buffer overflow
gst-plugins-bad-1.26.10/gst-libs/gst/vulkan/gstvkfullscreenquad.c:218:15: branch_true: following ‘true’ branch (when ‘i < n_mems’)...
gst-plugins-bad-1.26.10/gst-libs/gst/vulkan/gstvkfullscreenquad.c:219:14: branch_true: ...to here
gst-plugins-bad-1.26.10/gst-libs/gst/vulkan/gstvkfullscreenquad.c:218:15: branch_true: following ‘true’ branch (when ‘i < n_mems’)...
gst-plugins-bad-1.26.10/gst-libs/gst/vulkan/gstvkfullscreenquad.c:219:14: branch_true: ...to here
gst-plugins-bad-1.26.10/gst-libs/gst/vulkan/gstvkfullscreenquad.c:218:15: branch_true: following ‘true’ branch (when ‘i < n_mems’)...
gst-plugins-bad-1.26.10/gst-libs/gst/vulkan/gstvkfullscreenquad.c:219:14: branch_true: ...to here
gst-plugins-bad-1.26.10/gst-libs/gst/vulkan/gstvkfullscreenquad.c:218:15: branch_true: following ‘true’ branch (when ‘i < n_mems’)...
gst-plugins-bad-1.26.10/gst-libs/gst/vulkan/gstvkfullscreenquad.c:219:14: branch_true: ...to here
gst-plugins-bad-1.26.10/gst-libs/gst/vulkan/gstvkfullscreenquad.c:218:15: branch_true: following ‘true’ branch (when ‘i < n_mems’)...
gst-plugins-bad-1.26.10/gst-libs/gst/vulkan/gstvkfullscreenquad.c:219:14: branch_true: ...to here
gst-plugins-bad-1.26.10/gst-libs/gst/vulkan/gstvkfullscreenquad.c:219:5: danger: out-of-bounds write from byte 120 till byte 123 but ‘bindings’ ends at byte 120
#  217|     n_mems = gst_buffer_n_memory (priv->inbuf);
#  218|     for (i = 0; i < n_mems; i++) {
#  219|->     bindings[descriptor_n++] = (VkDescriptorSetLayoutBinding) {
#  220|         .binding = i+1,
#  221|         .descriptorCount = 1,

Error: GCC_ANALYZER_WARNING (CWE-476): [#def108]
gst-plugins-bad-1.26.10/gst-libs/gst/vulkan/gstvkmemory.c:236:18: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘0’
gst-plugins-bad-1.26.10/gst-libs/gst/vulkan/gstvkmemory.c:231:3: branch_true: following ‘true’ branch (when ‘size != 0’)...
gst-plugins-bad-1.26.10/gst-libs/gst/vulkan/gstvkmemory.c:231:3: branch_true: ...to here
gst-plugins-bad-1.26.10/gst-libs/gst/vulkan/gstvkmemory.c:236:18: danger: dereference of NULL ‘0’
#  234|   
#  235|     params.flags = GST_MEMORY_FLAGS (mem);
#  236|->   params.align = GST_MEMORY_CAST (parent)->align;
#  237|   
#  238|     _vk_mem_init (shared, _vulkan_memory_allocator, GST_MEMORY_CAST (mem),

Error: GCC_ANALYZER_WARNING (CWE-476): [#def109]
gst-plugins-bad-1.26.10/gst-libs/gst/webrtc/nice/nice.c:550:19: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘0’
gst-plugins-bad-1.26.10/gst-libs/gst/webrtc/nice/nice.c:519:1: enter_function: entry to ‘gst_webrtc_nice_add_stream’
gst-plugins-bad-1.26.10/gst-libs/gst/webrtc/nice/nice.c:527:10: call_function: inlined call to ‘_nice_stream_item_find’ from ‘gst_webrtc_nice_add_stream’
gst-plugins-bad-1.26.10/gst-libs/gst/webrtc/nice/nice.c:528:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/gst-libs/gst/webrtc/nice/nice.c:534:7: branch_false: ...to here
gst-plugins-bad-1.26.10/gst-libs/gst/webrtc/nice/nice.c:534:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/gst-libs/gst/webrtc/nice/nice.c:538:10: branch_false: ...to here
gst-plugins-bad-1.26.10/gst-libs/gst/webrtc/nice/nice.c:538:10: call_function: calling ‘_create_nice_stream_item’ from ‘gst_webrtc_nice_add_stream’
gst-plugins-bad-1.26.10/gst-libs/gst/webrtc/nice/nice.c:538:10: return_function: returning to ‘gst_webrtc_nice_add_stream’ from ‘_create_nice_stream_item’
gst-plugins-bad-1.26.10/gst-libs/gst/webrtc/nice/nice.c:540:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/gst-libs/gst/webrtc/nice/nice.c:544:3: branch_false: ...to here
gst-plugins-bad-1.26.10/gst-libs/gst/webrtc/nice/nice.c:545:3: release_memory: ‘add_data.item’ is NULL
gst-plugins-bad-1.26.10/gst-libs/gst/webrtc/nice/nice.c:550:19: danger: dereference of NULL ‘_create_nice_stream_item(ice,  session_id)’
#  548|         (GHFunc) _add_turn_server_func, &add_data);
#  549|   
#  550|->   gst_object_ref (item->stream);
#  551|     return item->stream;
#  552|   }

Error: GCC_ANALYZER_WARNING (CWE-121): [#def110]
gst-plugins-bad-1.26.10/gst/adpcmenc/adpcmenc.c:297:5: warning[-Wanalyzer-out-of-bounds]: stack-based buffer overflow
gst-plugins-bad-1.26.10/gst/adpcmenc/adpcmenc.c:344:1: enter_function: entry to ‘adpcmenc_encode_block’
gst-plugins-bad-1.26.10/gst/adpcmenc/adpcmenc.c:350:6: branch_true: following ‘true’ branch...
gst-plugins-bad-1.26.10/gst/adpcmenc/adpcmenc.c:351:14: branch_true: ...to here
gst-plugins-bad-1.26.10/gst/adpcmenc/adpcmenc.c:353:11: call_function: calling ‘adpcmenc_encode_ima_block’ from ‘adpcmenc_encode_block’
#  295|       outbuf[write_pos + 2] = enc->step_index[channel];
#  296|       outbuf[write_pos + 3] = 0;
#  297|->     prev_sample[channel] = samples[channel];
#  298|     }
#  299|   

Error: GCC_ANALYZER_WARNING (CWE-476): [#def111]
gst-plugins-bad-1.26.10/gst/autoconvert/gstbaseautoconvert.c:556:3: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘filter_info’
gst-plugins-bad-1.26.10/gst/autoconvert/gstbaseautoconvert.c:1019:1: enter_function: entry to ‘gst_base_auto_convert_sink_chain’
gst-plugins-bad-1.26.10/gst/autoconvert/gstbaseautoconvert.c:1025:6: branch_true: following ‘true’ branch...
gst-plugins-bad-1.26.10/gst/autoconvert/gstbaseautoconvert.c:1026:25: branch_true: ...to here
gst-plugins-bad-1.26.10/gst/autoconvert/gstbaseautoconvert.c:1031:8: branch_true: following ‘true’ branch...
gst-plugins-bad-1.26.10/gst/autoconvert/gstbaseautoconvert.c:1031:22: branch_true: ...to here
gst-plugins-bad-1.26.10/gst/autoconvert/gstbaseautoconvert.c:1031:22: call_function: calling ‘gst_base_auto_convert_sink_setcaps’ from ‘gst_base_auto_convert_sink_chain’
#  554|   {
#  555|     gboolean res;
#  556|->   GST_LOG_OBJECT (self, "Checking if %s (bin_desc=%s) supports %s caps:",
#  557|         filter_info->name, filter_info->bindesc,
#  558|         direction == GST_PAD_SINK ? "sink" : "src");

Error: GCC_ANALYZER_WARNING (CWE-476): [#def112]
gst-plugins-bad-1.26.10/gst/autoconvert/gstbaseautoconvert.c:559:3: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘filter_info’
gst-plugins-bad-1.26.10/gst/autoconvert/gstbaseautoconvert.c:1019:1: enter_function: entry to ‘gst_base_auto_convert_sink_chain’
gst-plugins-bad-1.26.10/gst/autoconvert/gstbaseautoconvert.c:1025:6: branch_true: following ‘true’ branch...
gst-plugins-bad-1.26.10/gst/autoconvert/gstbaseautoconvert.c:1026:25: branch_true: ...to here
gst-plugins-bad-1.26.10/gst/autoconvert/gstbaseautoconvert.c:1031:8: branch_true: following ‘true’ branch...
gst-plugins-bad-1.26.10/gst/autoconvert/gstbaseautoconvert.c:1031:22: branch_true: ...to here
gst-plugins-bad-1.26.10/gst/autoconvert/gstbaseautoconvert.c:1031:22: call_function: calling ‘gst_base_auto_convert_sink_setcaps’ from ‘gst_base_auto_convert_sink_chain’
#  557|         filter_info->name, filter_info->bindesc,
#  558|         direction == GST_PAD_SINK ? "sink" : "src");
#  559|->   GST_LOG_OBJECT (self, "Supported caps: %" GST_PTR_FORMAT,
#  560|         direction ==
#  561|         GST_PAD_SINK ? filter_info->sink_caps : filter_info->src_caps);

Error: GCC_ANALYZER_WARNING (CWE-476): [#def113]
gst-plugins-bad-1.26.10/gst/autoconvert/gstbaseautoconvert.c:565:7: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘filter_info’
gst-plugins-bad-1.26.10/gst/autoconvert/gstbaseautoconvert.c:1019:1: enter_function: entry to ‘gst_base_auto_convert_sink_chain’
gst-plugins-bad-1.26.10/gst/autoconvert/gstbaseautoconvert.c:1025:6: branch_true: following ‘true’ branch...
gst-plugins-bad-1.26.10/gst/autoconvert/gstbaseautoconvert.c:1026:25: branch_true: ...to here
gst-plugins-bad-1.26.10/gst/autoconvert/gstbaseautoconvert.c:1031:8: branch_true: following ‘true’ branch...
gst-plugins-bad-1.26.10/gst/autoconvert/gstbaseautoconvert.c:1031:22: branch_true: ...to here
gst-plugins-bad-1.26.10/gst/autoconvert/gstbaseautoconvert.c:1031:22: call_function: calling ‘gst_base_auto_convert_sink_setcaps’ from ‘gst_base_auto_convert_sink_chain’
#  563|   
#  564|     res =
#  565|->       gst_caps_can_intersect (direction ==
#  566|         GST_PAD_SINK ? filter_info->sink_caps : filter_info->src_caps, caps);
#  567|     GST_LOG_OBJECT (self, "Intersect result: %d", res);

Error: GCC_ANALYZER_WARNING (CWE-476): [#def114]
gst-plugins-bad-1.26.10/gst/autoconvert/gstbaseautoconvert.c:802:9: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘0’
gst-plugins-bad-1.26.10/gst/autoconvert/gstbaseautoconvert.c:1019:1: enter_function: entry to ‘gst_base_auto_convert_sink_chain’
gst-plugins-bad-1.26.10/gst/autoconvert/gstbaseautoconvert.c:1025:6: branch_true: following ‘true’ branch...
gst-plugins-bad-1.26.10/gst/autoconvert/gstbaseautoconvert.c:1026:25: branch_true: ...to here
gst-plugins-bad-1.26.10/gst/autoconvert/gstbaseautoconvert.c:1031:8: branch_true: following ‘true’ branch...
gst-plugins-bad-1.26.10/gst/autoconvert/gstbaseautoconvert.c:1031:22: branch_true: ...to here
gst-plugins-bad-1.26.10/gst/autoconvert/gstbaseautoconvert.c:1031:22: call_function: calling ‘gst_base_auto_convert_sink_setcaps’ from ‘gst_base_auto_convert_sink_chain’
#  800|         res = TRUE;
#  801|         if (other_caps) {
#  802|->         GST_DEBUG_OBJECT (self,
#  803|               "Checking if known bin %s can intersect with %" GST_PTR_FORMAT,
#  804|               filter_info->name, other_caps);

Error: GCC_ANALYZER_WARNING (CWE-476): [#def115]
gst-plugins-bad-1.26.10/gst/autoconvert/gstbaseautoconvert.c:819:9: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘0’
gst-plugins-bad-1.26.10/gst/autoconvert/gstbaseautoconvert.c:767:1: enter_function: entry to ‘gst_base_auto_convert_sink_setcaps’
gst-plugins-bad-1.26.10/gst/autoconvert/gstbaseautoconvert.c:777:3: branch_true: following ‘true’ branch (when ‘self’ is non-NULL)...
gst-plugins-bad-1.26.10/gst/autoconvert/gstbaseautoconvert.c:779:6: branch_true: ...to here
gst-plugins-bad-1.26.10/gst/autoconvert/gstbaseautoconvert.c:779:6: branch_true: following ‘true’ branch (when ‘check_downstream == 0’)...
gst-plugins-bad-1.26.10/gst/autoconvert/gstbaseautoconvert.c:780:20: branch_true: ...to here
gst-plugins-bad-1.26.10/gst/autoconvert/gstbaseautoconvert.c:782:8: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/gst/autoconvert/gstbaseautoconvert.c:791:24: branch_false: ...to here
gst-plugins-bad-1.26.10/gst/autoconvert/gstbaseautoconvert.c:791:24: call_function: calling ‘gst_base_auto_convert_get_subelement’ from ‘gst_base_auto_convert_sink_setcaps’
gst-plugins-bad-1.26.10/gst/autoconvert/gstbaseautoconvert.c:791:24: return_function: returning to ‘gst_base_auto_convert_sink_setcaps’ from ‘gst_base_auto_convert_get_subelement’
gst-plugins-bad-1.26.10/gst/autoconvert/gstbaseautoconvert.c:795:6: branch_true: following ‘true’ branch...
gst-plugins-bad-1.26.10/gst/autoconvert/gstbaseautoconvert.c:796:9: branch_true: ...to here
gst-plugins-bad-1.26.10/gst/autoconvert/gstbaseautoconvert.c:796:8: branch_true: following ‘true’ branch...
gst-plugins-bad-1.26.10/gst/autoconvert/gstbaseautoconvert.c:798:11: branch_true: ...to here
gst-plugins-bad-1.26.10/gst/autoconvert/gstbaseautoconvert.c:801:10: branch_false: following ‘false’ branch (when ‘other_caps’ is NULL)...
gst-plugins-bad-1.26.10/gst/autoconvert/gstbaseautoconvert.c:819:9: branch_false: ...to here
gst-plugins-bad-1.26.10/gst/autoconvert/gstbaseautoconvert.c:819:9: branch_true: following ‘true’ branch...
gst-plugins-bad-1.26.10/gst/autoconvert/gstbaseautoconvert.c:819:9: branch_true: ...to here
gst-plugins-bad-1.26.10/gst/autoconvert/gstbaseautoconvert.c:819:9: danger: dereference of NULL ‘gst_auto_convert_get_filter_info(self,  gst_base_auto_convert_get_subelement(self))’
#  817|            * then we just get out
#  818|            */
#  819|->         GST_DEBUG_OBJECT (self,
#  820|               "Could set %s:%s to %" GST_PTR_FORMAT " reusing %s",
#  821|               GST_DEBUG_PAD_NAME (self->current_internal_srcpad), caps,

Error: COMPILER_WARNING (CWE-457): [#def116]
gst-plugins-bad-1.26.10/gst/bayer/gstbayer2rgb.c:747:9: warning[-Wmaybe-uninitialized]: ‘dtmp’ may be used uninitialized
#  747 |         bayer8to16_orc_reorder (dest + j * dest_stride, dtmp, bayer2rgb->width);
#      |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
gst-plugins-bad-1.26.10/gst/bayer/gstbayer2rgb.c: scope_hint: In function ‘gst_bayer2rgb_transform’
gst-plugins-bad-1.26.10/gst/bayer/gstbayer2rgb.c:560:12: note: ‘dtmp’ was declared here
#  560 |   guint32 *dtmp;
#      |            ^~~~
#  745|             bayer2rgb->width >> 1);
#  746|         if (bayerdst16)
#  747|->         bayer8to16_orc_reorder (dest + j * dest_stride, dtmp, bayer2rgb->width);
#  748|       }
#  749|     }

Error: CPPCHECK_WARNING (CWE-476): [#def117]
gst-plugins-bad-1.26.10/gst/dvbsubenc/gstdvbsubenc-util.c:238: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: dest_rows
#  236|   
#  237|       for (i = 0; i < height; i++) {
#  238|->       dest_rows[i] = (guint8 *) (dest->data[0]) + i * dest_stride;
#  239|       }
#  240|   

Error: CPPCHECK_WARNING (CWE-401): [#def118]
gst-plugins-bad-1.26.10/gst/dvbsubenc/libimagequant/pam.c:238: error[memleak]: Memory leak: hist
#  236|           acht->colors,.free = free,.ignorebits = acht->ignorebits,};
#  237|     if (!hist->achv)
#  238|->     return NULL;
#  239|   
#  240|     to_f_set_gamma (gamma_lut, gamma);

Error: GCC_ANALYZER_WARNING (CWE-401): [#def119]
gst-plugins-bad-1.26.10/gst/festival/gstfestival.c:227:5: warning[-Wanalyzer-malloc-leak]: leak of ‘fd’
gst-plugins-bad-1.26.10/gst/festival/gstfestival.c:263:1: enter_function: entry to ‘gst_festival_chain’
gst-plugins-bad-1.26.10/gst/festival/gstfestival.c:278:6: branch_false: following ‘false’ branch (when ‘f >= 0’)...
gst-plugins-bad-1.26.10/gst/festival/gstfestival.c:280:8: branch_false: ...to here
gst-plugins-bad-1.26.10/gst/festival/gstfestival.c:280:8: acquire_memory: allocated here
gst-plugins-bad-1.26.10/gst/festival/gstfestival.c:281:6: branch_false: following ‘false’ branch (when ‘fd’ is non-NULL)...
gst-plugins-bad-1.26.10/gst/festival/gstfestival.c:287:3: branch_false: ...to here
gst-plugins-bad-1.26.10/gst/festival/gstfestival.c:290:7: call_function: calling ‘read_response’ from ‘gst_festival_chain’
#  225|         n += read (fd, ack + n, 3 - n);
#  226|       ack[3] = '\0';
#  227|->     GST_DEBUG_OBJECT (festival, "got response %s", ack);
#  228|       if (strcmp (ack, "WV\n") == 0) {
#  229|         GstBuffer *buffer;

Error: GCC_ANALYZER_WARNING (CWE-401): [#def120]
gst-plugins-bad-1.26.10/gst/festival/gstfestival.c:233:7: warning[-Wanalyzer-malloc-leak]: leak of ‘fd’
gst-plugins-bad-1.26.10/gst/festival/gstfestival.c:263:1: enter_function: entry to ‘gst_festival_chain’
gst-plugins-bad-1.26.10/gst/festival/gstfestival.c:278:6: branch_false: following ‘false’ branch (when ‘f >= 0’)...
gst-plugins-bad-1.26.10/gst/festival/gstfestival.c:280:8: branch_false: ...to here
gst-plugins-bad-1.26.10/gst/festival/gstfestival.c:280:8: acquire_memory: allocated here
gst-plugins-bad-1.26.10/gst/festival/gstfestival.c:281:6: branch_false: following ‘false’ branch (when ‘fd’ is non-NULL)...
gst-plugins-bad-1.26.10/gst/festival/gstfestival.c:287:3: branch_false: ...to here
gst-plugins-bad-1.26.10/gst/festival/gstfestival.c:290:7: call_function: calling ‘read_response’ from ‘gst_festival_chain’
#  231|         /* receive a waveform */
#  232|         data = socket_receive_file_to_buff (fd, &filesize);
#  233|->       GST_DEBUG_OBJECT (festival, "received %d bytes of waveform data",
#  234|             filesize);
#  235|   

Error: GCC_ANALYZER_WARNING (CWE-401): [#def121]
gst-plugins-bad-1.26.10/gst/festival/gstfestival.c:237:16: warning[-Wanalyzer-malloc-leak]: leak of ‘fd’
gst-plugins-bad-1.26.10/gst/festival/gstfestival.c:263:1: enter_function: entry to ‘gst_festival_chain’
gst-plugins-bad-1.26.10/gst/festival/gstfestival.c:278:6: branch_false: following ‘false’ branch (when ‘f >= 0’)...
gst-plugins-bad-1.26.10/gst/festival/gstfestival.c:280:8: branch_false: ...to here
gst-plugins-bad-1.26.10/gst/festival/gstfestival.c:280:8: acquire_memory: allocated here
gst-plugins-bad-1.26.10/gst/festival/gstfestival.c:281:6: branch_false: following ‘false’ branch (when ‘fd’ is non-NULL)...
gst-plugins-bad-1.26.10/gst/festival/gstfestival.c:287:3: branch_false: ...to here
gst-plugins-bad-1.26.10/gst/festival/gstfestival.c:290:7: call_function: calling ‘read_response’ from ‘gst_festival_chain’
#  235|   
#  236|         /* push contents as a buffer */
#  237|->       buffer = gst_buffer_new_wrapped (data, filesize);
#  238|         GST_BUFFER_TIMESTAMP (buffer) = GST_CLOCK_TIME_NONE;
#  239|         gst_pad_push (festival->srcpad, buffer);

Error: GCC_ANALYZER_WARNING (CWE-401): [#def122]
gst-plugins-bad-1.26.10/gst/festival/gstfestival.c:239:7: warning[-Wanalyzer-malloc-leak]: leak of ‘fd’
gst-plugins-bad-1.26.10/gst/festival/gstfestival.c:263:1: enter_function: entry to ‘gst_festival_chain’
gst-plugins-bad-1.26.10/gst/festival/gstfestival.c:278:6: branch_false: following ‘false’ branch (when ‘f >= 0’)...
gst-plugins-bad-1.26.10/gst/festival/gstfestival.c:280:8: branch_false: ...to here
gst-plugins-bad-1.26.10/gst/festival/gstfestival.c:280:8: acquire_memory: allocated here
gst-plugins-bad-1.26.10/gst/festival/gstfestival.c:281:6: branch_false: following ‘false’ branch (when ‘fd’ is non-NULL)...
gst-plugins-bad-1.26.10/gst/festival/gstfestival.c:287:3: branch_false: ...to here
gst-plugins-bad-1.26.10/gst/festival/gstfestival.c:290:7: call_function: calling ‘read_response’ from ‘gst_festival_chain’
#  237|         buffer = gst_buffer_new_wrapped (data, filesize);
#  238|         GST_BUFFER_TIMESTAMP (buffer) = GST_CLOCK_TIME_NONE;
#  239|->       gst_pad_push (festival->srcpad, buffer);
#  240|   
#  241|       } else if (strcmp (ack, "LP\n") == 0) {

Error: GCC_ANALYZER_WARNING (CWE-401): [#def123]
gst-plugins-bad-1.26.10/gst/festival/gstfestival.c:288:3: warning[-Wanalyzer-malloc-leak]: leak of ‘fd’
gst-plugins-bad-1.26.10/gst/festival/gstfestival.c:278:6: branch_false: following ‘false’ branch (when ‘f >= 0’)...
gst-plugins-bad-1.26.10/gst/festival/gstfestival.c:280:8: branch_false: ...to here
gst-plugins-bad-1.26.10/gst/festival/gstfestival.c:280:8: acquire_memory: allocated here
gst-plugins-bad-1.26.10/gst/festival/gstfestival.c:281:6: branch_false: following ‘false’ branch (when ‘fd’ is non-NULL)...
gst-plugins-bad-1.26.10/gst/festival/gstfestival.c:287:3: branch_false: ...to here
gst-plugins-bad-1.26.10/gst/festival/gstfestival.c:288:3: throw: if ‘fflush’ throws an exception...
gst-plugins-bad-1.26.10/gst/festival/gstfestival.c:288:3: danger: ‘fd’ leaks here; was allocated at [(3)](sarif:/runs/0/results/4/codeFlows/0/threadFlows/0/locations/2)
#  286|     /* Copy text over to server, escaping any quotes */
#  287|     fprintf (fd, "(Parameter.set 'Audio_Required_Rate 16000)\n");
#  288|->   fflush (fd);
#  289|     GST_DEBUG_OBJECT (festival, "issued Parameter.set command");
#  290|     if (read_response (festival) == FALSE) {

Error: GCC_ANALYZER_WARNING (CWE-401): [#def124]
gst-plugins-bad-1.26.10/gst/festival/gstfestival.c:289:3: warning[-Wanalyzer-malloc-leak]: leak of ‘fd’
gst-plugins-bad-1.26.10/gst/festival/gstfestival.c:278:6: branch_false: following ‘false’ branch (when ‘f >= 0’)...
gst-plugins-bad-1.26.10/gst/festival/gstfestival.c:280:8: branch_false: ...to here
gst-plugins-bad-1.26.10/gst/festival/gstfestival.c:280:8: acquire_memory: allocated here
gst-plugins-bad-1.26.10/gst/festival/gstfestival.c:281:6: branch_false: following ‘false’ branch (when ‘fd’ is non-NULL)...
gst-plugins-bad-1.26.10/gst/festival/gstfestival.c:287:3: branch_false: ...to here
gst-plugins-bad-1.26.10/gst/festival/gstfestival.c:289:3: branch_true: following ‘true’ branch...
gst-plugins-bad-1.26.10/gst/festival/gstfestival.c:289:3: branch_true: ...to here
gst-plugins-bad-1.26.10/gst/festival/gstfestival.c:289:3: throw: if ‘gst_debug_log’ throws an exception...
gst-plugins-bad-1.26.10/gst/festival/gstfestival.c:289:3: danger: ‘fd’ leaks here; was allocated at [(3)](sarif:/runs/0/results/5/codeFlows/0/threadFlows/0/locations/2)
#  287|     fprintf (fd, "(Parameter.set 'Audio_Required_Rate 16000)\n");
#  288|     fflush (fd);
#  289|->   GST_DEBUG_OBJECT (festival, "issued Parameter.set command");
#  290|     if (read_response (festival) == FALSE) {
#  291|       fclose (fd);

Error: CPPCHECK_WARNING (CWE-476): [#def125]
gst-plugins-bad-1.26.10/gst/festival/gstfestival.c:342: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: info
#  340|     info = (FT_Info *) malloc (1 * sizeof (FT_Info));
#  341|   
#  342|->   info->server_host = FESTIVAL_DEFAULT_SERVER_HOST;
#  343|     info->server_port = FESTIVAL_DEFAULT_SERVER_PORT;
#  344|     info->text_mode = FESTIVAL_DEFAULT_TEXT_MODE;

Error: GCC_ANALYZER_WARNING (CWE-476): [#def126]
gst-plugins-bad-1.26.10/gst/festival/gstfestival.c:342:3: warning[-Wanalyzer-possible-null-dereference]: dereference of possibly-NULL ‘info’
gst-plugins-bad-1.26.10/gst/festival/gstfestival.c:340:22: acquire_memory: this call could return NULL
gst-plugins-bad-1.26.10/gst/festival/gstfestival.c:342:3: danger: ‘info’ could be NULL: unchecked value from [(1)](sarif:/runs/0/results/6/codeFlows/0/threadFlows/0/locations/0)
#  340|     info = (FT_Info *) malloc (1 * sizeof (FT_Info));
#  341|   
#  342|->   info->server_host = FESTIVAL_DEFAULT_SERVER_HOST;
#  343|     info->server_port = FESTIVAL_DEFAULT_SERVER_PORT;
#  344|     info->text_mode = FESTIVAL_DEFAULT_TEXT_MODE;

Error: CPPCHECK_WARNING (CWE-476): [#def127]
gst-plugins-bad-1.26.10/gst/festival/gstfestival.c:343: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: info
#  341|   
#  342|     info->server_host = FESTIVAL_DEFAULT_SERVER_HOST;
#  343|->   info->server_port = FESTIVAL_DEFAULT_SERVER_PORT;
#  344|     info->text_mode = FESTIVAL_DEFAULT_TEXT_MODE;
#  345|   

Error: CPPCHECK_WARNING (CWE-476): [#def128]
gst-plugins-bad-1.26.10/gst/festival/gstfestival.c:344: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: info
#  342|     info->server_host = FESTIVAL_DEFAULT_SERVER_HOST;
#  343|     info->server_port = FESTIVAL_DEFAULT_SERVER_PORT;
#  344|->   info->text_mode = FESTIVAL_DEFAULT_TEXT_MODE;
#  345|   
#  346|     info->server_fd = -1;

Error: CPPCHECK_WARNING (CWE-476): [#def129]
gst-plugins-bad-1.26.10/gst/festival/gstfestival.c:346: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: info
#  344|     info->text_mode = FESTIVAL_DEFAULT_TEXT_MODE;
#  345|   
#  346|->   info->server_fd = -1;
#  347|   
#  348|     return info;

Error: GCC_ANALYZER_WARNING (CWE-775): [#def130]
gst-plugins-bad-1.26.10/gst/festival/gstfestival.c:368:18: warning[-Wanalyzer-fd-leak]: leak of file descriptor ‘fd’
gst-plugins-bad-1.26.10/gst/festival/gstfestival.c:359:8: acquire_resource: stream socket created here
gst-plugins-bad-1.26.10/gst/festival/gstfestival.c:361:6: branch_false: following ‘false’ branch (when ‘fd >= 0’)...
gst-plugins-bad-1.26.10/gst/festival/gstfestival.c:365:3: branch_false: ...to here
gst-plugins-bad-1.26.10/gst/festival/gstfestival.c:366:6: branch_true: following ‘true’ branch...
gst-plugins-bad-1.26.10/gst/festival/gstfestival.c:368:18: branch_true: ...to here
gst-plugins-bad-1.26.10/gst/festival/gstfestival.c:368:18: throw: if ‘gethostbyname’ throws an exception...
gst-plugins-bad-1.26.10/gst/festival/gstfestival.c:368:18: danger: ‘fd’ leaks here
#  366|     if ((serv_addr.sin_addr.s_addr = inet_addr (host)) == -1) {
#  367|       /* its a name rather than an ipnum */
#  368|->     serverhost = gethostbyname (host);
#  369|       if (serverhost == (struct hostent *) 0) {
#  370|         fprintf (stderr, "festival_client: gethostbyname failed\n");

Error: GCC_ANALYZER_WARNING (CWE-775): [#def131]
gst-plugins-bad-1.26.10/gst/festival/gstfestival.c:371:7: warning[-Wanalyzer-fd-leak]: leak of file descriptor ‘fd’
gst-plugins-bad-1.26.10/gst/festival/gstfestival.c:359:8: acquire_resource: stream socket created here
gst-plugins-bad-1.26.10/gst/festival/gstfestival.c:361:6: branch_false: following ‘false’ branch (when ‘fd >= 0’)...
gst-plugins-bad-1.26.10/gst/festival/gstfestival.c:365:3: branch_false: ...to here
gst-plugins-bad-1.26.10/gst/festival/gstfestival.c:366:6: branch_true: following ‘true’ branch...
gst-plugins-bad-1.26.10/gst/festival/gstfestival.c:368:18: branch_true: ...to here
gst-plugins-bad-1.26.10/gst/festival/gstfestival.c:369:8: branch_true: following ‘true’ branch...
gst-plugins-bad-1.26.10/gst/festival/gstfestival.c:370:7: branch_true: ...to here
gst-plugins-bad-1.26.10/gst/festival/gstfestival.c:371:7: throw: if ‘close’ throws an exception...
gst-plugins-bad-1.26.10/gst/festival/gstfestival.c:371:7: danger: ‘fd’ leaks here
#  369|       if (serverhost == (struct hostent *) 0) {
#  370|         fprintf (stderr, "festival_client: gethostbyname failed\n");
#  371|->       close (fd);
#  372|         return -1;
#  373|       }

Error: GCC_ANALYZER_WARNING (CWE-775): [#def132]
gst-plugins-bad-1.26.10/gst/festival/gstfestival.c:381:5: warning[-Wanalyzer-fd-leak]: leak of file descriptor ‘fd’
gst-plugins-bad-1.26.10/gst/festival/gstfestival.c:359:8: acquire_resource: stream socket created here
gst-plugins-bad-1.26.10/gst/festival/gstfestival.c:361:6: branch_false: following ‘false’ branch (when ‘fd >= 0’)...
gst-plugins-bad-1.26.10/gst/festival/gstfestival.c:365:3: branch_false: ...to here
gst-plugins-bad-1.26.10/gst/festival/gstfestival.c:379:6: branch_true: following ‘true’ branch...
gst-plugins-bad-1.26.10/gst/festival/gstfestival.c:380:5: branch_true: ...to here
gst-plugins-bad-1.26.10/gst/festival/gstfestival.c:381:5: throw: if ‘close’ throws an exception...
gst-plugins-bad-1.26.10/gst/festival/gstfestival.c:381:5: danger: ‘fd’ leaks here
#  379|     if (connect (fd, (struct sockaddr *) &serv_addr, sizeof (serv_addr)) != 0) {
#  380|       fprintf (stderr, "festival_client: connect to server failed\n");
#  381|->     close (fd);
#  382|       return -1;
#  383|     }

Error: GCC_ANALYZER_WARNING (CWE-401): [#def133]
gst-plugins-bad-1.26.10/gst/festival/gstfestival.c:415:19: warning[-Wanalyzer-malloc-leak]: leak of ‘fd’
gst-plugins-bad-1.26.10/gst/festival/gstfestival.c:263:1: enter_function: entry to ‘gst_festival_chain’
gst-plugins-bad-1.26.10/gst/festival/gstfestival.c:278:6: branch_false: following ‘false’ branch (when ‘f >= 0’)...
gst-plugins-bad-1.26.10/gst/festival/gstfestival.c:280:8: branch_false: ...to here
gst-plugins-bad-1.26.10/gst/festival/gstfestival.c:280:8: acquire_memory: allocated here
gst-plugins-bad-1.26.10/gst/festival/gstfestival.c:281:6: branch_false: following ‘false’ branch (when ‘fd’ is non-NULL)...
gst-plugins-bad-1.26.10/gst/festival/gstfestival.c:287:3: branch_false: ...to here
gst-plugins-bad-1.26.10/gst/festival/gstfestival.c:290:7: call_function: calling ‘read_response’ from ‘gst_festival_chain’
#  413|   
#  414|     bufflen = 1024;
#  415|->   buff = (char *) g_malloc (bufflen);
#  416|     *size = 0;
#  417|   

Error: GCC_ANALYZER_WARNING (CWE-401): [#def134]
gst-plugins-bad-1.26.10/gst/festival/gstfestival.c:426:23: warning[-Wanalyzer-malloc-leak]: leak of ‘fd’
gst-plugins-bad-1.26.10/gst/festival/gstfestival.c:263:1: enter_function: entry to ‘gst_festival_chain’
gst-plugins-bad-1.26.10/gst/festival/gstfestival.c:278:6: branch_false: following ‘false’ branch (when ‘f >= 0’)...
gst-plugins-bad-1.26.10/gst/festival/gstfestival.c:280:8: branch_false: ...to here
gst-plugins-bad-1.26.10/gst/festival/gstfestival.c:280:8: acquire_memory: allocated here
gst-plugins-bad-1.26.10/gst/festival/gstfestival.c:281:6: branch_false: following ‘false’ branch (when ‘fd’ is non-NULL)...
gst-plugins-bad-1.26.10/gst/festival/gstfestival.c:287:3: branch_false: ...to here
gst-plugins-bad-1.26.10/gst/festival/gstfestival.c:290:7: call_function: calling ‘read_response’ from ‘gst_festival_chain’
#  424|         /* +1 so you can add a NULL if you want */
#  425|         bufflen += bufflen / 4;
#  426|->       buff = (char *) g_realloc (buff, bufflen);
#  427|       }
#  428|       if (file_stuff_key[k] == c)

Error: GCC_ANALYZER_WARNING (CWE-775): [#def135]
gst-plugins-bad-1.26.10/gst/festival/gstfestival.c:459:3: warning[-Wanalyzer-fd-leak]: leak of file descriptor ‘**festival.info.server_fd’
gst-plugins-bad-1.26.10/gst/festival/gstfestival.c:453:1: enter_function: entry to ‘gst_festival_open’
gst-plugins-bad-1.26.10/gst/festival/gstfestival.c:456:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/gst/festival/gstfestival.c:461:7: branch_false: ...to here
gst-plugins-bad-1.26.10/gst/festival/gstfestival.c:460:7: call_function: calling ‘festival_socket_open’ from ‘gst_festival_open’
gst-plugins-bad-1.26.10/gst/festival/gstfestival.c:460:7: return_function: returning to ‘gst_festival_open’ from ‘festival_socket_open’
gst-plugins-bad-1.26.10/gst/festival/gstfestival.c:459:3: danger: ‘**festival.info.server_fd’ leaks here
#  457|       festival->info = festival_default_info ();
#  458|   
#  459|->   festival->info->server_fd =
#  460|         festival_socket_open (festival->info->server_host,
#  461|         festival->info->server_port);

Error: GCC_ANALYZER_WARNING (CWE-835): [#def136]
gst-plugins-bad-1.26.10/gst/gaudieffects/gstdilate.c:286:10: warning[-Wanalyzer-infinite-loop]: infinite loop
gst-plugins-bad-1.26.10/gst/gaudieffects/gstdilate.c:286:10: danger: infinite loop here
gst-plugins-bad-1.26.10/gst/gaudieffects/gstdilate.c:286:10: branch_true: when ‘src != src_end’: always following ‘true’ branch...
gst-plugins-bad-1.26.10/gst/gaudieffects/gstdilate.c:288:33: branch_true: ...to here
gst-plugins-bad-1.26.10/gst/gaudieffects/gstdilate.c:290:12: branch_false: when ‘src == src_line_end’: always following ‘false’ branch...
gst-plugins-bad-1.26.10/gst/gaudieffects/gstdilate.c:290:12: branch_false: ...to here
#  284|     guint32 *right;
#  285|   
#  286|->   while (src != src_end) {
#  287|       guint32 *src_line_start = src;
#  288|       guint32 *src_line_end = src + width;

Error: GCC_ANALYZER_WARNING: [#def137]
gst-plugins-bad-1.26.10/gst/gaudieffects/gstgaussblur.c:367:16: warning[-Wanalyzer-imprecise-fp-arithmetic]: use of floating-point arithmetic here might yield unexpected results
gst-plugins-bad-1.26.10/gst/gaudieffects/gstgaussblur.c:367:16: branch_true: following ‘true’ branch...
gst-plugins-bad-1.26.10/gst/gaudieffects/gstgaussblur.c:367:16: danger: operand ‘sigma’ is of type ‘float’
#  365|     gb->windowsize = (int) (1 + 2 * center);
#  366|   
#  367|->   gb->kernel = g_new (float, gb->windowsize);
#  368|     gb->kernel_sum = g_new (float, gb->windowsize);
#  369|     if (gb->kernel == NULL || gb->kernel_sum == NULL)

Error: CPPCHECK_WARNING (CWE-457): [#def138]
gst-plugins-bad-1.26.10/gst/id3tag/id3tag.c:62: warning[uninitvar]: Uninitialized variable: data
#   60|   
#   61|     GST_WRITE_UINT8 (data, val);
#   62|->   gst_byte_writer_write_bytes (w, data, 1);
#   63|   }
#   64|   

Error: CPPCHECK_WARNING (CWE-823): [#def139]
gst-plugins-bad-1.26.10/gst/id3tag/id3tag.c:624: error[arrayIndexOutOfBounds]: Array 'corr[4]' accessed at index 4, which is out of bounds.
#  622|     g_assert (frame_id && strlen (frame_id) == 4);
#  623|   
#  624|->   if (corr[idx].corr_num == NULL) {
#  625|       guint number;
#  626|   

Error: GCC_ANALYZER_WARNING (CWE-476): [#def140]
gst-plugins-bad-1.26.10/gst/jp2kdecimator/jp2kcodestream.c:1777:12: warning[-Wanalyzer-jump-through-null]: jump through null pointer
gst-plugins-bad-1.26.10/gst/jp2kdecimator/jp2kcodestream.c:1752:1: enter_function: entry to ‘decimate_main_header’
gst-plugins-bad-1.26.10/gst/jp2kdecimator/jp2kcodestream.c:1757:15: branch_true: following ‘true’ branch...
gst-plugins-bad-1.26.10/gst/jp2kdecimator/jp2kcodestream.c:1758:19: branch_true: ...to here
gst-plugins-bad-1.26.10/gst/jp2kdecimator/jp2kcodestream.c:1763:8: branch_true: following ‘true’ branch...
gst-plugins-bad-1.26.10/gst/jp2kdecimator/jp2kcodestream.c:1764:11: branch_true: ...to here
gst-plugins-bad-1.26.10/gst/jp2kdecimator/jp2kcodestream.c:1764:10: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/gst/jp2kdecimator/jp2kcodestream.c:1769:13: branch_false: ...to here
gst-plugins-bad-1.26.10/gst/jp2kdecimator/jp2kcodestream.c:1774:5: call_function: calling ‘init_packet_iterator’ from ‘decimate_main_header’
gst-plugins-bad-1.26.10/gst/jp2kdecimator/jp2kcodestream.c:1774:5: return_function: returning to ‘decimate_main_header’ from ‘init_packet_iterator’
gst-plugins-bad-1.26.10/gst/jp2kdecimator/jp2kcodestream.c:1777:12: danger: jump through null pointer here
# 1775|   
# 1776|       l = tile->packets;
# 1777|->     while ((it.next (&it))) {
# 1778|         Packet *p;
# 1779|   

Error: GCC_ANALYZER_WARNING (CWE-476): [#def141]
gst-plugins-bad-1.26.10/gst/mpegtsdemux/mpegtspacketizer.c:2526:18: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘nextgroup’
gst-plugins-bad-1.26.10/gst/mpegtsdemux/mpegtspacketizer.c:2460:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/gst/mpegtsdemux/mpegtspacketizer.c:2463:3: branch_false: ...to here
gst-plugins-bad-1.26.10/gst/mpegtsdemux/mpegtspacketizer.c:2466:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/gst/mpegtsdemux/mpegtspacketizer.c:2471:14: branch_false: ...to here
gst-plugins-bad-1.26.10/gst/mpegtsdemux/mpegtspacketizer.c:2486:32: branch_false: following ‘false’ branch (when ‘tmp’ is NULL)...
gst-plugins-bad-1.26.10/gst/mpegtsdemux/mpegtspacketizer.c:2516:1: branch_false: ...to here
gst-plugins-bad-1.26.10/gst/mpegtsdemux/mpegtspacketizer.c:2520:6: branch_true: following ‘true’ branch...
gst-plugins-bad-1.26.10/gst/mpegtsdemux/mpegtspacketizer.c:2525:5: branch_true: ...to here
gst-plugins-bad-1.26.10/gst/mpegtsdemux/mpegtspacketizer.c:2526:18: danger: dereference of NULL ‘nextgroup’
# 2524|        */
# 2525|       GST_DEBUG ("In group or after last one");
# 2526|->     lastoffset = firstoffset = nextgroup->first_offset;
# 2527|       lastpcr = firstpcr = nextgroup->pcr_offset;
# 2528|       if (current && nextgroup == current->group) {

Error: CPPCHECK_WARNING (CWE-758): [#def142]
gst-plugins-bad-1.26.10/gst/mpegtsmux/gstbasetsmux.c:518: error[shiftTooManyBitsSigned]: Shifting signed 32-bit value by 31 bits is undefined behaviour
#  516|         } else if (GST_VIDEO_INFO_FIELD_ORDER (&video_info) ==
#  517|             GST_VIDEO_FIELD_ORDER_BOTTOM_FIELD_FIRST) {
#  518|->         frat |= 1 << 31;
#  519|         } else {
#  520|           GST_ERROR_OBJECT (ts_pad, "Unknown interlace mode (no field order)");

Error: GCC_ANALYZER_WARNING (CWE-476): [#def143]
gst-plugins-bad-1.26.10/gst/mxf/mxfdemux.c:4635:3: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘clip’
gst-plugins-bad-1.26.10/gst/mxf/mxfdemux.c:4612:15: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/gst/mxf/mxfdemux.c:4628:12: branch_false: ...to here
gst-plugins-bad-1.26.10/gst/mxf/mxfdemux.c:4628:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/gst/mxf/mxfdemux.c:4635:3: branch_false: ...to here
gst-plugins-bad-1.26.10/gst/mxf/mxfdemux.c:4635:3: branch_true: following ‘true’ branch...
gst-plugins-bad-1.26.10/gst/mxf/mxfdemux.c:4635:3: branch_true: ...to here
gst-plugins-bad-1.26.10/gst/mxf/mxfdemux.c:4635:3: danger: dereference of NULL ‘clip’
# 4633|     }
# 4634|   
# 4635|->   GST_DEBUG_OBJECT (pad, "Looking for essence track for track_id:%d umid:%s",
# 4636|         clip->source_track_id, mxf_umid_to_string (&clip->source_package_id,
# 4637|             str));

Error: GCC_ANALYZER_WARNING (CWE-476): [#def144]
gst-plugins-bad-1.26.10/gst/mxf/mxfdemux.c:4645:9: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘clip’
gst-plugins-bad-1.26.10/gst/mxf/mxfdemux.c:4612:15: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/gst/mxf/mxfdemux.c:4628:12: branch_false: ...to here
gst-plugins-bad-1.26.10/gst/mxf/mxfdemux.c:4628:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/gst/mxf/mxfdemux.c:4635:3: branch_false: ...to here
gst-plugins-bad-1.26.10/gst/mxf/mxfdemux.c:4635:3: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/gst/mxf/mxfdemux.c:4640:3: branch_false: ...to here
gst-plugins-bad-1.26.10/gst/mxf/mxfdemux.c:4640:15: branch_true: following ‘true’ branch...
gst-plugins-bad-1.26.10/gst/mxf/mxfdemux.c:4642:9: branch_true: ...to here
gst-plugins-bad-1.26.10/gst/mxf/mxfdemux.c:4643:5: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/gst/mxf/mxfdemux.c:4645:9: branch_false: ...to here
gst-plugins-bad-1.26.10/gst/mxf/mxfdemux.c:4645:9: danger: dereference of NULL ‘clip’
# 4643|       GST_LOG_OBJECT (pad, "Looking at essence track body_sid:%d index_sid:%d",
# 4644|           track->body_sid, track->index_sid);
# 4645|->     if (clip->source_track_id == 0 || (track->track_id == clip->source_track_id
# 4646|               && mxf_umid_is_equal (&clip->source_package_id,
# 4647|                   &track->source_package_uid))) {

Error: CPPCHECK_WARNING (CWE-476): [#def145]
gst-plugins-bad-1.26.10/gst/removesilence/vad_private.c:71: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: vad
#   69|     VADFilter *vad = malloc (sizeof (VADFilter));
#   70|     vad_reset (vad);
#   71|->   vad->hysteresis = hysteresis;
#   72|     vad_set_threshold (vad, threshold);
#   73|     return vad;

Error: CPPCHECK_WARNING (CWE-476): [#def146]
gst-plugins-bad-1.26.10/gst/removesilence/vad_private.c:79: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: vad
#   77|   vad_reset (VADFilter * vad)
#   78|   {
#   79|->   memset (vad, 0, sizeof (*vad));
#   80|     vad->cqueue.base.s = vad->vad_buffer;
#   81|     vad->cqueue.tail.a = vad->cqueue.head.a = 0;

Error: GCC_ANALYZER_WARNING (CWE-688): [#def147]
gst-plugins-bad-1.26.10/gst/removesilence/vad_private.c:79:3: warning[-Wanalyzer-possible-null-argument]: use of possibly-NULL ‘vad’ where non-null expected
gst-plugins-bad-1.26.10/gst/removesilence/vad_private.c:69:20: acquire_memory: this call could return NULL
gst-plugins-bad-1.26.10/gst/removesilence/vad_private.c:70:3: call_function: inlined call to ‘vad_reset’ from ‘vad_new’
#   77|   vad_reset (VADFilter * vad)
#   78|   {
#   79|->   memset (vad, 0, sizeof (*vad));
#   80|     vad->cqueue.base.s = vad->vad_buffer;
#   81|     vad->cqueue.tail.a = vad->cqueue.head.a = 0;

Error: CPPCHECK_WARNING (CWE-476): [#def148]
gst-plugins-bad-1.26.10/gst/removesilence/vad_private.c:80: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: vad
#   78|   {
#   79|     memset (vad, 0, sizeof (*vad));
#   80|->   vad->cqueue.base.s = vad->vad_buffer;
#   81|     vad->cqueue.tail.a = vad->cqueue.head.a = 0;
#   82|     vad->cqueue.size = VAD_BUFFER_SIZE;

Error: CPPCHECK_WARNING (CWE-476): [#def149]
gst-plugins-bad-1.26.10/gst/removesilence/vad_private.c:81: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: vad
#   79|     memset (vad, 0, sizeof (*vad));
#   80|     vad->cqueue.base.s = vad->vad_buffer;
#   81|->   vad->cqueue.tail.a = vad->cqueue.head.a = 0;
#   82|     vad->cqueue.size = VAD_BUFFER_SIZE;
#   83|     vad->vad_state = VAD_SILENCE;

Error: CPPCHECK_WARNING (CWE-476): [#def150]
gst-plugins-bad-1.26.10/gst/removesilence/vad_private.c:82: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: vad
#   80|     vad->cqueue.base.s = vad->vad_buffer;
#   81|     vad->cqueue.tail.a = vad->cqueue.head.a = 0;
#   82|->   vad->cqueue.size = VAD_BUFFER_SIZE;
#   83|     vad->vad_state = VAD_SILENCE;
#   84|   }

Error: CPPCHECK_WARNING (CWE-476): [#def151]
gst-plugins-bad-1.26.10/gst/removesilence/vad_private.c:83: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: vad
#   81|     vad->cqueue.tail.a = vad->cqueue.head.a = 0;
#   82|     vad->cqueue.size = VAD_BUFFER_SIZE;
#   83|->   vad->vad_state = VAD_SILENCE;
#   84|   }
#   85|   

Error: CPPCHECK_WARNING (CWE-476): [#def152]
gst-plugins-bad-1.26.10/gst/removesilence/vad_private.c:108: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: p
#  106|   {
#  107|     gint power = (gint) (threshold_db / 10.0);
#  108|->   p->threshold = (guint64) (pow (10, (power)) * 4294967295UL);
#  109|   }
#  110|   

Error: COMPILER_WARNING (CWE-704): [#def153]
gst-plugins-bad-1.26.10/gst/sdp/gstsdpdemux.c: scope_hint: In function ‘gst_sdp_demux_parse_source_filter’
gst-plugins-bad-1.26.10/gst/sdp/gstsdpdemux.c:569:7: warning[-Wdiscarded-qualifiers]: assignment discards ‘const’ qualifier from pointer target type
#  569 |   del = strchr (str, ' ');
#      |       ^
#  567|     }
#  568|   
#  569|->   del = strchr (str, ' ');
#  570|     if (!del) {
#  571|       GST_WARNING_OBJECT (self, "Unexpected dest-address format");

Error: COMPILER_WARNING (CWE-704): [#def154]
gst-plugins-bad-1.26.10/gst/sdp/gstsdpdemux.c:569:7: warning[-Wdiscarded-qualifiers]: assignment discards ‘const’ qualifier from pointer target type
#  567|     }
#  568|   
#  569|->   del = strchr (str, ' ');
#  570|     if (!del) {
#  571|       GST_WARNING_OBJECT (self, "Unexpected dest-address format");

Error: COMPILER_WARNING (CWE-704): [#def155]
gst-plugins-bad-1.26.10/gst/sdp/gstsdpdemux.c:586:9: warning[-Wdiscarded-qualifiers]: assignment discards ‘const’ qualifier from pointer target type
#  586 |     del = strchr (str, ' ');
#      |         ^
#  584|   
#  585|     do {
#  586|->     del = strchr (str, ' ');
#  587|       if (del) {
#  588|         size = del - str;

Error: COMPILER_WARNING (CWE-704): [#def156]
gst-plugins-bad-1.26.10/gst/sdp/gstsdpdemux.c:586:9: warning[-Wdiscarded-qualifiers]: assignment discards ‘const’ qualifier from pointer target type
#  584|   
#  585|     do {
#  586|->     del = strchr (str, ' ');
#  587|       if (del) {
#  588|         size = del - str;

Error: CPPCHECK_WARNING (CWE-476): [#def157]
gst-plugins-bad-1.26.10/gst/siren/decoder.c:29: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: decoder
#   27|   {
#   28|     SirenDecoder decoder = (SirenDecoder) malloc (sizeof (struct stSirenDecoder));
#   29|->   decoder->sample_rate = sample_rate;
#   30|   
#   31|     decoder->WavHeader.riff.RiffId = ME_TO_LE32 (RIFF_ID);

Error: GCC_ANALYZER_WARNING (CWE-476): [#def158]
gst-plugins-bad-1.26.10/gst/siren/decoder.c:29:3: warning[-Wanalyzer-possible-null-dereference]: dereference of possibly-NULL ‘decoder’
gst-plugins-bad-1.26.10/gst/siren/decoder.c:28:41: acquire_memory: this call could return NULL
gst-plugins-bad-1.26.10/gst/siren/decoder.c:29:3: danger: ‘decoder’ could be NULL: unchecked value from [(1)](sarif:/runs/0/results/0/codeFlows/0/threadFlows/0/locations/0)
#   27|   {
#   28|     SirenDecoder decoder = (SirenDecoder) malloc (sizeof (struct stSirenDecoder));
#   29|->   decoder->sample_rate = sample_rate;
#   30|   
#   31|     decoder->WavHeader.riff.RiffId = ME_TO_LE32 (RIFF_ID);

Error: CPPCHECK_WARNING (CWE-476): [#def159]
gst-plugins-bad-1.26.10/gst/siren/decoder.c:31: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: decoder
#   29|     decoder->sample_rate = sample_rate;
#   30|   
#   31|->   decoder->WavHeader.riff.RiffId = ME_TO_LE32 (RIFF_ID);
#   32|     decoder->WavHeader.riff.RiffSize = sizeof (PCMWavHeader) - 2 * sizeof (int);
#   33|     decoder->WavHeader.riff.RiffSize =

Error: CPPCHECK_WARNING (CWE-476): [#def160]
gst-plugins-bad-1.26.10/gst/siren/decoder.c:32: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: decoder
#   30|   
#   31|     decoder->WavHeader.riff.RiffId = ME_TO_LE32 (RIFF_ID);
#   32|->   decoder->WavHeader.riff.RiffSize = sizeof (PCMWavHeader) - 2 * sizeof (int);
#   33|     decoder->WavHeader.riff.RiffSize =
#   34|         ME_TO_LE32 (decoder->WavHeader.riff.RiffSize);

Error: CPPCHECK_WARNING (CWE-476): [#def161]
gst-plugins-bad-1.26.10/gst/siren/decoder.c:33: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: decoder
#   31|     decoder->WavHeader.riff.RiffId = ME_TO_LE32 (RIFF_ID);
#   32|     decoder->WavHeader.riff.RiffSize = sizeof (PCMWavHeader) - 2 * sizeof (int);
#   33|->   decoder->WavHeader.riff.RiffSize =
#   34|         ME_TO_LE32 (decoder->WavHeader.riff.RiffSize);
#   35|     decoder->WavHeader.WaveId = ME_TO_LE32 (WAVE_ID);

Error: CPPCHECK_WARNING (CWE-476): [#def162]
gst-plugins-bad-1.26.10/gst/siren/decoder.c:34: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: decoder
#   32|     decoder->WavHeader.riff.RiffSize = sizeof (PCMWavHeader) - 2 * sizeof (int);
#   33|     decoder->WavHeader.riff.RiffSize =
#   34|->       ME_TO_LE32 (decoder->WavHeader.riff.RiffSize);
#   35|     decoder->WavHeader.WaveId = ME_TO_LE32 (WAVE_ID);
#   36|   

Error: CPPCHECK_WARNING (CWE-476): [#def163]
gst-plugins-bad-1.26.10/gst/siren/decoder.c:35: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: decoder
#   33|     decoder->WavHeader.riff.RiffSize =
#   34|         ME_TO_LE32 (decoder->WavHeader.riff.RiffSize);
#   35|->   decoder->WavHeader.WaveId = ME_TO_LE32 (WAVE_ID);
#   36|   
#   37|     decoder->WavHeader.FmtId = ME_TO_LE32 (FMT__ID);

Error: CPPCHECK_WARNING (CWE-476): [#def164]
gst-plugins-bad-1.26.10/gst/siren/decoder.c:37: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: decoder
#   35|     decoder->WavHeader.WaveId = ME_TO_LE32 (WAVE_ID);
#   36|   
#   37|->   decoder->WavHeader.FmtId = ME_TO_LE32 (FMT__ID);
#   38|     decoder->WavHeader.FmtSize = ME_TO_LE32 (sizeof (FmtChunk));
#   39|   

Error: CPPCHECK_WARNING (CWE-476): [#def165]
gst-plugins-bad-1.26.10/gst/siren/decoder.c:38: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: decoder
#   36|   
#   37|     decoder->WavHeader.FmtId = ME_TO_LE32 (FMT__ID);
#   38|->   decoder->WavHeader.FmtSize = ME_TO_LE32 (sizeof (FmtChunk));
#   39|   
#   40|     decoder->WavHeader.fmt.Format = ME_TO_LE16 (0x01);

Error: CPPCHECK_WARNING (CWE-476): [#def166]
gst-plugins-bad-1.26.10/gst/siren/decoder.c:40: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: decoder
#   38|     decoder->WavHeader.FmtSize = ME_TO_LE32 (sizeof (FmtChunk));
#   39|   
#   40|->   decoder->WavHeader.fmt.Format = ME_TO_LE16 (0x01);
#   41|     decoder->WavHeader.fmt.Channels = ME_TO_LE16 (1);
#   42|     decoder->WavHeader.fmt.SampleRate = ME_TO_LE32 (16000);

Error: CPPCHECK_WARNING (CWE-476): [#def167]
gst-plugins-bad-1.26.10/gst/siren/decoder.c:41: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: decoder
#   39|   
#   40|     decoder->WavHeader.fmt.Format = ME_TO_LE16 (0x01);
#   41|->   decoder->WavHeader.fmt.Channels = ME_TO_LE16 (1);
#   42|     decoder->WavHeader.fmt.SampleRate = ME_TO_LE32 (16000);
#   43|     decoder->WavHeader.fmt.ByteRate = ME_TO_LE32 (32000);

Error: CPPCHECK_WARNING (CWE-476): [#def168]
gst-plugins-bad-1.26.10/gst/siren/decoder.c:42: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: decoder
#   40|     decoder->WavHeader.fmt.Format = ME_TO_LE16 (0x01);
#   41|     decoder->WavHeader.fmt.Channels = ME_TO_LE16 (1);
#   42|->   decoder->WavHeader.fmt.SampleRate = ME_TO_LE32 (16000);
#   43|     decoder->WavHeader.fmt.ByteRate = ME_TO_LE32 (32000);
#   44|     decoder->WavHeader.fmt.BlockAlign = ME_TO_LE16 (2);

Error: CPPCHECK_WARNING (CWE-476): [#def169]
gst-plugins-bad-1.26.10/gst/siren/decoder.c:43: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: decoder
#   41|     decoder->WavHeader.fmt.Channels = ME_TO_LE16 (1);
#   42|     decoder->WavHeader.fmt.SampleRate = ME_TO_LE32 (16000);
#   43|->   decoder->WavHeader.fmt.ByteRate = ME_TO_LE32 (32000);
#   44|     decoder->WavHeader.fmt.BlockAlign = ME_TO_LE16 (2);
#   45|     decoder->WavHeader.fmt.BitsPerSample = ME_TO_LE16 (16);

Error: CPPCHECK_WARNING (CWE-476): [#def170]
gst-plugins-bad-1.26.10/gst/siren/decoder.c:44: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: decoder
#   42|     decoder->WavHeader.fmt.SampleRate = ME_TO_LE32 (16000);
#   43|     decoder->WavHeader.fmt.ByteRate = ME_TO_LE32 (32000);
#   44|->   decoder->WavHeader.fmt.BlockAlign = ME_TO_LE16 (2);
#   45|     decoder->WavHeader.fmt.BitsPerSample = ME_TO_LE16 (16);
#   46|   

Error: CPPCHECK_WARNING (CWE-476): [#def171]
gst-plugins-bad-1.26.10/gst/siren/decoder.c:45: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: decoder
#   43|     decoder->WavHeader.fmt.ByteRate = ME_TO_LE32 (32000);
#   44|     decoder->WavHeader.fmt.BlockAlign = ME_TO_LE16 (2);
#   45|->   decoder->WavHeader.fmt.BitsPerSample = ME_TO_LE16 (16);
#   46|   
#   47|     decoder->WavHeader.FactId = ME_TO_LE32 (FACT_ID);

Error: CPPCHECK_WARNING (CWE-476): [#def172]
gst-plugins-bad-1.26.10/gst/siren/decoder.c:47: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: decoder
#   45|     decoder->WavHeader.fmt.BitsPerSample = ME_TO_LE16 (16);
#   46|   
#   47|->   decoder->WavHeader.FactId = ME_TO_LE32 (FACT_ID);
#   48|     decoder->WavHeader.FactSize = ME_TO_LE32 (sizeof (int));
#   49|     decoder->WavHeader.Samples = ME_TO_LE32 (0);

Error: CPPCHECK_WARNING (CWE-476): [#def173]
gst-plugins-bad-1.26.10/gst/siren/decoder.c:48: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: decoder
#   46|   
#   47|     decoder->WavHeader.FactId = ME_TO_LE32 (FACT_ID);
#   48|->   decoder->WavHeader.FactSize = ME_TO_LE32 (sizeof (int));
#   49|     decoder->WavHeader.Samples = ME_TO_LE32 (0);
#   50|   

Error: CPPCHECK_WARNING (CWE-476): [#def174]
gst-plugins-bad-1.26.10/gst/siren/decoder.c:49: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: decoder
#   47|     decoder->WavHeader.FactId = ME_TO_LE32 (FACT_ID);
#   48|     decoder->WavHeader.FactSize = ME_TO_LE32 (sizeof (int));
#   49|->   decoder->WavHeader.Samples = ME_TO_LE32 (0);
#   50|   
#   51|     decoder->WavHeader.DataId = ME_TO_LE32 (DATA_ID);

Error: CPPCHECK_WARNING (CWE-476): [#def175]
gst-plugins-bad-1.26.10/gst/siren/decoder.c:51: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: decoder
#   49|     decoder->WavHeader.Samples = ME_TO_LE32 (0);
#   50|   
#   51|->   decoder->WavHeader.DataId = ME_TO_LE32 (DATA_ID);
#   52|     decoder->WavHeader.DataSize = ME_TO_LE32 (0);
#   53|   

Error: CPPCHECK_WARNING (CWE-476): [#def176]
gst-plugins-bad-1.26.10/gst/siren/decoder.c:52: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: decoder
#   50|   
#   51|     decoder->WavHeader.DataId = ME_TO_LE32 (DATA_ID);
#   52|->   decoder->WavHeader.DataSize = ME_TO_LE32 (0);
#   53|   
#   54|     memset (decoder->context, 0, sizeof (decoder->context));

Error: CPPCHECK_WARNING (CWE-476): [#def177]
gst-plugins-bad-1.26.10/gst/siren/decoder.c:54: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: decoder
#   52|     decoder->WavHeader.DataSize = ME_TO_LE32 (0);
#   53|   
#   54|->   memset (decoder->context, 0, sizeof (decoder->context));
#   55|     memset (decoder->backup_frame, 0, sizeof (decoder->backup_frame));
#   56|   

Error: CPPCHECK_WARNING (CWE-476): [#def178]
gst-plugins-bad-1.26.10/gst/siren/decoder.c:55: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: decoder
#   53|   
#   54|     memset (decoder->context, 0, sizeof (decoder->context));
#   55|->   memset (decoder->backup_frame, 0, sizeof (decoder->backup_frame));
#   56|   
#   57|     decoder->dw1 = 1;

Error: CPPCHECK_WARNING (CWE-476): [#def179]
gst-plugins-bad-1.26.10/gst/siren/decoder.c:57: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: decoder
#   55|     memset (decoder->backup_frame, 0, sizeof (decoder->backup_frame));
#   56|   
#   57|->   decoder->dw1 = 1;
#   58|     decoder->dw2 = 1;
#   59|     decoder->dw3 = 1;

Error: CPPCHECK_WARNING (CWE-476): [#def180]
gst-plugins-bad-1.26.10/gst/siren/decoder.c:58: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: decoder
#   56|   
#   57|     decoder->dw1 = 1;
#   58|->   decoder->dw2 = 1;
#   59|     decoder->dw3 = 1;
#   60|     decoder->dw4 = 1;

Error: CPPCHECK_WARNING (CWE-476): [#def181]
gst-plugins-bad-1.26.10/gst/siren/decoder.c:59: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: decoder
#   57|     decoder->dw1 = 1;
#   58|     decoder->dw2 = 1;
#   59|->   decoder->dw3 = 1;
#   60|     decoder->dw4 = 1;
#   61|   

Error: CPPCHECK_WARNING (CWE-476): [#def182]
gst-plugins-bad-1.26.10/gst/siren/decoder.c:60: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: decoder
#   58|     decoder->dw2 = 1;
#   59|     decoder->dw3 = 1;
#   60|->   decoder->dw4 = 1;
#   61|   
#   62|     siren_init ();

Error: GCC_ANALYZER_WARNING (CWE-401): [#def183]
gst-plugins-bad-1.26.10/gst/siren/decoder.c:62:3: warning[-Wanalyzer-malloc-leak]: leak of ‘decoder’
gst-plugins-bad-1.26.10/gst/siren/decoder.c:28:41: acquire_memory: allocated here
gst-plugins-bad-1.26.10/gst/siren/decoder.c:62:3: throw: if ‘siren_init’ throws an exception...
gst-plugins-bad-1.26.10/gst/siren/decoder.c:62:3: danger: ‘decoder’ leaks here; was allocated at [(1)](sarif:/runs/0/results/1/codeFlows/0/threadFlows/0/locations/0)
#   60|     decoder->dw4 = 1;
#   61|   
#   62|->   siren_init ();
#   63|     return decoder;
#   64|   }

Error: CPPCHECK_WARNING (CWE-476): [#def184]
gst-plugins-bad-1.26.10/gst/siren/encoder.c:31: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: encoder
#   29|   {
#   30|     SirenEncoder encoder = (SirenEncoder) malloc (sizeof (struct stSirenEncoder));
#   31|->   encoder->sample_rate = sample_rate;
#   32|   
#   33|     encoder->WavHeader.riff.RiffId = ME_TO_LE32 (RIFF_ID);

Error: GCC_ANALYZER_WARNING (CWE-476): [#def185]
gst-plugins-bad-1.26.10/gst/siren/encoder.c:31:3: warning[-Wanalyzer-possible-null-dereference]: dereference of possibly-NULL ‘encoder’
gst-plugins-bad-1.26.10/gst/siren/encoder.c:30:41: acquire_memory: this call could return NULL
gst-plugins-bad-1.26.10/gst/siren/encoder.c:31:3: danger: ‘encoder’ could be NULL: unchecked value from [(1)](sarif:/runs/0/results/0/codeFlows/0/threadFlows/0/locations/0)
#   29|   {
#   30|     SirenEncoder encoder = (SirenEncoder) malloc (sizeof (struct stSirenEncoder));
#   31|->   encoder->sample_rate = sample_rate;
#   32|   
#   33|     encoder->WavHeader.riff.RiffId = ME_TO_LE32 (RIFF_ID);

Error: CPPCHECK_WARNING (CWE-476): [#def186]
gst-plugins-bad-1.26.10/gst/siren/encoder.c:33: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: encoder
#   31|     encoder->sample_rate = sample_rate;
#   32|   
#   33|->   encoder->WavHeader.riff.RiffId = ME_TO_LE32 (RIFF_ID);
#   34|     encoder->WavHeader.riff.RiffSize = sizeof (SirenWavHeader) - 2 * sizeof (int);
#   35|     encoder->WavHeader.riff.RiffSize =

Error: CPPCHECK_WARNING (CWE-476): [#def187]
gst-plugins-bad-1.26.10/gst/siren/encoder.c:34: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: encoder
#   32|   
#   33|     encoder->WavHeader.riff.RiffId = ME_TO_LE32 (RIFF_ID);
#   34|->   encoder->WavHeader.riff.RiffSize = sizeof (SirenWavHeader) - 2 * sizeof (int);
#   35|     encoder->WavHeader.riff.RiffSize =
#   36|         ME_TO_LE32 (encoder->WavHeader.riff.RiffSize);

Error: CPPCHECK_WARNING (CWE-476): [#def188]
gst-plugins-bad-1.26.10/gst/siren/encoder.c:35: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: encoder
#   33|     encoder->WavHeader.riff.RiffId = ME_TO_LE32 (RIFF_ID);
#   34|     encoder->WavHeader.riff.RiffSize = sizeof (SirenWavHeader) - 2 * sizeof (int);
#   35|->   encoder->WavHeader.riff.RiffSize =
#   36|         ME_TO_LE32 (encoder->WavHeader.riff.RiffSize);
#   37|     encoder->WavHeader.WaveId = ME_TO_LE32 (WAVE_ID);

Error: CPPCHECK_WARNING (CWE-476): [#def189]
gst-plugins-bad-1.26.10/gst/siren/encoder.c:36: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: encoder
#   34|     encoder->WavHeader.riff.RiffSize = sizeof (SirenWavHeader) - 2 * sizeof (int);
#   35|     encoder->WavHeader.riff.RiffSize =
#   36|->       ME_TO_LE32 (encoder->WavHeader.riff.RiffSize);
#   37|     encoder->WavHeader.WaveId = ME_TO_LE32 (WAVE_ID);
#   38|   

Error: CPPCHECK_WARNING (CWE-476): [#def190]
gst-plugins-bad-1.26.10/gst/siren/encoder.c:37: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: encoder
#   35|     encoder->WavHeader.riff.RiffSize =
#   36|         ME_TO_LE32 (encoder->WavHeader.riff.RiffSize);
#   37|->   encoder->WavHeader.WaveId = ME_TO_LE32 (WAVE_ID);
#   38|   
#   39|     encoder->WavHeader.FmtId = ME_TO_LE32 (FMT__ID);

Error: CPPCHECK_WARNING (CWE-476): [#def191]
gst-plugins-bad-1.26.10/gst/siren/encoder.c:39: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: encoder
#   37|     encoder->WavHeader.WaveId = ME_TO_LE32 (WAVE_ID);
#   38|   
#   39|->   encoder->WavHeader.FmtId = ME_TO_LE32 (FMT__ID);
#   40|     encoder->WavHeader.FmtSize = ME_TO_LE32 (sizeof (SirenFmtChunk));
#   41|   

Error: CPPCHECK_WARNING (CWE-476): [#def192]
gst-plugins-bad-1.26.10/gst/siren/encoder.c:40: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: encoder
#   38|   
#   39|     encoder->WavHeader.FmtId = ME_TO_LE32 (FMT__ID);
#   40|->   encoder->WavHeader.FmtSize = ME_TO_LE32 (sizeof (SirenFmtChunk));
#   41|   
#   42|     encoder->WavHeader.fmt.fmt.Format = ME_TO_LE16 (0x028E);

Error: CPPCHECK_WARNING (CWE-476): [#def193]
gst-plugins-bad-1.26.10/gst/siren/encoder.c:42: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: encoder
#   40|     encoder->WavHeader.FmtSize = ME_TO_LE32 (sizeof (SirenFmtChunk));
#   41|   
#   42|->   encoder->WavHeader.fmt.fmt.Format = ME_TO_LE16 (0x028E);
#   43|     encoder->WavHeader.fmt.fmt.Channels = ME_TO_LE16 (1);
#   44|     encoder->WavHeader.fmt.fmt.SampleRate = ME_TO_LE32 (16000);

Error: CPPCHECK_WARNING (CWE-476): [#def194]
gst-plugins-bad-1.26.10/gst/siren/encoder.c:43: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: encoder
#   41|   
#   42|     encoder->WavHeader.fmt.fmt.Format = ME_TO_LE16 (0x028E);
#   43|->   encoder->WavHeader.fmt.fmt.Channels = ME_TO_LE16 (1);
#   44|     encoder->WavHeader.fmt.fmt.SampleRate = ME_TO_LE32 (16000);
#   45|     encoder->WavHeader.fmt.fmt.ByteRate = ME_TO_LE32 (2000);

Error: CPPCHECK_WARNING (CWE-476): [#def195]
gst-plugins-bad-1.26.10/gst/siren/encoder.c:44: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: encoder
#   42|     encoder->WavHeader.fmt.fmt.Format = ME_TO_LE16 (0x028E);
#   43|     encoder->WavHeader.fmt.fmt.Channels = ME_TO_LE16 (1);
#   44|->   encoder->WavHeader.fmt.fmt.SampleRate = ME_TO_LE32 (16000);
#   45|     encoder->WavHeader.fmt.fmt.ByteRate = ME_TO_LE32 (2000);
#   46|     encoder->WavHeader.fmt.fmt.BlockAlign = ME_TO_LE16 (40);

Error: CPPCHECK_WARNING (CWE-476): [#def196]
gst-plugins-bad-1.26.10/gst/siren/encoder.c:45: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: encoder
#   43|     encoder->WavHeader.fmt.fmt.Channels = ME_TO_LE16 (1);
#   44|     encoder->WavHeader.fmt.fmt.SampleRate = ME_TO_LE32 (16000);
#   45|->   encoder->WavHeader.fmt.fmt.ByteRate = ME_TO_LE32 (2000);
#   46|     encoder->WavHeader.fmt.fmt.BlockAlign = ME_TO_LE16 (40);
#   47|     encoder->WavHeader.fmt.fmt.BitsPerSample = ME_TO_LE16 (0);

Error: CPPCHECK_WARNING (CWE-476): [#def197]
gst-plugins-bad-1.26.10/gst/siren/encoder.c:46: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: encoder
#   44|     encoder->WavHeader.fmt.fmt.SampleRate = ME_TO_LE32 (16000);
#   45|     encoder->WavHeader.fmt.fmt.ByteRate = ME_TO_LE32 (2000);
#   46|->   encoder->WavHeader.fmt.fmt.BlockAlign = ME_TO_LE16 (40);
#   47|     encoder->WavHeader.fmt.fmt.BitsPerSample = ME_TO_LE16 (0);
#   48|     encoder->WavHeader.fmt.ExtraSize = ME_TO_LE16 (2);

Error: CPPCHECK_WARNING (CWE-476): [#def198]
gst-plugins-bad-1.26.10/gst/siren/encoder.c:47: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: encoder
#   45|     encoder->WavHeader.fmt.fmt.ByteRate = ME_TO_LE32 (2000);
#   46|     encoder->WavHeader.fmt.fmt.BlockAlign = ME_TO_LE16 (40);
#   47|->   encoder->WavHeader.fmt.fmt.BitsPerSample = ME_TO_LE16 (0);
#   48|     encoder->WavHeader.fmt.ExtraSize = ME_TO_LE16 (2);
#   49|     encoder->WavHeader.fmt.DctLength = ME_TO_LE16 (320);

Error: CPPCHECK_WARNING (CWE-476): [#def199]
gst-plugins-bad-1.26.10/gst/siren/encoder.c:48: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: encoder
#   46|     encoder->WavHeader.fmt.fmt.BlockAlign = ME_TO_LE16 (40);
#   47|     encoder->WavHeader.fmt.fmt.BitsPerSample = ME_TO_LE16 (0);
#   48|->   encoder->WavHeader.fmt.ExtraSize = ME_TO_LE16 (2);
#   49|     encoder->WavHeader.fmt.DctLength = ME_TO_LE16 (320);
#   50|   

Error: CPPCHECK_WARNING (CWE-476): [#def200]
gst-plugins-bad-1.26.10/gst/siren/encoder.c:49: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: encoder
#   47|     encoder->WavHeader.fmt.fmt.BitsPerSample = ME_TO_LE16 (0);
#   48|     encoder->WavHeader.fmt.ExtraSize = ME_TO_LE16 (2);
#   49|->   encoder->WavHeader.fmt.DctLength = ME_TO_LE16 (320);
#   50|   
#   51|     encoder->WavHeader.FactId = ME_TO_LE32 (FACT_ID);

Error: CPPCHECK_WARNING (CWE-476): [#def201]
gst-plugins-bad-1.26.10/gst/siren/encoder.c:51: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: encoder
#   49|     encoder->WavHeader.fmt.DctLength = ME_TO_LE16 (320);
#   50|   
#   51|->   encoder->WavHeader.FactId = ME_TO_LE32 (FACT_ID);
#   52|     encoder->WavHeader.FactSize = ME_TO_LE32 (sizeof (int));
#   53|     encoder->WavHeader.Samples = ME_TO_LE32 (0);

Error: CPPCHECK_WARNING (CWE-476): [#def202]
gst-plugins-bad-1.26.10/gst/siren/encoder.c:52: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: encoder
#   50|   
#   51|     encoder->WavHeader.FactId = ME_TO_LE32 (FACT_ID);
#   52|->   encoder->WavHeader.FactSize = ME_TO_LE32 (sizeof (int));
#   53|     encoder->WavHeader.Samples = ME_TO_LE32 (0);
#   54|   

Error: CPPCHECK_WARNING (CWE-476): [#def203]
gst-plugins-bad-1.26.10/gst/siren/encoder.c:53: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: encoder
#   51|     encoder->WavHeader.FactId = ME_TO_LE32 (FACT_ID);
#   52|     encoder->WavHeader.FactSize = ME_TO_LE32 (sizeof (int));
#   53|->   encoder->WavHeader.Samples = ME_TO_LE32 (0);
#   54|   
#   55|     encoder->WavHeader.DataId = ME_TO_LE32 (DATA_ID);

Error: CPPCHECK_WARNING (CWE-476): [#def204]
gst-plugins-bad-1.26.10/gst/siren/encoder.c:55: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: encoder
#   53|     encoder->WavHeader.Samples = ME_TO_LE32 (0);
#   54|   
#   55|->   encoder->WavHeader.DataId = ME_TO_LE32 (DATA_ID);
#   56|     encoder->WavHeader.DataSize = ME_TO_LE32 (0);
#   57|   

Error: CPPCHECK_WARNING (CWE-476): [#def205]
gst-plugins-bad-1.26.10/gst/siren/encoder.c:56: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: encoder
#   54|   
#   55|     encoder->WavHeader.DataId = ME_TO_LE32 (DATA_ID);
#   56|->   encoder->WavHeader.DataSize = ME_TO_LE32 (0);
#   57|   
#   58|     memset (encoder->context, 0, sizeof (encoder->context));

Error: CPPCHECK_WARNING (CWE-476): [#def206]
gst-plugins-bad-1.26.10/gst/siren/encoder.c:58: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: encoder
#   56|     encoder->WavHeader.DataSize = ME_TO_LE32 (0);
#   57|   
#   58|->   memset (encoder->context, 0, sizeof (encoder->context));
#   59|   
#   60|     siren_init ();

Error: GCC_ANALYZER_WARNING (CWE-401): [#def207]
gst-plugins-bad-1.26.10/gst/siren/encoder.c:60:3: warning[-Wanalyzer-malloc-leak]: leak of ‘encoder’
gst-plugins-bad-1.26.10/gst/siren/encoder.c:30:41: acquire_memory: allocated here
gst-plugins-bad-1.26.10/gst/siren/encoder.c:60:3: throw: if ‘siren_init’ throws an exception...
gst-plugins-bad-1.26.10/gst/siren/encoder.c:60:3: danger: ‘encoder’ leaks here; was allocated at [(1)](sarif:/runs/0/results/1/codeFlows/0/threadFlows/0/locations/0)
#   58|     memset (encoder->context, 0, sizeof (encoder->context));
#   59|   
#   60|->   siren_init ();
#   61|     return encoder;
#   62|   }

Error: GCC_ANALYZER_WARNING (CWE-476): [#def208]
gst-plugins-bad-1.26.10/gst/unixfd/gstunixfdsrc.c:305:5: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘fds’
gst-plugins-bad-1.26.10/gst/unixfd/gstunixfdsrc.c:310:1: enter_function: entry to ‘gst_unix_fd_src_create’
gst-plugins-bad-1.26.10/gst/unixfd/gstunixfdsrc.c:322:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/gst/unixfd/gstunixfdsrc.c:334:3: branch_false: ...to here
gst-plugins-bad-1.26.10/gst/unixfd/gstunixfdsrc.c:342:10: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/gst/unixfd/gstunixfdsrc.c:349:12: branch_false: ...to here
gst-plugins-bad-1.26.10/gst/unixfd/gstunixfdsrc.c:351:11: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/gst/unixfd/gstunixfdsrc.c:352:36: branch_false: ...to here
gst-plugins-bad-1.26.10/gst/unixfd/gstunixfdsrc.c:352:10: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/gst/unixfd/gstunixfdsrc.c:361:11: branch_false: ...to here
gst-plugins-bad-1.26.10/gst/unixfd/gstunixfdsrc.c:361:10: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/gst/unixfd/gstunixfdsrc.c:367:50: branch_false: ...to here
gst-plugins-bad-1.26.10/gst/unixfd/gstunixfdsrc.c:388:23: branch_true: following ‘true’ branch...
gst-plugins-bad-1.26.10/gst/unixfd/gstunixfdsrc.c:389:17: branch_true: ...to here
gst-plugins-bad-1.26.10/gst/unixfd/gstunixfdsrc.c:392:12: branch_true: following ‘true’ branch...
gst-plugins-bad-1.26.10/gst/unixfd/gstunixfdsrc.c:393:11: branch_true: ...to here
gst-plugins-bad-1.26.10/gst/unixfd/gstunixfdsrc.c:395:11: call_function: calling ‘close_and_free_fds’ from ‘gst_unix_fd_src_create’
#  303|   {
#  304|     for (int i = 0; i < fds_len; i++)
#  305|->     g_close (fds[i], NULL);
#  306|     g_free (fds);
#  307|   }

Error: GCC_ANALYZER_WARNING (CWE-476): [#def209]
gst-plugins-bad-1.26.10/gst/unixfd/gstunixfdsrc.c:408:28: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘fds_arr’
gst-plugins-bad-1.26.10/gst/unixfd/gstunixfdsrc.c:322:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/gst/unixfd/gstunixfdsrc.c:334:3: branch_false: ...to here
gst-plugins-bad-1.26.10/gst/unixfd/gstunixfdsrc.c:342:10: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/gst/unixfd/gstunixfdsrc.c:349:12: branch_false: ...to here
gst-plugins-bad-1.26.10/gst/unixfd/gstunixfdsrc.c:351:11: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/gst/unixfd/gstunixfdsrc.c:352:36: branch_false: ...to here
gst-plugins-bad-1.26.10/gst/unixfd/gstunixfdsrc.c:352:10: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/gst/unixfd/gstunixfdsrc.c:361:11: branch_false: ...to here
gst-plugins-bad-1.26.10/gst/unixfd/gstunixfdsrc.c:361:10: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/gst/unixfd/gstunixfdsrc.c:367:50: branch_false: ...to here
gst-plugins-bad-1.26.10/gst/unixfd/gstunixfdsrc.c:388:23: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/gst/unixfd/gstunixfdsrc.c:402:7: branch_false: ...to here
gst-plugins-bad-1.26.10/gst/unixfd/gstunixfdsrc.c:403:10: branch_true: following ‘true’ branch...
gst-plugins-bad-1.26.10/gst/unixfd/gstunixfdsrc.c:404:30: branch_true: ...to here
gst-plugins-bad-1.26.10/gst/unixfd/gstunixfdsrc.c:407:25: branch_true: following ‘true’ branch...
gst-plugins-bad-1.26.10/gst/unixfd/gstunixfdsrc.c:409:15: branch_true: ...to here
gst-plugins-bad-1.26.10/gst/unixfd/gstunixfdsrc.c:408:28: danger: dereference of NULL ‘fds_arr + (long unsigned int)i * 4’
#  406|           ctx->n_memory = new_buffer->n_memory;
#  407|           for (int i = 0; i < new_buffer->n_memory; i++) {
#  408|->           GstMemory *mem = gst_fd_allocator_alloc (allocator, fds_arr[i],
#  409|                 new_buffer->memories[i].size + new_buffer->memories[i].offset,
#  410|                 GST_FD_MEMORY_FLAG_KEEP_MAPPED);

Error: GCC_ANALYZER_WARNING (CWE-457): [#def210]
gst-plugins-bad-1.26.10/gst/videoparsers/gsth265parse.c:682:9: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘cll._gst_reserved[0]’
gst-plugins-bad-1.26.10/gst/videoparsers/gsth265parse.c:1157:1: enter_function: entry to ‘gst_h265_parse_handle_frame’
gst-plugins-bad-1.26.10/gst/videoparsers/gsth265parse.c:1178:6: branch_true: following ‘true’ branch...
gst-plugins-bad-1.26.10/gst/videoparsers/gsth265parse.c:1179:12: branch_true: ...to here
gst-plugins-bad-1.26.10/gst/videoparsers/gsth265parse.c:1179:12: call_function: calling ‘gst_h265_parse_handle_frame_packetized’ from ‘gst_h265_parse_handle_frame’
#  680|   
#  681|           h265parse->content_light_level_state = GST_H265_PARSE_SEI_PARSED;
#  682|->         h265parse->content_light_level = cll;
#  683|   
#  684|           break;

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Error: GCC_ANALYZER_WARNING (CWE-775): [#def302]
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspect1h7ju1m4/GstAnalytics-1.0.c:686:7: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(input_filename, "rb")’
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspect1h7ju1m4/GstAnalytics-1.0.c:645:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspect1h7ju1m4/GstAnalytics-1.0.c:654:15: branch_false: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspect1h7ju1m4/GstAnalytics-1.0.c:658:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspect1h7ju1m4/GstAnalytics-1.0.c:669:11: branch_false: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspect1h7ju1m4/GstAnalytics-1.0.c:669:11: acquire_resource: opened here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspect1h7ju1m4/GstAnalytics-1.0.c:670:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspect1h7ju1m4/GstAnalytics-1.0.c:682:12: branch_false: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspect1h7ju1m4/GstAnalytics-1.0.c:683:6: branch_true: following ‘true’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspect1h7ju1m4/GstAnalytics-1.0.c:685:25: branch_true: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspect1h7ju1m4/GstAnalytics-1.0.c:686:7: throw: if ‘g_file_error_quark’ throws an exception...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspect1h7ju1m4/GstAnalytics-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): [#def303]
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspect1h7ju1m4/GstAnalytics-1.0.c:686:7: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(input_filename, "rb")’
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspect1h7ju1m4/GstAnalytics-1.0.c:645:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspect1h7ju1m4/GstAnalytics-1.0.c:654:15: branch_false: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspect1h7ju1m4/GstAnalytics-1.0.c:658:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspect1h7ju1m4/GstAnalytics-1.0.c:669:11: branch_false: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspect1h7ju1m4/GstAnalytics-1.0.c:669:11: acquire_memory: allocated here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspect1h7ju1m4/GstAnalytics-1.0.c:670:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspect1h7ju1m4/GstAnalytics-1.0.c:682:12: branch_false: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspect1h7ju1m4/GstAnalytics-1.0.c:683:6: branch_true: following ‘true’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspect1h7ju1m4/GstAnalytics-1.0.c:685:25: branch_true: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspect1h7ju1m4/GstAnalytics-1.0.c:686:7: throw: if ‘g_file_error_quark’ throws an exception...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspect1h7ju1m4/GstAnalytics-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): [#def304]
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspect1h7ju1m4/GstAnalytics-1.0.c:686:41: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(input_filename, "rb")’
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspect1h7ju1m4/GstAnalytics-1.0.c:645:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspect1h7ju1m4/GstAnalytics-1.0.c:654:15: branch_false: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspect1h7ju1m4/GstAnalytics-1.0.c:658:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspect1h7ju1m4/GstAnalytics-1.0.c:669:11: branch_false: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspect1h7ju1m4/GstAnalytics-1.0.c:669:11: acquire_resource: opened here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspect1h7ju1m4/GstAnalytics-1.0.c:670:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspect1h7ju1m4/GstAnalytics-1.0.c:682:12: branch_false: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspect1h7ju1m4/GstAnalytics-1.0.c:683:6: branch_true: following ‘true’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspect1h7ju1m4/GstAnalytics-1.0.c:685:25: branch_true: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspect1h7ju1m4/GstAnalytics-1.0.c:686:41: throw: if ‘g_file_error_from_errno’ throws an exception...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspect1h7ju1m4/GstAnalytics-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): [#def305]
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspect1h7ju1m4/GstAnalytics-1.0.c:686:41: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(input_filename, "rb")’
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspect1h7ju1m4/GstAnalytics-1.0.c:645:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspect1h7ju1m4/GstAnalytics-1.0.c:654:15: branch_false: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspect1h7ju1m4/GstAnalytics-1.0.c:658:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspect1h7ju1m4/GstAnalytics-1.0.c:669:11: branch_false: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspect1h7ju1m4/GstAnalytics-1.0.c:669:11: acquire_memory: allocated here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspect1h7ju1m4/GstAnalytics-1.0.c:670:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspect1h7ju1m4/GstAnalytics-1.0.c:682:12: branch_false: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspect1h7ju1m4/GstAnalytics-1.0.c:683:6: branch_true: following ‘true’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspect1h7ju1m4/GstAnalytics-1.0.c:685:25: branch_true: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspect1h7ju1m4/GstAnalytics-1.0.c:686:41: throw: if ‘g_file_error_from_errno’ throws an exception...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspect1h7ju1m4/GstAnalytics-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): [#def306]
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspect1h7ju1m4/GstAnalytics-1.0.c:699:18: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(input_filename, "rb")’
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspect1h7ju1m4/GstAnalytics-1.0.c:630:1: enter_function: entry to ‘dump_irepository’
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspect1h7ju1m4/GstAnalytics-1.0.c:645:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspect1h7ju1m4/GstAnalytics-1.0.c:654:15: branch_false: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspect1h7ju1m4/GstAnalytics-1.0.c:658:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspect1h7ju1m4/GstAnalytics-1.0.c:669:11: branch_false: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspect1h7ju1m4/GstAnalytics-1.0.c:669:11: acquire_resource: opened here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspect1h7ju1m4/GstAnalytics-1.0.c:670:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspect1h7ju1m4/GstAnalytics-1.0.c:682:12: branch_false: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspect1h7ju1m4/GstAnalytics-1.0.c:683:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspect1h7ju1m4/GstAnalytics-1.0.c:696:3: branch_false: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspect1h7ju1m4/GstAnalytics-1.0.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspect1h7ju1m4/GstAnalytics-1.0.c:696:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspect1h7ju1m4/GstAnalytics-1.0.c:697:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspect1h7ju1m4/GstAnalytics-1.0.c:697:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspect1h7ju1m4/GstAnalytics-1.0.c:699:18: throw: if ‘g_hash_table_new’ throws an exception...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspect1h7ju1m4/GstAnalytics-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): [#def307]
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspect1h7ju1m4/GstAnalytics-1.0.c:699:18: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(output_filename, "wb")’
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspect1h7ju1m4/GstAnalytics-1.0.c:630:1: enter_function: entry to ‘dump_irepository’
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspect1h7ju1m4/GstAnalytics-1.0.c:645:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspect1h7ju1m4/GstAnalytics-1.0.c:654:15: branch_false: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspect1h7ju1m4/GstAnalytics-1.0.c:658:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspect1h7ju1m4/GstAnalytics-1.0.c:669:11: branch_false: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspect1h7ju1m4/GstAnalytics-1.0.c:670:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspect1h7ju1m4/GstAnalytics-1.0.c:682:12: branch_false: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspect1h7ju1m4/GstAnalytics-1.0.c:682:12: acquire_resource: opened here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspect1h7ju1m4/GstAnalytics-1.0.c:683:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspect1h7ju1m4/GstAnalytics-1.0.c:696:3: branch_false: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspect1h7ju1m4/GstAnalytics-1.0.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspect1h7ju1m4/GstAnalytics-1.0.c:696:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspect1h7ju1m4/GstAnalytics-1.0.c:697:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspect1h7ju1m4/GstAnalytics-1.0.c:697:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspect1h7ju1m4/GstAnalytics-1.0.c:699:18: throw: if ‘g_hash_table_new’ throws an exception...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspect1h7ju1m4/GstAnalytics-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): [#def308]
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspect1h7ju1m4/GstAnalytics-1.0.c:699:18: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(input_filename, "rb")’
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspect1h7ju1m4/GstAnalytics-1.0.c:630:1: enter_function: entry to ‘dump_irepository’
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspect1h7ju1m4/GstAnalytics-1.0.c:645:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspect1h7ju1m4/GstAnalytics-1.0.c:654:15: branch_false: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspect1h7ju1m4/GstAnalytics-1.0.c:658:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspect1h7ju1m4/GstAnalytics-1.0.c:669:11: branch_false: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspect1h7ju1m4/GstAnalytics-1.0.c:669:11: acquire_memory: allocated here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspect1h7ju1m4/GstAnalytics-1.0.c:670:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspect1h7ju1m4/GstAnalytics-1.0.c:682:12: branch_false: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspect1h7ju1m4/GstAnalytics-1.0.c:683:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspect1h7ju1m4/GstAnalytics-1.0.c:696:3: branch_false: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspect1h7ju1m4/GstAnalytics-1.0.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspect1h7ju1m4/GstAnalytics-1.0.c:696:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspect1h7ju1m4/GstAnalytics-1.0.c:697:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspect1h7ju1m4/GstAnalytics-1.0.c:697:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspect1h7ju1m4/GstAnalytics-1.0.c:699:18: throw: if ‘g_hash_table_new’ throws an exception...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspect1h7ju1m4/GstAnalytics-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): [#def309]
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspect1h7ju1m4/GstAnalytics-1.0.c:699:18: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(output_filename, "wb")’
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspect1h7ju1m4/GstAnalytics-1.0.c:630:1: enter_function: entry to ‘dump_irepository’
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspect1h7ju1m4/GstAnalytics-1.0.c:645:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspect1h7ju1m4/GstAnalytics-1.0.c:654:15: branch_false: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspect1h7ju1m4/GstAnalytics-1.0.c:658:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspect1h7ju1m4/GstAnalytics-1.0.c:669:11: branch_false: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspect1h7ju1m4/GstAnalytics-1.0.c:670:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspect1h7ju1m4/GstAnalytics-1.0.c:682:12: branch_false: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspect1h7ju1m4/GstAnalytics-1.0.c:682:12: acquire_memory: allocated here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspect1h7ju1m4/GstAnalytics-1.0.c:683:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspect1h7ju1m4/GstAnalytics-1.0.c:696:3: branch_false: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspect1h7ju1m4/GstAnalytics-1.0.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspect1h7ju1m4/GstAnalytics-1.0.c:696:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspect1h7ju1m4/GstAnalytics-1.0.c:697:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspect1h7ju1m4/GstAnalytics-1.0.c:697:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspect1h7ju1m4/GstAnalytics-1.0.c:699:18: throw: if ‘g_hash_table_new’ throws an exception...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspect1h7ju1m4/GstAnalytics-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): [#def310]
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspect6ixlmlpl/GstDxva-1.0.c:68:7: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(input_filename, "rb")’
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspect6ixlmlpl/GstDxva-1.0.c:630:1: enter_function: entry to ‘dump_irepository’
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspect6ixlmlpl/GstDxva-1.0.c:645:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspect6ixlmlpl/GstDxva-1.0.c:654:15: branch_false: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspect6ixlmlpl/GstDxva-1.0.c:658:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspect6ixlmlpl/GstDxva-1.0.c:669:11: branch_false: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspect6ixlmlpl/GstDxva-1.0.c:669:11: acquire_resource: opened here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspect6ixlmlpl/GstDxva-1.0.c:670:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspect6ixlmlpl/GstDxva-1.0.c:682:12: branch_false: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspect6ixlmlpl/GstDxva-1.0.c:683:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspect6ixlmlpl/GstDxva-1.0.c:696:3: branch_false: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspect6ixlmlpl/GstDxva-1.0.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Error: GCC_ANALYZER_WARNING (CWE-775): [#def335]
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspect6ixlmlpl/GstDxva-1.0.c:686:7: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(input_filename, "rb")’
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspect6ixlmlpl/GstDxva-1.0.c:645:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspect6ixlmlpl/GstDxva-1.0.c:654:15: branch_false: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspect6ixlmlpl/GstDxva-1.0.c:658:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspect6ixlmlpl/GstDxva-1.0.c:669:11: branch_false: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspect6ixlmlpl/GstDxva-1.0.c:669:11: acquire_resource: opened here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspect6ixlmlpl/GstDxva-1.0.c:670:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspect6ixlmlpl/GstDxva-1.0.c:682:12: branch_false: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspect6ixlmlpl/GstDxva-1.0.c:683:6: branch_true: following ‘true’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspect6ixlmlpl/GstDxva-1.0.c:685:25: branch_true: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspect6ixlmlpl/GstDxva-1.0.c:686:7: throw: if ‘g_file_error_quark’ throws an exception...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspect6ixlmlpl/GstDxva-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): [#def336]
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspect6ixlmlpl/GstDxva-1.0.c:686:7: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(input_filename, "rb")’
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspect6ixlmlpl/GstDxva-1.0.c:645:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspect6ixlmlpl/GstDxva-1.0.c:654:15: branch_false: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspect6ixlmlpl/GstDxva-1.0.c:658:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspect6ixlmlpl/GstDxva-1.0.c:669:11: branch_false: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspect6ixlmlpl/GstDxva-1.0.c:669:11: acquire_memory: allocated here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspect6ixlmlpl/GstDxva-1.0.c:670:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspect6ixlmlpl/GstDxva-1.0.c:682:12: branch_false: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspect6ixlmlpl/GstDxva-1.0.c:683:6: branch_true: following ‘true’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspect6ixlmlpl/GstDxva-1.0.c:685:25: branch_true: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspect6ixlmlpl/GstDxva-1.0.c:686:7: throw: if ‘g_file_error_quark’ throws an exception...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspect6ixlmlpl/GstDxva-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): [#def337]
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspect6ixlmlpl/GstDxva-1.0.c:686:41: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(input_filename, "rb")’
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspect6ixlmlpl/GstDxva-1.0.c:645:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspect6ixlmlpl/GstDxva-1.0.c:654:15: branch_false: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspect6ixlmlpl/GstDxva-1.0.c:658:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspect6ixlmlpl/GstDxva-1.0.c:669:11: branch_false: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspect6ixlmlpl/GstDxva-1.0.c:669:11: acquire_resource: opened here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspect6ixlmlpl/GstDxva-1.0.c:670:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspect6ixlmlpl/GstDxva-1.0.c:682:12: branch_false: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspect6ixlmlpl/GstDxva-1.0.c:683:6: branch_true: following ‘true’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspect6ixlmlpl/GstDxva-1.0.c:685:25: branch_true: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspect6ixlmlpl/GstDxva-1.0.c:686:41: throw: if ‘g_file_error_from_errno’ throws an exception...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspect6ixlmlpl/GstDxva-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): [#def338]
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspect6ixlmlpl/GstDxva-1.0.c:686:41: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(input_filename, "rb")’
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspect6ixlmlpl/GstDxva-1.0.c:645:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspect6ixlmlpl/GstDxva-1.0.c:654:15: branch_false: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspect6ixlmlpl/GstDxva-1.0.c:658:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspect6ixlmlpl/GstDxva-1.0.c:669:11: branch_false: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspect6ixlmlpl/GstDxva-1.0.c:669:11: acquire_memory: allocated here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspect6ixlmlpl/GstDxva-1.0.c:670:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspect6ixlmlpl/GstDxva-1.0.c:682:12: branch_false: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspect6ixlmlpl/GstDxva-1.0.c:683:6: branch_true: following ‘true’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspect6ixlmlpl/GstDxva-1.0.c:685:25: branch_true: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspect6ixlmlpl/GstDxva-1.0.c:686:41: throw: if ‘g_file_error_from_errno’ throws an exception...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspect6ixlmlpl/GstDxva-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): [#def339]
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspect6ixlmlpl/GstDxva-1.0.c:699:18: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(input_filename, "rb")’
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspect6ixlmlpl/GstDxva-1.0.c:630:1: enter_function: entry to ‘dump_irepository’
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspect6ixlmlpl/GstDxva-1.0.c:645:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspect6ixlmlpl/GstDxva-1.0.c:654:15: branch_false: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspect6ixlmlpl/GstDxva-1.0.c:658:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspect6ixlmlpl/GstDxva-1.0.c:669:11: branch_false: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspect6ixlmlpl/GstDxva-1.0.c:669:11: acquire_resource: opened here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspect6ixlmlpl/GstDxva-1.0.c:670:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspect6ixlmlpl/GstDxva-1.0.c:682:12: branch_false: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspect6ixlmlpl/GstDxva-1.0.c:683:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspect6ixlmlpl/GstDxva-1.0.c:696:3: branch_false: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspect6ixlmlpl/GstDxva-1.0.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspect6ixlmlpl/GstDxva-1.0.c:696:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspect6ixlmlpl/GstDxva-1.0.c:697:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspect6ixlmlpl/GstDxva-1.0.c:697:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspect6ixlmlpl/GstDxva-1.0.c:699:18: throw: if ‘g_hash_table_new’ throws an exception...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspect6ixlmlpl/GstDxva-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): [#def340]
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspect6ixlmlpl/GstDxva-1.0.c:699:18: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(output_filename, "wb")’
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspect6ixlmlpl/GstDxva-1.0.c:630:1: enter_function: entry to ‘dump_irepository’
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspect6ixlmlpl/GstDxva-1.0.c:645:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspect6ixlmlpl/GstDxva-1.0.c:654:15: branch_false: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspect6ixlmlpl/GstDxva-1.0.c:658:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspect6ixlmlpl/GstDxva-1.0.c:669:11: branch_false: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspect6ixlmlpl/GstDxva-1.0.c:670:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspect6ixlmlpl/GstDxva-1.0.c:682:12: branch_false: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspect6ixlmlpl/GstDxva-1.0.c:682:12: acquire_resource: opened here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspect6ixlmlpl/GstDxva-1.0.c:683:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspect6ixlmlpl/GstDxva-1.0.c:696:3: branch_false: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspect6ixlmlpl/GstDxva-1.0.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspect6ixlmlpl/GstDxva-1.0.c:696:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspect6ixlmlpl/GstDxva-1.0.c:697:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspect6ixlmlpl/GstDxva-1.0.c:697:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspect6ixlmlpl/GstDxva-1.0.c:699:18: throw: if ‘g_hash_table_new’ throws an exception...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspect6ixlmlpl/GstDxva-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): [#def341]
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspect6ixlmlpl/GstDxva-1.0.c:699:18: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(input_filename, "rb")’
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspect6ixlmlpl/GstDxva-1.0.c:630:1: enter_function: entry to ‘dump_irepository’
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspect6ixlmlpl/GstDxva-1.0.c:645:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspect6ixlmlpl/GstDxva-1.0.c:654:15: branch_false: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspect6ixlmlpl/GstDxva-1.0.c:658:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspect6ixlmlpl/GstDxva-1.0.c:669:11: branch_false: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspect6ixlmlpl/GstDxva-1.0.c:669:11: acquire_memory: allocated here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspect6ixlmlpl/GstDxva-1.0.c:670:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspect6ixlmlpl/GstDxva-1.0.c:682:12: branch_false: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspect6ixlmlpl/GstDxva-1.0.c:683:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspect6ixlmlpl/GstDxva-1.0.c:696:3: branch_false: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspect6ixlmlpl/GstDxva-1.0.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspect6ixlmlpl/GstDxva-1.0.c:696:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspect6ixlmlpl/GstDxva-1.0.c:697:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspect6ixlmlpl/GstDxva-1.0.c:697:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspect6ixlmlpl/GstDxva-1.0.c:699:18: throw: if ‘g_hash_table_new’ throws an exception...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspect6ixlmlpl/GstDxva-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): [#def342]
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspect6ixlmlpl/GstDxva-1.0.c:699:18: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(output_filename, "wb")’
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspect6ixlmlpl/GstDxva-1.0.c:630:1: enter_function: entry to ‘dump_irepository’
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspect6ixlmlpl/GstDxva-1.0.c:645:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspect6ixlmlpl/GstDxva-1.0.c:654:15: branch_false: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspect6ixlmlpl/GstDxva-1.0.c:658:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspect6ixlmlpl/GstDxva-1.0.c:669:11: branch_false: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspect6ixlmlpl/GstDxva-1.0.c:670:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspect6ixlmlpl/GstDxva-1.0.c:682:12: branch_false: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspect6ixlmlpl/GstDxva-1.0.c:682:12: acquire_memory: allocated here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspect6ixlmlpl/GstDxva-1.0.c:683:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspect6ixlmlpl/GstDxva-1.0.c:696:3: branch_false: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspect6ixlmlpl/GstDxva-1.0.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspect6ixlmlpl/GstDxva-1.0.c:696:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspect6ixlmlpl/GstDxva-1.0.c:697:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspect6ixlmlpl/GstDxva-1.0.c:697:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspect6ixlmlpl/GstDxva-1.0.c:699:18: throw: if ‘g_hash_table_new’ throws an exception...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspect6ixlmlpl/GstDxva-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): [#def343]
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspect8bioiqkq/GstTranscoder-1.0.c:68:7: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(input_filename, "rb")’
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspect8bioiqkq/GstTranscoder-1.0.c:630:1: enter_function: entry to ‘dump_irepository’
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspect8bioiqkq/GstTranscoder-1.0.c:645:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspect8bioiqkq/GstTranscoder-1.0.c:654:15: branch_false: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspect8bioiqkq/GstTranscoder-1.0.c:658:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspect8bioiqkq/GstTranscoder-1.0.c:669:11: branch_false: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspect8bioiqkq/GstTranscoder-1.0.c:669:11: acquire_resource: opened here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspect8bioiqkq/GstTranscoder-1.0.c:670:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspect8bioiqkq/GstTranscoder-1.0.c:682:12: branch_false: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspect8bioiqkq/GstTranscoder-1.0.c:683:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspect8bioiqkq/GstTranscoder-1.0.c:696:3: branch_false: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspect8bioiqkq/GstTranscoder-1.0.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Error: GCC_ANALYZER_WARNING (CWE-775): [#def368]
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspect8bioiqkq/GstTranscoder-1.0.c:686:7: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(input_filename, "rb")’
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspect8bioiqkq/GstTranscoder-1.0.c:645:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspect8bioiqkq/GstTranscoder-1.0.c:654:15: branch_false: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspect8bioiqkq/GstTranscoder-1.0.c:658:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspect8bioiqkq/GstTranscoder-1.0.c:669:11: branch_false: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspect8bioiqkq/GstTranscoder-1.0.c:669:11: acquire_resource: opened here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspect8bioiqkq/GstTranscoder-1.0.c:670:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspect8bioiqkq/GstTranscoder-1.0.c:682:12: branch_false: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspect8bioiqkq/GstTranscoder-1.0.c:683:6: branch_true: following ‘true’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspect8bioiqkq/GstTranscoder-1.0.c:685:25: branch_true: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspect8bioiqkq/GstTranscoder-1.0.c:686:7: throw: if ‘g_file_error_quark’ throws an exception...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspect8bioiqkq/GstTranscoder-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): [#def369]
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspect8bioiqkq/GstTranscoder-1.0.c:686:7: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(input_filename, "rb")’
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspect8bioiqkq/GstTranscoder-1.0.c:645:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspect8bioiqkq/GstTranscoder-1.0.c:654:15: branch_false: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspect8bioiqkq/GstTranscoder-1.0.c:658:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspect8bioiqkq/GstTranscoder-1.0.c:669:11: branch_false: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspect8bioiqkq/GstTranscoder-1.0.c:669:11: acquire_memory: allocated here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspect8bioiqkq/GstTranscoder-1.0.c:670:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspect8bioiqkq/GstTranscoder-1.0.c:682:12: branch_false: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspect8bioiqkq/GstTranscoder-1.0.c:683:6: branch_true: following ‘true’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspect8bioiqkq/GstTranscoder-1.0.c:685:25: branch_true: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspect8bioiqkq/GstTranscoder-1.0.c:686:7: throw: if ‘g_file_error_quark’ throws an exception...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspect8bioiqkq/GstTranscoder-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): [#def370]
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspect8bioiqkq/GstTranscoder-1.0.c:686:41: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(input_filename, "rb")’
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspect8bioiqkq/GstTranscoder-1.0.c:645:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspect8bioiqkq/GstTranscoder-1.0.c:654:15: branch_false: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspect8bioiqkq/GstTranscoder-1.0.c:658:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspect8bioiqkq/GstTranscoder-1.0.c:669:11: branch_false: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspect8bioiqkq/GstTranscoder-1.0.c:669:11: acquire_resource: opened here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspect8bioiqkq/GstTranscoder-1.0.c:670:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspect8bioiqkq/GstTranscoder-1.0.c:682:12: branch_false: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspect8bioiqkq/GstTranscoder-1.0.c:683:6: branch_true: following ‘true’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspect8bioiqkq/GstTranscoder-1.0.c:685:25: branch_true: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspect8bioiqkq/GstTranscoder-1.0.c:686:41: throw: if ‘g_file_error_from_errno’ throws an exception...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspect8bioiqkq/GstTranscoder-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): [#def371]
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspect8bioiqkq/GstTranscoder-1.0.c:686:41: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(input_filename, "rb")’
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspect8bioiqkq/GstTranscoder-1.0.c:645:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspect8bioiqkq/GstTranscoder-1.0.c:654:15: branch_false: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspect8bioiqkq/GstTranscoder-1.0.c:658:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspect8bioiqkq/GstTranscoder-1.0.c:669:11: branch_false: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspect8bioiqkq/GstTranscoder-1.0.c:669:11: acquire_memory: allocated here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspect8bioiqkq/GstTranscoder-1.0.c:670:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspect8bioiqkq/GstTranscoder-1.0.c:682:12: branch_false: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspect8bioiqkq/GstTranscoder-1.0.c:683:6: branch_true: following ‘true’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspect8bioiqkq/GstTranscoder-1.0.c:685:25: branch_true: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspect8bioiqkq/GstTranscoder-1.0.c:686:41: throw: if ‘g_file_error_from_errno’ throws an exception...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspect8bioiqkq/GstTranscoder-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): [#def372]
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspect8bioiqkq/GstTranscoder-1.0.c:699:18: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(input_filename, "rb")’
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspect8bioiqkq/GstTranscoder-1.0.c:630:1: enter_function: entry to ‘dump_irepository’
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspect8bioiqkq/GstTranscoder-1.0.c:645:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspect8bioiqkq/GstTranscoder-1.0.c:654:15: branch_false: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspect8bioiqkq/GstTranscoder-1.0.c:658:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspect8bioiqkq/GstTranscoder-1.0.c:669:11: branch_false: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspect8bioiqkq/GstTranscoder-1.0.c:669:11: acquire_resource: opened here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspect8bioiqkq/GstTranscoder-1.0.c:670:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspect8bioiqkq/GstTranscoder-1.0.c:682:12: branch_false: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspect8bioiqkq/GstTranscoder-1.0.c:683:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspect8bioiqkq/GstTranscoder-1.0.c:696:3: branch_false: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspect8bioiqkq/GstTranscoder-1.0.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspect8bioiqkq/GstTranscoder-1.0.c:696:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspect8bioiqkq/GstTranscoder-1.0.c:697:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspect8bioiqkq/GstTranscoder-1.0.c:697:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspect8bioiqkq/GstTranscoder-1.0.c:699:18: throw: if ‘g_hash_table_new’ throws an exception...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspect8bioiqkq/GstTranscoder-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): [#def373]
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspect8bioiqkq/GstTranscoder-1.0.c:699:18: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(output_filename, "wb")’
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspect8bioiqkq/GstTranscoder-1.0.c:630:1: enter_function: entry to ‘dump_irepository’
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspect8bioiqkq/GstTranscoder-1.0.c:645:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspect8bioiqkq/GstTranscoder-1.0.c:654:15: branch_false: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspect8bioiqkq/GstTranscoder-1.0.c:658:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspect8bioiqkq/GstTranscoder-1.0.c:669:11: branch_false: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspect8bioiqkq/GstTranscoder-1.0.c:670:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspect8bioiqkq/GstTranscoder-1.0.c:682:12: branch_false: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspect8bioiqkq/GstTranscoder-1.0.c:682:12: acquire_resource: opened here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspect8bioiqkq/GstTranscoder-1.0.c:683:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspect8bioiqkq/GstTranscoder-1.0.c:696:3: branch_false: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspect8bioiqkq/GstTranscoder-1.0.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspect8bioiqkq/GstTranscoder-1.0.c:696:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspect8bioiqkq/GstTranscoder-1.0.c:697:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspect8bioiqkq/GstTranscoder-1.0.c:697:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspect8bioiqkq/GstTranscoder-1.0.c:699:18: throw: if ‘g_hash_table_new’ throws an exception...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspect8bioiqkq/GstTranscoder-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): [#def374]
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspect8bioiqkq/GstTranscoder-1.0.c:699:18: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(input_filename, "rb")’
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspect8bioiqkq/GstTranscoder-1.0.c:630:1: enter_function: entry to ‘dump_irepository’
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspect8bioiqkq/GstTranscoder-1.0.c:645:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspect8bioiqkq/GstTranscoder-1.0.c:654:15: branch_false: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspect8bioiqkq/GstTranscoder-1.0.c:658:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspect8bioiqkq/GstTranscoder-1.0.c:669:11: branch_false: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspect8bioiqkq/GstTranscoder-1.0.c:669:11: acquire_memory: allocated here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspect8bioiqkq/GstTranscoder-1.0.c:670:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspect8bioiqkq/GstTranscoder-1.0.c:682:12: branch_false: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspect8bioiqkq/GstTranscoder-1.0.c:683:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspect8bioiqkq/GstTranscoder-1.0.c:696:3: branch_false: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspect8bioiqkq/GstTranscoder-1.0.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspect8bioiqkq/GstTranscoder-1.0.c:696:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspect8bioiqkq/GstTranscoder-1.0.c:697:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspect8bioiqkq/GstTranscoder-1.0.c:697:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspect8bioiqkq/GstTranscoder-1.0.c:699:18: throw: if ‘g_hash_table_new’ throws an exception...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspect8bioiqkq/GstTranscoder-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): [#def375]
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspect8bioiqkq/GstTranscoder-1.0.c:699:18: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(output_filename, "wb")’
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspect8bioiqkq/GstTranscoder-1.0.c:630:1: enter_function: entry to ‘dump_irepository’
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspect8bioiqkq/GstTranscoder-1.0.c:645:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspect8bioiqkq/GstTranscoder-1.0.c:654:15: branch_false: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspect8bioiqkq/GstTranscoder-1.0.c:658:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspect8bioiqkq/GstTranscoder-1.0.c:669:11: branch_false: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspect8bioiqkq/GstTranscoder-1.0.c:670:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspect8bioiqkq/GstTranscoder-1.0.c:682:12: branch_false: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspect8bioiqkq/GstTranscoder-1.0.c:682:12: acquire_memory: allocated here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspect8bioiqkq/GstTranscoder-1.0.c:683:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspect8bioiqkq/GstTranscoder-1.0.c:696:3: branch_false: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspect8bioiqkq/GstTranscoder-1.0.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspect8bioiqkq/GstTranscoder-1.0.c:696:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspect8bioiqkq/GstTranscoder-1.0.c:697:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspect8bioiqkq/GstTranscoder-1.0.c:697:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspect8bioiqkq/GstTranscoder-1.0.c:699:18: throw: if ‘g_hash_table_new’ throws an exception...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspect8bioiqkq/GstTranscoder-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): [#def376]
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectb0s5ygjt/GstVulkanWayland-1.0.c:68:7: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(input_filename, "rb")’
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectb0s5ygjt/GstVulkanWayland-1.0.c:630:1: enter_function: entry to ‘dump_irepository’
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectb0s5ygjt/GstVulkanWayland-1.0.c:645:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectb0s5ygjt/GstVulkanWayland-1.0.c:654:15: branch_false: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectb0s5ygjt/GstVulkanWayland-1.0.c:658:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectb0s5ygjt/GstVulkanWayland-1.0.c:669:11: branch_false: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectb0s5ygjt/GstVulkanWayland-1.0.c:669:11: acquire_resource: opened here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectb0s5ygjt/GstVulkanWayland-1.0.c:670:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectb0s5ygjt/GstVulkanWayland-1.0.c:682:12: branch_false: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectb0s5ygjt/GstVulkanWayland-1.0.c:683:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectb0s5ygjt/GstVulkanWayland-1.0.c:696:3: branch_false: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectb0s5ygjt/GstVulkanWayland-1.0.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Error: GCC_ANALYZER_WARNING (CWE-775): [#def401]
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectb0s5ygjt/GstVulkanWayland-1.0.c:686:7: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(input_filename, "rb")’
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectb0s5ygjt/GstVulkanWayland-1.0.c:645:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectb0s5ygjt/GstVulkanWayland-1.0.c:654:15: branch_false: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectb0s5ygjt/GstVulkanWayland-1.0.c:658:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectb0s5ygjt/GstVulkanWayland-1.0.c:669:11: branch_false: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectb0s5ygjt/GstVulkanWayland-1.0.c:669:11: acquire_resource: opened here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectb0s5ygjt/GstVulkanWayland-1.0.c:670:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectb0s5ygjt/GstVulkanWayland-1.0.c:682:12: branch_false: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectb0s5ygjt/GstVulkanWayland-1.0.c:683:6: branch_true: following ‘true’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectb0s5ygjt/GstVulkanWayland-1.0.c:685:25: branch_true: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectb0s5ygjt/GstVulkanWayland-1.0.c:686:7: throw: if ‘g_file_error_quark’ throws an exception...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectb0s5ygjt/GstVulkanWayland-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): [#def402]
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectb0s5ygjt/GstVulkanWayland-1.0.c:686:7: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(input_filename, "rb")’
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectb0s5ygjt/GstVulkanWayland-1.0.c:645:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectb0s5ygjt/GstVulkanWayland-1.0.c:654:15: branch_false: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectb0s5ygjt/GstVulkanWayland-1.0.c:658:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectb0s5ygjt/GstVulkanWayland-1.0.c:669:11: branch_false: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectb0s5ygjt/GstVulkanWayland-1.0.c:669:11: acquire_memory: allocated here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectb0s5ygjt/GstVulkanWayland-1.0.c:670:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectb0s5ygjt/GstVulkanWayland-1.0.c:682:12: branch_false: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectb0s5ygjt/GstVulkanWayland-1.0.c:683:6: branch_true: following ‘true’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectb0s5ygjt/GstVulkanWayland-1.0.c:685:25: branch_true: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectb0s5ygjt/GstVulkanWayland-1.0.c:686:7: throw: if ‘g_file_error_quark’ throws an exception...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectb0s5ygjt/GstVulkanWayland-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): [#def403]
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectb0s5ygjt/GstVulkanWayland-1.0.c:686:41: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(input_filename, "rb")’
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectb0s5ygjt/GstVulkanWayland-1.0.c:645:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectb0s5ygjt/GstVulkanWayland-1.0.c:654:15: branch_false: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectb0s5ygjt/GstVulkanWayland-1.0.c:658:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectb0s5ygjt/GstVulkanWayland-1.0.c:669:11: branch_false: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectb0s5ygjt/GstVulkanWayland-1.0.c:669:11: acquire_resource: opened here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectb0s5ygjt/GstVulkanWayland-1.0.c:670:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectb0s5ygjt/GstVulkanWayland-1.0.c:682:12: branch_false: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectb0s5ygjt/GstVulkanWayland-1.0.c:683:6: branch_true: following ‘true’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectb0s5ygjt/GstVulkanWayland-1.0.c:685:25: branch_true: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectb0s5ygjt/GstVulkanWayland-1.0.c:686:41: throw: if ‘g_file_error_from_errno’ throws an exception...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectb0s5ygjt/GstVulkanWayland-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): [#def404]
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectb0s5ygjt/GstVulkanWayland-1.0.c:686:41: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(input_filename, "rb")’
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectb0s5ygjt/GstVulkanWayland-1.0.c:645:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectb0s5ygjt/GstVulkanWayland-1.0.c:654:15: branch_false: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectb0s5ygjt/GstVulkanWayland-1.0.c:658:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectb0s5ygjt/GstVulkanWayland-1.0.c:669:11: branch_false: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectb0s5ygjt/GstVulkanWayland-1.0.c:669:11: acquire_memory: allocated here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectb0s5ygjt/GstVulkanWayland-1.0.c:670:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectb0s5ygjt/GstVulkanWayland-1.0.c:682:12: branch_false: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectb0s5ygjt/GstVulkanWayland-1.0.c:683:6: branch_true: following ‘true’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectb0s5ygjt/GstVulkanWayland-1.0.c:685:25: branch_true: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectb0s5ygjt/GstVulkanWayland-1.0.c:686:41: throw: if ‘g_file_error_from_errno’ throws an exception...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectb0s5ygjt/GstVulkanWayland-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): [#def405]
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectb0s5ygjt/GstVulkanWayland-1.0.c:699:18: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(input_filename, "rb")’
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectb0s5ygjt/GstVulkanWayland-1.0.c:630:1: enter_function: entry to ‘dump_irepository’
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectb0s5ygjt/GstVulkanWayland-1.0.c:645:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectb0s5ygjt/GstVulkanWayland-1.0.c:654:15: branch_false: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectb0s5ygjt/GstVulkanWayland-1.0.c:658:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectb0s5ygjt/GstVulkanWayland-1.0.c:669:11: branch_false: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectb0s5ygjt/GstVulkanWayland-1.0.c:669:11: acquire_resource: opened here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectb0s5ygjt/GstVulkanWayland-1.0.c:670:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectb0s5ygjt/GstVulkanWayland-1.0.c:682:12: branch_false: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectb0s5ygjt/GstVulkanWayland-1.0.c:683:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectb0s5ygjt/GstVulkanWayland-1.0.c:696:3: branch_false: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectb0s5ygjt/GstVulkanWayland-1.0.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectb0s5ygjt/GstVulkanWayland-1.0.c:696:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectb0s5ygjt/GstVulkanWayland-1.0.c:697:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectb0s5ygjt/GstVulkanWayland-1.0.c:697:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectb0s5ygjt/GstVulkanWayland-1.0.c:699:18: throw: if ‘g_hash_table_new’ throws an exception...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectb0s5ygjt/GstVulkanWayland-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): [#def406]
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectb0s5ygjt/GstVulkanWayland-1.0.c:699:18: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(output_filename, "wb")’
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectb0s5ygjt/GstVulkanWayland-1.0.c:630:1: enter_function: entry to ‘dump_irepository’
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectb0s5ygjt/GstVulkanWayland-1.0.c:645:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectb0s5ygjt/GstVulkanWayland-1.0.c:654:15: branch_false: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectb0s5ygjt/GstVulkanWayland-1.0.c:658:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectb0s5ygjt/GstVulkanWayland-1.0.c:669:11: branch_false: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectb0s5ygjt/GstVulkanWayland-1.0.c:670:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectb0s5ygjt/GstVulkanWayland-1.0.c:682:12: branch_false: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectb0s5ygjt/GstVulkanWayland-1.0.c:682:12: acquire_resource: opened here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectb0s5ygjt/GstVulkanWayland-1.0.c:683:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectb0s5ygjt/GstVulkanWayland-1.0.c:696:3: branch_false: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectb0s5ygjt/GstVulkanWayland-1.0.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectb0s5ygjt/GstVulkanWayland-1.0.c:696:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectb0s5ygjt/GstVulkanWayland-1.0.c:697:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectb0s5ygjt/GstVulkanWayland-1.0.c:697:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectb0s5ygjt/GstVulkanWayland-1.0.c:699:18: throw: if ‘g_hash_table_new’ throws an exception...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectb0s5ygjt/GstVulkanWayland-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): [#def407]
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectb0s5ygjt/GstVulkanWayland-1.0.c:699:18: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(input_filename, "rb")’
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectb0s5ygjt/GstVulkanWayland-1.0.c:630:1: enter_function: entry to ‘dump_irepository’
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectb0s5ygjt/GstVulkanWayland-1.0.c:645:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectb0s5ygjt/GstVulkanWayland-1.0.c:654:15: branch_false: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectb0s5ygjt/GstVulkanWayland-1.0.c:658:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectb0s5ygjt/GstVulkanWayland-1.0.c:669:11: branch_false: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectb0s5ygjt/GstVulkanWayland-1.0.c:669:11: acquire_memory: allocated here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectb0s5ygjt/GstVulkanWayland-1.0.c:670:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectb0s5ygjt/GstVulkanWayland-1.0.c:682:12: branch_false: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectb0s5ygjt/GstVulkanWayland-1.0.c:683:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectb0s5ygjt/GstVulkanWayland-1.0.c:696:3: branch_false: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectb0s5ygjt/GstVulkanWayland-1.0.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectb0s5ygjt/GstVulkanWayland-1.0.c:696:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectb0s5ygjt/GstVulkanWayland-1.0.c:697:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectb0s5ygjt/GstVulkanWayland-1.0.c:697:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectb0s5ygjt/GstVulkanWayland-1.0.c:699:18: throw: if ‘g_hash_table_new’ throws an exception...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectb0s5ygjt/GstVulkanWayland-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): [#def408]
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectb0s5ygjt/GstVulkanWayland-1.0.c:699:18: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(output_filename, "wb")’
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectb0s5ygjt/GstVulkanWayland-1.0.c:630:1: enter_function: entry to ‘dump_irepository’
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectb0s5ygjt/GstVulkanWayland-1.0.c:645:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectb0s5ygjt/GstVulkanWayland-1.0.c:654:15: branch_false: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectb0s5ygjt/GstVulkanWayland-1.0.c:658:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectb0s5ygjt/GstVulkanWayland-1.0.c:669:11: branch_false: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectb0s5ygjt/GstVulkanWayland-1.0.c:670:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectb0s5ygjt/GstVulkanWayland-1.0.c:682:12: branch_false: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectb0s5ygjt/GstVulkanWayland-1.0.c:682:12: acquire_memory: allocated here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectb0s5ygjt/GstVulkanWayland-1.0.c:683:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectb0s5ygjt/GstVulkanWayland-1.0.c:696:3: branch_false: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectb0s5ygjt/GstVulkanWayland-1.0.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectb0s5ygjt/GstVulkanWayland-1.0.c:696:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectb0s5ygjt/GstVulkanWayland-1.0.c:697:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectb0s5ygjt/GstVulkanWayland-1.0.c:697:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectb0s5ygjt/GstVulkanWayland-1.0.c:699:18: throw: if ‘g_hash_table_new’ throws an exception...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectb0s5ygjt/GstVulkanWayland-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): [#def409]
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectc1cp3mgo/GstInsertBin-1.0.c:68:7: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(input_filename, "rb")’
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectc1cp3mgo/GstInsertBin-1.0.c:630:1: enter_function: entry to ‘dump_irepository’
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectc1cp3mgo/GstInsertBin-1.0.c:645:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectc1cp3mgo/GstInsertBin-1.0.c:654:15: branch_false: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectc1cp3mgo/GstInsertBin-1.0.c:658:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectc1cp3mgo/GstInsertBin-1.0.c:669:11: branch_false: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectc1cp3mgo/GstInsertBin-1.0.c:669:11: acquire_resource: opened here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectc1cp3mgo/GstInsertBin-1.0.c:670:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectc1cp3mgo/GstInsertBin-1.0.c:682:12: branch_false: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectc1cp3mgo/GstInsertBin-1.0.c:683:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectc1cp3mgo/GstInsertBin-1.0.c:696:3: branch_false: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectc1cp3mgo/GstInsertBin-1.0.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Error: GCC_ANALYZER_WARNING (CWE-775): [#def434]
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectc1cp3mgo/GstInsertBin-1.0.c:686:7: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(input_filename, "rb")’
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectc1cp3mgo/GstInsertBin-1.0.c:645:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectc1cp3mgo/GstInsertBin-1.0.c:654:15: branch_false: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectc1cp3mgo/GstInsertBin-1.0.c:658:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectc1cp3mgo/GstInsertBin-1.0.c:669:11: branch_false: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectc1cp3mgo/GstInsertBin-1.0.c:669:11: acquire_resource: opened here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectc1cp3mgo/GstInsertBin-1.0.c:670:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectc1cp3mgo/GstInsertBin-1.0.c:682:12: branch_false: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectc1cp3mgo/GstInsertBin-1.0.c:683:6: branch_true: following ‘true’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectc1cp3mgo/GstInsertBin-1.0.c:685:25: branch_true: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectc1cp3mgo/GstInsertBin-1.0.c:686:7: throw: if ‘g_file_error_quark’ throws an exception...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectc1cp3mgo/GstInsertBin-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): [#def435]
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectc1cp3mgo/GstInsertBin-1.0.c:686:7: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(input_filename, "rb")’
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectc1cp3mgo/GstInsertBin-1.0.c:645:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectc1cp3mgo/GstInsertBin-1.0.c:654:15: branch_false: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectc1cp3mgo/GstInsertBin-1.0.c:658:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectc1cp3mgo/GstInsertBin-1.0.c:669:11: branch_false: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectc1cp3mgo/GstInsertBin-1.0.c:669:11: acquire_memory: allocated here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectc1cp3mgo/GstInsertBin-1.0.c:670:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectc1cp3mgo/GstInsertBin-1.0.c:682:12: branch_false: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectc1cp3mgo/GstInsertBin-1.0.c:683:6: branch_true: following ‘true’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectc1cp3mgo/GstInsertBin-1.0.c:685:25: branch_true: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectc1cp3mgo/GstInsertBin-1.0.c:686:7: throw: if ‘g_file_error_quark’ throws an exception...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectc1cp3mgo/GstInsertBin-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): [#def436]
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectc1cp3mgo/GstInsertBin-1.0.c:686:41: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(input_filename, "rb")’
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectc1cp3mgo/GstInsertBin-1.0.c:645:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectc1cp3mgo/GstInsertBin-1.0.c:654:15: branch_false: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectc1cp3mgo/GstInsertBin-1.0.c:658:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectc1cp3mgo/GstInsertBin-1.0.c:669:11: branch_false: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectc1cp3mgo/GstInsertBin-1.0.c:669:11: acquire_resource: opened here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectc1cp3mgo/GstInsertBin-1.0.c:670:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectc1cp3mgo/GstInsertBin-1.0.c:682:12: branch_false: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectc1cp3mgo/GstInsertBin-1.0.c:683:6: branch_true: following ‘true’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectc1cp3mgo/GstInsertBin-1.0.c:685:25: branch_true: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectc1cp3mgo/GstInsertBin-1.0.c:686:41: throw: if ‘g_file_error_from_errno’ throws an exception...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectc1cp3mgo/GstInsertBin-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): [#def437]
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectc1cp3mgo/GstInsertBin-1.0.c:686:41: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(input_filename, "rb")’
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectc1cp3mgo/GstInsertBin-1.0.c:645:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectc1cp3mgo/GstInsertBin-1.0.c:654:15: branch_false: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectc1cp3mgo/GstInsertBin-1.0.c:658:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectc1cp3mgo/GstInsertBin-1.0.c:669:11: branch_false: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectc1cp3mgo/GstInsertBin-1.0.c:669:11: acquire_memory: allocated here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectc1cp3mgo/GstInsertBin-1.0.c:670:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectc1cp3mgo/GstInsertBin-1.0.c:682:12: branch_false: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectc1cp3mgo/GstInsertBin-1.0.c:683:6: branch_true: following ‘true’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectc1cp3mgo/GstInsertBin-1.0.c:685:25: branch_true: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectc1cp3mgo/GstInsertBin-1.0.c:686:41: throw: if ‘g_file_error_from_errno’ throws an exception...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectc1cp3mgo/GstInsertBin-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): [#def438]
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectc1cp3mgo/GstInsertBin-1.0.c:699:18: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(input_filename, "rb")’
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectc1cp3mgo/GstInsertBin-1.0.c:630:1: enter_function: entry to ‘dump_irepository’
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectc1cp3mgo/GstInsertBin-1.0.c:645:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectc1cp3mgo/GstInsertBin-1.0.c:654:15: branch_false: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectc1cp3mgo/GstInsertBin-1.0.c:658:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectc1cp3mgo/GstInsertBin-1.0.c:669:11: branch_false: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectc1cp3mgo/GstInsertBin-1.0.c:669:11: acquire_resource: opened here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectc1cp3mgo/GstInsertBin-1.0.c:670:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectc1cp3mgo/GstInsertBin-1.0.c:682:12: branch_false: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectc1cp3mgo/GstInsertBin-1.0.c:683:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectc1cp3mgo/GstInsertBin-1.0.c:696:3: branch_false: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectc1cp3mgo/GstInsertBin-1.0.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectc1cp3mgo/GstInsertBin-1.0.c:696:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectc1cp3mgo/GstInsertBin-1.0.c:697:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectc1cp3mgo/GstInsertBin-1.0.c:697:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectc1cp3mgo/GstInsertBin-1.0.c:699:18: throw: if ‘g_hash_table_new’ throws an exception...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectc1cp3mgo/GstInsertBin-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): [#def439]
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectc1cp3mgo/GstInsertBin-1.0.c:699:18: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(output_filename, "wb")’
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectc1cp3mgo/GstInsertBin-1.0.c:630:1: enter_function: entry to ‘dump_irepository’
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectc1cp3mgo/GstInsertBin-1.0.c:645:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectc1cp3mgo/GstInsertBin-1.0.c:654:15: branch_false: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectc1cp3mgo/GstInsertBin-1.0.c:658:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectc1cp3mgo/GstInsertBin-1.0.c:669:11: branch_false: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectc1cp3mgo/GstInsertBin-1.0.c:670:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectc1cp3mgo/GstInsertBin-1.0.c:682:12: branch_false: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectc1cp3mgo/GstInsertBin-1.0.c:682:12: acquire_resource: opened here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectc1cp3mgo/GstInsertBin-1.0.c:683:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectc1cp3mgo/GstInsertBin-1.0.c:696:3: branch_false: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectc1cp3mgo/GstInsertBin-1.0.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectc1cp3mgo/GstInsertBin-1.0.c:696:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectc1cp3mgo/GstInsertBin-1.0.c:697:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectc1cp3mgo/GstInsertBin-1.0.c:697:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectc1cp3mgo/GstInsertBin-1.0.c:699:18: throw: if ‘g_hash_table_new’ throws an exception...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectc1cp3mgo/GstInsertBin-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): [#def440]
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectc1cp3mgo/GstInsertBin-1.0.c:699:18: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(input_filename, "rb")’
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectc1cp3mgo/GstInsertBin-1.0.c:630:1: enter_function: entry to ‘dump_irepository’
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectc1cp3mgo/GstInsertBin-1.0.c:645:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectc1cp3mgo/GstInsertBin-1.0.c:654:15: branch_false: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectc1cp3mgo/GstInsertBin-1.0.c:658:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectc1cp3mgo/GstInsertBin-1.0.c:669:11: branch_false: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectc1cp3mgo/GstInsertBin-1.0.c:669:11: acquire_memory: allocated here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectc1cp3mgo/GstInsertBin-1.0.c:670:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectc1cp3mgo/GstInsertBin-1.0.c:682:12: branch_false: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectc1cp3mgo/GstInsertBin-1.0.c:683:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectc1cp3mgo/GstInsertBin-1.0.c:696:3: branch_false: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectc1cp3mgo/GstInsertBin-1.0.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectc1cp3mgo/GstInsertBin-1.0.c:696:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectc1cp3mgo/GstInsertBin-1.0.c:697:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectc1cp3mgo/GstInsertBin-1.0.c:697:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectc1cp3mgo/GstInsertBin-1.0.c:699:18: throw: if ‘g_hash_table_new’ throws an exception...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectc1cp3mgo/GstInsertBin-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): [#def441]
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectc1cp3mgo/GstInsertBin-1.0.c:699:18: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(output_filename, "wb")’
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectc1cp3mgo/GstInsertBin-1.0.c:630:1: enter_function: entry to ‘dump_irepository’
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectc1cp3mgo/GstInsertBin-1.0.c:645:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectc1cp3mgo/GstInsertBin-1.0.c:654:15: branch_false: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectc1cp3mgo/GstInsertBin-1.0.c:658:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectc1cp3mgo/GstInsertBin-1.0.c:669:11: branch_false: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectc1cp3mgo/GstInsertBin-1.0.c:670:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectc1cp3mgo/GstInsertBin-1.0.c:682:12: branch_false: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectc1cp3mgo/GstInsertBin-1.0.c:682:12: acquire_memory: allocated here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectc1cp3mgo/GstInsertBin-1.0.c:683:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectc1cp3mgo/GstInsertBin-1.0.c:696:3: branch_false: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectc1cp3mgo/GstInsertBin-1.0.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectc1cp3mgo/GstInsertBin-1.0.c:696:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectc1cp3mgo/GstInsertBin-1.0.c:697:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectc1cp3mgo/GstInsertBin-1.0.c:697:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectc1cp3mgo/GstInsertBin-1.0.c:699:18: throw: if ‘g_hash_table_new’ throws an exception...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectc1cp3mgo/GstInsertBin-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): [#def442]
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectkjl8rxj9/CudaGst-1.0.c:68:7: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(input_filename, "rb")’
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectkjl8rxj9/CudaGst-1.0.c:630:1: enter_function: entry to ‘dump_irepository’
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectkjl8rxj9/CudaGst-1.0.c:645:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectkjl8rxj9/CudaGst-1.0.c:654:15: branch_false: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectkjl8rxj9/CudaGst-1.0.c:658:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectkjl8rxj9/CudaGst-1.0.c:669:11: branch_false: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectkjl8rxj9/CudaGst-1.0.c:669:11: acquire_resource: opened here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectkjl8rxj9/CudaGst-1.0.c:670:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectkjl8rxj9/CudaGst-1.0.c:682:12: branch_false: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectkjl8rxj9/CudaGst-1.0.c:683:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectkjl8rxj9/CudaGst-1.0.c:696:3: branch_false: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectkjl8rxj9/CudaGst-1.0.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Error: GCC_ANALYZER_WARNING (CWE-775): [#def467]
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectkjl8rxj9/CudaGst-1.0.c:686:7: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(input_filename, "rb")’
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectkjl8rxj9/CudaGst-1.0.c:645:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectkjl8rxj9/CudaGst-1.0.c:654:15: branch_false: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectkjl8rxj9/CudaGst-1.0.c:658:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectkjl8rxj9/CudaGst-1.0.c:669:11: branch_false: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectkjl8rxj9/CudaGst-1.0.c:669:11: acquire_resource: opened here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectkjl8rxj9/CudaGst-1.0.c:670:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectkjl8rxj9/CudaGst-1.0.c:682:12: branch_false: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectkjl8rxj9/CudaGst-1.0.c:683:6: branch_true: following ‘true’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectkjl8rxj9/CudaGst-1.0.c:685:25: branch_true: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectkjl8rxj9/CudaGst-1.0.c:686:7: throw: if ‘g_file_error_quark’ throws an exception...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectkjl8rxj9/CudaGst-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): [#def468]
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectkjl8rxj9/CudaGst-1.0.c:686:7: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(input_filename, "rb")’
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectkjl8rxj9/CudaGst-1.0.c:645:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectkjl8rxj9/CudaGst-1.0.c:654:15: branch_false: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectkjl8rxj9/CudaGst-1.0.c:658:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectkjl8rxj9/CudaGst-1.0.c:669:11: branch_false: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectkjl8rxj9/CudaGst-1.0.c:669:11: acquire_memory: allocated here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectkjl8rxj9/CudaGst-1.0.c:670:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectkjl8rxj9/CudaGst-1.0.c:682:12: branch_false: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectkjl8rxj9/CudaGst-1.0.c:683:6: branch_true: following ‘true’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectkjl8rxj9/CudaGst-1.0.c:685:25: branch_true: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectkjl8rxj9/CudaGst-1.0.c:686:7: throw: if ‘g_file_error_quark’ throws an exception...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectkjl8rxj9/CudaGst-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): [#def469]
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectkjl8rxj9/CudaGst-1.0.c:686:41: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(input_filename, "rb")’
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectkjl8rxj9/CudaGst-1.0.c:645:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectkjl8rxj9/CudaGst-1.0.c:654:15: branch_false: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectkjl8rxj9/CudaGst-1.0.c:658:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectkjl8rxj9/CudaGst-1.0.c:669:11: branch_false: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectkjl8rxj9/CudaGst-1.0.c:669:11: acquire_resource: opened here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectkjl8rxj9/CudaGst-1.0.c:670:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectkjl8rxj9/CudaGst-1.0.c:682:12: branch_false: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectkjl8rxj9/CudaGst-1.0.c:683:6: branch_true: following ‘true’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectkjl8rxj9/CudaGst-1.0.c:685:25: branch_true: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectkjl8rxj9/CudaGst-1.0.c:686:41: throw: if ‘g_file_error_from_errno’ throws an exception...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectkjl8rxj9/CudaGst-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): [#def470]
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectkjl8rxj9/CudaGst-1.0.c:686:41: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(input_filename, "rb")’
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectkjl8rxj9/CudaGst-1.0.c:645:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectkjl8rxj9/CudaGst-1.0.c:654:15: branch_false: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectkjl8rxj9/CudaGst-1.0.c:658:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectkjl8rxj9/CudaGst-1.0.c:669:11: branch_false: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectkjl8rxj9/CudaGst-1.0.c:669:11: acquire_memory: allocated here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectkjl8rxj9/CudaGst-1.0.c:670:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectkjl8rxj9/CudaGst-1.0.c:682:12: branch_false: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectkjl8rxj9/CudaGst-1.0.c:683:6: branch_true: following ‘true’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectkjl8rxj9/CudaGst-1.0.c:685:25: branch_true: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectkjl8rxj9/CudaGst-1.0.c:686:41: throw: if ‘g_file_error_from_errno’ throws an exception...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectkjl8rxj9/CudaGst-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): [#def471]
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectkjl8rxj9/CudaGst-1.0.c:699:18: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(input_filename, "rb")’
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectkjl8rxj9/CudaGst-1.0.c:630:1: enter_function: entry to ‘dump_irepository’
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectkjl8rxj9/CudaGst-1.0.c:645:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectkjl8rxj9/CudaGst-1.0.c:654:15: branch_false: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectkjl8rxj9/CudaGst-1.0.c:658:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectkjl8rxj9/CudaGst-1.0.c:669:11: branch_false: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectkjl8rxj9/CudaGst-1.0.c:669:11: acquire_resource: opened here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectkjl8rxj9/CudaGst-1.0.c:670:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectkjl8rxj9/CudaGst-1.0.c:682:12: branch_false: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectkjl8rxj9/CudaGst-1.0.c:683:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectkjl8rxj9/CudaGst-1.0.c:696:3: branch_false: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectkjl8rxj9/CudaGst-1.0.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectkjl8rxj9/CudaGst-1.0.c:696:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectkjl8rxj9/CudaGst-1.0.c:697:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectkjl8rxj9/CudaGst-1.0.c:697:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectkjl8rxj9/CudaGst-1.0.c:699:18: throw: if ‘g_hash_table_new’ throws an exception...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectkjl8rxj9/CudaGst-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): [#def472]
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectkjl8rxj9/CudaGst-1.0.c:699:18: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(output_filename, "wb")’
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectkjl8rxj9/CudaGst-1.0.c:630:1: enter_function: entry to ‘dump_irepository’
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectkjl8rxj9/CudaGst-1.0.c:645:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectkjl8rxj9/CudaGst-1.0.c:654:15: branch_false: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectkjl8rxj9/CudaGst-1.0.c:658:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectkjl8rxj9/CudaGst-1.0.c:669:11: branch_false: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectkjl8rxj9/CudaGst-1.0.c:670:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectkjl8rxj9/CudaGst-1.0.c:682:12: branch_false: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectkjl8rxj9/CudaGst-1.0.c:682:12: acquire_resource: opened here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectkjl8rxj9/CudaGst-1.0.c:683:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectkjl8rxj9/CudaGst-1.0.c:696:3: branch_false: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectkjl8rxj9/CudaGst-1.0.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectkjl8rxj9/CudaGst-1.0.c:696:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectkjl8rxj9/CudaGst-1.0.c:697:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectkjl8rxj9/CudaGst-1.0.c:697:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectkjl8rxj9/CudaGst-1.0.c:699:18: throw: if ‘g_hash_table_new’ throws an exception...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectkjl8rxj9/CudaGst-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): [#def473]
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectkjl8rxj9/CudaGst-1.0.c:699:18: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(input_filename, "rb")’
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectkjl8rxj9/CudaGst-1.0.c:630:1: enter_function: entry to ‘dump_irepository’
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectkjl8rxj9/CudaGst-1.0.c:645:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectkjl8rxj9/CudaGst-1.0.c:654:15: branch_false: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectkjl8rxj9/CudaGst-1.0.c:658:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectkjl8rxj9/CudaGst-1.0.c:669:11: branch_false: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectkjl8rxj9/CudaGst-1.0.c:669:11: acquire_memory: allocated here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectkjl8rxj9/CudaGst-1.0.c:670:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectkjl8rxj9/CudaGst-1.0.c:682:12: branch_false: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectkjl8rxj9/CudaGst-1.0.c:683:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectkjl8rxj9/CudaGst-1.0.c:696:3: branch_false: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectkjl8rxj9/CudaGst-1.0.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectkjl8rxj9/CudaGst-1.0.c:696:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectkjl8rxj9/CudaGst-1.0.c:697:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectkjl8rxj9/CudaGst-1.0.c:697:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectkjl8rxj9/CudaGst-1.0.c:699:18: throw: if ‘g_hash_table_new’ throws an exception...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectkjl8rxj9/CudaGst-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): [#def474]
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectkjl8rxj9/CudaGst-1.0.c:699:18: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(output_filename, "wb")’
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectkjl8rxj9/CudaGst-1.0.c:630:1: enter_function: entry to ‘dump_irepository’
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectkjl8rxj9/CudaGst-1.0.c:645:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectkjl8rxj9/CudaGst-1.0.c:654:15: branch_false: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectkjl8rxj9/CudaGst-1.0.c:658:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectkjl8rxj9/CudaGst-1.0.c:669:11: branch_false: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectkjl8rxj9/CudaGst-1.0.c:670:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectkjl8rxj9/CudaGst-1.0.c:682:12: branch_false: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectkjl8rxj9/CudaGst-1.0.c:682:12: acquire_memory: allocated here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectkjl8rxj9/CudaGst-1.0.c:683:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectkjl8rxj9/CudaGst-1.0.c:696:3: branch_false: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectkjl8rxj9/CudaGst-1.0.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectkjl8rxj9/CudaGst-1.0.c:696:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectkjl8rxj9/CudaGst-1.0.c:697:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectkjl8rxj9/CudaGst-1.0.c:697:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectkjl8rxj9/CudaGst-1.0.c:699:18: throw: if ‘g_hash_table_new’ throws an exception...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectkjl8rxj9/CudaGst-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): [#def475]
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectm0sxkd10/GstCodecs-1.0.c:68:7: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(input_filename, "rb")’
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectm0sxkd10/GstCodecs-1.0.c:630:1: enter_function: entry to ‘dump_irepository’
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectm0sxkd10/GstCodecs-1.0.c:645:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectm0sxkd10/GstCodecs-1.0.c:654:15: branch_false: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectm0sxkd10/GstCodecs-1.0.c:658:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectm0sxkd10/GstCodecs-1.0.c:669:11: branch_false: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectm0sxkd10/GstCodecs-1.0.c:669:11: acquire_resource: opened here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectm0sxkd10/GstCodecs-1.0.c:670:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectm0sxkd10/GstCodecs-1.0.c:682:12: branch_false: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectm0sxkd10/GstCodecs-1.0.c:683:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectm0sxkd10/GstCodecs-1.0.c:696:3: branch_false: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectm0sxkd10/GstCodecs-1.0.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Error: GCC_ANALYZER_WARNING (CWE-775): [#def500]
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectm0sxkd10/GstCodecs-1.0.c:686:7: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(input_filename, "rb")’
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectm0sxkd10/GstCodecs-1.0.c:645:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectm0sxkd10/GstCodecs-1.0.c:654:15: branch_false: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectm0sxkd10/GstCodecs-1.0.c:658:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectm0sxkd10/GstCodecs-1.0.c:669:11: branch_false: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectm0sxkd10/GstCodecs-1.0.c:669:11: acquire_resource: opened here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectm0sxkd10/GstCodecs-1.0.c:670:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectm0sxkd10/GstCodecs-1.0.c:682:12: branch_false: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectm0sxkd10/GstCodecs-1.0.c:683:6: branch_true: following ‘true’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectm0sxkd10/GstCodecs-1.0.c:685:25: branch_true: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectm0sxkd10/GstCodecs-1.0.c:686:7: throw: if ‘g_file_error_quark’ throws an exception...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectm0sxkd10/GstCodecs-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): [#def501]
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectm0sxkd10/GstCodecs-1.0.c:686:7: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(input_filename, "rb")’
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectm0sxkd10/GstCodecs-1.0.c:645:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectm0sxkd10/GstCodecs-1.0.c:654:15: branch_false: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectm0sxkd10/GstCodecs-1.0.c:658:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectm0sxkd10/GstCodecs-1.0.c:669:11: branch_false: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectm0sxkd10/GstCodecs-1.0.c:669:11: acquire_memory: allocated here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectm0sxkd10/GstCodecs-1.0.c:670:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectm0sxkd10/GstCodecs-1.0.c:682:12: branch_false: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectm0sxkd10/GstCodecs-1.0.c:683:6: branch_true: following ‘true’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectm0sxkd10/GstCodecs-1.0.c:685:25: branch_true: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectm0sxkd10/GstCodecs-1.0.c:686:7: throw: if ‘g_file_error_quark’ throws an exception...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectm0sxkd10/GstCodecs-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): [#def502]
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectm0sxkd10/GstCodecs-1.0.c:686:41: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(input_filename, "rb")’
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectm0sxkd10/GstCodecs-1.0.c:645:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectm0sxkd10/GstCodecs-1.0.c:654:15: branch_false: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectm0sxkd10/GstCodecs-1.0.c:658:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectm0sxkd10/GstCodecs-1.0.c:669:11: branch_false: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectm0sxkd10/GstCodecs-1.0.c:669:11: acquire_resource: opened here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectm0sxkd10/GstCodecs-1.0.c:670:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectm0sxkd10/GstCodecs-1.0.c:682:12: branch_false: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectm0sxkd10/GstCodecs-1.0.c:683:6: branch_true: following ‘true’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectm0sxkd10/GstCodecs-1.0.c:685:25: branch_true: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectm0sxkd10/GstCodecs-1.0.c:686:41: throw: if ‘g_file_error_from_errno’ throws an exception...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectm0sxkd10/GstCodecs-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): [#def503]
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectm0sxkd10/GstCodecs-1.0.c:686:41: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(input_filename, "rb")’
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectm0sxkd10/GstCodecs-1.0.c:645:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectm0sxkd10/GstCodecs-1.0.c:654:15: branch_false: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectm0sxkd10/GstCodecs-1.0.c:658:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectm0sxkd10/GstCodecs-1.0.c:669:11: branch_false: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectm0sxkd10/GstCodecs-1.0.c:669:11: acquire_memory: allocated here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectm0sxkd10/GstCodecs-1.0.c:670:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectm0sxkd10/GstCodecs-1.0.c:682:12: branch_false: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectm0sxkd10/GstCodecs-1.0.c:683:6: branch_true: following ‘true’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectm0sxkd10/GstCodecs-1.0.c:685:25: branch_true: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectm0sxkd10/GstCodecs-1.0.c:686:41: throw: if ‘g_file_error_from_errno’ throws an exception...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectm0sxkd10/GstCodecs-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): [#def504]
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectm0sxkd10/GstCodecs-1.0.c:699:18: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(input_filename, "rb")’
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectm0sxkd10/GstCodecs-1.0.c:630:1: enter_function: entry to ‘dump_irepository’
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectm0sxkd10/GstCodecs-1.0.c:645:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectm0sxkd10/GstCodecs-1.0.c:654:15: branch_false: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectm0sxkd10/GstCodecs-1.0.c:658:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectm0sxkd10/GstCodecs-1.0.c:669:11: branch_false: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectm0sxkd10/GstCodecs-1.0.c:669:11: acquire_resource: opened here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectm0sxkd10/GstCodecs-1.0.c:670:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectm0sxkd10/GstCodecs-1.0.c:682:12: branch_false: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectm0sxkd10/GstCodecs-1.0.c:683:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectm0sxkd10/GstCodecs-1.0.c:696:3: branch_false: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectm0sxkd10/GstCodecs-1.0.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectm0sxkd10/GstCodecs-1.0.c:696:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectm0sxkd10/GstCodecs-1.0.c:697:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectm0sxkd10/GstCodecs-1.0.c:697:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectm0sxkd10/GstCodecs-1.0.c:699:18: throw: if ‘g_hash_table_new’ throws an exception...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectm0sxkd10/GstCodecs-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): [#def505]
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectm0sxkd10/GstCodecs-1.0.c:699:18: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(output_filename, "wb")’
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectm0sxkd10/GstCodecs-1.0.c:630:1: enter_function: entry to ‘dump_irepository’
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectm0sxkd10/GstCodecs-1.0.c:645:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectm0sxkd10/GstCodecs-1.0.c:654:15: branch_false: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectm0sxkd10/GstCodecs-1.0.c:658:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectm0sxkd10/GstCodecs-1.0.c:669:11: branch_false: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectm0sxkd10/GstCodecs-1.0.c:670:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectm0sxkd10/GstCodecs-1.0.c:682:12: branch_false: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectm0sxkd10/GstCodecs-1.0.c:682:12: acquire_resource: opened here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectm0sxkd10/GstCodecs-1.0.c:683:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectm0sxkd10/GstCodecs-1.0.c:696:3: branch_false: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectm0sxkd10/GstCodecs-1.0.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectm0sxkd10/GstCodecs-1.0.c:696:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectm0sxkd10/GstCodecs-1.0.c:697:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectm0sxkd10/GstCodecs-1.0.c:697:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectm0sxkd10/GstCodecs-1.0.c:699:18: throw: if ‘g_hash_table_new’ throws an exception...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectm0sxkd10/GstCodecs-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): [#def506]
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectm0sxkd10/GstCodecs-1.0.c:699:18: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(input_filename, "rb")’
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectm0sxkd10/GstCodecs-1.0.c:630:1: enter_function: entry to ‘dump_irepository’
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectm0sxkd10/GstCodecs-1.0.c:645:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectm0sxkd10/GstCodecs-1.0.c:654:15: branch_false: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectm0sxkd10/GstCodecs-1.0.c:658:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectm0sxkd10/GstCodecs-1.0.c:669:11: branch_false: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectm0sxkd10/GstCodecs-1.0.c:669:11: acquire_memory: allocated here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectm0sxkd10/GstCodecs-1.0.c:670:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectm0sxkd10/GstCodecs-1.0.c:682:12: branch_false: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectm0sxkd10/GstCodecs-1.0.c:683:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectm0sxkd10/GstCodecs-1.0.c:696:3: branch_false: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectm0sxkd10/GstCodecs-1.0.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectm0sxkd10/GstCodecs-1.0.c:696:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectm0sxkd10/GstCodecs-1.0.c:697:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectm0sxkd10/GstCodecs-1.0.c:697:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectm0sxkd10/GstCodecs-1.0.c:699:18: throw: if ‘g_hash_table_new’ throws an exception...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectm0sxkd10/GstCodecs-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): [#def507]
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectm0sxkd10/GstCodecs-1.0.c:699:18: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(output_filename, "wb")’
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectm0sxkd10/GstCodecs-1.0.c:630:1: enter_function: entry to ‘dump_irepository’
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectm0sxkd10/GstCodecs-1.0.c:645:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectm0sxkd10/GstCodecs-1.0.c:654:15: branch_false: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectm0sxkd10/GstCodecs-1.0.c:658:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectm0sxkd10/GstCodecs-1.0.c:669:11: branch_false: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectm0sxkd10/GstCodecs-1.0.c:670:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectm0sxkd10/GstCodecs-1.0.c:682:12: branch_false: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectm0sxkd10/GstCodecs-1.0.c:682:12: acquire_memory: allocated here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectm0sxkd10/GstCodecs-1.0.c:683:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectm0sxkd10/GstCodecs-1.0.c:696:3: branch_false: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectm0sxkd10/GstCodecs-1.0.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectm0sxkd10/GstCodecs-1.0.c:696:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectm0sxkd10/GstCodecs-1.0.c:697:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectm0sxkd10/GstCodecs-1.0.c:697:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectm0sxkd10/GstCodecs-1.0.c:699:18: throw: if ‘g_hash_table_new’ throws an exception...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectm0sxkd10/GstCodecs-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): [#def508]
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectm3_dm9on/GstPlayer-1.0.c:68:7: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(input_filename, "rb")’
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectm3_dm9on/GstPlayer-1.0.c:630:1: enter_function: entry to ‘dump_irepository’
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectm3_dm9on/GstPlayer-1.0.c:645:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectm3_dm9on/GstPlayer-1.0.c:654:15: branch_false: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectm3_dm9on/GstPlayer-1.0.c:658:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectm3_dm9on/GstPlayer-1.0.c:669:11: branch_false: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectm3_dm9on/GstPlayer-1.0.c:669:11: acquire_resource: opened here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectm3_dm9on/GstPlayer-1.0.c:670:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectm3_dm9on/GstPlayer-1.0.c:682:12: branch_false: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectm3_dm9on/GstPlayer-1.0.c:683:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectm3_dm9on/GstPlayer-1.0.c:696:3: branch_false: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectm3_dm9on/GstPlayer-1.0.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Error: GCC_ANALYZER_WARNING (CWE-775): [#def533]
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectm3_dm9on/GstPlayer-1.0.c:686:7: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(input_filename, "rb")’
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectm3_dm9on/GstPlayer-1.0.c:645:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectm3_dm9on/GstPlayer-1.0.c:654:15: branch_false: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectm3_dm9on/GstPlayer-1.0.c:658:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectm3_dm9on/GstPlayer-1.0.c:669:11: branch_false: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectm3_dm9on/GstPlayer-1.0.c:669:11: acquire_resource: opened here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectm3_dm9on/GstPlayer-1.0.c:670:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectm3_dm9on/GstPlayer-1.0.c:682:12: branch_false: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectm3_dm9on/GstPlayer-1.0.c:683:6: branch_true: following ‘true’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectm3_dm9on/GstPlayer-1.0.c:685:25: branch_true: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectm3_dm9on/GstPlayer-1.0.c:686:7: throw: if ‘g_file_error_quark’ throws an exception...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectm3_dm9on/GstPlayer-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): [#def534]
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectm3_dm9on/GstPlayer-1.0.c:686:7: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(input_filename, "rb")’
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectm3_dm9on/GstPlayer-1.0.c:645:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectm3_dm9on/GstPlayer-1.0.c:654:15: branch_false: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectm3_dm9on/GstPlayer-1.0.c:658:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectm3_dm9on/GstPlayer-1.0.c:669:11: branch_false: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectm3_dm9on/GstPlayer-1.0.c:669:11: acquire_memory: allocated here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectm3_dm9on/GstPlayer-1.0.c:670:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectm3_dm9on/GstPlayer-1.0.c:682:12: branch_false: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectm3_dm9on/GstPlayer-1.0.c:683:6: branch_true: following ‘true’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectm3_dm9on/GstPlayer-1.0.c:685:25: branch_true: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectm3_dm9on/GstPlayer-1.0.c:686:7: throw: if ‘g_file_error_quark’ throws an exception...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectm3_dm9on/GstPlayer-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): [#def535]
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectm3_dm9on/GstPlayer-1.0.c:686:41: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(input_filename, "rb")’
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectm3_dm9on/GstPlayer-1.0.c:645:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectm3_dm9on/GstPlayer-1.0.c:654:15: branch_false: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectm3_dm9on/GstPlayer-1.0.c:658:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectm3_dm9on/GstPlayer-1.0.c:669:11: branch_false: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectm3_dm9on/GstPlayer-1.0.c:669:11: acquire_resource: opened here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectm3_dm9on/GstPlayer-1.0.c:670:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectm3_dm9on/GstPlayer-1.0.c:682:12: branch_false: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectm3_dm9on/GstPlayer-1.0.c:683:6: branch_true: following ‘true’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectm3_dm9on/GstPlayer-1.0.c:685:25: branch_true: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectm3_dm9on/GstPlayer-1.0.c:686:41: throw: if ‘g_file_error_from_errno’ throws an exception...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectm3_dm9on/GstPlayer-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): [#def536]
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectm3_dm9on/GstPlayer-1.0.c:686:41: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(input_filename, "rb")’
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectm3_dm9on/GstPlayer-1.0.c:645:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectm3_dm9on/GstPlayer-1.0.c:654:15: branch_false: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectm3_dm9on/GstPlayer-1.0.c:658:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectm3_dm9on/GstPlayer-1.0.c:669:11: branch_false: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectm3_dm9on/GstPlayer-1.0.c:669:11: acquire_memory: allocated here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectm3_dm9on/GstPlayer-1.0.c:670:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectm3_dm9on/GstPlayer-1.0.c:682:12: branch_false: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectm3_dm9on/GstPlayer-1.0.c:683:6: branch_true: following ‘true’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectm3_dm9on/GstPlayer-1.0.c:685:25: branch_true: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectm3_dm9on/GstPlayer-1.0.c:686:41: throw: if ‘g_file_error_from_errno’ throws an exception...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectm3_dm9on/GstPlayer-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): [#def537]
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectm3_dm9on/GstPlayer-1.0.c:699:18: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(input_filename, "rb")’
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectm3_dm9on/GstPlayer-1.0.c:630:1: enter_function: entry to ‘dump_irepository’
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectm3_dm9on/GstPlayer-1.0.c:645:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectm3_dm9on/GstPlayer-1.0.c:654:15: branch_false: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectm3_dm9on/GstPlayer-1.0.c:658:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectm3_dm9on/GstPlayer-1.0.c:669:11: branch_false: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectm3_dm9on/GstPlayer-1.0.c:669:11: acquire_resource: opened here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectm3_dm9on/GstPlayer-1.0.c:670:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectm3_dm9on/GstPlayer-1.0.c:682:12: branch_false: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectm3_dm9on/GstPlayer-1.0.c:683:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectm3_dm9on/GstPlayer-1.0.c:696:3: branch_false: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectm3_dm9on/GstPlayer-1.0.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectm3_dm9on/GstPlayer-1.0.c:696:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectm3_dm9on/GstPlayer-1.0.c:697:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectm3_dm9on/GstPlayer-1.0.c:697:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectm3_dm9on/GstPlayer-1.0.c:699:18: throw: if ‘g_hash_table_new’ throws an exception...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectm3_dm9on/GstPlayer-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): [#def538]
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectm3_dm9on/GstPlayer-1.0.c:699:18: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(output_filename, "wb")’
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectm3_dm9on/GstPlayer-1.0.c:630:1: enter_function: entry to ‘dump_irepository’
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectm3_dm9on/GstPlayer-1.0.c:645:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectm3_dm9on/GstPlayer-1.0.c:654:15: branch_false: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectm3_dm9on/GstPlayer-1.0.c:658:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectm3_dm9on/GstPlayer-1.0.c:669:11: branch_false: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectm3_dm9on/GstPlayer-1.0.c:670:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectm3_dm9on/GstPlayer-1.0.c:682:12: branch_false: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectm3_dm9on/GstPlayer-1.0.c:682:12: acquire_resource: opened here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectm3_dm9on/GstPlayer-1.0.c:683:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectm3_dm9on/GstPlayer-1.0.c:696:3: branch_false: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectm3_dm9on/GstPlayer-1.0.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectm3_dm9on/GstPlayer-1.0.c:696:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectm3_dm9on/GstPlayer-1.0.c:697:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectm3_dm9on/GstPlayer-1.0.c:697:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectm3_dm9on/GstPlayer-1.0.c:699:18: throw: if ‘g_hash_table_new’ throws an exception...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectm3_dm9on/GstPlayer-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): [#def539]
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectm3_dm9on/GstPlayer-1.0.c:699:18: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(input_filename, "rb")’
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectm3_dm9on/GstPlayer-1.0.c:630:1: enter_function: entry to ‘dump_irepository’
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectm3_dm9on/GstPlayer-1.0.c:645:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectm3_dm9on/GstPlayer-1.0.c:654:15: branch_false: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectm3_dm9on/GstPlayer-1.0.c:658:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectm3_dm9on/GstPlayer-1.0.c:669:11: branch_false: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectm3_dm9on/GstPlayer-1.0.c:669:11: acquire_memory: allocated here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectm3_dm9on/GstPlayer-1.0.c:670:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectm3_dm9on/GstPlayer-1.0.c:682:12: branch_false: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectm3_dm9on/GstPlayer-1.0.c:683:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectm3_dm9on/GstPlayer-1.0.c:696:3: branch_false: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectm3_dm9on/GstPlayer-1.0.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectm3_dm9on/GstPlayer-1.0.c:696:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectm3_dm9on/GstPlayer-1.0.c:697:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectm3_dm9on/GstPlayer-1.0.c:697:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectm3_dm9on/GstPlayer-1.0.c:699:18: throw: if ‘g_hash_table_new’ throws an exception...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectm3_dm9on/GstPlayer-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): [#def540]
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectm3_dm9on/GstPlayer-1.0.c:699:18: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(output_filename, "wb")’
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectm3_dm9on/GstPlayer-1.0.c:630:1: enter_function: entry to ‘dump_irepository’
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectm3_dm9on/GstPlayer-1.0.c:645:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectm3_dm9on/GstPlayer-1.0.c:654:15: branch_false: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectm3_dm9on/GstPlayer-1.0.c:658:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectm3_dm9on/GstPlayer-1.0.c:669:11: branch_false: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectm3_dm9on/GstPlayer-1.0.c:670:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectm3_dm9on/GstPlayer-1.0.c:682:12: branch_false: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectm3_dm9on/GstPlayer-1.0.c:682:12: acquire_memory: allocated here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectm3_dm9on/GstPlayer-1.0.c:683:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectm3_dm9on/GstPlayer-1.0.c:696:3: branch_false: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectm3_dm9on/GstPlayer-1.0.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectm3_dm9on/GstPlayer-1.0.c:696:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectm3_dm9on/GstPlayer-1.0.c:697:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectm3_dm9on/GstPlayer-1.0.c:697:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectm3_dm9on/GstPlayer-1.0.c:699:18: throw: if ‘g_hash_table_new’ throws an exception...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectm3_dm9on/GstPlayer-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): [#def541]
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectppxiytid/GstCuda-1.0.c:68:7: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(input_filename, "rb")’
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectppxiytid/GstCuda-1.0.c:630:1: enter_function: entry to ‘dump_irepository’
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectppxiytid/GstCuda-1.0.c:645:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectppxiytid/GstCuda-1.0.c:654:15: branch_false: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectppxiytid/GstCuda-1.0.c:658:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectppxiytid/GstCuda-1.0.c:669:11: branch_false: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectppxiytid/GstCuda-1.0.c:669:11: acquire_resource: opened here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectppxiytid/GstCuda-1.0.c:670:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectppxiytid/GstCuda-1.0.c:682:12: branch_false: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectppxiytid/GstCuda-1.0.c:683:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectppxiytid/GstCuda-1.0.c:696:3: branch_false: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectppxiytid/GstCuda-1.0.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Error: GCC_ANALYZER_WARNING (CWE-775): [#def566]
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectppxiytid/GstCuda-1.0.c:686:7: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(input_filename, "rb")’
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectppxiytid/GstCuda-1.0.c:645:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectppxiytid/GstCuda-1.0.c:654:15: branch_false: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectppxiytid/GstCuda-1.0.c:658:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectppxiytid/GstCuda-1.0.c:669:11: branch_false: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectppxiytid/GstCuda-1.0.c:669:11: acquire_resource: opened here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectppxiytid/GstCuda-1.0.c:670:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectppxiytid/GstCuda-1.0.c:682:12: branch_false: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectppxiytid/GstCuda-1.0.c:683:6: branch_true: following ‘true’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectppxiytid/GstCuda-1.0.c:685:25: branch_true: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectppxiytid/GstCuda-1.0.c:686:7: throw: if ‘g_file_error_quark’ throws an exception...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectppxiytid/GstCuda-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): [#def567]
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectppxiytid/GstCuda-1.0.c:686:7: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(input_filename, "rb")’
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectppxiytid/GstCuda-1.0.c:645:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectppxiytid/GstCuda-1.0.c:654:15: branch_false: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectppxiytid/GstCuda-1.0.c:658:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectppxiytid/GstCuda-1.0.c:669:11: branch_false: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectppxiytid/GstCuda-1.0.c:669:11: acquire_memory: allocated here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectppxiytid/GstCuda-1.0.c:670:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectppxiytid/GstCuda-1.0.c:682:12: branch_false: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectppxiytid/GstCuda-1.0.c:683:6: branch_true: following ‘true’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectppxiytid/GstCuda-1.0.c:685:25: branch_true: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectppxiytid/GstCuda-1.0.c:686:7: throw: if ‘g_file_error_quark’ throws an exception...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectppxiytid/GstCuda-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): [#def568]
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectppxiytid/GstCuda-1.0.c:686:41: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(input_filename, "rb")’
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectppxiytid/GstCuda-1.0.c:645:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectppxiytid/GstCuda-1.0.c:654:15: branch_false: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectppxiytid/GstCuda-1.0.c:658:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectppxiytid/GstCuda-1.0.c:669:11: branch_false: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectppxiytid/GstCuda-1.0.c:669:11: acquire_resource: opened here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectppxiytid/GstCuda-1.0.c:670:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectppxiytid/GstCuda-1.0.c:682:12: branch_false: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectppxiytid/GstCuda-1.0.c:683:6: branch_true: following ‘true’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectppxiytid/GstCuda-1.0.c:685:25: branch_true: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectppxiytid/GstCuda-1.0.c:686:41: throw: if ‘g_file_error_from_errno’ throws an exception...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectppxiytid/GstCuda-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): [#def569]
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectppxiytid/GstCuda-1.0.c:686:41: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(input_filename, "rb")’
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectppxiytid/GstCuda-1.0.c:645:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectppxiytid/GstCuda-1.0.c:654:15: branch_false: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectppxiytid/GstCuda-1.0.c:658:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectppxiytid/GstCuda-1.0.c:669:11: branch_false: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectppxiytid/GstCuda-1.0.c:669:11: acquire_memory: allocated here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectppxiytid/GstCuda-1.0.c:670:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectppxiytid/GstCuda-1.0.c:682:12: branch_false: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectppxiytid/GstCuda-1.0.c:683:6: branch_true: following ‘true’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectppxiytid/GstCuda-1.0.c:685:25: branch_true: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectppxiytid/GstCuda-1.0.c:686:41: throw: if ‘g_file_error_from_errno’ throws an exception...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectppxiytid/GstCuda-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): [#def570]
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectppxiytid/GstCuda-1.0.c:699:18: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(input_filename, "rb")’
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectppxiytid/GstCuda-1.0.c:630:1: enter_function: entry to ‘dump_irepository’
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectppxiytid/GstCuda-1.0.c:645:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectppxiytid/GstCuda-1.0.c:654:15: branch_false: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectppxiytid/GstCuda-1.0.c:658:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectppxiytid/GstCuda-1.0.c:669:11: branch_false: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectppxiytid/GstCuda-1.0.c:669:11: acquire_resource: opened here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectppxiytid/GstCuda-1.0.c:670:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectppxiytid/GstCuda-1.0.c:682:12: branch_false: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectppxiytid/GstCuda-1.0.c:683:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectppxiytid/GstCuda-1.0.c:696:3: branch_false: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectppxiytid/GstCuda-1.0.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectppxiytid/GstCuda-1.0.c:696:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectppxiytid/GstCuda-1.0.c:697:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectppxiytid/GstCuda-1.0.c:697:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectppxiytid/GstCuda-1.0.c:699:18: throw: if ‘g_hash_table_new’ throws an exception...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectppxiytid/GstCuda-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): [#def571]
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectppxiytid/GstCuda-1.0.c:699:18: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(output_filename, "wb")’
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectppxiytid/GstCuda-1.0.c:630:1: enter_function: entry to ‘dump_irepository’
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectppxiytid/GstCuda-1.0.c:645:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectppxiytid/GstCuda-1.0.c:654:15: branch_false: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectppxiytid/GstCuda-1.0.c:658:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectppxiytid/GstCuda-1.0.c:669:11: branch_false: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectppxiytid/GstCuda-1.0.c:670:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectppxiytid/GstCuda-1.0.c:682:12: branch_false: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectppxiytid/GstCuda-1.0.c:682:12: acquire_resource: opened here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectppxiytid/GstCuda-1.0.c:683:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectppxiytid/GstCuda-1.0.c:696:3: branch_false: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectppxiytid/GstCuda-1.0.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectppxiytid/GstCuda-1.0.c:696:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectppxiytid/GstCuda-1.0.c:697:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectppxiytid/GstCuda-1.0.c:697:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectppxiytid/GstCuda-1.0.c:699:18: throw: if ‘g_hash_table_new’ throws an exception...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectppxiytid/GstCuda-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): [#def572]
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectppxiytid/GstCuda-1.0.c:699:18: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(input_filename, "rb")’
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectppxiytid/GstCuda-1.0.c:630:1: enter_function: entry to ‘dump_irepository’
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectppxiytid/GstCuda-1.0.c:645:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectppxiytid/GstCuda-1.0.c:654:15: branch_false: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectppxiytid/GstCuda-1.0.c:658:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectppxiytid/GstCuda-1.0.c:669:11: branch_false: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectppxiytid/GstCuda-1.0.c:669:11: acquire_memory: allocated here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectppxiytid/GstCuda-1.0.c:670:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectppxiytid/GstCuda-1.0.c:682:12: branch_false: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectppxiytid/GstCuda-1.0.c:683:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectppxiytid/GstCuda-1.0.c:696:3: branch_false: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectppxiytid/GstCuda-1.0.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectppxiytid/GstCuda-1.0.c:696:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectppxiytid/GstCuda-1.0.c:697:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectppxiytid/GstCuda-1.0.c:697:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectppxiytid/GstCuda-1.0.c:699:18: throw: if ‘g_hash_table_new’ throws an exception...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectppxiytid/GstCuda-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): [#def573]
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectppxiytid/GstCuda-1.0.c:699:18: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(output_filename, "wb")’
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectppxiytid/GstCuda-1.0.c:630:1: enter_function: entry to ‘dump_irepository’
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectppxiytid/GstCuda-1.0.c:645:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectppxiytid/GstCuda-1.0.c:654:15: branch_false: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectppxiytid/GstCuda-1.0.c:658:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectppxiytid/GstCuda-1.0.c:669:11: branch_false: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectppxiytid/GstCuda-1.0.c:670:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectppxiytid/GstCuda-1.0.c:682:12: branch_false: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectppxiytid/GstCuda-1.0.c:682:12: acquire_memory: allocated here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectppxiytid/GstCuda-1.0.c:683:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectppxiytid/GstCuda-1.0.c:696:3: branch_false: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectppxiytid/GstCuda-1.0.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectppxiytid/GstCuda-1.0.c:696:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectppxiytid/GstCuda-1.0.c:697:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectppxiytid/GstCuda-1.0.c:697:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectppxiytid/GstCuda-1.0.c:699:18: throw: if ‘g_hash_table_new’ throws an exception...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectppxiytid/GstCuda-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): [#def574]
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectrpa8gh1f/GstVulkan-1.0.c:68:7: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(input_filename, "rb")’
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectrpa8gh1f/GstVulkan-1.0.c:630:1: enter_function: entry to ‘dump_irepository’
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectrpa8gh1f/GstVulkan-1.0.c:645:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectrpa8gh1f/GstVulkan-1.0.c:654:15: branch_false: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectrpa8gh1f/GstVulkan-1.0.c:658:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectrpa8gh1f/GstVulkan-1.0.c:669:11: branch_false: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectrpa8gh1f/GstVulkan-1.0.c:669:11: acquire_resource: opened here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectrpa8gh1f/GstVulkan-1.0.c:670:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectrpa8gh1f/GstVulkan-1.0.c:682:12: branch_false: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectrpa8gh1f/GstVulkan-1.0.c:683:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectrpa8gh1f/GstVulkan-1.0.c:696:3: branch_false: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectrpa8gh1f/GstVulkan-1.0.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Error: GCC_ANALYZER_WARNING (CWE-775): [#def599]
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectrpa8gh1f/GstVulkan-1.0.c:686:7: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(input_filename, "rb")’
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectrpa8gh1f/GstVulkan-1.0.c:645:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectrpa8gh1f/GstVulkan-1.0.c:654:15: branch_false: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectrpa8gh1f/GstVulkan-1.0.c:658:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectrpa8gh1f/GstVulkan-1.0.c:669:11: branch_false: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectrpa8gh1f/GstVulkan-1.0.c:669:11: acquire_resource: opened here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectrpa8gh1f/GstVulkan-1.0.c:670:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectrpa8gh1f/GstVulkan-1.0.c:682:12: branch_false: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectrpa8gh1f/GstVulkan-1.0.c:683:6: branch_true: following ‘true’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectrpa8gh1f/GstVulkan-1.0.c:685:25: branch_true: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectrpa8gh1f/GstVulkan-1.0.c:686:7: throw: if ‘g_file_error_quark’ throws an exception...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectrpa8gh1f/GstVulkan-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): [#def600]
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectrpa8gh1f/GstVulkan-1.0.c:686:7: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(input_filename, "rb")’
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectrpa8gh1f/GstVulkan-1.0.c:645:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectrpa8gh1f/GstVulkan-1.0.c:654:15: branch_false: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectrpa8gh1f/GstVulkan-1.0.c:658:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectrpa8gh1f/GstVulkan-1.0.c:669:11: branch_false: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectrpa8gh1f/GstVulkan-1.0.c:669:11: acquire_memory: allocated here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectrpa8gh1f/GstVulkan-1.0.c:670:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectrpa8gh1f/GstVulkan-1.0.c:682:12: branch_false: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectrpa8gh1f/GstVulkan-1.0.c:683:6: branch_true: following ‘true’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectrpa8gh1f/GstVulkan-1.0.c:685:25: branch_true: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectrpa8gh1f/GstVulkan-1.0.c:686:7: throw: if ‘g_file_error_quark’ throws an exception...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectrpa8gh1f/GstVulkan-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): [#def601]
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectrpa8gh1f/GstVulkan-1.0.c:686:41: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(input_filename, "rb")’
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectrpa8gh1f/GstVulkan-1.0.c:645:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectrpa8gh1f/GstVulkan-1.0.c:654:15: branch_false: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectrpa8gh1f/GstVulkan-1.0.c:658:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectrpa8gh1f/GstVulkan-1.0.c:669:11: branch_false: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectrpa8gh1f/GstVulkan-1.0.c:669:11: acquire_resource: opened here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectrpa8gh1f/GstVulkan-1.0.c:670:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectrpa8gh1f/GstVulkan-1.0.c:682:12: branch_false: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectrpa8gh1f/GstVulkan-1.0.c:683:6: branch_true: following ‘true’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectrpa8gh1f/GstVulkan-1.0.c:685:25: branch_true: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectrpa8gh1f/GstVulkan-1.0.c:686:41: throw: if ‘g_file_error_from_errno’ throws an exception...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectrpa8gh1f/GstVulkan-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): [#def602]
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectrpa8gh1f/GstVulkan-1.0.c:686:41: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(input_filename, "rb")’
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectrpa8gh1f/GstVulkan-1.0.c:645:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectrpa8gh1f/GstVulkan-1.0.c:654:15: branch_false: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectrpa8gh1f/GstVulkan-1.0.c:658:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectrpa8gh1f/GstVulkan-1.0.c:669:11: branch_false: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectrpa8gh1f/GstVulkan-1.0.c:669:11: acquire_memory: allocated here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectrpa8gh1f/GstVulkan-1.0.c:670:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectrpa8gh1f/GstVulkan-1.0.c:682:12: branch_false: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectrpa8gh1f/GstVulkan-1.0.c:683:6: branch_true: following ‘true’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectrpa8gh1f/GstVulkan-1.0.c:685:25: branch_true: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectrpa8gh1f/GstVulkan-1.0.c:686:41: throw: if ‘g_file_error_from_errno’ throws an exception...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectrpa8gh1f/GstVulkan-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): [#def603]
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectrpa8gh1f/GstVulkan-1.0.c:699:18: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(input_filename, "rb")’
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectrpa8gh1f/GstVulkan-1.0.c:630:1: enter_function: entry to ‘dump_irepository’
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectrpa8gh1f/GstVulkan-1.0.c:645:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectrpa8gh1f/GstVulkan-1.0.c:654:15: branch_false: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectrpa8gh1f/GstVulkan-1.0.c:658:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectrpa8gh1f/GstVulkan-1.0.c:669:11: branch_false: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectrpa8gh1f/GstVulkan-1.0.c:669:11: acquire_resource: opened here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectrpa8gh1f/GstVulkan-1.0.c:670:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectrpa8gh1f/GstVulkan-1.0.c:682:12: branch_false: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectrpa8gh1f/GstVulkan-1.0.c:683:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectrpa8gh1f/GstVulkan-1.0.c:696:3: branch_false: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectrpa8gh1f/GstVulkan-1.0.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectrpa8gh1f/GstVulkan-1.0.c:696:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectrpa8gh1f/GstVulkan-1.0.c:697:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectrpa8gh1f/GstVulkan-1.0.c:697:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectrpa8gh1f/GstVulkan-1.0.c:699:18: throw: if ‘g_hash_table_new’ throws an exception...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectrpa8gh1f/GstVulkan-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): [#def604]
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectrpa8gh1f/GstVulkan-1.0.c:699:18: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(output_filename, "wb")’
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectrpa8gh1f/GstVulkan-1.0.c:630:1: enter_function: entry to ‘dump_irepository’
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectrpa8gh1f/GstVulkan-1.0.c:645:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectrpa8gh1f/GstVulkan-1.0.c:654:15: branch_false: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectrpa8gh1f/GstVulkan-1.0.c:658:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectrpa8gh1f/GstVulkan-1.0.c:669:11: branch_false: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectrpa8gh1f/GstVulkan-1.0.c:670:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectrpa8gh1f/GstVulkan-1.0.c:682:12: branch_false: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectrpa8gh1f/GstVulkan-1.0.c:682:12: acquire_resource: opened here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectrpa8gh1f/GstVulkan-1.0.c:683:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectrpa8gh1f/GstVulkan-1.0.c:696:3: branch_false: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectrpa8gh1f/GstVulkan-1.0.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectrpa8gh1f/GstVulkan-1.0.c:696:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectrpa8gh1f/GstVulkan-1.0.c:697:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectrpa8gh1f/GstVulkan-1.0.c:697:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectrpa8gh1f/GstVulkan-1.0.c:699:18: throw: if ‘g_hash_table_new’ throws an exception...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectrpa8gh1f/GstVulkan-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): [#def605]
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectrpa8gh1f/GstVulkan-1.0.c:699:18: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(input_filename, "rb")’
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectrpa8gh1f/GstVulkan-1.0.c:630:1: enter_function: entry to ‘dump_irepository’
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectrpa8gh1f/GstVulkan-1.0.c:645:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectrpa8gh1f/GstVulkan-1.0.c:654:15: branch_false: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectrpa8gh1f/GstVulkan-1.0.c:658:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectrpa8gh1f/GstVulkan-1.0.c:669:11: branch_false: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectrpa8gh1f/GstVulkan-1.0.c:669:11: acquire_memory: allocated here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectrpa8gh1f/GstVulkan-1.0.c:670:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectrpa8gh1f/GstVulkan-1.0.c:682:12: branch_false: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectrpa8gh1f/GstVulkan-1.0.c:683:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectrpa8gh1f/GstVulkan-1.0.c:696:3: branch_false: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectrpa8gh1f/GstVulkan-1.0.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectrpa8gh1f/GstVulkan-1.0.c:696:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectrpa8gh1f/GstVulkan-1.0.c:697:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectrpa8gh1f/GstVulkan-1.0.c:697:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectrpa8gh1f/GstVulkan-1.0.c:699:18: throw: if ‘g_hash_table_new’ throws an exception...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectrpa8gh1f/GstVulkan-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): [#def606]
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectrpa8gh1f/GstVulkan-1.0.c:699:18: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(output_filename, "wb")’
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectrpa8gh1f/GstVulkan-1.0.c:630:1: enter_function: entry to ‘dump_irepository’
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectrpa8gh1f/GstVulkan-1.0.c:645:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectrpa8gh1f/GstVulkan-1.0.c:654:15: branch_false: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectrpa8gh1f/GstVulkan-1.0.c:658:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectrpa8gh1f/GstVulkan-1.0.c:669:11: branch_false: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectrpa8gh1f/GstVulkan-1.0.c:670:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectrpa8gh1f/GstVulkan-1.0.c:682:12: branch_false: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectrpa8gh1f/GstVulkan-1.0.c:682:12: acquire_memory: allocated here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectrpa8gh1f/GstVulkan-1.0.c:683:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectrpa8gh1f/GstVulkan-1.0.c:696:3: branch_false: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectrpa8gh1f/GstVulkan-1.0.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectrpa8gh1f/GstVulkan-1.0.c:696:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectrpa8gh1f/GstVulkan-1.0.c:697:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectrpa8gh1f/GstVulkan-1.0.c:697:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectrpa8gh1f/GstVulkan-1.0.c:699:18: throw: if ‘g_hash_table_new’ throws an exception...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectrpa8gh1f/GstVulkan-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): [#def607]
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectssbd89gd/GstBadAudio-1.0.c:68:7: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(input_filename, "rb")’
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectssbd89gd/GstBadAudio-1.0.c:630:1: enter_function: entry to ‘dump_irepository’
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectssbd89gd/GstBadAudio-1.0.c:645:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectssbd89gd/GstBadAudio-1.0.c:654:15: branch_false: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectssbd89gd/GstBadAudio-1.0.c:658:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectssbd89gd/GstBadAudio-1.0.c:669:11: branch_false: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectssbd89gd/GstBadAudio-1.0.c:669:11: acquire_resource: opened here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectssbd89gd/GstBadAudio-1.0.c:670:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectssbd89gd/GstBadAudio-1.0.c:682:12: branch_false: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectssbd89gd/GstBadAudio-1.0.c:683:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectssbd89gd/GstBadAudio-1.0.c:696:3: branch_false: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectssbd89gd/GstBadAudio-1.0.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Error: GCC_ANALYZER_WARNING (CWE-775): [#def632]
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectssbd89gd/GstBadAudio-1.0.c:686:7: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(input_filename, "rb")’
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectssbd89gd/GstBadAudio-1.0.c:645:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectssbd89gd/GstBadAudio-1.0.c:654:15: branch_false: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectssbd89gd/GstBadAudio-1.0.c:658:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectssbd89gd/GstBadAudio-1.0.c:669:11: branch_false: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectssbd89gd/GstBadAudio-1.0.c:669:11: acquire_resource: opened here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectssbd89gd/GstBadAudio-1.0.c:670:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectssbd89gd/GstBadAudio-1.0.c:682:12: branch_false: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectssbd89gd/GstBadAudio-1.0.c:683:6: branch_true: following ‘true’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectssbd89gd/GstBadAudio-1.0.c:685:25: branch_true: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectssbd89gd/GstBadAudio-1.0.c:686:7: throw: if ‘g_file_error_quark’ throws an exception...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectssbd89gd/GstBadAudio-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): [#def633]
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectssbd89gd/GstBadAudio-1.0.c:686:7: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(input_filename, "rb")’
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectssbd89gd/GstBadAudio-1.0.c:645:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectssbd89gd/GstBadAudio-1.0.c:654:15: branch_false: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectssbd89gd/GstBadAudio-1.0.c:658:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectssbd89gd/GstBadAudio-1.0.c:669:11: branch_false: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectssbd89gd/GstBadAudio-1.0.c:669:11: acquire_memory: allocated here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectssbd89gd/GstBadAudio-1.0.c:670:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectssbd89gd/GstBadAudio-1.0.c:682:12: branch_false: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectssbd89gd/GstBadAudio-1.0.c:683:6: branch_true: following ‘true’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectssbd89gd/GstBadAudio-1.0.c:685:25: branch_true: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectssbd89gd/GstBadAudio-1.0.c:686:7: throw: if ‘g_file_error_quark’ throws an exception...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectssbd89gd/GstBadAudio-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): [#def634]
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectssbd89gd/GstBadAudio-1.0.c:686:41: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(input_filename, "rb")’
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectssbd89gd/GstBadAudio-1.0.c:645:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectssbd89gd/GstBadAudio-1.0.c:654:15: branch_false: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectssbd89gd/GstBadAudio-1.0.c:658:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectssbd89gd/GstBadAudio-1.0.c:669:11: branch_false: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectssbd89gd/GstBadAudio-1.0.c:669:11: acquire_resource: opened here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectssbd89gd/GstBadAudio-1.0.c:670:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectssbd89gd/GstBadAudio-1.0.c:682:12: branch_false: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectssbd89gd/GstBadAudio-1.0.c:683:6: branch_true: following ‘true’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectssbd89gd/GstBadAudio-1.0.c:685:25: branch_true: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectssbd89gd/GstBadAudio-1.0.c:686:41: throw: if ‘g_file_error_from_errno’ throws an exception...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectssbd89gd/GstBadAudio-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): [#def635]
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectssbd89gd/GstBadAudio-1.0.c:686:41: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(input_filename, "rb")’
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectssbd89gd/GstBadAudio-1.0.c:645:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectssbd89gd/GstBadAudio-1.0.c:654:15: branch_false: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectssbd89gd/GstBadAudio-1.0.c:658:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectssbd89gd/GstBadAudio-1.0.c:669:11: branch_false: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectssbd89gd/GstBadAudio-1.0.c:669:11: acquire_memory: allocated here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectssbd89gd/GstBadAudio-1.0.c:670:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectssbd89gd/GstBadAudio-1.0.c:682:12: branch_false: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectssbd89gd/GstBadAudio-1.0.c:683:6: branch_true: following ‘true’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectssbd89gd/GstBadAudio-1.0.c:685:25: branch_true: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectssbd89gd/GstBadAudio-1.0.c:686:41: throw: if ‘g_file_error_from_errno’ throws an exception...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectssbd89gd/GstBadAudio-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): [#def636]
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectssbd89gd/GstBadAudio-1.0.c:699:18: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(input_filename, "rb")’
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectssbd89gd/GstBadAudio-1.0.c:630:1: enter_function: entry to ‘dump_irepository’
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectssbd89gd/GstBadAudio-1.0.c:645:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectssbd89gd/GstBadAudio-1.0.c:654:15: branch_false: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectssbd89gd/GstBadAudio-1.0.c:658:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectssbd89gd/GstBadAudio-1.0.c:669:11: branch_false: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectssbd89gd/GstBadAudio-1.0.c:669:11: acquire_resource: opened here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectssbd89gd/GstBadAudio-1.0.c:670:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectssbd89gd/GstBadAudio-1.0.c:682:12: branch_false: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectssbd89gd/GstBadAudio-1.0.c:683:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectssbd89gd/GstBadAudio-1.0.c:696:3: branch_false: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectssbd89gd/GstBadAudio-1.0.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectssbd89gd/GstBadAudio-1.0.c:696:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectssbd89gd/GstBadAudio-1.0.c:697:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectssbd89gd/GstBadAudio-1.0.c:697:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectssbd89gd/GstBadAudio-1.0.c:699:18: throw: if ‘g_hash_table_new’ throws an exception...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectssbd89gd/GstBadAudio-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): [#def637]
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectssbd89gd/GstBadAudio-1.0.c:699:18: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(output_filename, "wb")’
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectssbd89gd/GstBadAudio-1.0.c:630:1: enter_function: entry to ‘dump_irepository’
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectssbd89gd/GstBadAudio-1.0.c:645:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectssbd89gd/GstBadAudio-1.0.c:654:15: branch_false: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectssbd89gd/GstBadAudio-1.0.c:658:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectssbd89gd/GstBadAudio-1.0.c:669:11: branch_false: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectssbd89gd/GstBadAudio-1.0.c:670:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectssbd89gd/GstBadAudio-1.0.c:682:12: branch_false: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectssbd89gd/GstBadAudio-1.0.c:682:12: acquire_resource: opened here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectssbd89gd/GstBadAudio-1.0.c:683:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectssbd89gd/GstBadAudio-1.0.c:696:3: branch_false: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectssbd89gd/GstBadAudio-1.0.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectssbd89gd/GstBadAudio-1.0.c:696:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectssbd89gd/GstBadAudio-1.0.c:697:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectssbd89gd/GstBadAudio-1.0.c:697:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectssbd89gd/GstBadAudio-1.0.c:699:18: throw: if ‘g_hash_table_new’ throws an exception...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectssbd89gd/GstBadAudio-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): [#def638]
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectssbd89gd/GstBadAudio-1.0.c:699:18: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(input_filename, "rb")’
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectssbd89gd/GstBadAudio-1.0.c:630:1: enter_function: entry to ‘dump_irepository’
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectssbd89gd/GstBadAudio-1.0.c:645:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectssbd89gd/GstBadAudio-1.0.c:654:15: branch_false: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectssbd89gd/GstBadAudio-1.0.c:658:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectssbd89gd/GstBadAudio-1.0.c:669:11: branch_false: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectssbd89gd/GstBadAudio-1.0.c:669:11: acquire_memory: allocated here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectssbd89gd/GstBadAudio-1.0.c:670:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectssbd89gd/GstBadAudio-1.0.c:682:12: branch_false: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectssbd89gd/GstBadAudio-1.0.c:683:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectssbd89gd/GstBadAudio-1.0.c:696:3: branch_false: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectssbd89gd/GstBadAudio-1.0.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectssbd89gd/GstBadAudio-1.0.c:696:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectssbd89gd/GstBadAudio-1.0.c:697:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectssbd89gd/GstBadAudio-1.0.c:697:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectssbd89gd/GstBadAudio-1.0.c:699:18: throw: if ‘g_hash_table_new’ throws an exception...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectssbd89gd/GstBadAudio-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): [#def639]
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectssbd89gd/GstBadAudio-1.0.c:699:18: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(output_filename, "wb")’
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectssbd89gd/GstBadAudio-1.0.c:630:1: enter_function: entry to ‘dump_irepository’
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectssbd89gd/GstBadAudio-1.0.c:645:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectssbd89gd/GstBadAudio-1.0.c:654:15: branch_false: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectssbd89gd/GstBadAudio-1.0.c:658:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectssbd89gd/GstBadAudio-1.0.c:669:11: branch_false: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectssbd89gd/GstBadAudio-1.0.c:670:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectssbd89gd/GstBadAudio-1.0.c:682:12: branch_false: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectssbd89gd/GstBadAudio-1.0.c:682:12: acquire_memory: allocated here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectssbd89gd/GstBadAudio-1.0.c:683:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectssbd89gd/GstBadAudio-1.0.c:696:3: branch_false: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectssbd89gd/GstBadAudio-1.0.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectssbd89gd/GstBadAudio-1.0.c:696:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectssbd89gd/GstBadAudio-1.0.c:697:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectssbd89gd/GstBadAudio-1.0.c:697:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectssbd89gd/GstBadAudio-1.0.c:699:18: throw: if ‘g_hash_table_new’ throws an exception...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectssbd89gd/GstBadAudio-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): [#def640]
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectu8xsi02w/GstBadBaseCameraBin-1.0.c:68:7: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(input_filename, "rb")’
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectu8xsi02w/GstBadBaseCameraBin-1.0.c:630:1: enter_function: entry to ‘dump_irepository’
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectu8xsi02w/GstBadBaseCameraBin-1.0.c:645:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectu8xsi02w/GstBadBaseCameraBin-1.0.c:654:15: branch_false: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectu8xsi02w/GstBadBaseCameraBin-1.0.c:658:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectu8xsi02w/GstBadBaseCameraBin-1.0.c:669:11: branch_false: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectu8xsi02w/GstBadBaseCameraBin-1.0.c:669:11: acquire_resource: opened here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectu8xsi02w/GstBadBaseCameraBin-1.0.c:670:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectu8xsi02w/GstBadBaseCameraBin-1.0.c:682:12: branch_false: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectu8xsi02w/GstBadBaseCameraBin-1.0.c:683:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectu8xsi02w/GstBadBaseCameraBin-1.0.c:696:3: branch_false: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectu8xsi02w/GstBadBaseCameraBin-1.0.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Error: GCC_ANALYZER_WARNING (CWE-775): [#def665]
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectu8xsi02w/GstBadBaseCameraBin-1.0.c:686:7: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(input_filename, "rb")’
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectu8xsi02w/GstBadBaseCameraBin-1.0.c:645:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectu8xsi02w/GstBadBaseCameraBin-1.0.c:654:15: branch_false: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectu8xsi02w/GstBadBaseCameraBin-1.0.c:658:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectu8xsi02w/GstBadBaseCameraBin-1.0.c:669:11: branch_false: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectu8xsi02w/GstBadBaseCameraBin-1.0.c:669:11: acquire_resource: opened here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectu8xsi02w/GstBadBaseCameraBin-1.0.c:670:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectu8xsi02w/GstBadBaseCameraBin-1.0.c:682:12: branch_false: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectu8xsi02w/GstBadBaseCameraBin-1.0.c:683:6: branch_true: following ‘true’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectu8xsi02w/GstBadBaseCameraBin-1.0.c:685:25: branch_true: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectu8xsi02w/GstBadBaseCameraBin-1.0.c:686:7: throw: if ‘g_file_error_quark’ throws an exception...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectu8xsi02w/GstBadBaseCameraBin-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): [#def666]
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectu8xsi02w/GstBadBaseCameraBin-1.0.c:686:7: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(input_filename, "rb")’
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectu8xsi02w/GstBadBaseCameraBin-1.0.c:645:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectu8xsi02w/GstBadBaseCameraBin-1.0.c:654:15: branch_false: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectu8xsi02w/GstBadBaseCameraBin-1.0.c:658:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectu8xsi02w/GstBadBaseCameraBin-1.0.c:669:11: branch_false: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectu8xsi02w/GstBadBaseCameraBin-1.0.c:669:11: acquire_memory: allocated here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectu8xsi02w/GstBadBaseCameraBin-1.0.c:670:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectu8xsi02w/GstBadBaseCameraBin-1.0.c:682:12: branch_false: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectu8xsi02w/GstBadBaseCameraBin-1.0.c:683:6: branch_true: following ‘true’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectu8xsi02w/GstBadBaseCameraBin-1.0.c:685:25: branch_true: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectu8xsi02w/GstBadBaseCameraBin-1.0.c:686:7: throw: if ‘g_file_error_quark’ throws an exception...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectu8xsi02w/GstBadBaseCameraBin-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): [#def667]
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectu8xsi02w/GstBadBaseCameraBin-1.0.c:686:41: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(input_filename, "rb")’
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectu8xsi02w/GstBadBaseCameraBin-1.0.c:645:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectu8xsi02w/GstBadBaseCameraBin-1.0.c:654:15: branch_false: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectu8xsi02w/GstBadBaseCameraBin-1.0.c:658:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectu8xsi02w/GstBadBaseCameraBin-1.0.c:669:11: branch_false: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectu8xsi02w/GstBadBaseCameraBin-1.0.c:669:11: acquire_resource: opened here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectu8xsi02w/GstBadBaseCameraBin-1.0.c:670:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectu8xsi02w/GstBadBaseCameraBin-1.0.c:682:12: branch_false: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectu8xsi02w/GstBadBaseCameraBin-1.0.c:683:6: branch_true: following ‘true’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectu8xsi02w/GstBadBaseCameraBin-1.0.c:685:25: branch_true: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectu8xsi02w/GstBadBaseCameraBin-1.0.c:686:41: throw: if ‘g_file_error_from_errno’ throws an exception...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectu8xsi02w/GstBadBaseCameraBin-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): [#def668]
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectu8xsi02w/GstBadBaseCameraBin-1.0.c:686:41: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(input_filename, "rb")’
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectu8xsi02w/GstBadBaseCameraBin-1.0.c:645:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectu8xsi02w/GstBadBaseCameraBin-1.0.c:654:15: branch_false: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectu8xsi02w/GstBadBaseCameraBin-1.0.c:658:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectu8xsi02w/GstBadBaseCameraBin-1.0.c:669:11: branch_false: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectu8xsi02w/GstBadBaseCameraBin-1.0.c:669:11: acquire_memory: allocated here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectu8xsi02w/GstBadBaseCameraBin-1.0.c:670:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectu8xsi02w/GstBadBaseCameraBin-1.0.c:682:12: branch_false: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectu8xsi02w/GstBadBaseCameraBin-1.0.c:683:6: branch_true: following ‘true’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectu8xsi02w/GstBadBaseCameraBin-1.0.c:685:25: branch_true: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectu8xsi02w/GstBadBaseCameraBin-1.0.c:686:41: throw: if ‘g_file_error_from_errno’ throws an exception...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectu8xsi02w/GstBadBaseCameraBin-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): [#def669]
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectu8xsi02w/GstBadBaseCameraBin-1.0.c:699:18: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(input_filename, "rb")’
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectu8xsi02w/GstBadBaseCameraBin-1.0.c:630:1: enter_function: entry to ‘dump_irepository’
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectu8xsi02w/GstBadBaseCameraBin-1.0.c:645:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectu8xsi02w/GstBadBaseCameraBin-1.0.c:654:15: branch_false: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectu8xsi02w/GstBadBaseCameraBin-1.0.c:658:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectu8xsi02w/GstBadBaseCameraBin-1.0.c:669:11: branch_false: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectu8xsi02w/GstBadBaseCameraBin-1.0.c:669:11: acquire_resource: opened here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectu8xsi02w/GstBadBaseCameraBin-1.0.c:670:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectu8xsi02w/GstBadBaseCameraBin-1.0.c:682:12: branch_false: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectu8xsi02w/GstBadBaseCameraBin-1.0.c:683:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectu8xsi02w/GstBadBaseCameraBin-1.0.c:696:3: branch_false: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectu8xsi02w/GstBadBaseCameraBin-1.0.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectu8xsi02w/GstBadBaseCameraBin-1.0.c:696:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectu8xsi02w/GstBadBaseCameraBin-1.0.c:697:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectu8xsi02w/GstBadBaseCameraBin-1.0.c:697:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectu8xsi02w/GstBadBaseCameraBin-1.0.c:699:18: throw: if ‘g_hash_table_new’ throws an exception...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectu8xsi02w/GstBadBaseCameraBin-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): [#def670]
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectu8xsi02w/GstBadBaseCameraBin-1.0.c:699:18: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(output_filename, "wb")’
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectu8xsi02w/GstBadBaseCameraBin-1.0.c:630:1: enter_function: entry to ‘dump_irepository’
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectu8xsi02w/GstBadBaseCameraBin-1.0.c:645:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectu8xsi02w/GstBadBaseCameraBin-1.0.c:654:15: branch_false: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectu8xsi02w/GstBadBaseCameraBin-1.0.c:658:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectu8xsi02w/GstBadBaseCameraBin-1.0.c:669:11: branch_false: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectu8xsi02w/GstBadBaseCameraBin-1.0.c:670:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectu8xsi02w/GstBadBaseCameraBin-1.0.c:682:12: branch_false: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectu8xsi02w/GstBadBaseCameraBin-1.0.c:682:12: acquire_resource: opened here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectu8xsi02w/GstBadBaseCameraBin-1.0.c:683:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectu8xsi02w/GstBadBaseCameraBin-1.0.c:696:3: branch_false: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectu8xsi02w/GstBadBaseCameraBin-1.0.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectu8xsi02w/GstBadBaseCameraBin-1.0.c:696:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectu8xsi02w/GstBadBaseCameraBin-1.0.c:697:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectu8xsi02w/GstBadBaseCameraBin-1.0.c:697:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectu8xsi02w/GstBadBaseCameraBin-1.0.c:699:18: throw: if ‘g_hash_table_new’ throws an exception...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectu8xsi02w/GstBadBaseCameraBin-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): [#def671]
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectu8xsi02w/GstBadBaseCameraBin-1.0.c:699:18: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(input_filename, "rb")’
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectu8xsi02w/GstBadBaseCameraBin-1.0.c:630:1: enter_function: entry to ‘dump_irepository’
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectu8xsi02w/GstBadBaseCameraBin-1.0.c:645:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectu8xsi02w/GstBadBaseCameraBin-1.0.c:654:15: branch_false: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectu8xsi02w/GstBadBaseCameraBin-1.0.c:658:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectu8xsi02w/GstBadBaseCameraBin-1.0.c:669:11: branch_false: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectu8xsi02w/GstBadBaseCameraBin-1.0.c:669:11: acquire_memory: allocated here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectu8xsi02w/GstBadBaseCameraBin-1.0.c:670:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectu8xsi02w/GstBadBaseCameraBin-1.0.c:682:12: branch_false: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectu8xsi02w/GstBadBaseCameraBin-1.0.c:683:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectu8xsi02w/GstBadBaseCameraBin-1.0.c:696:3: branch_false: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectu8xsi02w/GstBadBaseCameraBin-1.0.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectu8xsi02w/GstBadBaseCameraBin-1.0.c:696:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectu8xsi02w/GstBadBaseCameraBin-1.0.c:697:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectu8xsi02w/GstBadBaseCameraBin-1.0.c:697:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectu8xsi02w/GstBadBaseCameraBin-1.0.c:699:18: throw: if ‘g_hash_table_new’ throws an exception...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectu8xsi02w/GstBadBaseCameraBin-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): [#def672]
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectu8xsi02w/GstBadBaseCameraBin-1.0.c:699:18: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(output_filename, "wb")’
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectu8xsi02w/GstBadBaseCameraBin-1.0.c:630:1: enter_function: entry to ‘dump_irepository’
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectu8xsi02w/GstBadBaseCameraBin-1.0.c:645:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectu8xsi02w/GstBadBaseCameraBin-1.0.c:654:15: branch_false: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectu8xsi02w/GstBadBaseCameraBin-1.0.c:658:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectu8xsi02w/GstBadBaseCameraBin-1.0.c:669:11: branch_false: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectu8xsi02w/GstBadBaseCameraBin-1.0.c:670:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectu8xsi02w/GstBadBaseCameraBin-1.0.c:682:12: branch_false: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectu8xsi02w/GstBadBaseCameraBin-1.0.c:682:12: acquire_memory: allocated here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectu8xsi02w/GstBadBaseCameraBin-1.0.c:683:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectu8xsi02w/GstBadBaseCameraBin-1.0.c:696:3: branch_false: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectu8xsi02w/GstBadBaseCameraBin-1.0.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectu8xsi02w/GstBadBaseCameraBin-1.0.c:696:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectu8xsi02w/GstBadBaseCameraBin-1.0.c:697:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectu8xsi02w/GstBadBaseCameraBin-1.0.c:697:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectu8xsi02w/GstBadBaseCameraBin-1.0.c:699:18: throw: if ‘g_hash_table_new’ throws an exception...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectu8xsi02w/GstBadBaseCameraBin-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): [#def673]
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectw5dsjf5g/GstMpegts-1.0.c:68:7: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(input_filename, "rb")’
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectw5dsjf5g/GstMpegts-1.0.c:630:1: enter_function: entry to ‘dump_irepository’
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectw5dsjf5g/GstMpegts-1.0.c:645:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectw5dsjf5g/GstMpegts-1.0.c:654:15: branch_false: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectw5dsjf5g/GstMpegts-1.0.c:658:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectw5dsjf5g/GstMpegts-1.0.c:669:11: branch_false: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectw5dsjf5g/GstMpegts-1.0.c:669:11: acquire_resource: opened here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectw5dsjf5g/GstMpegts-1.0.c:670:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectw5dsjf5g/GstMpegts-1.0.c:682:12: branch_false: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectw5dsjf5g/GstMpegts-1.0.c:683:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectw5dsjf5g/GstMpegts-1.0.c:696:3: branch_false: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectw5dsjf5g/GstMpegts-1.0.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Error: GCC_ANALYZER_WARNING (CWE-775): [#def698]
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectw5dsjf5g/GstMpegts-1.0.c:686:7: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(input_filename, "rb")’
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectw5dsjf5g/GstMpegts-1.0.c:645:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectw5dsjf5g/GstMpegts-1.0.c:654:15: branch_false: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectw5dsjf5g/GstMpegts-1.0.c:658:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectw5dsjf5g/GstMpegts-1.0.c:669:11: branch_false: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectw5dsjf5g/GstMpegts-1.0.c:669:11: acquire_resource: opened here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectw5dsjf5g/GstMpegts-1.0.c:670:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectw5dsjf5g/GstMpegts-1.0.c:682:12: branch_false: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectw5dsjf5g/GstMpegts-1.0.c:683:6: branch_true: following ‘true’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectw5dsjf5g/GstMpegts-1.0.c:685:25: branch_true: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectw5dsjf5g/GstMpegts-1.0.c:686:7: throw: if ‘g_file_error_quark’ throws an exception...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectw5dsjf5g/GstMpegts-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): [#def699]
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectw5dsjf5g/GstMpegts-1.0.c:686:7: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(input_filename, "rb")’
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectw5dsjf5g/GstMpegts-1.0.c:645:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectw5dsjf5g/GstMpegts-1.0.c:654:15: branch_false: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectw5dsjf5g/GstMpegts-1.0.c:658:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectw5dsjf5g/GstMpegts-1.0.c:669:11: branch_false: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectw5dsjf5g/GstMpegts-1.0.c:669:11: acquire_memory: allocated here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectw5dsjf5g/GstMpegts-1.0.c:670:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectw5dsjf5g/GstMpegts-1.0.c:682:12: branch_false: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectw5dsjf5g/GstMpegts-1.0.c:683:6: branch_true: following ‘true’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectw5dsjf5g/GstMpegts-1.0.c:685:25: branch_true: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectw5dsjf5g/GstMpegts-1.0.c:686:7: throw: if ‘g_file_error_quark’ throws an exception...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectw5dsjf5g/GstMpegts-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): [#def700]
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectw5dsjf5g/GstMpegts-1.0.c:686:41: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(input_filename, "rb")’
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectw5dsjf5g/GstMpegts-1.0.c:645:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectw5dsjf5g/GstMpegts-1.0.c:654:15: branch_false: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectw5dsjf5g/GstMpegts-1.0.c:658:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectw5dsjf5g/GstMpegts-1.0.c:669:11: branch_false: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectw5dsjf5g/GstMpegts-1.0.c:669:11: acquire_resource: opened here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectw5dsjf5g/GstMpegts-1.0.c:670:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectw5dsjf5g/GstMpegts-1.0.c:682:12: branch_false: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectw5dsjf5g/GstMpegts-1.0.c:683:6: branch_true: following ‘true’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectw5dsjf5g/GstMpegts-1.0.c:685:25: branch_true: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectw5dsjf5g/GstMpegts-1.0.c:686:41: throw: if ‘g_file_error_from_errno’ throws an exception...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectw5dsjf5g/GstMpegts-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): [#def701]
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectw5dsjf5g/GstMpegts-1.0.c:686:41: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(input_filename, "rb")’
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectw5dsjf5g/GstMpegts-1.0.c:645:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectw5dsjf5g/GstMpegts-1.0.c:654:15: branch_false: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectw5dsjf5g/GstMpegts-1.0.c:658:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectw5dsjf5g/GstMpegts-1.0.c:669:11: branch_false: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectw5dsjf5g/GstMpegts-1.0.c:669:11: acquire_memory: allocated here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectw5dsjf5g/GstMpegts-1.0.c:670:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectw5dsjf5g/GstMpegts-1.0.c:682:12: branch_false: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectw5dsjf5g/GstMpegts-1.0.c:683:6: branch_true: following ‘true’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectw5dsjf5g/GstMpegts-1.0.c:685:25: branch_true: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectw5dsjf5g/GstMpegts-1.0.c:686:41: throw: if ‘g_file_error_from_errno’ throws an exception...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectw5dsjf5g/GstMpegts-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): [#def702]
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectw5dsjf5g/GstMpegts-1.0.c:699:18: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(input_filename, "rb")’
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectw5dsjf5g/GstMpegts-1.0.c:630:1: enter_function: entry to ‘dump_irepository’
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectw5dsjf5g/GstMpegts-1.0.c:645:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectw5dsjf5g/GstMpegts-1.0.c:654:15: branch_false: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectw5dsjf5g/GstMpegts-1.0.c:658:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectw5dsjf5g/GstMpegts-1.0.c:669:11: branch_false: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectw5dsjf5g/GstMpegts-1.0.c:669:11: acquire_resource: opened here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectw5dsjf5g/GstMpegts-1.0.c:670:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectw5dsjf5g/GstMpegts-1.0.c:682:12: branch_false: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectw5dsjf5g/GstMpegts-1.0.c:683:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectw5dsjf5g/GstMpegts-1.0.c:696:3: branch_false: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectw5dsjf5g/GstMpegts-1.0.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectw5dsjf5g/GstMpegts-1.0.c:696:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectw5dsjf5g/GstMpegts-1.0.c:697:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectw5dsjf5g/GstMpegts-1.0.c:697:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectw5dsjf5g/GstMpegts-1.0.c:699:18: throw: if ‘g_hash_table_new’ throws an exception...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectw5dsjf5g/GstMpegts-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): [#def703]
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectw5dsjf5g/GstMpegts-1.0.c:699:18: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(output_filename, "wb")’
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectw5dsjf5g/GstMpegts-1.0.c:630:1: enter_function: entry to ‘dump_irepository’
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectw5dsjf5g/GstMpegts-1.0.c:645:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectw5dsjf5g/GstMpegts-1.0.c:654:15: branch_false: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectw5dsjf5g/GstMpegts-1.0.c:658:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectw5dsjf5g/GstMpegts-1.0.c:669:11: branch_false: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectw5dsjf5g/GstMpegts-1.0.c:670:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectw5dsjf5g/GstMpegts-1.0.c:682:12: branch_false: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectw5dsjf5g/GstMpegts-1.0.c:682:12: acquire_resource: opened here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectw5dsjf5g/GstMpegts-1.0.c:683:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectw5dsjf5g/GstMpegts-1.0.c:696:3: branch_false: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectw5dsjf5g/GstMpegts-1.0.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectw5dsjf5g/GstMpegts-1.0.c:696:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectw5dsjf5g/GstMpegts-1.0.c:697:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectw5dsjf5g/GstMpegts-1.0.c:697:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectw5dsjf5g/GstMpegts-1.0.c:699:18: throw: if ‘g_hash_table_new’ throws an exception...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectw5dsjf5g/GstMpegts-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): [#def704]
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectw5dsjf5g/GstMpegts-1.0.c:699:18: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(input_filename, "rb")’
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectw5dsjf5g/GstMpegts-1.0.c:630:1: enter_function: entry to ‘dump_irepository’
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectw5dsjf5g/GstMpegts-1.0.c:645:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectw5dsjf5g/GstMpegts-1.0.c:654:15: branch_false: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectw5dsjf5g/GstMpegts-1.0.c:658:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectw5dsjf5g/GstMpegts-1.0.c:669:11: branch_false: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectw5dsjf5g/GstMpegts-1.0.c:669:11: acquire_memory: allocated here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectw5dsjf5g/GstMpegts-1.0.c:670:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectw5dsjf5g/GstMpegts-1.0.c:682:12: branch_false: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectw5dsjf5g/GstMpegts-1.0.c:683:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectw5dsjf5g/GstMpegts-1.0.c:696:3: branch_false: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectw5dsjf5g/GstMpegts-1.0.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectw5dsjf5g/GstMpegts-1.0.c:696:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectw5dsjf5g/GstMpegts-1.0.c:697:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectw5dsjf5g/GstMpegts-1.0.c:697:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectw5dsjf5g/GstMpegts-1.0.c:699:18: throw: if ‘g_hash_table_new’ throws an exception...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectw5dsjf5g/GstMpegts-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): [#def705]
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectw5dsjf5g/GstMpegts-1.0.c:699:18: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(output_filename, "wb")’
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectw5dsjf5g/GstMpegts-1.0.c:630:1: enter_function: entry to ‘dump_irepository’
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectw5dsjf5g/GstMpegts-1.0.c:645:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectw5dsjf5g/GstMpegts-1.0.c:654:15: branch_false: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectw5dsjf5g/GstMpegts-1.0.c:658:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectw5dsjf5g/GstMpegts-1.0.c:669:11: branch_false: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectw5dsjf5g/GstMpegts-1.0.c:670:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectw5dsjf5g/GstMpegts-1.0.c:682:12: branch_false: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectw5dsjf5g/GstMpegts-1.0.c:682:12: acquire_memory: allocated here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectw5dsjf5g/GstMpegts-1.0.c:683:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectw5dsjf5g/GstMpegts-1.0.c:696:3: branch_false: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectw5dsjf5g/GstMpegts-1.0.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectw5dsjf5g/GstMpegts-1.0.c:696:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectw5dsjf5g/GstMpegts-1.0.c:697:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectw5dsjf5g/GstMpegts-1.0.c:697:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectw5dsjf5g/GstMpegts-1.0.c:699:18: throw: if ‘g_hash_table_new’ throws an exception...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectw5dsjf5g/GstMpegts-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): [#def706]
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectxtyvu9bu/GstWebRTC-1.0.c:68:7: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(input_filename, "rb")’
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectxtyvu9bu/GstWebRTC-1.0.c:630:1: enter_function: entry to ‘dump_irepository’
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectxtyvu9bu/GstWebRTC-1.0.c:645:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectxtyvu9bu/GstWebRTC-1.0.c:654:15: branch_false: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectxtyvu9bu/GstWebRTC-1.0.c:658:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectxtyvu9bu/GstWebRTC-1.0.c:669:11: branch_false: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectxtyvu9bu/GstWebRTC-1.0.c:669:11: acquire_resource: opened here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectxtyvu9bu/GstWebRTC-1.0.c:670:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectxtyvu9bu/GstWebRTC-1.0.c:682:12: branch_false: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectxtyvu9bu/GstWebRTC-1.0.c:683:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectxtyvu9bu/GstWebRTC-1.0.c:696:3: branch_false: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectxtyvu9bu/GstWebRTC-1.0.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Error: GCC_ANALYZER_WARNING (CWE-775): [#def731]
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectxtyvu9bu/GstWebRTC-1.0.c:686:7: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(input_filename, "rb")’
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectxtyvu9bu/GstWebRTC-1.0.c:645:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectxtyvu9bu/GstWebRTC-1.0.c:654:15: branch_false: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectxtyvu9bu/GstWebRTC-1.0.c:658:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectxtyvu9bu/GstWebRTC-1.0.c:669:11: branch_false: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectxtyvu9bu/GstWebRTC-1.0.c:669:11: acquire_resource: opened here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectxtyvu9bu/GstWebRTC-1.0.c:670:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectxtyvu9bu/GstWebRTC-1.0.c:682:12: branch_false: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectxtyvu9bu/GstWebRTC-1.0.c:683:6: branch_true: following ‘true’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectxtyvu9bu/GstWebRTC-1.0.c:685:25: branch_true: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectxtyvu9bu/GstWebRTC-1.0.c:686:7: throw: if ‘g_file_error_quark’ throws an exception...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectxtyvu9bu/GstWebRTC-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): [#def732]
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectxtyvu9bu/GstWebRTC-1.0.c:686:7: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(input_filename, "rb")’
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectxtyvu9bu/GstWebRTC-1.0.c:645:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectxtyvu9bu/GstWebRTC-1.0.c:654:15: branch_false: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectxtyvu9bu/GstWebRTC-1.0.c:658:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectxtyvu9bu/GstWebRTC-1.0.c:669:11: branch_false: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectxtyvu9bu/GstWebRTC-1.0.c:669:11: acquire_memory: allocated here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectxtyvu9bu/GstWebRTC-1.0.c:670:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectxtyvu9bu/GstWebRTC-1.0.c:682:12: branch_false: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectxtyvu9bu/GstWebRTC-1.0.c:683:6: branch_true: following ‘true’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectxtyvu9bu/GstWebRTC-1.0.c:685:25: branch_true: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectxtyvu9bu/GstWebRTC-1.0.c:686:7: throw: if ‘g_file_error_quark’ throws an exception...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectxtyvu9bu/GstWebRTC-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): [#def733]
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectxtyvu9bu/GstWebRTC-1.0.c:686:41: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(input_filename, "rb")’
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectxtyvu9bu/GstWebRTC-1.0.c:645:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectxtyvu9bu/GstWebRTC-1.0.c:654:15: branch_false: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectxtyvu9bu/GstWebRTC-1.0.c:658:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectxtyvu9bu/GstWebRTC-1.0.c:669:11: branch_false: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectxtyvu9bu/GstWebRTC-1.0.c:669:11: acquire_resource: opened here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectxtyvu9bu/GstWebRTC-1.0.c:670:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectxtyvu9bu/GstWebRTC-1.0.c:682:12: branch_false: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectxtyvu9bu/GstWebRTC-1.0.c:683:6: branch_true: following ‘true’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectxtyvu9bu/GstWebRTC-1.0.c:685:25: branch_true: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectxtyvu9bu/GstWebRTC-1.0.c:686:41: throw: if ‘g_file_error_from_errno’ throws an exception...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectxtyvu9bu/GstWebRTC-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): [#def734]
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectxtyvu9bu/GstWebRTC-1.0.c:686:41: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(input_filename, "rb")’
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectxtyvu9bu/GstWebRTC-1.0.c:645:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectxtyvu9bu/GstWebRTC-1.0.c:654:15: branch_false: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectxtyvu9bu/GstWebRTC-1.0.c:658:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectxtyvu9bu/GstWebRTC-1.0.c:669:11: branch_false: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectxtyvu9bu/GstWebRTC-1.0.c:669:11: acquire_memory: allocated here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectxtyvu9bu/GstWebRTC-1.0.c:670:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectxtyvu9bu/GstWebRTC-1.0.c:682:12: branch_false: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectxtyvu9bu/GstWebRTC-1.0.c:683:6: branch_true: following ‘true’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectxtyvu9bu/GstWebRTC-1.0.c:685:25: branch_true: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectxtyvu9bu/GstWebRTC-1.0.c:686:41: throw: if ‘g_file_error_from_errno’ throws an exception...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectxtyvu9bu/GstWebRTC-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): [#def735]
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectxtyvu9bu/GstWebRTC-1.0.c:699:18: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(input_filename, "rb")’
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectxtyvu9bu/GstWebRTC-1.0.c:630:1: enter_function: entry to ‘dump_irepository’
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectxtyvu9bu/GstWebRTC-1.0.c:645:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectxtyvu9bu/GstWebRTC-1.0.c:654:15: branch_false: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectxtyvu9bu/GstWebRTC-1.0.c:658:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectxtyvu9bu/GstWebRTC-1.0.c:669:11: branch_false: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectxtyvu9bu/GstWebRTC-1.0.c:669:11: acquire_resource: opened here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectxtyvu9bu/GstWebRTC-1.0.c:670:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectxtyvu9bu/GstWebRTC-1.0.c:682:12: branch_false: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectxtyvu9bu/GstWebRTC-1.0.c:683:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectxtyvu9bu/GstWebRTC-1.0.c:696:3: branch_false: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectxtyvu9bu/GstWebRTC-1.0.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectxtyvu9bu/GstWebRTC-1.0.c:696:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectxtyvu9bu/GstWebRTC-1.0.c:697:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectxtyvu9bu/GstWebRTC-1.0.c:697:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectxtyvu9bu/GstWebRTC-1.0.c:699:18: throw: if ‘g_hash_table_new’ throws an exception...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectxtyvu9bu/GstWebRTC-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): [#def736]
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectxtyvu9bu/GstWebRTC-1.0.c:699:18: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(output_filename, "wb")’
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectxtyvu9bu/GstWebRTC-1.0.c:630:1: enter_function: entry to ‘dump_irepository’
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectxtyvu9bu/GstWebRTC-1.0.c:645:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectxtyvu9bu/GstWebRTC-1.0.c:654:15: branch_false: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectxtyvu9bu/GstWebRTC-1.0.c:658:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectxtyvu9bu/GstWebRTC-1.0.c:669:11: branch_false: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectxtyvu9bu/GstWebRTC-1.0.c:670:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectxtyvu9bu/GstWebRTC-1.0.c:682:12: branch_false: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectxtyvu9bu/GstWebRTC-1.0.c:682:12: acquire_resource: opened here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectxtyvu9bu/GstWebRTC-1.0.c:683:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectxtyvu9bu/GstWebRTC-1.0.c:696:3: branch_false: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectxtyvu9bu/GstWebRTC-1.0.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectxtyvu9bu/GstWebRTC-1.0.c:696:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectxtyvu9bu/GstWebRTC-1.0.c:697:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectxtyvu9bu/GstWebRTC-1.0.c:697:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectxtyvu9bu/GstWebRTC-1.0.c:699:18: throw: if ‘g_hash_table_new’ throws an exception...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectxtyvu9bu/GstWebRTC-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): [#def737]
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectxtyvu9bu/GstWebRTC-1.0.c:699:18: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(input_filename, "rb")’
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectxtyvu9bu/GstWebRTC-1.0.c:630:1: enter_function: entry to ‘dump_irepository’
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectxtyvu9bu/GstWebRTC-1.0.c:645:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectxtyvu9bu/GstWebRTC-1.0.c:654:15: branch_false: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectxtyvu9bu/GstWebRTC-1.0.c:658:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectxtyvu9bu/GstWebRTC-1.0.c:669:11: branch_false: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectxtyvu9bu/GstWebRTC-1.0.c:669:11: acquire_memory: allocated here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectxtyvu9bu/GstWebRTC-1.0.c:670:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectxtyvu9bu/GstWebRTC-1.0.c:682:12: branch_false: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectxtyvu9bu/GstWebRTC-1.0.c:683:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectxtyvu9bu/GstWebRTC-1.0.c:696:3: branch_false: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectxtyvu9bu/GstWebRTC-1.0.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectxtyvu9bu/GstWebRTC-1.0.c:696:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectxtyvu9bu/GstWebRTC-1.0.c:697:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectxtyvu9bu/GstWebRTC-1.0.c:697:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectxtyvu9bu/GstWebRTC-1.0.c:699:18: throw: if ‘g_hash_table_new’ throws an exception...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectxtyvu9bu/GstWebRTC-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): [#def738]
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectxtyvu9bu/GstWebRTC-1.0.c:699:18: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(output_filename, "wb")’
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectxtyvu9bu/GstWebRTC-1.0.c:630:1: enter_function: entry to ‘dump_irepository’
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectxtyvu9bu/GstWebRTC-1.0.c:645:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectxtyvu9bu/GstWebRTC-1.0.c:654:15: branch_false: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectxtyvu9bu/GstWebRTC-1.0.c:658:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectxtyvu9bu/GstWebRTC-1.0.c:669:11: branch_false: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectxtyvu9bu/GstWebRTC-1.0.c:670:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectxtyvu9bu/GstWebRTC-1.0.c:682:12: branch_false: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectxtyvu9bu/GstWebRTC-1.0.c:682:12: acquire_memory: allocated here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectxtyvu9bu/GstWebRTC-1.0.c:683:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectxtyvu9bu/GstWebRTC-1.0.c:696:3: branch_false: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectxtyvu9bu/GstWebRTC-1.0.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectxtyvu9bu/GstWebRTC-1.0.c:696:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectxtyvu9bu/GstWebRTC-1.0.c:697:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectxtyvu9bu/GstWebRTC-1.0.c:697:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectxtyvu9bu/GstWebRTC-1.0.c:699:18: throw: if ‘g_hash_table_new’ throws an exception...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspectxtyvu9bu/GstWebRTC-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): [#def739]
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspecty_frs3nf/GstVa-1.0.c:68:7: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(input_filename, "rb")’
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspecty_frs3nf/GstVa-1.0.c:630:1: enter_function: entry to ‘dump_irepository’
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspecty_frs3nf/GstVa-1.0.c:645:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspecty_frs3nf/GstVa-1.0.c:654:15: branch_false: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspecty_frs3nf/GstVa-1.0.c:658:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspecty_frs3nf/GstVa-1.0.c:669:11: branch_false: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspecty_frs3nf/GstVa-1.0.c:669:11: acquire_resource: opened here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspecty_frs3nf/GstVa-1.0.c:670:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspecty_frs3nf/GstVa-1.0.c:682:12: branch_false: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspecty_frs3nf/GstVa-1.0.c:683:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspecty_frs3nf/GstVa-1.0.c:696:3: branch_false: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspecty_frs3nf/GstVa-1.0.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Error: GCC_ANALYZER_WARNING (CWE-775): [#def764]
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspecty_frs3nf/GstVa-1.0.c:686:7: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(input_filename, "rb")’
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspecty_frs3nf/GstVa-1.0.c:645:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspecty_frs3nf/GstVa-1.0.c:654:15: branch_false: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspecty_frs3nf/GstVa-1.0.c:658:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspecty_frs3nf/GstVa-1.0.c:669:11: branch_false: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspecty_frs3nf/GstVa-1.0.c:669:11: acquire_resource: opened here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspecty_frs3nf/GstVa-1.0.c:670:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspecty_frs3nf/GstVa-1.0.c:682:12: branch_false: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspecty_frs3nf/GstVa-1.0.c:683:6: branch_true: following ‘true’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspecty_frs3nf/GstVa-1.0.c:685:25: branch_true: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspecty_frs3nf/GstVa-1.0.c:686:7: throw: if ‘g_file_error_quark’ throws an exception...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspecty_frs3nf/GstVa-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): [#def765]
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspecty_frs3nf/GstVa-1.0.c:686:7: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(input_filename, "rb")’
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspecty_frs3nf/GstVa-1.0.c:645:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspecty_frs3nf/GstVa-1.0.c:654:15: branch_false: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspecty_frs3nf/GstVa-1.0.c:658:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspecty_frs3nf/GstVa-1.0.c:669:11: branch_false: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspecty_frs3nf/GstVa-1.0.c:669:11: acquire_memory: allocated here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspecty_frs3nf/GstVa-1.0.c:670:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspecty_frs3nf/GstVa-1.0.c:682:12: branch_false: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspecty_frs3nf/GstVa-1.0.c:683:6: branch_true: following ‘true’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspecty_frs3nf/GstVa-1.0.c:685:25: branch_true: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspecty_frs3nf/GstVa-1.0.c:686:7: throw: if ‘g_file_error_quark’ throws an exception...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspecty_frs3nf/GstVa-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): [#def766]
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspecty_frs3nf/GstVa-1.0.c:686:41: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(input_filename, "rb")’
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspecty_frs3nf/GstVa-1.0.c:645:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspecty_frs3nf/GstVa-1.0.c:654:15: branch_false: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspecty_frs3nf/GstVa-1.0.c:658:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspecty_frs3nf/GstVa-1.0.c:669:11: branch_false: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspecty_frs3nf/GstVa-1.0.c:669:11: acquire_resource: opened here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspecty_frs3nf/GstVa-1.0.c:670:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspecty_frs3nf/GstVa-1.0.c:682:12: branch_false: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspecty_frs3nf/GstVa-1.0.c:683:6: branch_true: following ‘true’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspecty_frs3nf/GstVa-1.0.c:685:25: branch_true: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspecty_frs3nf/GstVa-1.0.c:686:41: throw: if ‘g_file_error_from_errno’ throws an exception...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspecty_frs3nf/GstVa-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): [#def767]
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspecty_frs3nf/GstVa-1.0.c:686:41: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(input_filename, "rb")’
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspecty_frs3nf/GstVa-1.0.c:645:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspecty_frs3nf/GstVa-1.0.c:654:15: branch_false: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspecty_frs3nf/GstVa-1.0.c:658:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspecty_frs3nf/GstVa-1.0.c:669:11: branch_false: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspecty_frs3nf/GstVa-1.0.c:669:11: acquire_memory: allocated here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspecty_frs3nf/GstVa-1.0.c:670:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspecty_frs3nf/GstVa-1.0.c:682:12: branch_false: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspecty_frs3nf/GstVa-1.0.c:683:6: branch_true: following ‘true’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspecty_frs3nf/GstVa-1.0.c:685:25: branch_true: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspecty_frs3nf/GstVa-1.0.c:686:41: throw: if ‘g_file_error_from_errno’ throws an exception...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspecty_frs3nf/GstVa-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): [#def768]
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspecty_frs3nf/GstVa-1.0.c:699:18: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(input_filename, "rb")’
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspecty_frs3nf/GstVa-1.0.c:630:1: enter_function: entry to ‘dump_irepository’
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspecty_frs3nf/GstVa-1.0.c:645:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspecty_frs3nf/GstVa-1.0.c:654:15: branch_false: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspecty_frs3nf/GstVa-1.0.c:658:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspecty_frs3nf/GstVa-1.0.c:669:11: branch_false: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspecty_frs3nf/GstVa-1.0.c:669:11: acquire_resource: opened here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspecty_frs3nf/GstVa-1.0.c:670:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspecty_frs3nf/GstVa-1.0.c:682:12: branch_false: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspecty_frs3nf/GstVa-1.0.c:683:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspecty_frs3nf/GstVa-1.0.c:696:3: branch_false: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspecty_frs3nf/GstVa-1.0.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspecty_frs3nf/GstVa-1.0.c:696:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspecty_frs3nf/GstVa-1.0.c:697:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspecty_frs3nf/GstVa-1.0.c:697:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspecty_frs3nf/GstVa-1.0.c:699:18: throw: if ‘g_hash_table_new’ throws an exception...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspecty_frs3nf/GstVa-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): [#def769]
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspecty_frs3nf/GstVa-1.0.c:699:18: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(output_filename, "wb")’
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspecty_frs3nf/GstVa-1.0.c:630:1: enter_function: entry to ‘dump_irepository’
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspecty_frs3nf/GstVa-1.0.c:645:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspecty_frs3nf/GstVa-1.0.c:654:15: branch_false: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspecty_frs3nf/GstVa-1.0.c:658:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspecty_frs3nf/GstVa-1.0.c:669:11: branch_false: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspecty_frs3nf/GstVa-1.0.c:670:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspecty_frs3nf/GstVa-1.0.c:682:12: branch_false: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspecty_frs3nf/GstVa-1.0.c:682:12: acquire_resource: opened here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspecty_frs3nf/GstVa-1.0.c:683:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspecty_frs3nf/GstVa-1.0.c:696:3: branch_false: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspecty_frs3nf/GstVa-1.0.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspecty_frs3nf/GstVa-1.0.c:696:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspecty_frs3nf/GstVa-1.0.c:697:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspecty_frs3nf/GstVa-1.0.c:697:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspecty_frs3nf/GstVa-1.0.c:699:18: throw: if ‘g_hash_table_new’ throws an exception...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspecty_frs3nf/GstVa-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): [#def770]
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspecty_frs3nf/GstVa-1.0.c:699:18: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(input_filename, "rb")’
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspecty_frs3nf/GstVa-1.0.c:630:1: enter_function: entry to ‘dump_irepository’
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspecty_frs3nf/GstVa-1.0.c:645:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspecty_frs3nf/GstVa-1.0.c:654:15: branch_false: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspecty_frs3nf/GstVa-1.0.c:658:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspecty_frs3nf/GstVa-1.0.c:669:11: branch_false: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspecty_frs3nf/GstVa-1.0.c:669:11: acquire_memory: allocated here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspecty_frs3nf/GstVa-1.0.c:670:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspecty_frs3nf/GstVa-1.0.c:682:12: branch_false: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspecty_frs3nf/GstVa-1.0.c:683:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspecty_frs3nf/GstVa-1.0.c:696:3: branch_false: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspecty_frs3nf/GstVa-1.0.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspecty_frs3nf/GstVa-1.0.c:696:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspecty_frs3nf/GstVa-1.0.c:697:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspecty_frs3nf/GstVa-1.0.c:697:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspecty_frs3nf/GstVa-1.0.c:699:18: throw: if ‘g_hash_table_new’ throws an exception...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspecty_frs3nf/GstVa-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): [#def771]
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspecty_frs3nf/GstVa-1.0.c:699:18: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(output_filename, "wb")’
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspecty_frs3nf/GstVa-1.0.c:630:1: enter_function: entry to ‘dump_irepository’
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspecty_frs3nf/GstVa-1.0.c:645:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspecty_frs3nf/GstVa-1.0.c:654:15: branch_false: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspecty_frs3nf/GstVa-1.0.c:658:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspecty_frs3nf/GstVa-1.0.c:669:11: branch_false: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspecty_frs3nf/GstVa-1.0.c:670:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspecty_frs3nf/GstVa-1.0.c:682:12: branch_false: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspecty_frs3nf/GstVa-1.0.c:682:12: acquire_memory: allocated here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspecty_frs3nf/GstVa-1.0.c:683:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspecty_frs3nf/GstVa-1.0.c:696:3: branch_false: ...to here
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspecty_frs3nf/GstVa-1.0.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspecty_frs3nf/GstVa-1.0.c:696:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspecty_frs3nf/GstVa-1.0.c:697:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspecty_frs3nf/GstVa-1.0.c:697:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspecty_frs3nf/GstVa-1.0.c:699:18: throw: if ‘g_hash_table_new’ throws an exception...
gst-plugins-bad-1.26.10/redhat-linux-build/tmp-introspecty_frs3nf/GstVa-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: CPPCHECK_WARNING (CWE-457): [#def772]
gst-plugins-bad-1.26.10/sys/decklink/gstdecklinkvideosink.cpp:1589: warning[uninitvar]: Uninitialized variable: data
# 1587|                   FALSE,
# 1588|                   GST_VIDEO_ANCILLARY_DID16_S334_EIA_608 >> 8,
# 1589|->                 GST_VIDEO_ANCILLARY_DID16_S334_EIA_608 & 0xff, data, 3))
# 1590|             GST_WARNING_OBJECT (self, "Couldn't add meta to ancillary data");
# 1591|   

Error: GCC_ANALYZER_WARNING (CWE-775): [#def773]
gst-plugins-bad-1.26.10/sys/dvb/camdevice.c:121:3: warning[-Wanalyzer-fd-leak]: leak of file descriptor ‘open(filename, 2)’
gst-plugins-bad-1.26.10/sys/dvb/camdevice.c:109:3: branch_true: following ‘true’ branch (when ‘device’ is non-NULL)...
gst-plugins-bad-1.26.10/sys/dvb/camdevice.c:110:3: branch_true: ...to here
gst-plugins-bad-1.26.10/sys/dvb/camdevice.c:110:3: branch_true: following ‘true’ branch...
gst-plugins-bad-1.26.10/sys/dvb/camdevice.c:111:3: branch_true: ...to here
gst-plugins-bad-1.26.10/sys/dvb/camdevice.c:111:3: branch_true: following ‘true’ branch (when ‘filename’ is non-NULL)...
gst-plugins-bad-1.26.10/sys/dvb/camdevice.c:113:3: branch_true: ...to here
gst-plugins-bad-1.26.10/sys/dvb/camdevice.c:115:9: acquire_resource: opened here
gst-plugins-bad-1.26.10/sys/dvb/camdevice.c:116:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/sys/dvb/camdevice.c:121:3: branch_false: ...to here
gst-plugins-bad-1.26.10/sys/dvb/camdevice.c:121:3: branch_true: following ‘true’ branch...
gst-plugins-bad-1.26.10/sys/dvb/camdevice.c:121:3: branch_true: ...to here
gst-plugins-bad-1.26.10/sys/dvb/camdevice.c:121:3: throw: if ‘gst_debug_log’ throws an exception...
gst-plugins-bad-1.26.10/sys/dvb/camdevice.c:121:3: danger: ‘open(filename, 2)’ leaks here; was opened at [(7)](sarif:/runs/0/results/0/codeFlows/0/threadFlows/0/locations/6)
#  119|     }
#  120|   
#  121|->   GST_DEBUG ("Successfully opened device %s", filename);
#  122|   
#  123|     device->fd = ret;

Error: GCC_ANALYZER_WARNING (CWE-775): [#def774]
gst-plugins-bad-1.26.10/sys/dvb/camswclient.c:95:7: warning[-Wanalyzer-fd-leak]: leak of file descriptor ‘socket(1, 1, 0)’
gst-plugins-bad-1.26.10/sys/dvb/camswclient.c:76:3: branch_true: following ‘true’ branch (when ‘client’ is non-NULL)...
gst-plugins-bad-1.26.10/sys/dvb/camswclient.c:77:3: branch_true: ...to here
gst-plugins-bad-1.26.10/sys/dvb/camswclient.c:77:3: branch_true: following ‘true’ branch...
gst-plugins-bad-1.26.10/sys/dvb/camswclient.c:78:3: branch_true: ...to here
gst-plugins-bad-1.26.10/sys/dvb/camswclient.c:78:3: branch_true: following ‘true’ branch (when ‘sock_path’ is non-NULL)...
gst-plugins-bad-1.26.10/sys/dvb/camswclient.c:81:7: branch_true: ...to here
gst-plugins-bad-1.26.10/sys/dvb/camswclient.c:81:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/sys/dvb/camswclient.c:86:3: branch_false: ...to here
gst-plugins-bad-1.26.10/sys/dvb/camswclient.c:90:23: acquire_resource: stream socket created here
gst-plugins-bad-1.26.10/sys/dvb/camswclient.c:90:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/sys/dvb/camswclient.c:95:7: branch_false: ...to here
gst-plugins-bad-1.26.10/sys/dvb/camswclient.c:95:7: danger: ‘socket(1, 1, 0)’ leaks here
#   93|     }
#   94|     ret =
#   95|->       connect (client->sock, (struct sockaddr *) &addr,
#   96|         sizeof (struct sockaddr_un));
#   97|     if (ret != 0) {

Error: CPPCHECK_WARNING (CWE-476): [#def775]
gst-plugins-bad-1.26.10/sys/dvb/dvbbasebin.c:1012: error[ctunullpointer]: Null pointer dereference: program
# 1010|     DvbBaseBinStream *stream;
# 1011|   
# 1012|->   stream = dvb_base_bin_get_stream (dvbbasebin, program->pmt_pid);
# 1013|     if (stream != NULL) {
# 1014|       dvb_base_bin_unref_stream (stream);

Error: CPPCHECK_WARNING (CWE-476): [#def776]
gst-plugins-bad-1.26.10/sys/dvb/dvbbasebin.c:1012: warning[nullPointer]: Possible null pointer dereference: program
# 1010|     DvbBaseBinStream *stream;
# 1011|   
# 1012|->   stream = dvb_base_bin_get_stream (dvbbasebin, program->pmt_pid);
# 1013|     if (stream != NULL) {
# 1014|       dvb_base_bin_unref_stream (stream);

Error: CPPCHECK_WARNING (CWE-476): [#def777]
gst-plugins-bad-1.26.10/sys/dvb/dvbbasebin.c:1017: warning[nullPointer]: Possible null pointer dereference: program
# 1015|     }
# 1016|   
# 1017|->   stream = dvb_base_bin_get_stream (dvbbasebin, program->pcr_pid);
# 1018|     if (stream != NULL) {
# 1019|       dvb_base_bin_unref_stream (stream);

Error: CPPCHECK_WARNING (CWE-476): [#def778]
gst-plugins-bad-1.26.10/sys/dvb/dvbbasebin.c:1022: warning[nullPointer]: Possible null pointer dereference: program
# 1020|     }
# 1021|   
# 1022|->   if (program->pmt) {
# 1023|       dvb_base_bin_remove_pmt_streams (dvbbasebin, program->pmt);
# 1024|       dvbbasebin->pmtlist = g_list_remove (dvbbasebin->pmtlist, program->pmt);

Error: CPPCHECK_WARNING (CWE-476): [#def779]
gst-plugins-bad-1.26.10/sys/dvb/dvbbasebin.c:1029: warning[nullPointer]: Possible null pointer dereference: program
# 1027|   
# 1028|     dvb_base_bin_rebuild_filter (dvbbasebin);
# 1029|->   program->pmt_active = FALSE;
# 1030|     program->active = FALSE;
# 1031|   }

Error: CPPCHECK_WARNING (CWE-476): [#def780]
gst-plugins-bad-1.26.10/sys/dvb/dvbbasebin.c:1030: warning[nullPointer]: Possible null pointer dereference: program
# 1028|     dvb_base_bin_rebuild_filter (dvbbasebin);
# 1029|     program->pmt_active = FALSE;
# 1030|->   program->active = FALSE;
# 1031|   }
# 1032|   

Error: GCC_ANALYZER_WARNING (CWE-835): [#def781]
gst-plugins-bad-1.26.10/sys/ipcpipeline/gstipcpipelinecomm.c:1816:13: warning[-Wanalyzer-infinite-loop]: infinite loop
# 1814|   
# 1815|     while (1)
# 1816|->     switch (comm->state) {
# 1817|         case GST_IPC_PIPELINE_COMM_STATE_TYPE:
# 1818|         {

Error: GCC_ANALYZER_WARNING (CWE-775): [#def782]
gst-plugins-bad-1.26.10/sys/kms/gstkmsallocator.c:198:9: warning[-Wanalyzer-fd-leak]: leak of file descriptor ‘dup(g_value_get_int(value))’
gst-plugins-bad-1.26.10/sys/kms/gstkmsallocator.c:194:3: branch_true: following ‘true’ branch (when ‘prop_id == 1’)...
gst-plugins-bad-1.26.10/sys/kms/gstkmsallocator.c:195:5: branch_true: ...to here
gst-plugins-bad-1.26.10/sys/kms/gstkmsallocator.c:197:10: branch_true: following ‘true’ branch...
gst-plugins-bad-1.26.10/sys/kms/gstkmsallocator.c:198:9: branch_true: ...to here
gst-plugins-bad-1.26.10/sys/kms/gstkmsallocator.c:198:27: acquire_resource: opened here
gst-plugins-bad-1.26.10/sys/kms/gstkmsallocator.c:198:9: danger: ‘dup(g_value_get_int(value))’ leaks here; was opened at [(5)](sarif:/runs/0/results/0/codeFlows/0/threadFlows/0/locations/4)
#  196|         int fd = g_value_get_int (value);
#  197|         if (fd > -1)
#  198|->         alloc->priv->fd = dup (fd);
#  199|         break;
#  200|       }

Error: GCC_ANALYZER_WARNING (CWE-476): [#def783]
gst-plugins-bad-1.26.10/sys/kms/gstkmssink.c:911:19: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘formats’
gst-plugins-bad-1.26.10/sys/kms/gstkmssink.c:1013:1: enter_function: entry to ‘ensure_allowed_caps’
gst-plugins-bad-1.26.10/sys/kms/gstkmssink.c:1017:11: release_memory: ‘all_formats’ is NULL
gst-plugins-bad-1.26.10/sys/kms/gstkmssink.c:1017:32: release_memory: ‘all_formats’ is NULL
gst-plugins-bad-1.26.10/sys/kms/gstkmssink.c:1022:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/sys/kms/gstkmssink.c:1025:14: branch_false: ...to here
gst-plugins-bad-1.26.10/sys/kms/gstkmssink.c:1026:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/sys/kms/gstkmssink.c:1029:8: branch_false: ...to here
gst-plugins-bad-1.26.10/sys/kms/gstkmssink.c:1029:6: branch_true: following ‘true’ branch...
gst-plugins-bad-1.26.10/sys/kms/gstkmssink.c:1031:5: branch_true: ...to here
gst-plugins-bad-1.26.10/sys/kms/gstkmssink.c:1040:15: branch_true: following ‘true’ branch (when ‘i < count_modes’)...
gst-plugins-bad-1.26.10/sys/kms/gstkmssink.c:1041:16: branch_true: ...to here
gst-plugins-bad-1.26.10/sys/kms/gstkmssink.c:1048:18: release_memory: ‘all_formats’ is NULL
gst-plugins-bad-1.26.10/sys/kms/gstkmssink.c:1048:18: release_memory: ‘all_formats’ is NULL
gst-plugins-bad-1.26.10/sys/kms/gstkmssink.c:1048:18: call_function: calling ‘create_raw_caps’ from ‘ensure_allowed_caps’
gst-plugins-bad-1.26.10/sys/kms/gstkmssink.c:1048:18: return_function: returning to ‘ensure_allowed_caps’ from ‘create_raw_caps’
gst-plugins-bad-1.26.10/sys/kms/gstkmssink.c:1050:18: call_function: calling ‘create_dma_drm_caps’ from ‘ensure_allowed_caps’
#  909|     drm_formats = g_ptr_array_new ();
#  910|   
#  911|->   for (i = 0; i < formats->len; i++) {
#  912|       if (fourcc != g_array_index (formats, guint32, i))
#  913|         continue;

Error: GCC_ANALYZER_WARNING (CWE-457): [#def784]
gst-plugins-bad-1.26.10/sys/kms/gstkmssink.c:1954:29: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘mems[0]’
gst-plugins-bad-1.26.10/sys/kms/gstkmssink.c:1891:1: enter_function: entry to ‘gst_kms_sink_import_dmabuf’
gst-plugins-bad-1.26.10/sys/kms/gstkmssink.c:1902:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/sys/kms/gstkmssink.c:1906:8: branch_false: ...to here
gst-plugins-bad-1.26.10/sys/kms/gstkmssink.c:1906:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/sys/kms/gstkmssink.c:1909:14: branch_false: ...to here
gst-plugins-bad-1.26.10/sys/kms/gstkmssink.c:1917:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/sys/kms/gstkmssink.c:1919:3: branch_false: ...to here
gst-plugins-bad-1.26.10/sys/kms/gstkmssink.c:1919:3: branch_true: following ‘true’ branch (when ‘n_planes != 0’)...
gst-plugins-bad-1.26.10/sys/kms/gstkmssink.c:1922:6: branch_true: ...to here
gst-plugins-bad-1.26.10/sys/kms/gstkmssink.c:1922:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/sys/kms/gstkmssink.c:1933:3: branch_false: ...to here
gst-plugins-bad-1.26.10/sys/kms/gstkmssink.c:1933:15: branch_false: following ‘false’ branch (when ‘i >= n_planes’)...
gst-plugins-bad-1.26.10/sys/kms/gstkmssink.c:1952:3: call_function: inlined call to ‘ensure_kms_allocator’ from ‘gst_kms_sink_import_dmabuf’
gst-plugins-bad-1.26.10/sys/kms/gstkmssink.c:1954:29: branch_true: ...to here
gst-plugins-bad-1.26.10/sys/kms/gstkmssink.c:1954:29: danger: use of uninitialized value ‘mems[0]’ here
# 1952|     ensure_kms_allocator (self);
# 1953|   
# 1954|->   kmsmem = (GstKMSMemory *) gst_kms_allocator_get_cached (mems[0]);
# 1955|     if (kmsmem) {
# 1956|       GST_LOG_OBJECT (self, "found KMS mem %p in DMABuf mem %p with fb id = %d",

Error: COMPILER_WARNING (CWE-569): [#def785]
gst-plugins-bad-1.26.10/sys/msdk/gstmsdkcaps.c: scope_hint: In function ‘_get_smaller_res_width’
gst-plugins-bad-1.26.10/sys/msdk/gstmsdkcaps.c:566:12: warning[-Wtype-limits]: comparison of unsigned expression in ‘>= 0’ is always true
#  566 |   for (; i >= 0; i--) {
#      |            ^~
#  564|     guint i = G_N_ELEMENTS (max_res_widths) - 1;
#  565|   
#  566|->   for (; i >= 0; i--) {
#  567|       if (max_res_widths[i] < cur_res_width)
#  568|         return max_res_widths[i];

Error: COMPILER_WARNING (CWE-569): [#def786]
gst-plugins-bad-1.26.10/sys/msdk/gstmsdkcaps.c: scope_hint: In function ‘_get_smaller_res_height’
gst-plugins-bad-1.26.10/sys/msdk/gstmsdkcaps.c:618:12: warning[-Wtype-limits]: comparison of unsigned expression in ‘>= 0’ is always true
#  618 |   for (; i >= 0; i--) {
#      |            ^~
#  616|     guint i = G_N_ELEMENTS (max_res_heights) - 1;
#  617|   
#  618|->   for (; i >= 0; i--) {
#  619|       if (max_res_heights[i] < cur_res_height)
#  620|         return max_res_heights[i];

Error: GCC_ANALYZER_WARNING (CWE-775): [#def787]
gst-plugins-bad-1.26.10/sys/msdk/gstmsdkcontext.c:93:35: warning[-Wanalyzer-fd-leak]: leak of file descriptor ‘open(g_getenv("GST_MSDK_DRM_DEVICE"), 524290)’
gst-plugins-bad-1.26.10/sys/msdk/gstmsdkcontext.c:88:6: branch_true: following ‘true’ branch...
gst-plugins-bad-1.26.10/sys/msdk/gstmsdkcontext.c:89:9: branch_true: ...to here
gst-plugins-bad-1.26.10/sys/msdk/gstmsdkcontext.c:89:9: branch_true: following ‘true’ branch...
gst-plugins-bad-1.26.10/sys/msdk/gstmsdkcontext.c:90:12: acquire_resource: opened here
gst-plugins-bad-1.26.10/sys/msdk/gstmsdkcontext.c:92:8: branch_true: following ‘true’ branch...
gst-plugins-bad-1.26.10/sys/msdk/gstmsdkcontext.c:93:35: branch_true: ...to here
gst-plugins-bad-1.26.10/sys/msdk/gstmsdkcontext.c:93:35: throw: if ‘drmGetVersion’ throws an exception...
gst-plugins-bad-1.26.10/sys/msdk/gstmsdkcontext.c:93:35: danger: ‘open(g_getenv("GST_MSDK_DRM_DEVICE"), 524290)’ leaks here; was opened at [(5)](sarif:/runs/0/results/0/codeFlows/0/threadFlows/0/locations/4)
#   91|   
#   92|       if (fd >= 0) {
#   93|->       drmVersionPtr drm_version = drmGetVersion (fd);
#   94|   
#   95|         if (!drm_version || (strncmp (drm_version->name, "i915", 4)

Error: GCC_ANALYZER_WARNING (CWE-775): [#def788]
gst-plugins-bad-1.26.10/sys/msdk/gstmsdkcontext.c:146:7: warning[-Wanalyzer-fd-leak]: leak of file descriptor ‘open(g_udev_device_get_device_file(dev), 524290)’
gst-plugins-bad-1.26.10/sys/msdk/gstmsdkcontext.c:88:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/sys/msdk/gstmsdkcontext.c:117:12: branch_false: ...to here
gst-plugins-bad-1.26.10/sys/msdk/gstmsdkcontext.c:118:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/sys/msdk/gstmsdkcontext.c:121:7: branch_false: ...to here
gst-plugins-bad-1.26.10/sys/msdk/gstmsdkcontext.c:122:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/sys/msdk/gstmsdkcontext.c:125:3: branch_false: ...to here
gst-plugins-bad-1.26.10/sys/msdk/gstmsdkcontext.c:126:15: branch_true: following ‘true’ branch (when ‘i != 2’)...
gst-plugins-bad-1.26.10/sys/msdk/gstmsdkcontext.c:127:5: branch_true: ...to here
gst-plugins-bad-1.26.10/sys/msdk/gstmsdkcontext.c:130:23: branch_true: following ‘true’ branch (when ‘l’ is non-NULL)...
gst-plugins-bad-1.26.10/sys/msdk/gstmsdkcontext.c:131:7: branch_true: ...to here
gst-plugins-bad-1.26.10/sys/msdk/gstmsdkcontext.c:143:12: acquire_resource: opened here
gst-plugins-bad-1.26.10/sys/msdk/gstmsdkcontext.c:146:7: branch_true: following ‘true’ branch...
gst-plugins-bad-1.26.10/sys/msdk/gstmsdkcontext.c:146:7: branch_true: ...to here
gst-plugins-bad-1.26.10/sys/msdk/gstmsdkcontext.c:146:7: throw: if ‘gst_debug_log’ throws an exception...
gst-plugins-bad-1.26.10/sys/msdk/gstmsdkcontext.c:146:7: danger: ‘open(g_udev_device_get_device_file(dev), 524290)’ leaks here; was opened at [(11)](sarif:/runs/0/results/1/codeFlows/0/threadFlows/0/locations/10)
#  144|         if (fd < 0)
#  145|           continue;
#  146|->       GST_DEBUG ("Opened the drm device node %s", devnode_path);
#  147|         ret_path = g_strdup (devnode_path);
#  148|         break;

Error: GCC_ANALYZER_WARNING (CWE-775): [#def789]
gst-plugins-bad-1.26.10/sys/msdk/gstmsdkcontext.c:151:5: warning[-Wanalyzer-fd-leak]: leak of file descriptor ‘fd’
gst-plugins-bad-1.26.10/sys/msdk/gstmsdkcontext.c:76:1: enter_function: entry to ‘get_device_path’
gst-plugins-bad-1.26.10/sys/msdk/gstmsdkcontext.c:88:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/sys/msdk/gstmsdkcontext.c:117:12: branch_false: ...to here
gst-plugins-bad-1.26.10/sys/msdk/gstmsdkcontext.c:118:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/sys/msdk/gstmsdkcontext.c:121:7: branch_false: ...to here
gst-plugins-bad-1.26.10/sys/msdk/gstmsdkcontext.c:122:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/sys/msdk/gstmsdkcontext.c:125:3: branch_false: ...to here
gst-plugins-bad-1.26.10/sys/msdk/gstmsdkcontext.c:126:15: branch_true: following ‘true’ branch (when ‘i != 2’)...
gst-plugins-bad-1.26.10/sys/msdk/gstmsdkcontext.c:127:5: branch_true: ...to here
gst-plugins-bad-1.26.10/sys/msdk/gstmsdkcontext.c:130:23: branch_true: following ‘true’ branch (when ‘l’ is non-NULL)...
gst-plugins-bad-1.26.10/sys/msdk/gstmsdkcontext.c:131:7: branch_true: ...to here
gst-plugins-bad-1.26.10/sys/msdk/gstmsdkcontext.c:143:12: acquire_resource: opened here
gst-plugins-bad-1.26.10/sys/msdk/gstmsdkcontext.c:147:18: call_function: inlined call to ‘g_strdup_inline’ from ‘get_device_path’
gst-plugins-bad-1.26.10/sys/msdk/gstmsdkcontext.c:151:5: throw: if ‘g_list_foreach’ throws an exception...
gst-plugins-bad-1.26.10/sys/msdk/gstmsdkcontext.c:151:5: danger: ‘fd’ leaks here; was opened at [(12)](sarif:/runs/0/results/4/codeFlows/0/threadFlows/0/locations/11)
#  149|       }
#  150|   
#  151|->     g_list_foreach (devices, (GFunc) gst_object_unref, NULL);
#  152|       g_list_free (devices);
#  153|       if (fd >= 0)

Error: GCC_ANALYZER_WARNING (CWE-775): [#def790]
gst-plugins-bad-1.26.10/sys/msdk/gstmsdkcontext.c:152:5: warning[-Wanalyzer-fd-leak]: leak of file descriptor ‘fd’
gst-plugins-bad-1.26.10/sys/msdk/gstmsdkcontext.c:76:1: enter_function: entry to ‘get_device_path’
gst-plugins-bad-1.26.10/sys/msdk/gstmsdkcontext.c:88:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/sys/msdk/gstmsdkcontext.c:117:12: branch_false: ...to here
gst-plugins-bad-1.26.10/sys/msdk/gstmsdkcontext.c:118:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/sys/msdk/gstmsdkcontext.c:121:7: branch_false: ...to here
gst-plugins-bad-1.26.10/sys/msdk/gstmsdkcontext.c:122:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/sys/msdk/gstmsdkcontext.c:125:3: branch_false: ...to here
gst-plugins-bad-1.26.10/sys/msdk/gstmsdkcontext.c:126:15: branch_true: following ‘true’ branch (when ‘i != 2’)...
gst-plugins-bad-1.26.10/sys/msdk/gstmsdkcontext.c:127:5: branch_true: ...to here
gst-plugins-bad-1.26.10/sys/msdk/gstmsdkcontext.c:130:23: branch_true: following ‘true’ branch (when ‘l’ is non-NULL)...
gst-plugins-bad-1.26.10/sys/msdk/gstmsdkcontext.c:131:7: branch_true: ...to here
gst-plugins-bad-1.26.10/sys/msdk/gstmsdkcontext.c:143:12: acquire_resource: opened here
gst-plugins-bad-1.26.10/sys/msdk/gstmsdkcontext.c:147:18: call_function: inlined call to ‘g_strdup_inline’ from ‘get_device_path’
gst-plugins-bad-1.26.10/sys/msdk/gstmsdkcontext.c:152:5: throw: if ‘g_list_free’ throws an exception...
gst-plugins-bad-1.26.10/sys/msdk/gstmsdkcontext.c:152:5: danger: ‘fd’ leaks here; was opened at [(12)](sarif:/runs/0/results/5/codeFlows/0/threadFlows/0/locations/11)
#  150|   
#  151|       g_list_foreach (devices, (GFunc) gst_object_unref, NULL);
#  152|->     g_list_free (devices);
#  153|       if (fd >= 0)
#  154|         goto done;

Error: GCC_ANALYZER_WARNING (CWE-775): [#def791]
gst-plugins-bad-1.26.10/sys/msdk/gstmsdkcontext.c:159:5: warning[-Wanalyzer-fd-leak]: leak of file descriptor ‘fd’
gst-plugins-bad-1.26.10/sys/msdk/gstmsdkcontext.c:88:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/sys/msdk/gstmsdkcontext.c:117:12: branch_false: ...to here
gst-plugins-bad-1.26.10/sys/msdk/gstmsdkcontext.c:118:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/sys/msdk/gstmsdkcontext.c:121:7: branch_false: ...to here
gst-plugins-bad-1.26.10/sys/msdk/gstmsdkcontext.c:122:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/sys/msdk/gstmsdkcontext.c:125:3: branch_false: ...to here
gst-plugins-bad-1.26.10/sys/msdk/gstmsdkcontext.c:126:15: branch_true: following ‘true’ branch (when ‘i != 2’)...
gst-plugins-bad-1.26.10/sys/msdk/gstmsdkcontext.c:127:5: branch_true: ...to here
gst-plugins-bad-1.26.10/sys/msdk/gstmsdkcontext.c:130:23: branch_true: following ‘true’ branch (when ‘l’ is non-NULL)...
gst-plugins-bad-1.26.10/sys/msdk/gstmsdkcontext.c:131:7: branch_true: ...to here
gst-plugins-bad-1.26.10/sys/msdk/gstmsdkcontext.c:143:12: acquire_resource: opened here
gst-plugins-bad-1.26.10/sys/msdk/gstmsdkcontext.c:153:8: branch_true: following ‘true’ branch (when ‘fd >= 0’)...
gst-plugins-bad-1.26.10/sys/msdk/gstmsdkcontext.c:154:7: branch_true: ...to here
gst-plugins-bad-1.26.10/sys/msdk/gstmsdkcontext.c:158:6: branch_true: following ‘true’ branch (when ‘fd >= 0’)...
gst-plugins-bad-1.26.10/sys/msdk/gstmsdkcontext.c:159:5: branch_true: ...to here
gst-plugins-bad-1.26.10/sys/msdk/gstmsdkcontext.c:159:5: throw: if ‘close’ throws an exception...
gst-plugins-bad-1.26.10/sys/msdk/gstmsdkcontext.c:159:5: danger: ‘fd’ leaks here; was opened at [(11)](sarif:/runs/0/results/6/codeFlows/0/threadFlows/0/locations/10)
#  157|   done:
#  158|     if (fd >= 0)
#  159|->     close (fd);
#  160|   
#  161|     if (e)

Error: GCC_ANALYZER_WARNING (CWE-457): [#def792]
gst-plugins-bad-1.26.10/sys/msdk/gstmsdkdec.c:461:26: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘ext_dec_video_proc.Out.Width’
gst-plugins-bad-1.26.10/sys/msdk/gstmsdkdec.c:335:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/sys/msdk/gstmsdkdec.c:338:8: branch_false: ...to here
gst-plugins-bad-1.26.10/sys/msdk/gstmsdkdec.c:338:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/sys/msdk/gstmsdkdec.c:343:8: branch_false: ...to here
gst-plugins-bad-1.26.10/sys/msdk/gstmsdkdec.c:343:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/sys/msdk/gstmsdkdec.c:348:18: branch_false: ...to here
gst-plugins-bad-1.26.10/sys/msdk/gstmsdkdec.c:358:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/sys/msdk/gstmsdkdec.c:387:7: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/sys/msdk/gstmsdkdec.c:410:7: branch_false: ...to here
gst-plugins-bad-1.26.10/sys/msdk/gstmsdkdec.c:418:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/sys/msdk/gstmsdkdec.c:422:13: branch_false: ...to here
gst-plugins-bad-1.26.10/sys/msdk/gstmsdkdec.c:430:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/sys/msdk/gstmsdkdec.c:434:13: branch_false: ...to here
gst-plugins-bad-1.26.10/sys/msdk/gstmsdkdec.c:439:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/sys/msdk/gstmsdkdec.c:446:7: branch_false: ...to here
gst-plugins-bad-1.26.10/sys/msdk/gstmsdkdec.c:460:6: branch_true: following ‘true’ branch...
gst-plugins-bad-1.26.10/sys/msdk/gstmsdkdec.c:461:26: branch_true: ...to here
gst-plugins-bad-1.26.10/sys/msdk/gstmsdkdec.c:461:26: danger: use of uninitialized value ‘ext_dec_video_proc.Out.Width’ here
#  459|   #if (MFX_VERSION >= 1022)
#  460|     if (thiz->sfc) {
#  461|->     request.Info.Width = ext_dec_video_proc.Out.Width;
#  462|       request.Info.Height = ext_dec_video_proc.Out.Height;
#  463|     }

Error: GCC_ANALYZER_WARNING (CWE-476): [#def793]
gst-plugins-bad-1.26.10/sys/msdk/gstmsdkenc.c:1060:7: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘0’
gst-plugins-bad-1.26.10/sys/msdk/gstmsdkenc.c:1025:7: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/sys/msdk/gstmsdkenc.c:1030:13: branch_false: ...to here
gst-plugins-bad-1.26.10/sys/msdk/gstmsdkenc.c:1052:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/sys/msdk/gstmsdkenc.c:1060:7: branch_false: ...to here
gst-plugins-bad-1.26.10/sys/msdk/gstmsdkenc.c:1060:7: danger: dereference of NULL ‘gst_msdkenc_get_free_task(thiz)’
# 1058|     }
# 1059|   
# 1060|->   if (task->sync_point) {
# 1061|       thiz->next_task = ((task - thiz->tasks) + 1) % thiz->num_tasks;
# 1062|     } else if (status == MFX_ERR_MORE_DATA) {

Error: CPPCHECK_WARNING (CWE-457): [#def794]
gst-plugins-bad-1.26.10/sys/nvcodec/gstnvdecoder.cpp:2100: warning[uninitvar]: Uninitialized variable: size
# 2098|     min = 0;
# 2099|   
# 2100|->   gst_buffer_pool_config_set_params (config, outcaps, size, min, max);
# 2101|     gst_buffer_pool_config_add_option (config, GST_BUFFER_POOL_OPTION_VIDEO_META);
# 2102|     gst_buffer_pool_set_config (pool, config);

Error: CPPCHECK_WARNING (CWE-758): [#def795]
gst-plugins-bad-1.26.10/sys/nvcodec/gstnvenc.c:524: error[shiftTooManyBitsSigned]: Shifting signed 32-bit value by 31 bits is undefined behaviour
#  522|     /* Version updated since SDK 12.0 */
#  523|     if ((gst_nvenc_api_version & 12) == 12)
#  524|->     return GST_NVENCAPI_STRUCT_VERSION (8, gst_nvenc_api_version) | (1 << 31);
#  525|   
#  526|     /* NV_ENC_CONFIG_VER ==

Error: CPPCHECK_WARNING (CWE-758): [#def796]
gst-plugins-bad-1.26.10/sys/nvcodec/gstnvenc.c:528: error[shiftTooManyBitsSigned]: Shifting signed 32-bit value by 31 bits is undefined behaviour
#  526|     /* NV_ENC_CONFIG_VER ==
#  527|      *   (NVENCAPI_STRUCT_VERSION(7) | ( 1<<31 )) */
#  528|->   return GST_NVENCAPI_STRUCT_VERSION (7, gst_nvenc_api_version) | (1 << 31);
#  529|   #endif
#  530|   }

Error: CPPCHECK_WARNING (CWE-758): [#def797]
gst-plugins-bad-1.26.10/sys/nvcodec/gstnvenc.c:540: error[shiftTooManyBitsSigned]: Shifting signed 32-bit value by 31 bits is undefined behaviour
#  538|     /* NV_ENC_INITIALIZE_PARAMS_VER ==
#  539|      *   (NVENCAPI_STRUCT_VERSION(5) | ( 1<<31 )) */
#  540|->   return GST_NVENCAPI_STRUCT_VERSION (5, gst_nvenc_api_version) | (1 << 31);
#  541|   #endif
#  542|   }

Error: CPPCHECK_WARNING (CWE-758): [#def798]
gst-plugins-bad-1.26.10/sys/nvcodec/gstnvenc.c:552: error[shiftTooManyBitsSigned]: Shifting signed 32-bit value by 31 bits is undefined behaviour
#  550|     /* NV_ENC_RECONFIGURE_PARAMS_VER ==
#  551|      *   (NVENCAPI_STRUCT_VERSION(1) | ( 1<<31 )) */
#  552|->   return GST_NVENCAPI_STRUCT_VERSION (1, gst_nvenc_api_version) | (1 << 31);
#  553|   #endif
#  554|   }

Error: CPPCHECK_WARNING (CWE-758): [#def799]
gst-plugins-bad-1.26.10/sys/nvcodec/gstnvenc.c:564: error[shiftTooManyBitsSigned]: Shifting signed 32-bit value by 31 bits is undefined behaviour
#  562|     /* NV_ENC_PRESET_CONFIG_VER ==
#  563|      *   (NVENCAPI_STRUCT_VERSION(4) | ( 1<<31 )) */
#  564|->   return GST_NVENCAPI_STRUCT_VERSION (4, gst_nvenc_api_version) | (1 << 31);
#  565|   #endif
#  566|   }

Error: CPPCHECK_WARNING (CWE-758): [#def800]
gst-plugins-bad-1.26.10/sys/nvcodec/gstnvenc.c:576: error[shiftTooManyBitsSigned]: Shifting signed 32-bit value by 31 bits is undefined behaviour
#  574|     /* NV_ENC_PIC_PARAMS_VER ==
#  575|      *  (NVENCAPI_STRUCT_VERSION(4) | ( 1<<31 )) */
#  576|->   return GST_NVENCAPI_STRUCT_VERSION (4, gst_nvenc_api_version) | (1 << 31);
#  577|   #endif
#  578|   }

Error: GCC_ANALYZER_WARNING (CWE-775): [#def801]
gst-plugins-bad-1.26.10/sys/shm/shmpipe.c:480:7: warning[-Wanalyzer-fd-leak]: leak of file descriptor ‘*self.main_socket’
gst-plugins-bad-1.26.10/sys/shm/shmpipe.c:818:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/sys/shm/shmpipe.c:823:34: branch_false: ...to here
gst-plugins-bad-1.26.10/sys/shm/shmpipe.c:825:8: call_function: inlined call to ‘send_command’ from ‘sp_writer_accept_client’
#  478|     cb->area_id = area_id;
#  479|   
#  480|->   if (send (fd, cb, sizeof (struct CommandBuffer), MSG_NOSIGNAL) !=
#  481|         sizeof (struct CommandBuffer))
#  482|       return 0;

Error: GCC_ANALYZER_WARNING (CWE-775): [#def802]
gst-plugins-bad-1.26.10/sys/shm/shmpipe.c:480:7: warning[-Wanalyzer-fd-leak]: leak of file descriptor ‘accept(*self.main_socket, 0, 0)’
gst-plugins-bad-1.26.10/sys/shm/shmpipe.c:808:1: enter_function: entry to ‘sp_writer_accept_client’
gst-plugins-bad-1.26.10/sys/shm/shmpipe.c:818:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/sys/shm/shmpipe.c:823:34: branch_false: ...to here
gst-plugins-bad-1.26.10/sys/shm/shmpipe.c:825:8: call_function: inlined call to ‘send_command’ from ‘sp_writer_accept_client’
#  478|     cb->area_id = area_id;
#  479|   
#  480|->   if (send (fd, cb, sizeof (struct CommandBuffer), MSG_NOSIGNAL) !=
#  481|         sizeof (struct CommandBuffer))
#  482|       return 0;

Error: GCC_ANALYZER_WARNING (CWE-401): [#def803]
gst-plugins-bad-1.26.10/sys/shm/shmpipe.c:672:16: warning[-Wanalyzer-malloc-leak]: leak of ‘area_name’
gst-plugins-bad-1.26.10/sys/shm/shmpipe.c:663:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/sys/shm/shmpipe.c:666:11: branch_false: ...to here
gst-plugins-bad-1.26.10/sys/shm/shmpipe.c:668:7: branch_true: following ‘true’ branch...
gst-plugins-bad-1.26.10/sys/shm/shmpipe.c:669:7: branch_true: ...to here
gst-plugins-bad-1.26.10/sys/shm/shmpipe.c:669:7: branch_true: following ‘true’ branch...
gst-plugins-bad-1.26.10/sys/shm/shmpipe.c:671:27: branch_true: ...to here
gst-plugins-bad-1.26.10/sys/shm/shmpipe.c:671:19: acquire_memory: allocated here
gst-plugins-bad-1.26.10/sys/shm/shmpipe.c:672:16: throw: if ‘recv’ throws an exception...
gst-plugins-bad-1.26.10/sys/shm/shmpipe.c:672:16: danger: ‘area_name’ leaks here; was allocated at [(9)](sarif:/runs/0/results/2/codeFlows/0/threadFlows/0/locations/8)
#  670|   
#  671|         area_name = malloc (cb.payload.new_shm_area.path_size + 1);
#  672|->       retval = recv (self->main_socket, area_name,
#  673|             cb.payload.new_shm_area.path_size, 0);
#  674|         if (retval != cb.payload.new_shm_area.path_size) {

Error: GCC_ANALYZER_WARNING (CWE-775): [#def804]
gst-plugins-bad-1.26.10/sys/shm/shmpipe.c:785:11: warning[-Wanalyzer-fd-leak]: leak of file descriptor ‘socket(1, 1, 0)’
gst-plugins-bad-1.26.10/sys/shm/shmpipe.c:779:23: acquire_resource: stream socket created here
gst-plugins-bad-1.26.10/sys/shm/shmpipe.c:782:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/sys/shm/shmpipe.c:785:11: branch_false: ...to here
gst-plugins-bad-1.26.10/sys/shm/shmpipe.c:785:11: danger: ‘socket(1, 1, 0)’ leaks here
#  783|       goto error;
#  784|   
#  785|->   flags = fcntl (self->main_socket, F_GETFL, 0);
#  786|     if (flags < 0)
#  787|       goto error;

Error: GCC_ANALYZER_WARNING (CWE-775): [#def805]
gst-plugins-bad-1.26.10/sys/shm/shmpipe.c:816:8: warning[-Wanalyzer-fd-leak]: leak of file descriptor ‘*self.main_socket’
#  814|   
#  815|   
#  816|->   fd = accept (self->main_socket, NULL, NULL);
#  817|   
#  818|     if (fd < 0) {

Error: GCC_ANALYZER_WARNING (CWE-401): [#def806]
gst-plugins-bad-1.26.10/sys/uvcgadget/configfs.c:140:8: warning[-Wanalyzer-malloc-leak]: leak of ‘fc’
gst-plugins-bad-1.26.10/sys/uvcgadget/configfs.c:894:1: enter_function: entry to ‘configfs_parse_uvc_function’
gst-plugins-bad-1.26.10/sys/uvcgadget/configfs.c:901:8: acquire_memory: allocated here
gst-plugins-bad-1.26.10/sys/uvcgadget/configfs.c:902:6: branch_false: following ‘false’ branch (when ‘fc’ is non-NULL)...
gst-plugins-bad-1.26.10/sys/uvcgadget/configfs.c:905:3: branch_false: ...to here
gst-plugins-bad-1.26.10/sys/uvcgadget/configfs.c:908:11: call_function: calling ‘configfs_find_uvc_function’ from ‘configfs_parse_uvc_function’
gst-plugins-bad-1.26.10/sys/uvcgadget/configfs.c:908:11: return_function: returning to ‘configfs_parse_uvc_function’ from ‘configfs_find_uvc_function’
gst-plugins-bad-1.26.10/sys/uvcgadget/configfs.c:909:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/sys/uvcgadget/configfs.c:928:11: branch_false: ...to here
gst-plugins-bad-1.26.10/sys/uvcgadget/configfs.c:930:13: call_function: calling ‘attribute_read_str’ from ‘configfs_parse_uvc_function’
#  138|       return -ENOMEM;
#  139|   
#  140|->   fd = open (f, O_RDONLY);
#  141|     free (f);
#  142|     if (fd == -1) {

Error: GCC_ANALYZER_WARNING (CWE-775): [#def807]
gst-plugins-bad-1.26.10/sys/uvcgadget/configfs.c:147:9: warning[-Wanalyzer-fd-leak]: leak of file descriptor ‘open(path_join(path,  file), 0)’
gst-plugins-bad-1.26.10/sys/uvcgadget/configfs.c:853:1: enter_function: entry to ‘configfs_parse_uvc’
gst-plugins-bad-1.26.10/sys/uvcgadget/configfs.c:857:17: call_function: calling ‘path_join’ from ‘configfs_parse_uvc’
gst-plugins-bad-1.26.10/sys/uvcgadget/configfs.c:857:17: return_function: returning to ‘configfs_parse_uvc’ from ‘path_join’
gst-plugins-bad-1.26.10/sys/uvcgadget/configfs.c:857:17: branch_true: following ‘true’ branch...
gst-plugins-bad-1.26.10/sys/uvcgadget/configfs.c:857:17: call_function: inlined call to ‘configfs_parse_control’ from ‘configfs_parse_uvc’
#  145|     }
#  146|   
#  147|->   ret = read (fd, buf, len);
#  148|     close (fd);
#  149|   

Error: GCC_ANALYZER_WARNING (CWE-401): [#def808]
gst-plugins-bad-1.26.10/sys/uvcgadget/configfs.c:148:3: warning[-Wanalyzer-malloc-leak]: leak of ‘fc’
gst-plugins-bad-1.26.10/sys/uvcgadget/configfs.c:894:1: enter_function: entry to ‘configfs_parse_uvc_function’
gst-plugins-bad-1.26.10/sys/uvcgadget/configfs.c:901:8: acquire_memory: allocated here
gst-plugins-bad-1.26.10/sys/uvcgadget/configfs.c:902:6: branch_false: following ‘false’ branch (when ‘fc’ is non-NULL)...
gst-plugins-bad-1.26.10/sys/uvcgadget/configfs.c:905:3: branch_false: ...to here
gst-plugins-bad-1.26.10/sys/uvcgadget/configfs.c:908:11: call_function: calling ‘configfs_find_uvc_function’ from ‘configfs_parse_uvc_function’
gst-plugins-bad-1.26.10/sys/uvcgadget/configfs.c:908:11: return_function: returning to ‘configfs_parse_uvc_function’ from ‘configfs_find_uvc_function’
gst-plugins-bad-1.26.10/sys/uvcgadget/configfs.c:909:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/sys/uvcgadget/configfs.c:928:11: branch_false: ...to here
gst-plugins-bad-1.26.10/sys/uvcgadget/configfs.c:930:13: call_function: calling ‘attribute_read_str’ from ‘configfs_parse_uvc_function’
#  146|   
#  147|     ret = read (fd, buf, len);
#  148|->   close (fd);
#  149|   
#  150|     if (ret < 0) {

Error: GCC_ANALYZER_WARNING (CWE-688): [#def809]
gst-plugins-bad-1.26.10/sys/uvcgadget/configfs.c:253:13: warning[-Wanalyzer-null-argument]: use of NULL where non-null expected
gst-plugins-bad-1.26.10/sys/uvcgadget/configfs.c:894:1: enter_function: entry to ‘configfs_parse_uvc_function’
gst-plugins-bad-1.26.10/sys/uvcgadget/configfs.c:902:6: branch_false: following ‘false’ branch (when ‘fc’ is non-NULL)...
gst-plugins-bad-1.26.10/sys/uvcgadget/configfs.c:905:3: branch_false: ...to here
gst-plugins-bad-1.26.10/sys/uvcgadget/configfs.c:908:11: call_function: calling ‘configfs_find_uvc_function’ from ‘configfs_parse_uvc_function’
gst-plugins-bad-1.26.10/sys/uvcgadget/configfs.c:908:11: return_function: returning to ‘configfs_parse_uvc_function’ from ‘configfs_find_uvc_function’
gst-plugins-bad-1.26.10/sys/uvcgadget/configfs.c:909:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/sys/uvcgadget/configfs.c:928:11: branch_false: ...to here
gst-plugins-bad-1.26.10/sys/uvcgadget/configfs.c:930:13: call_function: calling ‘attribute_read_str’ from ‘configfs_parse_uvc_function’
gst-plugins-bad-1.26.10/sys/uvcgadget/configfs.c:930:13: return_function: returning to ‘configfs_parse_uvc_function’ from ‘attribute_read_str’
gst-plugins-bad-1.26.10/sys/uvcgadget/configfs.c:931:15: call_function: calling ‘udc_find_video_device’ from ‘configfs_parse_uvc_function’
#  251|   
#  252|       config = attribute_read_str (globbuf.gl_pathv[i], "function_name");
#  253|->     match = strcmp (function, config) == 0;
#  254|   
#  255|       free (config);

Error: GCC_ANALYZER_WARNING (CWE-401): [#def810]
gst-plugins-bad-1.26.10/sys/uvcgadget/configfs.c:262:16: warning[-Wanalyzer-malloc-leak]: leak of ‘<unknown>’
gst-plugins-bad-1.26.10/sys/uvcgadget/configfs.c:894:1: enter_function: entry to ‘configfs_parse_uvc_function’
gst-plugins-bad-1.26.10/sys/uvcgadget/configfs.c:902:6: branch_false: following ‘false’ branch (when ‘fc’ is non-NULL)...
gst-plugins-bad-1.26.10/sys/uvcgadget/configfs.c:905:3: branch_false: ...to here
gst-plugins-bad-1.26.10/sys/uvcgadget/configfs.c:908:11: call_function: calling ‘configfs_find_uvc_function’ from ‘configfs_parse_uvc_function’
gst-plugins-bad-1.26.10/sys/uvcgadget/configfs.c:908:11: return_function: returning to ‘configfs_parse_uvc_function’ from ‘configfs_find_uvc_function’
gst-plugins-bad-1.26.10/sys/uvcgadget/configfs.c:909:6: branch_true: following ‘true’ branch...
gst-plugins-bad-1.26.10/sys/uvcgadget/configfs.c:915:11: branch_true: ...to here
gst-plugins-bad-1.26.10/sys/uvcgadget/configfs.c:915:11: call_function: calling ‘parse_legacy_g_webcam’ from ‘configfs_parse_uvc_function’
#  260|   
#  261|     if (i < globbuf.gl_pathc) {
#  262|->     gchar *v = g_path_get_basename (globbuf.gl_pathv[i]);
#  263|   
#  264|       video = path_join ("/dev", v);

Error: GCC_ANALYZER_WARNING (CWE-401): [#def811]
gst-plugins-bad-1.26.10/sys/uvcgadget/configfs.c:262:16: warning[-Wanalyzer-malloc-leak]: leak of ‘fc’
gst-plugins-bad-1.26.10/sys/uvcgadget/configfs.c:894:1: enter_function: entry to ‘configfs_parse_uvc_function’
gst-plugins-bad-1.26.10/sys/uvcgadget/configfs.c:901:8: acquire_memory: allocated here
gst-plugins-bad-1.26.10/sys/uvcgadget/configfs.c:902:6: branch_false: following ‘false’ branch (when ‘fc’ is non-NULL)...
gst-plugins-bad-1.26.10/sys/uvcgadget/configfs.c:905:3: branch_false: ...to here
gst-plugins-bad-1.26.10/sys/uvcgadget/configfs.c:908:11: call_function: calling ‘configfs_find_uvc_function’ from ‘configfs_parse_uvc_function’
gst-plugins-bad-1.26.10/sys/uvcgadget/configfs.c:908:11: return_function: returning to ‘configfs_parse_uvc_function’ from ‘configfs_find_uvc_function’
gst-plugins-bad-1.26.10/sys/uvcgadget/configfs.c:909:6: branch_true: following ‘true’ branch...
gst-plugins-bad-1.26.10/sys/uvcgadget/configfs.c:915:11: branch_true: ...to here
gst-plugins-bad-1.26.10/sys/uvcgadget/configfs.c:915:11: call_function: calling ‘parse_legacy_g_webcam’ from ‘configfs_parse_uvc_function’
#  260|   
#  261|     if (i < globbuf.gl_pathc) {
#  262|->     gchar *v = g_path_get_basename (globbuf.gl_pathv[i]);
#  263|   
#  264|       video = path_join ("/dev", v);

Error: GCC_ANALYZER_WARNING (CWE-401): [#def812]
gst-plugins-bad-1.26.10/sys/uvcgadget/configfs.c:265:5: warning[-Wanalyzer-malloc-leak]: leak of ‘<unknown>’
gst-plugins-bad-1.26.10/sys/uvcgadget/configfs.c:894:1: enter_function: entry to ‘configfs_parse_uvc_function’
gst-plugins-bad-1.26.10/sys/uvcgadget/configfs.c:902:6: branch_false: following ‘false’ branch (when ‘fc’ is non-NULL)...
gst-plugins-bad-1.26.10/sys/uvcgadget/configfs.c:905:3: branch_false: ...to here
gst-plugins-bad-1.26.10/sys/uvcgadget/configfs.c:908:11: call_function: calling ‘configfs_find_uvc_function’ from ‘configfs_parse_uvc_function’
gst-plugins-bad-1.26.10/sys/uvcgadget/configfs.c:908:11: return_function: returning to ‘configfs_parse_uvc_function’ from ‘configfs_find_uvc_function’
gst-plugins-bad-1.26.10/sys/uvcgadget/configfs.c:909:6: branch_true: following ‘true’ branch...
gst-plugins-bad-1.26.10/sys/uvcgadget/configfs.c:915:11: branch_true: ...to here
gst-plugins-bad-1.26.10/sys/uvcgadget/configfs.c:915:11: call_function: calling ‘parse_legacy_g_webcam’ from ‘configfs_parse_uvc_function’
#  263|   
#  264|       video = path_join ("/dev", v);
#  265|->     g_free (v);
#  266|     }
#  267|   

Error: GCC_ANALYZER_WARNING (CWE-401): [#def813]
gst-plugins-bad-1.26.10/sys/uvcgadget/configfs.c:265:5: warning[-Wanalyzer-malloc-leak]: leak of ‘fc’
gst-plugins-bad-1.26.10/sys/uvcgadget/configfs.c:894:1: enter_function: entry to ‘configfs_parse_uvc_function’
gst-plugins-bad-1.26.10/sys/uvcgadget/configfs.c:901:8: acquire_memory: allocated here
gst-plugins-bad-1.26.10/sys/uvcgadget/configfs.c:902:6: branch_false: following ‘false’ branch (when ‘fc’ is non-NULL)...
gst-plugins-bad-1.26.10/sys/uvcgadget/configfs.c:905:3: branch_false: ...to here
gst-plugins-bad-1.26.10/sys/uvcgadget/configfs.c:908:11: call_function: calling ‘configfs_find_uvc_function’ from ‘configfs_parse_uvc_function’
gst-plugins-bad-1.26.10/sys/uvcgadget/configfs.c:908:11: return_function: returning to ‘configfs_parse_uvc_function’ from ‘configfs_find_uvc_function’
gst-plugins-bad-1.26.10/sys/uvcgadget/configfs.c:909:6: branch_true: following ‘true’ branch...
gst-plugins-bad-1.26.10/sys/uvcgadget/configfs.c:915:11: branch_true: ...to here
gst-plugins-bad-1.26.10/sys/uvcgadget/configfs.c:915:11: call_function: calling ‘parse_legacy_g_webcam’ from ‘configfs_parse_uvc_function’
#  263|   
#  264|       video = path_join ("/dev", v);
#  265|->     g_free (v);
#  266|     }
#  267|   

Error: GCC_ANALYZER_WARNING (CWE-476): [#def814]
gst-plugins-bad-1.26.10/sys/uvcgadget/configfs.c:382:37: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘format’
gst-plugins-bad-1.26.10/sys/uvcgadget/configfs.c:894:1: enter_function: entry to ‘configfs_parse_uvc_function’
gst-plugins-bad-1.26.10/sys/uvcgadget/configfs.c:902:6: branch_false: following ‘false’ branch (when ‘fc’ is non-NULL)...
gst-plugins-bad-1.26.10/sys/uvcgadget/configfs.c:905:3: branch_false: ...to here
gst-plugins-bad-1.26.10/sys/uvcgadget/configfs.c:908:11: call_function: calling ‘configfs_find_uvc_function’ from ‘configfs_parse_uvc_function’
gst-plugins-bad-1.26.10/sys/uvcgadget/configfs.c:908:11: return_function: returning to ‘configfs_parse_uvc_function’ from ‘configfs_find_uvc_function’
gst-plugins-bad-1.26.10/sys/uvcgadget/configfs.c:909:6: branch_true: following ‘true’ branch...
gst-plugins-bad-1.26.10/sys/uvcgadget/configfs.c:915:11: branch_true: ...to here
gst-plugins-bad-1.26.10/sys/uvcgadget/configfs.c:915:11: call_function: calling ‘parse_legacy_g_webcam’ from ‘configfs_parse_uvc_function’
#  380|       struct uvc_function_config_format *format = &fc->streaming.formats[i];
#  381|   
#  382|->     size = sizeof *format->frames * format->num_frames;
#  383|       format->frames = memdup (format->frames, size);
#  384|   

Error: GCC_ANALYZER_WARNING (CWE-476): [#def815]
gst-plugins-bad-1.26.10/sys/uvcgadget/configfs.c:388:41: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘frame’
gst-plugins-bad-1.26.10/sys/uvcgadget/configfs.c:894:1: enter_function: entry to ‘configfs_parse_uvc_function’
gst-plugins-bad-1.26.10/sys/uvcgadget/configfs.c:902:6: branch_false: following ‘false’ branch (when ‘fc’ is non-NULL)...
gst-plugins-bad-1.26.10/sys/uvcgadget/configfs.c:905:3: branch_false: ...to here
gst-plugins-bad-1.26.10/sys/uvcgadget/configfs.c:908:11: call_function: calling ‘configfs_find_uvc_function’ from ‘configfs_parse_uvc_function’
gst-plugins-bad-1.26.10/sys/uvcgadget/configfs.c:908:11: return_function: returning to ‘configfs_parse_uvc_function’ from ‘configfs_find_uvc_function’
gst-plugins-bad-1.26.10/sys/uvcgadget/configfs.c:909:6: branch_true: following ‘true’ branch...
gst-plugins-bad-1.26.10/sys/uvcgadget/configfs.c:915:11: branch_true: ...to here
gst-plugins-bad-1.26.10/sys/uvcgadget/configfs.c:915:11: call_function: calling ‘parse_legacy_g_webcam’ from ‘configfs_parse_uvc_function’
#  386|         struct uvc_function_config_frame *frame = &format->frames[j];
#  387|   
#  388|->       size = sizeof *frame->intervals * frame->num_intervals;
#  389|         frame->intervals = memdup (frame->intervals, size);
#  390|       }

Error: GCC_ANALYZER_WARNING (CWE-457): [#def816]
gst-plugins-bad-1.26.10/sys/uvcgadget/configfs.c:388:41: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘*frame.num_intervals’
gst-plugins-bad-1.26.10/sys/uvcgadget/configfs.c:894:1: enter_function: entry to ‘configfs_parse_uvc_function’
gst-plugins-bad-1.26.10/sys/uvcgadget/configfs.c:902:6: branch_false: following ‘false’ branch (when ‘fc’ is non-NULL)...
gst-plugins-bad-1.26.10/sys/uvcgadget/configfs.c:905:3: branch_false: ...to here
gst-plugins-bad-1.26.10/sys/uvcgadget/configfs.c:908:11: call_function: calling ‘configfs_find_uvc_function’ from ‘configfs_parse_uvc_function’
gst-plugins-bad-1.26.10/sys/uvcgadget/configfs.c:908:11: return_function: returning to ‘configfs_parse_uvc_function’ from ‘configfs_find_uvc_function’
gst-plugins-bad-1.26.10/sys/uvcgadget/configfs.c:909:6: branch_true: following ‘true’ branch...
gst-plugins-bad-1.26.10/sys/uvcgadget/configfs.c:915:11: branch_true: ...to here
gst-plugins-bad-1.26.10/sys/uvcgadget/configfs.c:915:11: call_function: calling ‘parse_legacy_g_webcam’ from ‘configfs_parse_uvc_function’
#  386|         struct uvc_function_config_frame *frame = &format->frames[j];
#  387|   
#  388|->       size = sizeof *frame->intervals * frame->num_intervals;
#  389|         frame->intervals = memdup (frame->intervals, size);
#  390|       }

Error: GCC_ANALYZER_WARNING (CWE-401): [#def817]
gst-plugins-bad-1.26.10/sys/uvcgadget/configfs.c:481:15: warning[-Wanalyzer-malloc-leak]: leak of ‘configfs_find_uvc_function(function)’
gst-plugins-bad-1.26.10/sys/uvcgadget/configfs.c:894:1: enter_function: entry to ‘configfs_parse_uvc_function’
gst-plugins-bad-1.26.10/sys/uvcgadget/configfs.c:902:6: branch_false: following ‘false’ branch (when ‘fc’ is non-NULL)...
gst-plugins-bad-1.26.10/sys/uvcgadget/configfs.c:905:3: branch_false: ...to here
gst-plugins-bad-1.26.10/sys/uvcgadget/configfs.c:908:11: call_function: calling ‘configfs_find_uvc_function’ from ‘configfs_parse_uvc_function’
gst-plugins-bad-1.26.10/sys/uvcgadget/configfs.c:908:11: return_function: returning to ‘configfs_parse_uvc_function’ from ‘configfs_find_uvc_function’
gst-plugins-bad-1.26.10/sys/uvcgadget/configfs.c:909:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/sys/uvcgadget/configfs.c:928:11: branch_false: ...to here
gst-plugins-bad-1.26.10/sys/uvcgadget/configfs.c:928:11: throw: if ‘g_path_get_basename’ throws an exception...
gst-plugins-bad-1.26.10/sys/uvcgadget/configfs.c:481:15: danger: ‘configfs_find_uvc_function(function)’ leaks here; was allocated at [(17)](sarif:/runs/0/results/13/codeFlows/0/threadFlows/0/locations/16)
#  479|       return NULL;
#  480|   
#  481|->   func_path = path_glob_first_match (path);
#  482|     free (path);
#  483|   

Error: GCC_ANALYZER_WARNING (CWE-401): [#def818]
gst-plugins-bad-1.26.10/sys/uvcgadget/configfs.c:928:11: warning[-Wanalyzer-malloc-leak]: leak of ‘fc’
gst-plugins-bad-1.26.10/sys/uvcgadget/configfs.c:894:1: enter_function: entry to ‘configfs_parse_uvc_function’
gst-plugins-bad-1.26.10/sys/uvcgadget/configfs.c:901:8: acquire_memory: allocated here
gst-plugins-bad-1.26.10/sys/uvcgadget/configfs.c:902:6: branch_false: following ‘false’ branch (when ‘fc’ is non-NULL)...
gst-plugins-bad-1.26.10/sys/uvcgadget/configfs.c:905:3: branch_false: ...to here
gst-plugins-bad-1.26.10/sys/uvcgadget/configfs.c:908:11: call_function: calling ‘configfs_find_uvc_function’ from ‘configfs_parse_uvc_function’
gst-plugins-bad-1.26.10/sys/uvcgadget/configfs.c:908:11: return_function: returning to ‘configfs_parse_uvc_function’ from ‘configfs_find_uvc_function’
gst-plugins-bad-1.26.10/sys/uvcgadget/configfs.c:909:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/sys/uvcgadget/configfs.c:928:11: branch_false: ...to here
gst-plugins-bad-1.26.10/sys/uvcgadget/configfs.c:928:11: throw: if ‘g_path_get_basename’ throws an exception...
gst-plugins-bad-1.26.10/sys/uvcgadget/configfs.c:928:11: danger: ‘fc’ leaks here; was allocated at [(2)](sarif:/runs/0/results/14/codeFlows/0/threadFlows/0/locations/1)
#  926|      * from the function name, if any.
#  927|      */
#  928|->   bname = g_path_get_basename (function);
#  929|   
#  930|     fc->udc = attribute_read_str (fpath, "../../UDC");

Error: GCC_ANALYZER_WARNING (CWE-775): [#def819]
gst-plugins-bad-1.26.10/sys/v4l2codecs/gstv4l2codecdevice.c:342:5: warning[-Wanalyzer-fd-leak]: leak of file descriptor ‘open(g_udev_device_get_device_file(udev), 0)’
gst-plugins-bad-1.26.10/sys/v4l2codecs/gstv4l2codecdevice.c:317:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/sys/v4l2codecs/gstv4l2codecdevice.c:324:12: branch_false: ...to here
gst-plugins-bad-1.26.10/sys/v4l2codecs/gstv4l2codecdevice.c:327:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/sys/v4l2codecs/gstv4l2codecdevice.c:327:6: branch_false: ...to here
gst-plugins-bad-1.26.10/sys/v4l2codecs/gstv4l2codecdevice.c:330:26: branch_true: following ‘true’ branch (when ‘d’ is non-NULL)...
gst-plugins-bad-1.26.10/sys/v4l2codecs/gstv4l2codecdevice.c:331:18: branch_true: ...to here
gst-plugins-bad-1.26.10/sys/v4l2codecs/gstv4l2codecdevice.c:338:10: acquire_resource: opened here
gst-plugins-bad-1.26.10/sys/v4l2codecs/gstv4l2codecdevice.c:342:5: branch_true: following ‘true’ branch...
gst-plugins-bad-1.26.10/sys/v4l2codecs/gstv4l2codecdevice.c:342:5: branch_true: ...to here
gst-plugins-bad-1.26.10/sys/v4l2codecs/gstv4l2codecdevice.c:342:5: throw: if ‘gst_debug_log’ throws an exception...
gst-plugins-bad-1.26.10/sys/v4l2codecs/gstv4l2codecdevice.c:342:5: danger: ‘open(g_udev_device_get_device_file(udev), 0)’ leaks here; was opened at [(7)](sarif:/runs/0/results/0/codeFlows/0/threadFlows/0/locations/6)
#  340|         continue;
#  341|   
#  342|->     GST_DEBUG ("Analysing media device '%s'", path);
#  343|   
#  344|       ret = get_topology (fd, &topology);

Error: CPPCHECK_WARNING (CWE-476): [#def820]
gst-plugins-bad-1.26.10/sys/va/gstvah264enc.c:1944: warning[nullPointer]: Possible null pointer dereference: b_vaframe
# 1942|   again:
# 1943|     /* Check whether its refs are already poped. */
# 1944|->   g_assert (b_vaframe->left_ref_poc_diff != 0);
# 1945|     g_assert (b_vaframe->right_ref_poc_diff != 0);
# 1946|     for (i = 0; i < gop_len; i++) {

Error: GCC_ANALYZER_WARNING (CWE-476): [#def821]
gst-plugins-bad-1.26.10/sys/va/gstvah264enc.c:1944:3: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘b_vaframe’
gst-plugins-bad-1.26.10/sys/va/gstvah264enc.c:1908:3: branch_true: following ‘true’ branch...
gst-plugins-bad-1.26.10/sys/va/gstvah264enc.c:1908:3: branch_true: ...to here
gst-plugins-bad-1.26.10/sys/va/gstvah264enc.c:1914:15: branch_false: following ‘false’ branch (when ‘i >= gop_len’)...
gst-plugins-bad-1.26.10/sys/va/gstvah264enc.c:1914:15: branch_false: ...to here
gst-plugins-bad-1.26.10/sys/va/gstvah264enc.c:1944:3: danger: dereference of NULL ‘b_vaframe’
# 1942|   again:
# 1943|     /* Check whether its refs are already poped. */
# 1944|->   g_assert (b_vaframe->left_ref_poc_diff != 0);
# 1945|     g_assert (b_vaframe->right_ref_poc_diff != 0);
# 1946|     for (i = 0; i < gop_len; i++) {

Error: GCC_ANALYZER_WARNING (CWE-688): [#def822]
gst-plugins-bad-1.26.10/sys/va/gstvah265dec.c:160:3: warning[-Wanalyzer-null-argument]: use of NULL ‘*self.prev_slice.data’ where non-null expected
gst-plugins-bad-1.26.10/sys/va/gstvah265dec.c:147:6: branch_true: following ‘true’ branch...
gst-plugins-bad-1.26.10/sys/va/gstvah265dec.c:148:5: branch_true: ...to here
gst-plugins-bad-1.26.10/sys/va/gstvah265dec.c:148:5: release_memory: ‘*self.prev_slice.data’ is NULL
gst-plugins-bad-1.26.10/sys/va/gstvah265dec.c:148:5: branch_false: following ‘false’ branch (when ‘_ptr’ is NULL)...
gst-plugins-bad-1.26.10/sys/va/gstvah265dec.c:149:5: branch_false: ...to here
gst-plugins-bad-1.26.10/sys/va/gstvah265dec.c:152:6: branch_false: following ‘false’ branch (when ‘data’ is non-NULL)...
gst-plugins-bad-1.26.10/sys/va/gstvah265dec.c:155:6: branch_false: ...to here
gst-plugins-bad-1.26.10/sys/va/gstvah265dec.c:155:6: branch_false: following ‘false’ branch...
gst-plugins-bad-1.26.10/sys/va/gstvah265dec.c:160:3: branch_false: ...to here
gst-plugins-bad-1.26.10/sys/va/gstvah265dec.c:160:11: release_memory: ‘*self.prev_slice.data’ is NULL
gst-plugins-bad-1.26.10/sys/va/gstvah265dec.c:160:3: danger: argument 1 (‘((struct slice *)((char *)self + 296))[9].data’) NULL where non-null expected
#  158|     }
#  159|   
#  160|->   memcpy (slice->data, data, size);
#  161|     slice->size = size;
#  162|   }

Error: GCC_ANALYZER_WARNING (CWE-476): [#def823]
gst-plugins-bad-1.26.10/sys/va/gstvah265enc.c:2214:3: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘b_vaframe’
gst-plugins-bad-1.26.10/sys/va/gstvah265enc.c:2178:3: branch_true: following ‘true’ branch...
gst-plugins-bad-1.26.10/sys/va/gstvah265enc.c:2178:3: branch_true: ...to here
gst-plugins-bad-1.26.10/sys/va/gstvah265enc.c:2184:15: branch_false: following ‘false’ branch (when ‘i >= gop_len’)...
gst-plugins-bad-1.26.10/sys/va/gstvah265enc.c:2184:15: branch_false: ...to here
gst-plugins-bad-1.26.10/sys/va/gstvah265enc.c:2214:3: danger: dereference of NULL ‘b_vaframe’
# 2212|   again:
# 2213|     /* Check whether its refs are already poped. */
# 2214|->   g_assert (b_vaframe->left_ref_poc_diff != 0);
# 2215|     g_assert (b_vaframe->right_ref_poc_diff != 0);
# 2216|     for (i = 0; i < gop_len; i++) {

Error: GCC_ANALYZER_WARNING (CWE-404): [#def824]
gst-plugins-bad-1.26.10/tools/utils.c:10:18: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
gst-plugins-bad-1.26.10/tools/utils.c:67:1: enter_function: entry to ‘error’
gst-plugins-bad-1.26.10/tools/utils.c:71:3: acquire_resource: ‘va_start’ called here
gst-plugins-bad-1.26.10/tools/utils.c:72:3: call_function: calling ‘print’ from ‘error’
#    8|       va_list var_args)
#    9|   {
#   10|->   GString *str = g_string_new (NULL);
#   11|     GstDebugColorMode color_mode;
#   12|     gchar *color = NULL;

Error: GCC_ANALYZER_WARNING (CWE-404): [#def825]
gst-plugins-bad-1.26.10/tools/utils.c:15:16: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
gst-plugins-bad-1.26.10/tools/utils.c:67:1: enter_function: entry to ‘error’
gst-plugins-bad-1.26.10/tools/utils.c:71:3: acquire_resource: ‘va_start’ called here
gst-plugins-bad-1.26.10/tools/utils.c:72:3: call_function: calling ‘print’ from ‘error’
#   13|     const gchar *clear = NULL;
#   14|   
#   15|->   color_mode = gst_debug_get_color_mode ();
#   16|   #ifdef G_OS_WIN32
#   17|     if (color_mode == GST_DEBUG_COLOR_MODE_UNIX) {

Error: GCC_ANALYZER_WARNING (CWE-404): [#def826]
gst-plugins-bad-1.26.10/tools/utils.c:22:13: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
gst-plugins-bad-1.26.10/tools/utils.c:67:1: enter_function: entry to ‘error’
gst-plugins-bad-1.26.10/tools/utils.c:71:3: acquire_resource: ‘va_start’ called here
gst-plugins-bad-1.26.10/tools/utils.c:72:3: call_function: calling ‘print’ from ‘error’
#   20|   #endif
#   21|       clear = "\033[00m";
#   22|->     color = gst_debug_construct_term_color (c);
#   23|     }
#   24|   

Error: GCC_ANALYZER_WARNING (CWE-404): [#def827]
gst-plugins-bad-1.26.10/tools/utils.c:27:5: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
gst-plugins-bad-1.26.10/tools/utils.c:67:1: enter_function: entry to ‘error’
gst-plugins-bad-1.26.10/tools/utils.c:71:3: acquire_resource: ‘va_start’ called here
gst-plugins-bad-1.26.10/tools/utils.c:72:3: call_function: calling ‘print’ from ‘error’
#   25|     if (color) {
#   26|       g_string_append (str, color);
#   27|->     g_free (color);
#   28|     }
#   29|   

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-121.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-plugins-bad-free-1.26.10-1.fc44
store-results-to/tmp/tmp2hguf5gi/gstreamer1-plugins-bad-free-1.26.10-1.fc44.tar.xz
time-created2026-01-08 17:16:18
time-finished2026-01-08 17:29:14
toolcsmock
tool-args'/usr/bin/csmock' '-r' 'fedora-rawhide-x86_64' '-t' 'gcc,cppcheck,clippy,shellcheck,unicontrol' '-o' '/tmp/tmp2hguf5gi/gstreamer1-plugins-bad-free-1.26.10-1.fc44.tar.xz' '--gcc-analyze' '--unicontrol-notests' '--unicontrol-bidi-only' '--install' 'pam' '--gcc-analyzer-bin=/usr/bin/gcc' '/tmp/tmp2hguf5gi/gstreamer1-plugins-bad-free-1.26.10-1.fc44.src.rpm'
tool-versioncsmock-3.8.3.20251215.161544.g62de9a5-1.el9