gstreamer1-plugins-base-1.26.10-1.fc44

List of Findings

Error: GCC_ANALYZER_WARNING (CWE-404): [#def1]
gst-plugins-base-1.26.10/ext/alsa/gstalsaelement.c:47:9: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
gst-plugins-base-1.26.10/ext/alsa/gstalsaelement.c:46:3: acquire_resource: ‘va_start’ called here
gst-plugins-base-1.26.10/ext/alsa/gstalsaelement.c:47:9: throw: if ‘g_strdup_vprintf’ throws an exception...
gst-plugins-base-1.26.10/ext/alsa/gstalsaelement.c:47:9: danger: missing call to ‘va_end’ to match ‘va_start’ at [(1)](sarif:/runs/0/results/0/codeFlows/0/threadFlows/0/locations/0)
#   45|   
#   46|     va_start (args, fmt);
#   47|->   str = g_strdup_vprintf (fmt, args);
#   48|     va_end (args);
#   49|     /* FIXME: use GST_LEVEL_ERROR here? Currently warning is used because we're

Error: GCC_ANALYZER_WARNING (CWE-775): [#def2]
gst-plugins-base-1.26.10/ext/gl/gstgldifferencematte.c:539:13: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(*(GstGLDifferenceMatte *)filter.location, "rb")’
gst-plugins-base-1.26.10/ext/gl/gstgldifferencematte.c:533:6: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/ext/gl/gstgldifferencematte.c:536:20: branch_false: ...to here
gst-plugins-base-1.26.10/ext/gl/gstgldifferencematte.c:536:13: acquire_resource: opened here
gst-plugins-base-1.26.10/ext/gl/gstgldifferencematte.c:536:6: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/ext/gl/gstgldifferencematte.c:539:13: branch_false: ...to here
gst-plugins-base-1.26.10/ext/gl/gstgldifferencematte.c:539:13: throw: if ‘png_create_read_struct’ throws an exception...
gst-plugins-base-1.26.10/ext/gl/gstgldifferencematte.c:539:13: danger: ‘fopen(*(GstGLDifferenceMatte *)filter.location, "rb")’ leaks here; was opened at [(3)](sarif:/runs/0/results/0/codeFlows/0/threadFlows/0/locations/2)
#  537|       LOAD_ERROR ("file not found");
#  538|   
#  539|->   png_ptr = png_create_read_struct (PNG_LIBPNG_VER_STRING, NULL, NULL, NULL);
#  540|   
#  541|     if (png_ptr == NULL) {

Error: GCC_ANALYZER_WARNING (CWE-401): [#def3]
gst-plugins-base-1.26.10/ext/gl/gstgldifferencematte.c:539:13: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(*(GstGLDifferenceMatte *)filter.location, "rb")’
gst-plugins-base-1.26.10/ext/gl/gstgldifferencematte.c:533:6: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/ext/gl/gstgldifferencematte.c:536:20: branch_false: ...to here
gst-plugins-base-1.26.10/ext/gl/gstgldifferencematte.c:536:13: acquire_memory: allocated here
gst-plugins-base-1.26.10/ext/gl/gstgldifferencematte.c:536:6: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/ext/gl/gstgldifferencematte.c:539:13: branch_false: ...to here
gst-plugins-base-1.26.10/ext/gl/gstgldifferencematte.c:539:13: throw: if ‘png_create_read_struct’ throws an exception...
gst-plugins-base-1.26.10/ext/gl/gstgldifferencematte.c:539:13: danger: ‘fopen(*(GstGLDifferenceMatte *)filter.location, "rb")’ leaks here; was allocated at [(3)](sarif:/runs/0/results/1/codeFlows/0/threadFlows/0/locations/2)
#  537|       LOAD_ERROR ("file not found");
#  538|   
#  539|->   png_ptr = png_create_read_struct (PNG_LIBPNG_VER_STRING, NULL, NULL, NULL);
#  540|   
#  541|     if (png_ptr == NULL) {

Error: GCC_ANALYZER_WARNING (CWE-775): [#def4]
gst-plugins-base-1.26.10/ext/gl/gstgldifferencematte.c:546:3: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(*(GstGLDifferenceMatte *)filter.location, "rb")’
gst-plugins-base-1.26.10/ext/gl/gstgldifferencematte.c:533:6: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/ext/gl/gstgldifferencematte.c:536:20: branch_false: ...to here
gst-plugins-base-1.26.10/ext/gl/gstgldifferencematte.c:536:13: acquire_resource: opened here
gst-plugins-base-1.26.10/ext/gl/gstgldifferencematte.c:536:6: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/ext/gl/gstgldifferencematte.c:539:13: branch_false: ...to here
gst-plugins-base-1.26.10/ext/gl/gstgldifferencematte.c:541:6: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/ext/gl/gstgldifferencematte.c:546:3: branch_false: ...to here
gst-plugins-base-1.26.10/ext/gl/gstgldifferencematte.c:546:3: throw: if ‘png_set_error_fn’ throws an exception...
gst-plugins-base-1.26.10/ext/gl/gstgldifferencematte.c:546:3: danger: ‘fopen(*(GstGLDifferenceMatte *)filter.location, "rb")’ leaks here; was opened at [(3)](sarif:/runs/0/results/2/codeFlows/0/threadFlows/0/locations/2)
#  544|     }
#  545|   
#  546|->   png_set_error_fn (png_ptr, NULL, NULL, user_warning_fn);
#  547|   
#  548|     info_ptr = png_create_info_struct (png_ptr);

Error: GCC_ANALYZER_WARNING (CWE-401): [#def5]
gst-plugins-base-1.26.10/ext/gl/gstgldifferencematte.c:546:3: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(*(GstGLDifferenceMatte *)filter.location, "rb")’
gst-plugins-base-1.26.10/ext/gl/gstgldifferencematte.c:533:6: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/ext/gl/gstgldifferencematte.c:536:20: branch_false: ...to here
gst-plugins-base-1.26.10/ext/gl/gstgldifferencematte.c:536:13: acquire_memory: allocated here
gst-plugins-base-1.26.10/ext/gl/gstgldifferencematte.c:536:6: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/ext/gl/gstgldifferencematte.c:539:13: branch_false: ...to here
gst-plugins-base-1.26.10/ext/gl/gstgldifferencematte.c:541:6: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/ext/gl/gstgldifferencematte.c:546:3: branch_false: ...to here
gst-plugins-base-1.26.10/ext/gl/gstgldifferencematte.c:546:3: throw: if ‘png_set_error_fn’ throws an exception...
gst-plugins-base-1.26.10/ext/gl/gstgldifferencematte.c:546:3: danger: ‘fopen(*(GstGLDifferenceMatte *)filter.location, "rb")’ leaks here; was allocated at [(3)](sarif:/runs/0/results/3/codeFlows/0/threadFlows/0/locations/2)
#  544|     }
#  545|   
#  546|->   png_set_error_fn (png_ptr, NULL, NULL, user_warning_fn);
#  547|   
#  548|     info_ptr = png_create_info_struct (png_ptr);

Error: GCC_ANALYZER_WARNING (CWE-775): [#def6]
gst-plugins-base-1.26.10/ext/gl/gstgldifferencematte.c:548:14: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(*(GstGLDifferenceMatte *)filter.location, "rb")’
gst-plugins-base-1.26.10/ext/gl/gstgldifferencematte.c:533:6: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/ext/gl/gstgldifferencematte.c:536:20: branch_false: ...to here
gst-plugins-base-1.26.10/ext/gl/gstgldifferencematte.c:536:13: acquire_resource: opened here
gst-plugins-base-1.26.10/ext/gl/gstgldifferencematte.c:536:6: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/ext/gl/gstgldifferencematte.c:539:13: branch_false: ...to here
gst-plugins-base-1.26.10/ext/gl/gstgldifferencematte.c:541:6: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/ext/gl/gstgldifferencematte.c:546:3: branch_false: ...to here
gst-plugins-base-1.26.10/ext/gl/gstgldifferencematte.c:548:14: throw: if ‘png_create_info_struct’ throws an exception...
gst-plugins-base-1.26.10/ext/gl/gstgldifferencematte.c:548:14: danger: ‘fopen(*(GstGLDifferenceMatte *)filter.location, "rb")’ leaks here; was opened at [(3)](sarif:/runs/0/results/4/codeFlows/0/threadFlows/0/locations/2)
#  546|     png_set_error_fn (png_ptr, NULL, NULL, user_warning_fn);
#  547|   
#  548|->   info_ptr = png_create_info_struct (png_ptr);
#  549|     if (info_ptr == NULL) {
#  550|       fclose (fp);

Error: GCC_ANALYZER_WARNING (CWE-401): [#def7]
gst-plugins-base-1.26.10/ext/gl/gstgldifferencematte.c:548:14: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(*(GstGLDifferenceMatte *)filter.location, "rb")’
gst-plugins-base-1.26.10/ext/gl/gstgldifferencematte.c:533:6: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/ext/gl/gstgldifferencematte.c:536:20: branch_false: ...to here
gst-plugins-base-1.26.10/ext/gl/gstgldifferencematte.c:536:13: acquire_memory: allocated here
gst-plugins-base-1.26.10/ext/gl/gstgldifferencematte.c:536:6: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/ext/gl/gstgldifferencematte.c:539:13: branch_false: ...to here
gst-plugins-base-1.26.10/ext/gl/gstgldifferencematte.c:541:6: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/ext/gl/gstgldifferencematte.c:546:3: branch_false: ...to here
gst-plugins-base-1.26.10/ext/gl/gstgldifferencematte.c:548:14: throw: if ‘png_create_info_struct’ throws an exception...
gst-plugins-base-1.26.10/ext/gl/gstgldifferencematte.c:548:14: danger: ‘fopen(*(GstGLDifferenceMatte *)filter.location, "rb")’ leaks here; was allocated at [(3)](sarif:/runs/0/results/5/codeFlows/0/threadFlows/0/locations/2)
#  546|     png_set_error_fn (png_ptr, NULL, NULL, user_warning_fn);
#  547|   
#  548|->   info_ptr = png_create_info_struct (png_ptr);
#  549|     if (info_ptr == NULL) {
#  550|       fclose (fp);

Error: CPPCHECK_WARNING (CWE-682): [#def8]
gst-plugins-base-1.26.10/ext/gl/gstgldifferencematte.c:585: error[nullPointerArithmeticOutOfMemory]: If memory allocation fails: pointer addition with NULL pointer.
#  583|   
#  584|     for (y = 0; y < height; ++y)
#  585|->     rows[y] = (guchar *) (differencematte->pixbuf + y * width * 4);
#  586|   
#  587|     png_read_image (png_ptr, rows);

Error: CPPCHECK_WARNING (CWE-476): [#def9]
gst-plugins-base-1.26.10/ext/gl/gstgldifferencematte.c:585: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: rows
#  583|   
#  584|     for (y = 0; y < height; ++y)
#  585|->     rows[y] = (guchar *) (differencematte->pixbuf + y * width * 4);
#  586|   
#  587|     png_read_image (png_ptr, rows);

Error: GCC_ANALYZER_WARNING (CWE-476): [#def10]
gst-plugins-base-1.26.10/ext/gl/gstgldifferencematte.c:585:5: warning[-Wanalyzer-possible-null-dereference]: dereference of possibly-NULL ‘rows’
gst-plugins-base-1.26.10/ext/gl/gstgldifferencematte.c:533:6: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/ext/gl/gstgldifferencematte.c:536:20: branch_false: ...to here
gst-plugins-base-1.26.10/ext/gl/gstgldifferencematte.c:536:6: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/ext/gl/gstgldifferencematte.c:539:13: branch_false: ...to here
gst-plugins-base-1.26.10/ext/gl/gstgldifferencematte.c:541:6: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/ext/gl/gstgldifferencematte.c:546:3: branch_false: ...to here
gst-plugins-base-1.26.10/ext/gl/gstgldifferencematte.c:549:6: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/ext/gl/gstgldifferencematte.c:555:3: branch_false: ...to here
gst-plugins-base-1.26.10/ext/gl/gstgldifferencematte.c:570:6: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/ext/gl/gstgldifferencematte.c:576:3: branch_false: ...to here
gst-plugins-base-1.26.10/ext/gl/gstgldifferencematte.c:582:22: acquire_memory: this call could return NULL
gst-plugins-base-1.26.10/ext/gl/gstgldifferencematte.c:584:15: branch_true: following ‘true’ branch...
gst-plugins-base-1.26.10/ext/gl/gstgldifferencematte.c:585:53: branch_true: ...to here
gst-plugins-base-1.26.10/ext/gl/gstgldifferencematte.c:585:5: danger: ‘rows + (long unsigned int)y * 8’ could be NULL: unchecked value from [(11)](sarif:/runs/0/results/8/codeFlows/0/threadFlows/0/locations/10)
#  583|   
#  584|     for (y = 0; y < height; ++y)
#  585|->     rows[y] = (guchar *) (differencematte->pixbuf + y * width * 4);
#  586|   
#  587|     png_read_image (png_ptr, rows);

Error: GCC_ANALYZER_WARNING (CWE-401): [#def11]
gst-plugins-base-1.26.10/ext/gl/gstgldifferencematte.c:587:3: warning[-Wanalyzer-malloc-leak]: leak of ‘rows’
gst-plugins-base-1.26.10/ext/gl/gstgldifferencematte.c:533:6: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/ext/gl/gstgldifferencematte.c:536:20: branch_false: ...to here
gst-plugins-base-1.26.10/ext/gl/gstgldifferencematte.c:536:6: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/ext/gl/gstgldifferencematte.c:539:13: branch_false: ...to here
gst-plugins-base-1.26.10/ext/gl/gstgldifferencematte.c:541:6: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/ext/gl/gstgldifferencematte.c:546:3: branch_false: ...to here
gst-plugins-base-1.26.10/ext/gl/gstgldifferencematte.c:549:6: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/ext/gl/gstgldifferencematte.c:555:3: branch_false: ...to here
gst-plugins-base-1.26.10/ext/gl/gstgldifferencematte.c:570:6: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/ext/gl/gstgldifferencematte.c:576:3: branch_false: ...to here
gst-plugins-base-1.26.10/ext/gl/gstgldifferencematte.c:582:22: acquire_memory: allocated here
gst-plugins-base-1.26.10/ext/gl/gstgldifferencematte.c:584:15: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/ext/gl/gstgldifferencematte.c:587:3: branch_false: ...to here
gst-plugins-base-1.26.10/ext/gl/gstgldifferencematte.c:587:3: throw: if ‘png_read_image’ throws an exception...
gst-plugins-base-1.26.10/ext/gl/gstgldifferencematte.c:587:3: danger: ‘rows’ leaks here; was allocated at [(11)](sarif:/runs/0/results/9/codeFlows/0/threadFlows/0/locations/10)
#  585|       rows[y] = (guchar *) (differencematte->pixbuf + y * width * 4);
#  586|   
#  587|->   png_read_image (png_ptr, rows);
#  588|   
#  589|     free (rows);

Error: GCC_ANALYZER_WARNING (CWE-775): [#def12]
gst-plugins-base-1.26.10/ext/gl/gstgloverlay.c:608:5: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(*overlay.location, "rb")’
gst-plugins-base-1.26.10/ext/gl/gstgloverlay.c:597:6: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/ext/gl/gstgloverlay.c:600:13: branch_false: ...to here
gst-plugins-base-1.26.10/ext/gl/gstgloverlay.c:600:13: acquire_resource: opened here
gst-plugins-base-1.26.10/ext/gl/gstgloverlay.c:600:6: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/ext/gl/gstgloverlay.c:606:12: branch_false: ...to here
gst-plugins-base-1.26.10/ext/gl/gstgloverlay.c:607:6: branch_true: following ‘true’ branch...
gst-plugins-base-1.26.10/ext/gl/gstgloverlay.c:608:5: branch_true: ...to here
gst-plugins-base-1.26.10/ext/gl/gstgloverlay.c:608:5: throw: if ‘_gst_element_error_printf’ throws an exception...
gst-plugins-base-1.26.10/ext/gl/gstgloverlay.c:608:5: danger: ‘fopen(*overlay.location, "rb")’ leaks here; was opened at [(3)](sarif:/runs/0/results/0/codeFlows/0/threadFlows/0/locations/2)
#  606|     n_read = fread (buff, 1, sizeof (buff), fp);
#  607|     if (n_read != sizeof (buff)) {
#  608|->     GST_ELEMENT_ERROR (overlay, STREAM, DECODE, ("Can't read file header"),
#  609|           ("File: %s", overlay->location));
#  610|       goto out;

Error: GCC_ANALYZER_WARNING (CWE-401): [#def13]
gst-plugins-base-1.26.10/ext/gl/gstgloverlay.c:608:5: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(*overlay.location, "rb")’
gst-plugins-base-1.26.10/ext/gl/gstgloverlay.c:597:6: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/ext/gl/gstgloverlay.c:600:13: branch_false: ...to here
gst-plugins-base-1.26.10/ext/gl/gstgloverlay.c:600:13: acquire_memory: allocated here
gst-plugins-base-1.26.10/ext/gl/gstgloverlay.c:600:6: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/ext/gl/gstgloverlay.c:606:12: branch_false: ...to here
gst-plugins-base-1.26.10/ext/gl/gstgloverlay.c:607:6: branch_true: following ‘true’ branch...
gst-plugins-base-1.26.10/ext/gl/gstgloverlay.c:608:5: branch_true: ...to here
gst-plugins-base-1.26.10/ext/gl/gstgloverlay.c:608:5: throw: if ‘_gst_element_error_printf’ throws an exception...
gst-plugins-base-1.26.10/ext/gl/gstgloverlay.c:608:5: danger: ‘fopen(*overlay.location, "rb")’ leaks here; was allocated at [(3)](sarif:/runs/0/results/1/codeFlows/0/threadFlows/0/locations/2)
#  606|     n_read = fread (buff, 1, sizeof (buff), fp);
#  607|     if (n_read != sizeof (buff)) {
#  608|->     GST_ELEMENT_ERROR (overlay, STREAM, DECODE, ("Can't read file header"),
#  609|           ("File: %s", overlay->location));
#  610|       goto out;

Error: GCC_ANALYZER_WARNING (CWE-775): [#def14]
gst-plugins-base-1.26.10/ext/gl/gstgloverlay.c:613:10: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(*overlay.location, "rb")’
gst-plugins-base-1.26.10/ext/gl/gstgloverlay.c:597:6: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/ext/gl/gstgloverlay.c:600:13: branch_false: ...to here
gst-plugins-base-1.26.10/ext/gl/gstgloverlay.c:600:13: acquire_resource: opened here
gst-plugins-base-1.26.10/ext/gl/gstgloverlay.c:600:6: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/ext/gl/gstgloverlay.c:606:12: branch_false: ...to here
gst-plugins-base-1.26.10/ext/gl/gstgloverlay.c:607:6: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/ext/gl/gstgloverlay.c:613:10: branch_false: ...to here
gst-plugins-base-1.26.10/ext/gl/gstgloverlay.c:613:10: throw: if ‘gst_type_find_helper_for_data’ throws an exception...
gst-plugins-base-1.26.10/ext/gl/gstgloverlay.c:613:10: danger: ‘fopen(*overlay.location, "rb")’ leaks here; was opened at [(3)](sarif:/runs/0/results/12/codeFlows/0/threadFlows/0/locations/2)
#  611|     }
#  612|   
#  613|->   caps = gst_type_find_helper_for_data (GST_OBJECT (overlay), buff,
#  614|         sizeof (buff), NULL);
#  615|   

Error: GCC_ANALYZER_WARNING (CWE-401): [#def15]
gst-plugins-base-1.26.10/ext/gl/gstgloverlay.c:613:10: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(*overlay.location, "rb")’
gst-plugins-base-1.26.10/ext/gl/gstgloverlay.c:597:6: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/ext/gl/gstgloverlay.c:600:13: branch_false: ...to here
gst-plugins-base-1.26.10/ext/gl/gstgloverlay.c:600:13: acquire_memory: allocated here
gst-plugins-base-1.26.10/ext/gl/gstgloverlay.c:600:6: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/ext/gl/gstgloverlay.c:606:12: branch_false: ...to here
gst-plugins-base-1.26.10/ext/gl/gstgloverlay.c:607:6: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/ext/gl/gstgloverlay.c:613:10: branch_false: ...to here
gst-plugins-base-1.26.10/ext/gl/gstgloverlay.c:613:10: throw: if ‘gst_type_find_helper_for_data’ throws an exception...
gst-plugins-base-1.26.10/ext/gl/gstgloverlay.c:613:10: danger: ‘fopen(*overlay.location, "rb")’ leaks here; was allocated at [(3)](sarif:/runs/0/results/13/codeFlows/0/threadFlows/0/locations/2)
#  611|     }
#  612|   
#  613|->   caps = gst_type_find_helper_for_data (GST_OBJECT (overlay), buff,
#  614|         sizeof (buff), NULL);
#  615|   

Error: GCC_ANALYZER_WARNING (CWE-775): [#def16]
gst-plugins-base-1.26.10/ext/gl/gstgloverlay.c:617:5: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(*overlay.location, "rb")’
gst-plugins-base-1.26.10/ext/gl/gstgloverlay.c:597:6: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/ext/gl/gstgloverlay.c:600:13: branch_false: ...to here
gst-plugins-base-1.26.10/ext/gl/gstgloverlay.c:600:13: acquire_resource: opened here
gst-plugins-base-1.26.10/ext/gl/gstgloverlay.c:600:6: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/ext/gl/gstgloverlay.c:606:12: branch_false: ...to here
gst-plugins-base-1.26.10/ext/gl/gstgloverlay.c:607:6: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/ext/gl/gstgloverlay.c:613:10: branch_false: ...to here
gst-plugins-base-1.26.10/ext/gl/gstgloverlay.c:616:6: branch_true: following ‘true’ branch...
gst-plugins-base-1.26.10/ext/gl/gstgloverlay.c:617:5: branch_true: ...to here
gst-plugins-base-1.26.10/ext/gl/gstgloverlay.c:617:5: throw: if ‘_gst_element_error_printf’ throws an exception...
gst-plugins-base-1.26.10/ext/gl/gstgloverlay.c:617:5: danger: ‘fopen(*overlay.location, "rb")’ leaks here; was opened at [(3)](sarif:/runs/0/results/14/codeFlows/0/threadFlows/0/locations/2)
#  615|   
#  616|     if (caps == NULL) {
#  617|->     GST_ELEMENT_ERROR (overlay, STREAM, DECODE, ("Can't find file type"),
#  618|           ("File: %s", overlay->location));
#  619|       goto out;

Error: GCC_ANALYZER_WARNING (CWE-401): [#def17]
gst-plugins-base-1.26.10/ext/gl/gstgloverlay.c:617:5: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(*overlay.location, "rb")’
gst-plugins-base-1.26.10/ext/gl/gstgloverlay.c:597:6: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/ext/gl/gstgloverlay.c:600:13: branch_false: ...to here
gst-plugins-base-1.26.10/ext/gl/gstgloverlay.c:600:13: acquire_memory: allocated here
gst-plugins-base-1.26.10/ext/gl/gstgloverlay.c:600:6: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/ext/gl/gstgloverlay.c:606:12: branch_false: ...to here
gst-plugins-base-1.26.10/ext/gl/gstgloverlay.c:607:6: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/ext/gl/gstgloverlay.c:613:10: branch_false: ...to here
gst-plugins-base-1.26.10/ext/gl/gstgloverlay.c:616:6: branch_true: following ‘true’ branch...
gst-plugins-base-1.26.10/ext/gl/gstgloverlay.c:617:5: branch_true: ...to here
gst-plugins-base-1.26.10/ext/gl/gstgloverlay.c:617:5: throw: if ‘_gst_element_error_printf’ throws an exception...
gst-plugins-base-1.26.10/ext/gl/gstgloverlay.c:617:5: danger: ‘fopen(*overlay.location, "rb")’ leaks here; was allocated at [(3)](sarif:/runs/0/results/15/codeFlows/0/threadFlows/0/locations/2)
#  615|   
#  616|     if (caps == NULL) {
#  617|->     GST_ELEMENT_ERROR (overlay, STREAM, DECODE, ("Can't find file type"),
#  618|           ("File: %s", overlay->location));
#  619|       goto out;

Error: GCC_ANALYZER_WARNING (CWE-775): [#def18]
gst-plugins-base-1.26.10/ext/gl/gstgloverlay.c:622:3: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(*overlay.location, "rb")’
gst-plugins-base-1.26.10/ext/gl/gstgloverlay.c:597:6: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/ext/gl/gstgloverlay.c:600:13: branch_false: ...to here
gst-plugins-base-1.26.10/ext/gl/gstgloverlay.c:600:13: acquire_resource: opened here
gst-plugins-base-1.26.10/ext/gl/gstgloverlay.c:600:6: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/ext/gl/gstgloverlay.c:606:12: branch_false: ...to here
gst-plugins-base-1.26.10/ext/gl/gstgloverlay.c:607:6: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/ext/gl/gstgloverlay.c:613:10: branch_false: ...to here
gst-plugins-base-1.26.10/ext/gl/gstgloverlay.c:616:6: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/ext/gl/gstgloverlay.c:622:3: branch_false: ...to here
gst-plugins-base-1.26.10/ext/gl/gstgloverlay.c:622:3: throw: if ‘fseek’ throws an exception...
gst-plugins-base-1.26.10/ext/gl/gstgloverlay.c:622:3: danger: ‘fopen(*overlay.location, "rb")’ leaks here; was opened at [(3)](sarif:/runs/0/results/26/codeFlows/0/threadFlows/0/locations/2)
#  620|     }
#  621|   
#  622|->   fseek (fp, 0, SEEK_SET);
#  623|   
#  624|     structure = gst_caps_get_structure (caps, 0);

Error: GCC_ANALYZER_WARNING (CWE-401): [#def19]
gst-plugins-base-1.26.10/ext/gl/gstgloverlay.c:622:3: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(*overlay.location, "rb")’
gst-plugins-base-1.26.10/ext/gl/gstgloverlay.c:597:6: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/ext/gl/gstgloverlay.c:600:13: branch_false: ...to here
gst-plugins-base-1.26.10/ext/gl/gstgloverlay.c:600:13: acquire_memory: allocated here
gst-plugins-base-1.26.10/ext/gl/gstgloverlay.c:600:6: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/ext/gl/gstgloverlay.c:606:12: branch_false: ...to here
gst-plugins-base-1.26.10/ext/gl/gstgloverlay.c:607:6: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/ext/gl/gstgloverlay.c:613:10: branch_false: ...to here
gst-plugins-base-1.26.10/ext/gl/gstgloverlay.c:616:6: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/ext/gl/gstgloverlay.c:622:3: branch_false: ...to here
gst-plugins-base-1.26.10/ext/gl/gstgloverlay.c:622:3: throw: if ‘fseek’ throws an exception...
gst-plugins-base-1.26.10/ext/gl/gstgloverlay.c:622:3: danger: ‘fopen(*overlay.location, "rb")’ leaks here; was allocated at [(3)](sarif:/runs/0/results/27/codeFlows/0/threadFlows/0/locations/2)
#  620|     }
#  621|   
#  622|->   fseek (fp, 0, SEEK_SET);
#  623|   
#  624|     structure = gst_caps_get_structure (caps, 0);

Error: GCC_ANALYZER_WARNING (CWE-775): [#def20]
gst-plugins-base-1.26.10/ext/gl/gstgloverlay.c:624:15: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(*overlay.location, "rb")’
gst-plugins-base-1.26.10/ext/gl/gstgloverlay.c:597:6: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/ext/gl/gstgloverlay.c:600:13: branch_false: ...to here
gst-plugins-base-1.26.10/ext/gl/gstgloverlay.c:600:13: acquire_resource: opened here
gst-plugins-base-1.26.10/ext/gl/gstgloverlay.c:600:6: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/ext/gl/gstgloverlay.c:606:12: branch_false: ...to here
gst-plugins-base-1.26.10/ext/gl/gstgloverlay.c:607:6: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/ext/gl/gstgloverlay.c:613:10: branch_false: ...to here
gst-plugins-base-1.26.10/ext/gl/gstgloverlay.c:616:6: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/ext/gl/gstgloverlay.c:622:3: branch_false: ...to here
gst-plugins-base-1.26.10/ext/gl/gstgloverlay.c:624:15: throw: if ‘gst_caps_get_structure’ throws an exception...
gst-plugins-base-1.26.10/ext/gl/gstgloverlay.c:624:15: danger: ‘fopen(*overlay.location, "rb")’ leaks here; was opened at [(3)](sarif:/runs/0/results/28/codeFlows/0/threadFlows/0/locations/2)
#  622|     fseek (fp, 0, SEEK_SET);
#  623|   
#  624|->   structure = gst_caps_get_structure (caps, 0);
#  625|     if (gst_structure_has_name (structure, "image/jpeg")) {
#  626|       success = gst_gl_overlay_load_jpeg (overlay, fp);

Error: GCC_ANALYZER_WARNING (CWE-401): [#def21]
gst-plugins-base-1.26.10/ext/gl/gstgloverlay.c:624:15: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(*overlay.location, "rb")’
gst-plugins-base-1.26.10/ext/gl/gstgloverlay.c:597:6: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/ext/gl/gstgloverlay.c:600:13: branch_false: ...to here
gst-plugins-base-1.26.10/ext/gl/gstgloverlay.c:600:13: acquire_memory: allocated here
gst-plugins-base-1.26.10/ext/gl/gstgloverlay.c:600:6: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/ext/gl/gstgloverlay.c:606:12: branch_false: ...to here
gst-plugins-base-1.26.10/ext/gl/gstgloverlay.c:607:6: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/ext/gl/gstgloverlay.c:613:10: branch_false: ...to here
gst-plugins-base-1.26.10/ext/gl/gstgloverlay.c:616:6: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/ext/gl/gstgloverlay.c:622:3: branch_false: ...to here
gst-plugins-base-1.26.10/ext/gl/gstgloverlay.c:624:15: throw: if ‘gst_caps_get_structure’ throws an exception...
gst-plugins-base-1.26.10/ext/gl/gstgloverlay.c:624:15: danger: ‘fopen(*overlay.location, "rb")’ leaks here; was allocated at [(3)](sarif:/runs/0/results/29/codeFlows/0/threadFlows/0/locations/2)
#  622|     fseek (fp, 0, SEEK_SET);
#  623|   
#  624|->   structure = gst_caps_get_structure (caps, 0);
#  625|     if (gst_structure_has_name (structure, "image/jpeg")) {
#  626|       success = gst_gl_overlay_load_jpeg (overlay, fp);

Error: CPPCHECK_WARNING (CWE-476): [#def22]
gst-plugins-base-1.26.10/ext/gl/gstgloverlay.c:852: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: rows
#  850|   
#  851|     for (y = 0; y < height; ++y)
#  852|->     rows[y] = (guchar *) (map_info.data + y * width * 4);
#  853|   
#  854|     png_read_image (png_ptr, rows);

Error: GCC_ANALYZER_WARNING (CWE-476): [#def23]
gst-plugins-base-1.26.10/ext/gl/gstgloverlay.c:852:5: warning[-Wanalyzer-possible-null-dereference]: dereference of possibly-NULL ‘rows’
gst-plugins-base-1.26.10/ext/gl/gstgloverlay.c:766:6: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/ext/gl/gstgloverlay.c:770:12: branch_false: ...to here
gst-plugins-base-1.26.10/ext/gl/gstgloverlay.c:771:6: branch_false: following ‘false’ branch (when ‘n_read == 8’)...
gst-plugins-base-1.26.10/ext/gl/gstgloverlay.c:778:7: branch_false: ...to here
gst-plugins-base-1.26.10/ext/gl/gstgloverlay.c:778:6: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/ext/gl/gstgloverlay.c:784:13: branch_false: ...to here
gst-plugins-base-1.26.10/ext/gl/gstgloverlay.c:786:6: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/ext/gl/gstgloverlay.c:793:3: branch_false: ...to here
gst-plugins-base-1.26.10/ext/gl/gstgloverlay.c:796:6: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/ext/gl/gstgloverlay.c:804:3: branch_false: ...to here
gst-plugins-base-1.26.10/ext/gl/gstgloverlay.c:819:6: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/ext/gl/gstgloverlay.c:826:3: branch_false: ...to here
gst-plugins-base-1.26.10/ext/gl/gstgloverlay.c:842:6: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/ext/gl/gstgloverlay.c:849:22: branch_false: ...to here
gst-plugins-base-1.26.10/ext/gl/gstgloverlay.c:849:22: acquire_memory: this call could return NULL
gst-plugins-base-1.26.10/ext/gl/gstgloverlay.c:851:15: branch_true: following ‘true’ branch...
gst-plugins-base-1.26.10/ext/gl/gstgloverlay.c:852:27: branch_true: ...to here
gst-plugins-base-1.26.10/ext/gl/gstgloverlay.c:852:5: danger: ‘rows + (long unsigned int)y * 8’ could be NULL: unchecked value from [(15)](sarif:/runs/0/results/62/codeFlows/0/threadFlows/0/locations/14)
#  850|   
#  851|     for (y = 0; y < height; ++y)
#  852|->     rows[y] = (guchar *) (map_info.data + y * width * 4);
#  853|   
#  854|     png_read_image (png_ptr, rows);

Error: GCC_ANALYZER_WARNING (CWE-401): [#def24]
gst-plugins-base-1.26.10/ext/gl/gstgloverlay.c:854:3: warning[-Wanalyzer-malloc-leak]: leak of ‘rows’
gst-plugins-base-1.26.10/ext/gl/gstgloverlay.c:766:6: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/ext/gl/gstgloverlay.c:770:12: branch_false: ...to here
gst-plugins-base-1.26.10/ext/gl/gstgloverlay.c:771:6: branch_false: following ‘false’ branch (when ‘n_read == 8’)...
gst-plugins-base-1.26.10/ext/gl/gstgloverlay.c:778:7: branch_false: ...to here
gst-plugins-base-1.26.10/ext/gl/gstgloverlay.c:778:6: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/ext/gl/gstgloverlay.c:784:13: branch_false: ...to here
gst-plugins-base-1.26.10/ext/gl/gstgloverlay.c:786:6: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/ext/gl/gstgloverlay.c:793:3: branch_false: ...to here
gst-plugins-base-1.26.10/ext/gl/gstgloverlay.c:796:6: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/ext/gl/gstgloverlay.c:804:3: branch_false: ...to here
gst-plugins-base-1.26.10/ext/gl/gstgloverlay.c:819:6: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/ext/gl/gstgloverlay.c:826:3: branch_false: ...to here
gst-plugins-base-1.26.10/ext/gl/gstgloverlay.c:842:6: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/ext/gl/gstgloverlay.c:849:22: branch_false: ...to here
gst-plugins-base-1.26.10/ext/gl/gstgloverlay.c:849:22: acquire_memory: allocated here
gst-plugins-base-1.26.10/ext/gl/gstgloverlay.c:851:15: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/ext/gl/gstgloverlay.c:854:3: branch_false: ...to here
gst-plugins-base-1.26.10/ext/gl/gstgloverlay.c:854:3: throw: if ‘png_read_image’ throws an exception...
gst-plugins-base-1.26.10/ext/gl/gstgloverlay.c:854:3: danger: ‘rows’ leaks here; was allocated at [(15)](sarif:/runs/0/results/63/codeFlows/0/threadFlows/0/locations/14)
#  852|       rows[y] = (guchar *) (map_info.data + y * width * 4);
#  853|   
#  854|->   png_read_image (png_ptr, rows);
#  855|   
#  856|     free (rows);

Error: GCC_ANALYZER_WARNING (CWE-476): [#def25]
gst-plugins-base-1.26.10/ext/ogg/gstoggdemux.c:3350:3: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘chain’
gst-plugins-base-1.26.10/ext/ogg/gstoggdemux.c:3339:6: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/ext/ogg/gstoggdemux.c:3342:12: branch_false: ...to here
gst-plugins-base-1.26.10/ext/ogg/gstoggdemux.c:3342:34: branch_false: following ‘false’ branch (when ‘i < 0’)...
gst-plugins-base-1.26.10/ext/ogg/gstoggdemux.c:3350:3: branch_false: ...to here
gst-plugins-base-1.26.10/ext/ogg/gstoggdemux.c:3350:3: danger: dereference of NULL ‘chain’
# 3348|   
# 3349|     /* first step, locate page containing the required data */
# 3350|->   begin = chain->offset;
# 3351|     end = chain->end_offset;
# 3352|     begintime = chain->begin_time;

Error: GCC_ANALYZER_WARNING (CWE-688): [#def26]
gst-plugins-base-1.26.10/ext/ogg/gstoggstream.c:2680:9: warning[-Wanalyzer-null-argument]: use of NULL where non-null expected
gst-plugins-base-1.26.10/ext/ogg/gstoggstream.c:2677:15: branch_true: following ‘true’ branch (when ‘i != 20’)...
gst-plugins-base-1.26.10/ext/ogg/gstoggstream.c:2678:9: branch_true: ...to here
gst-plugins-base-1.26.10/ext/ogg/gstoggstream.c:2678:8: branch_true: following ‘true’ branch...
gst-plugins-base-1.26.10/ext/ogg/gstoggstream.c:2679:26: branch_true: ...to here
gst-plugins-base-1.26.10/ext/ogg/gstoggstream.c:2678:9: branch_true: following ‘true’ branch...
gst-plugins-base-1.26.10/ext/ogg/gstoggstream.c:2680:9: branch_true: ...to here
gst-plugins-base-1.26.10/ext/ogg/gstoggstream.c:2680:33: release_memory: using NULL here
gst-plugins-base-1.26.10/ext/ogg/gstoggstream.c:2680:9: danger: argument 2 (‘mappers[i].id’) NULL where non-null expected
# 2678|       if (packet->bytes >= mappers[i].min_packet_size &&
# 2679|           packet->bytes >= mappers[i].id_length &&
# 2680|->         memcmp (packet->packet, mappers[i].id, mappers[i].id_length) == 0) {
# 2681|   
# 2682|         GST_DEBUG ("found mapper for '%s'", mappers[i].id);

Error: GCC_ANALYZER_WARNING (CWE-476): [#def27]
gst-plugins-base-1.26.10/ext/theora/gsttheoradec.c:682:7: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘frame’
gst-plugins-base-1.26.10/ext/theora/gsttheoradec.c:805:1: enter_function: entry to ‘theora_dec_decode_buffer’
gst-plugins-base-1.26.10/ext/theora/gsttheoradec.c:839:14: call_function: calling ‘theora_handle_data_packet’ from ‘theora_dec_decode_buffer’
#  680|         "doing unavoidable video frame copy");
#  681|   
#  682|->   if (G_UNLIKELY (!gst_video_frame_map (&vframe, &dec->output_state->info,
#  683|                 frame->output_buffer, GST_MAP_WRITE)))
#  684|       goto invalid_frame;

Error: CPPCHECK_WARNING (CWE-457): [#def28]
gst-plugins-base-1.26.10/ext/theora/gsttheoraenc.c:996: error[legacyUninitvar]: Uninitialized variable: ycbcr
#  994|       gst_video_frame_map (&vframe, &enc->input_state->info, frame->input_buffer,
#  995|           GST_MAP_READ);
#  996|->     theora_enc_init_buffer (ycbcr, &vframe);
#  997|   
#  998|       res = th_encode_ycbcr_in (enc->encoder, ycbcr);

Error: CPPCHECK_WARNING (CWE-457): [#def29]
gst-plugins-base-1.26.10/ext/vorbis/gstvorbisdec.c:214: warning[uninitvar]: Uninitialized variable: position
#  212|           position[i] = GST_AUDIO_CHANNEL_POSITION_NONE;
#  213|         gst_audio_info_set_format (&info, GST_VORBIS_AUDIO_FORMAT, vd->vi.rate,
#  214|->           vd->vi.channels, position);
#  215|         break;
#  216|       }

Error: GCC_ANALYZER_WARNING (CWE-404): [#def30]
gst-plugins-base-1.26.10/ext/vorbis/gstvorbisenc.c:824:5: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
gst-plugins-base-1.26.10/ext/vorbis/gstvorbisenc.c:812:3: branch_true: following ‘true’ branch (when ‘caps’ is non-NULL)...
gst-plugins-base-1.26.10/ext/vorbis/gstvorbisenc.c:813:3: branch_true: ...to here
gst-plugins-base-1.26.10/ext/vorbis/gstvorbisenc.c:813:3: branch_true: following ‘true’ branch...
gst-plugins-base-1.26.10/ext/vorbis/gstvorbisenc.c:814:3: branch_true: ...to here
gst-plugins-base-1.26.10/ext/vorbis/gstvorbisenc.c:814:3: branch_true: following ‘true’ branch (when ‘field’ is non-NULL)...
gst-plugins-base-1.26.10/ext/vorbis/gstvorbisenc.c:816:10: branch_true: ...to here
gst-plugins-base-1.26.10/ext/vorbis/gstvorbisenc.c:821:3: acquire_resource: ‘va_start’ called here
gst-plugins-base-1.26.10/ext/vorbis/gstvorbisenc.c:823:10: branch_true: following ‘true’ branch (when ‘buf’ is non-NULL)...
gst-plugins-base-1.26.10/ext/vorbis/gstvorbisenc.c:824:5: branch_true: ...to here
gst-plugins-base-1.26.10/ext/vorbis/gstvorbisenc.c:824:5: throw: if ‘g_value_init’ throws an exception...
gst-plugins-base-1.26.10/ext/vorbis/gstvorbisenc.c:824:5: danger: missing call to ‘va_end’ to match ‘va_start’ at [(7)](sarif:/runs/0/results/0/codeFlows/0/threadFlows/0/locations/6)
#  822|     /* put buffers in a fixed list */
#  823|     while (buf) {
#  824|->     g_value_init (&value, GST_TYPE_BUFFER);
#  825|       gst_value_set_buffer (&value, buf);
#  826|       gst_value_array_append_value (&array, &value);

Error: GCC_ANALYZER_WARNING (CWE-404): [#def31]
gst-plugins-base-1.26.10/ext/vorbis/gstvorbisenc.c:825:5: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
gst-plugins-base-1.26.10/ext/vorbis/gstvorbisenc.c:812:3: branch_true: following ‘true’ branch (when ‘caps’ is non-NULL)...
gst-plugins-base-1.26.10/ext/vorbis/gstvorbisenc.c:813:3: branch_true: ...to here
gst-plugins-base-1.26.10/ext/vorbis/gstvorbisenc.c:813:3: branch_true: following ‘true’ branch...
gst-plugins-base-1.26.10/ext/vorbis/gstvorbisenc.c:814:3: branch_true: ...to here
gst-plugins-base-1.26.10/ext/vorbis/gstvorbisenc.c:814:3: branch_true: following ‘true’ branch (when ‘field’ is non-NULL)...
gst-plugins-base-1.26.10/ext/vorbis/gstvorbisenc.c:816:10: branch_true: ...to here
gst-plugins-base-1.26.10/ext/vorbis/gstvorbisenc.c:821:3: acquire_resource: ‘va_start’ called here
gst-plugins-base-1.26.10/ext/vorbis/gstvorbisenc.c:823:10: branch_true: following ‘true’ branch (when ‘buf’ is non-NULL)...
gst-plugins-base-1.26.10/ext/vorbis/gstvorbisenc.c:824:5: branch_true: ...to here
gst-plugins-base-1.26.10/ext/vorbis/gstvorbisenc.c:825:5: throw: if ‘g_value_set_boxed’ throws an exception...
gst-plugins-base-1.26.10/ext/vorbis/gstvorbisenc.c:825:5: danger: missing call to ‘va_end’ to match ‘va_start’ at [(7)](sarif:/runs/0/results/1/codeFlows/0/threadFlows/0/locations/6)
#  823|     while (buf) {
#  824|       g_value_init (&value, GST_TYPE_BUFFER);
#  825|->     gst_value_set_buffer (&value, buf);
#  826|       gst_value_array_append_value (&array, &value);
#  827|       g_value_unset (&value);

Error: GCC_ANALYZER_WARNING (CWE-404): [#def32]
gst-plugins-base-1.26.10/ext/vorbis/gstvorbisenc.c:826:5: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
gst-plugins-base-1.26.10/ext/vorbis/gstvorbisenc.c:812:3: branch_true: following ‘true’ branch (when ‘caps’ is non-NULL)...
gst-plugins-base-1.26.10/ext/vorbis/gstvorbisenc.c:813:3: branch_true: ...to here
gst-plugins-base-1.26.10/ext/vorbis/gstvorbisenc.c:813:3: branch_true: following ‘true’ branch...
gst-plugins-base-1.26.10/ext/vorbis/gstvorbisenc.c:814:3: branch_true: ...to here
gst-plugins-base-1.26.10/ext/vorbis/gstvorbisenc.c:814:3: branch_true: following ‘true’ branch (when ‘field’ is non-NULL)...
gst-plugins-base-1.26.10/ext/vorbis/gstvorbisenc.c:816:10: branch_true: ...to here
gst-plugins-base-1.26.10/ext/vorbis/gstvorbisenc.c:821:3: acquire_resource: ‘va_start’ called here
gst-plugins-base-1.26.10/ext/vorbis/gstvorbisenc.c:823:10: branch_true: following ‘true’ branch (when ‘buf’ is non-NULL)...
gst-plugins-base-1.26.10/ext/vorbis/gstvorbisenc.c:824:5: branch_true: ...to here
gst-plugins-base-1.26.10/ext/vorbis/gstvorbisenc.c:826:5: throw: if ‘gst_value_array_append_value’ throws an exception...
gst-plugins-base-1.26.10/ext/vorbis/gstvorbisenc.c:826:5: danger: missing call to ‘va_end’ to match ‘va_start’ at [(7)](sarif:/runs/0/results/2/codeFlows/0/threadFlows/0/locations/6)
#  824|       g_value_init (&value, GST_TYPE_BUFFER);
#  825|       gst_value_set_buffer (&value, buf);
#  826|->     gst_value_array_append_value (&array, &value);
#  827|       g_value_unset (&value);
#  828|   

Error: GCC_ANALYZER_WARNING (CWE-404): [#def33]
gst-plugins-base-1.26.10/ext/vorbis/gstvorbisenc.c:827:5: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
gst-plugins-base-1.26.10/ext/vorbis/gstvorbisenc.c:812:3: branch_true: following ‘true’ branch (when ‘caps’ is non-NULL)...
gst-plugins-base-1.26.10/ext/vorbis/gstvorbisenc.c:813:3: branch_true: ...to here
gst-plugins-base-1.26.10/ext/vorbis/gstvorbisenc.c:813:3: branch_true: following ‘true’ branch...
gst-plugins-base-1.26.10/ext/vorbis/gstvorbisenc.c:814:3: branch_true: ...to here
gst-plugins-base-1.26.10/ext/vorbis/gstvorbisenc.c:814:3: branch_true: following ‘true’ branch (when ‘field’ is non-NULL)...
gst-plugins-base-1.26.10/ext/vorbis/gstvorbisenc.c:816:10: branch_true: ...to here
gst-plugins-base-1.26.10/ext/vorbis/gstvorbisenc.c:821:3: acquire_resource: ‘va_start’ called here
gst-plugins-base-1.26.10/ext/vorbis/gstvorbisenc.c:823:10: branch_true: following ‘true’ branch (when ‘buf’ is non-NULL)...
gst-plugins-base-1.26.10/ext/vorbis/gstvorbisenc.c:824:5: branch_true: ...to here
gst-plugins-base-1.26.10/ext/vorbis/gstvorbisenc.c:827:5: throw: if ‘g_value_unset’ throws an exception...
gst-plugins-base-1.26.10/ext/vorbis/gstvorbisenc.c:827:5: danger: missing call to ‘va_end’ to match ‘va_start’ at [(7)](sarif:/runs/0/results/3/codeFlows/0/threadFlows/0/locations/6)
#  825|       gst_value_set_buffer (&value, buf);
#  826|       gst_value_array_append_value (&array, &value);
#  827|->     g_value_unset (&value);
#  828|   
#  829|       buf = va_arg (va, GstBuffer *);

Error: CPPCHECK_WARNING (CWE-457): [#def34]
gst-plugins-base-1.26.10/gst-libs/gst/audio/audio-converter.c:841: error[legacyUninitvar]: Uninitialized variable: coefficient
#  839|           g_assert_not_reached ();
#  840|   
#  841|->       matrix[i][j] = coefficient;
#  842|       }
#  843|     }

Error: CPPCHECK_WARNING (CWE-758): [#def35]
gst-plugins-base-1.26.10/gst-libs/gst/gl/egl/gsteglimage.c:776: warning[objectIndex]: The address of variable 'linear_modifier' might be accessed at non-zero index.
#  774|   
#  775|     for (i = 0; i < len; ++i) {
#  776|->     GstGLDmaModifier *modifier = &mods[i];
#  777|       if (modifier->modifier == in_info_dma->drm_modifier) {
#  778|         if (modifier->external_only) {

Error: GCC_ANALYZER_WARNING (CWE-775): [#def36]
gst-plugins-base-1.26.10/gst-libs/gst/gl/gbm/gstgl_gbm_utils.c:494:5: warning[-Wanalyzer-fd-leak]: leak of file descriptor ‘open(g_udev_device_get_device_file(gudevice), 524290)’
gst-plugins-base-1.26.10/gst-libs/gst/gl/gbm/gstgl_gbm_utils.c:451:6: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/gst-libs/gst/gl/gbm/gstgl_gbm_utils.c:455:3: branch_false: ...to here
gst-plugins-base-1.26.10/gst-libs/gst/gl/gbm/gstgl_gbm_utils.c:458:6: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/gst-libs/gst/gl/gbm/gstgl_gbm_utils.c:462:3: branch_false: ...to here
gst-plugins-base-1.26.10/gst-libs/gst/gl/gbm/gstgl_gbm_utils.c:472:6: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/gst-libs/gst/gl/gbm/gstgl_gbm_utils.c:476:3: branch_false: ...to here
gst-plugins-base-1.26.10/gst-libs/gst/gl/gbm/gstgl_gbm_utils.c:478:28: branch_true: following ‘true’ branch (when ‘deventry’ is non-NULL)...
gst-plugins-base-1.26.10/gst-libs/gst/gl/gbm/gstgl_gbm_utils.c:479:18: branch_true: ...to here
gst-plugins-base-1.26.10/gst-libs/gst/gl/gbm/gstgl_gbm_utils.c:487:14: acquire_resource: opened here
gst-plugins-base-1.26.10/gst-libs/gst/gl/gbm/gstgl_gbm_utils.c:494:5: branch_true: following ‘true’ branch...
gst-plugins-base-1.26.10/gst-libs/gst/gl/gbm/gstgl_gbm_utils.c:494:5: branch_true: ...to here
gst-plugins-base-1.26.10/gst-libs/gst/gl/gbm/gstgl_gbm_utils.c:494:5: throw: if ‘gst_debug_log’ throws an exception...
gst-plugins-base-1.26.10/gst-libs/gst/gl/gbm/gstgl_gbm_utils.c:494:5: danger: ‘open(g_udev_device_get_device_file(gudevice), 524290)’ leaks here; was opened at [(9)](sarif:/runs/0/results/0/codeFlows/0/threadFlows/0/locations/8)
#  492|       }
#  493|   
#  494|->     GST_DEBUG ("Device node \"%s\" is a valid DRM device node", devnode);
#  495|       break;
#  496|     }

Error: GCC_ANALYZER_WARNING (CWE-775): [#def37]
gst-plugins-base-1.26.10/gst-libs/gst/gl/gbm/gstgl_gbm_utils.c:502:5: warning[-Wanalyzer-fd-leak]: leak of file descriptor ‘drm_fd’
gst-plugins-base-1.26.10/gst-libs/gst/gl/gbm/gstgl_gbm_utils.c:451:6: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/gst-libs/gst/gl/gbm/gstgl_gbm_utils.c:455:3: branch_false: ...to here
gst-plugins-base-1.26.10/gst-libs/gst/gl/gbm/gstgl_gbm_utils.c:458:6: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/gst-libs/gst/gl/gbm/gstgl_gbm_utils.c:462:3: branch_false: ...to here
gst-plugins-base-1.26.10/gst-libs/gst/gl/gbm/gstgl_gbm_utils.c:472:6: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/gst-libs/gst/gl/gbm/gstgl_gbm_utils.c:476:3: branch_false: ...to here
gst-plugins-base-1.26.10/gst-libs/gst/gl/gbm/gstgl_gbm_utils.c:478:28: branch_true: following ‘true’ branch (when ‘deventry’ is non-NULL)...
gst-plugins-base-1.26.10/gst-libs/gst/gl/gbm/gstgl_gbm_utils.c:479:18: branch_true: ...to here
gst-plugins-base-1.26.10/gst-libs/gst/gl/gbm/gstgl_gbm_utils.c:487:14: acquire_resource: opened here
gst-plugins-base-1.26.10/gst-libs/gst/gl/gbm/gstgl_gbm_utils.c:501:6: branch_true: following ‘true’ branch...
gst-plugins-base-1.26.10/gst-libs/gst/gl/gbm/gstgl_gbm_utils.c:502:5: branch_true: ...to here
gst-plugins-base-1.26.10/gst-libs/gst/gl/gbm/gstgl_gbm_utils.c:502:5: throw: if ‘g_list_free_full’ throws an exception...
gst-plugins-base-1.26.10/gst-libs/gst/gl/gbm/gstgl_gbm_utils.c:502:5: danger: ‘drm_fd’ leaks here; was opened at [(9)](sarif:/runs/0/results/1/codeFlows/0/threadFlows/0/locations/8)
#  500|   
#  501|     if (devlist != NULL) {
#  502|->     g_list_free_full (devlist, g_object_unref);
#  503|       devlist = NULL;
#  504|       GST_DEBUG ("Cleaned up device list");

Error: GCC_ANALYZER_WARNING (CWE-775): [#def38]
gst-plugins-base-1.26.10/gst-libs/gst/gl/gbm/gstgl_gbm_utils.c:504:5: warning[-Wanalyzer-fd-leak]: leak of file descriptor ‘drm_fd’
gst-plugins-base-1.26.10/gst-libs/gst/gl/gbm/gstgl_gbm_utils.c:451:6: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/gst-libs/gst/gl/gbm/gstgl_gbm_utils.c:455:3: branch_false: ...to here
gst-plugins-base-1.26.10/gst-libs/gst/gl/gbm/gstgl_gbm_utils.c:458:6: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/gst-libs/gst/gl/gbm/gstgl_gbm_utils.c:462:3: branch_false: ...to here
gst-plugins-base-1.26.10/gst-libs/gst/gl/gbm/gstgl_gbm_utils.c:472:6: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/gst-libs/gst/gl/gbm/gstgl_gbm_utils.c:476:3: branch_false: ...to here
gst-plugins-base-1.26.10/gst-libs/gst/gl/gbm/gstgl_gbm_utils.c:478:28: branch_true: following ‘true’ branch (when ‘deventry’ is non-NULL)...
gst-plugins-base-1.26.10/gst-libs/gst/gl/gbm/gstgl_gbm_utils.c:479:18: branch_true: ...to here
gst-plugins-base-1.26.10/gst-libs/gst/gl/gbm/gstgl_gbm_utils.c:487:14: acquire_resource: opened here
gst-plugins-base-1.26.10/gst-libs/gst/gl/gbm/gstgl_gbm_utils.c:501:6: branch_true: following ‘true’ branch...
gst-plugins-base-1.26.10/gst-libs/gst/gl/gbm/gstgl_gbm_utils.c:502:5: branch_true: ...to here
gst-plugins-base-1.26.10/gst-libs/gst/gl/gbm/gstgl_gbm_utils.c:504:5: branch_true: following ‘true’ branch...
gst-plugins-base-1.26.10/gst-libs/gst/gl/gbm/gstgl_gbm_utils.c:504:5: branch_true: ...to here
gst-plugins-base-1.26.10/gst-libs/gst/gl/gbm/gstgl_gbm_utils.c:504:5: throw: if ‘gst_debug_log’ throws an exception...
gst-plugins-base-1.26.10/gst-libs/gst/gl/gbm/gstgl_gbm_utils.c:504:5: danger: ‘drm_fd’ leaks here; was opened at [(9)](sarif:/runs/0/results/2/codeFlows/0/threadFlows/0/locations/8)
#  502|       g_list_free_full (devlist, g_object_unref);
#  503|       devlist = NULL;
#  504|->     GST_DEBUG ("Cleaned up device list");
#  505|     }
#  506|   

Error: GCC_ANALYZER_WARNING (CWE-775): [#def39]
gst-plugins-base-1.26.10/gst-libs/gst/gl/gbm/gstgl_gbm_utils.c:508:5: warning[-Wanalyzer-fd-leak]: leak of file descriptor ‘drm_fd’
gst-plugins-base-1.26.10/gst-libs/gst/gl/gbm/gstgl_gbm_utils.c:451:6: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/gst-libs/gst/gl/gbm/gstgl_gbm_utils.c:455:3: branch_false: ...to here
gst-plugins-base-1.26.10/gst-libs/gst/gl/gbm/gstgl_gbm_utils.c:458:6: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/gst-libs/gst/gl/gbm/gstgl_gbm_utils.c:462:3: branch_false: ...to here
gst-plugins-base-1.26.10/gst-libs/gst/gl/gbm/gstgl_gbm_utils.c:472:6: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/gst-libs/gst/gl/gbm/gstgl_gbm_utils.c:476:3: branch_false: ...to here
gst-plugins-base-1.26.10/gst-libs/gst/gl/gbm/gstgl_gbm_utils.c:478:28: branch_true: following ‘true’ branch (when ‘deventry’ is non-NULL)...
gst-plugins-base-1.26.10/gst-libs/gst/gl/gbm/gstgl_gbm_utils.c:479:18: branch_true: ...to here
gst-plugins-base-1.26.10/gst-libs/gst/gl/gbm/gstgl_gbm_utils.c:487:14: acquire_resource: opened here
gst-plugins-base-1.26.10/gst-libs/gst/gl/gbm/gstgl_gbm_utils.c:501:6: branch_true: following ‘true’ branch...
gst-plugins-base-1.26.10/gst-libs/gst/gl/gbm/gstgl_gbm_utils.c:502:5: branch_true: ...to here
gst-plugins-base-1.26.10/gst-libs/gst/gl/gbm/gstgl_gbm_utils.c:507:6: branch_true: following ‘true’ branch (when ‘gudev_enum’ is non-NULL)...
gst-plugins-base-1.26.10/gst-libs/gst/gl/gbm/gstgl_gbm_utils.c:508:5: branch_true: ...to here
gst-plugins-base-1.26.10/gst-libs/gst/gl/gbm/gstgl_gbm_utils.c:508:5: throw: if ‘g_object_unref’ throws an exception...
gst-plugins-base-1.26.10/gst-libs/gst/gl/gbm/gstgl_gbm_utils.c:508:5: danger: ‘drm_fd’ leaks here; was opened at [(9)](sarif:/runs/0/results/3/codeFlows/0/threadFlows/0/locations/8)
#  506|   
#  507|     if (gudev_enum != NULL) {
#  508|->     g_object_unref (G_OBJECT (gudev_enum));
#  509|       gudev_enum = NULL;
#  510|       GST_DEBUG ("Cleaned up gudev enumerator");

Error: GCC_ANALYZER_WARNING (CWE-775): [#def40]
gst-plugins-base-1.26.10/gst-libs/gst/gl/gbm/gstgl_gbm_utils.c:510:5: warning[-Wanalyzer-fd-leak]: leak of file descriptor ‘drm_fd’
gst-plugins-base-1.26.10/gst-libs/gst/gl/gbm/gstgl_gbm_utils.c:451:6: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/gst-libs/gst/gl/gbm/gstgl_gbm_utils.c:455:3: branch_false: ...to here
gst-plugins-base-1.26.10/gst-libs/gst/gl/gbm/gstgl_gbm_utils.c:458:6: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/gst-libs/gst/gl/gbm/gstgl_gbm_utils.c:462:3: branch_false: ...to here
gst-plugins-base-1.26.10/gst-libs/gst/gl/gbm/gstgl_gbm_utils.c:472:6: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/gst-libs/gst/gl/gbm/gstgl_gbm_utils.c:476:3: branch_false: ...to here
gst-plugins-base-1.26.10/gst-libs/gst/gl/gbm/gstgl_gbm_utils.c:478:28: branch_true: following ‘true’ branch (when ‘deventry’ is non-NULL)...
gst-plugins-base-1.26.10/gst-libs/gst/gl/gbm/gstgl_gbm_utils.c:479:18: branch_true: ...to here
gst-plugins-base-1.26.10/gst-libs/gst/gl/gbm/gstgl_gbm_utils.c:487:14: acquire_resource: opened here
gst-plugins-base-1.26.10/gst-libs/gst/gl/gbm/gstgl_gbm_utils.c:501:6: branch_true: following ‘true’ branch...
gst-plugins-base-1.26.10/gst-libs/gst/gl/gbm/gstgl_gbm_utils.c:502:5: branch_true: ...to here
gst-plugins-base-1.26.10/gst-libs/gst/gl/gbm/gstgl_gbm_utils.c:507:6: branch_true: following ‘true’ branch (when ‘gudev_enum’ is non-NULL)...
gst-plugins-base-1.26.10/gst-libs/gst/gl/gbm/gstgl_gbm_utils.c:508:5: branch_true: ...to here
gst-plugins-base-1.26.10/gst-libs/gst/gl/gbm/gstgl_gbm_utils.c:510:5: branch_true: following ‘true’ branch...
gst-plugins-base-1.26.10/gst-libs/gst/gl/gbm/gstgl_gbm_utils.c:510:5: branch_true: ...to here
gst-plugins-base-1.26.10/gst-libs/gst/gl/gbm/gstgl_gbm_utils.c:510:5: throw: if ‘gst_debug_log’ throws an exception...
gst-plugins-base-1.26.10/gst-libs/gst/gl/gbm/gstgl_gbm_utils.c:510:5: danger: ‘drm_fd’ leaks here; was opened at [(9)](sarif:/runs/0/results/4/codeFlows/0/threadFlows/0/locations/8)
#  508|       g_object_unref (G_OBJECT (gudev_enum));
#  509|       gudev_enum = NULL;
#  510|->     GST_DEBUG ("Cleaned up gudev enumerator");
#  511|     }
#  512|   

Error: GCC_ANALYZER_WARNING (CWE-775): [#def41]
gst-plugins-base-1.26.10/gst-libs/gst/gl/gbm/gstgl_gbm_utils.c:514:5: warning[-Wanalyzer-fd-leak]: leak of file descriptor ‘drm_fd’
gst-plugins-base-1.26.10/gst-libs/gst/gl/gbm/gstgl_gbm_utils.c:451:6: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/gst-libs/gst/gl/gbm/gstgl_gbm_utils.c:455:3: branch_false: ...to here
gst-plugins-base-1.26.10/gst-libs/gst/gl/gbm/gstgl_gbm_utils.c:458:6: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/gst-libs/gst/gl/gbm/gstgl_gbm_utils.c:462:3: branch_false: ...to here
gst-plugins-base-1.26.10/gst-libs/gst/gl/gbm/gstgl_gbm_utils.c:472:6: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/gst-libs/gst/gl/gbm/gstgl_gbm_utils.c:476:3: branch_false: ...to here
gst-plugins-base-1.26.10/gst-libs/gst/gl/gbm/gstgl_gbm_utils.c:478:28: branch_true: following ‘true’ branch (when ‘deventry’ is non-NULL)...
gst-plugins-base-1.26.10/gst-libs/gst/gl/gbm/gstgl_gbm_utils.c:479:18: branch_true: ...to here
gst-plugins-base-1.26.10/gst-libs/gst/gl/gbm/gstgl_gbm_utils.c:487:14: acquire_resource: opened here
gst-plugins-base-1.26.10/gst-libs/gst/gl/gbm/gstgl_gbm_utils.c:501:6: branch_true: following ‘true’ branch...
gst-plugins-base-1.26.10/gst-libs/gst/gl/gbm/gstgl_gbm_utils.c:502:5: branch_true: ...to here
gst-plugins-base-1.26.10/gst-libs/gst/gl/gbm/gstgl_gbm_utils.c:507:6: branch_true: following ‘true’ branch (when ‘gudev_enum’ is non-NULL)...
gst-plugins-base-1.26.10/gst-libs/gst/gl/gbm/gstgl_gbm_utils.c:508:5: branch_true: ...to here
gst-plugins-base-1.26.10/gst-libs/gst/gl/gbm/gstgl_gbm_utils.c:513:6: branch_true: following ‘true’ branch...
gst-plugins-base-1.26.10/gst-libs/gst/gl/gbm/gstgl_gbm_utils.c:514:5: branch_true: ...to here
gst-plugins-base-1.26.10/gst-libs/gst/gl/gbm/gstgl_gbm_utils.c:514:5: throw: if ‘g_object_unref’ throws an exception...
gst-plugins-base-1.26.10/gst-libs/gst/gl/gbm/gstgl_gbm_utils.c:514:5: danger: ‘drm_fd’ leaks here; was opened at [(9)](sarif:/runs/0/results/5/codeFlows/0/threadFlows/0/locations/8)
#  512|   
#  513|     if (gudev_client != NULL) {
#  514|->     g_object_unref (G_OBJECT (gudev_client));
#  515|       gudev_client = NULL;
#  516|       GST_DEBUG ("Cleaned up gudev client");

Error: GCC_ANALYZER_WARNING (CWE-775): [#def42]
gst-plugins-base-1.26.10/gst-libs/gst/gl/gbm/gstgl_gbm_utils.c:516:5: warning[-Wanalyzer-fd-leak]: leak of file descriptor ‘drm_fd’
gst-plugins-base-1.26.10/gst-libs/gst/gl/gbm/gstgl_gbm_utils.c:451:6: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/gst-libs/gst/gl/gbm/gstgl_gbm_utils.c:455:3: branch_false: ...to here
gst-plugins-base-1.26.10/gst-libs/gst/gl/gbm/gstgl_gbm_utils.c:458:6: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/gst-libs/gst/gl/gbm/gstgl_gbm_utils.c:462:3: branch_false: ...to here
gst-plugins-base-1.26.10/gst-libs/gst/gl/gbm/gstgl_gbm_utils.c:472:6: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/gst-libs/gst/gl/gbm/gstgl_gbm_utils.c:476:3: branch_false: ...to here
gst-plugins-base-1.26.10/gst-libs/gst/gl/gbm/gstgl_gbm_utils.c:478:28: branch_true: following ‘true’ branch (when ‘deventry’ is non-NULL)...
gst-plugins-base-1.26.10/gst-libs/gst/gl/gbm/gstgl_gbm_utils.c:479:18: branch_true: ...to here
gst-plugins-base-1.26.10/gst-libs/gst/gl/gbm/gstgl_gbm_utils.c:487:14: acquire_resource: opened here
gst-plugins-base-1.26.10/gst-libs/gst/gl/gbm/gstgl_gbm_utils.c:501:6: branch_true: following ‘true’ branch...
gst-plugins-base-1.26.10/gst-libs/gst/gl/gbm/gstgl_gbm_utils.c:502:5: branch_true: ...to here
gst-plugins-base-1.26.10/gst-libs/gst/gl/gbm/gstgl_gbm_utils.c:507:6: branch_true: following ‘true’ branch (when ‘gudev_enum’ is non-NULL)...
gst-plugins-base-1.26.10/gst-libs/gst/gl/gbm/gstgl_gbm_utils.c:508:5: branch_true: ...to here
gst-plugins-base-1.26.10/gst-libs/gst/gl/gbm/gstgl_gbm_utils.c:513:6: branch_true: following ‘true’ branch...
gst-plugins-base-1.26.10/gst-libs/gst/gl/gbm/gstgl_gbm_utils.c:514:5: branch_true: ...to here
gst-plugins-base-1.26.10/gst-libs/gst/gl/gbm/gstgl_gbm_utils.c:516:5: branch_true: following ‘true’ branch...
gst-plugins-base-1.26.10/gst-libs/gst/gl/gbm/gstgl_gbm_utils.c:516:5: branch_true: ...to here
gst-plugins-base-1.26.10/gst-libs/gst/gl/gbm/gstgl_gbm_utils.c:516:5: throw: if ‘gst_debug_log’ throws an exception...
gst-plugins-base-1.26.10/gst-libs/gst/gl/gbm/gstgl_gbm_utils.c:516:5: danger: ‘drm_fd’ leaks here; was opened at [(9)](sarif:/runs/0/results/6/codeFlows/0/threadFlows/0/locations/8)
#  514|       g_object_unref (G_OBJECT (gudev_client));
#  515|       gudev_client = NULL;
#  516|->     GST_DEBUG ("Cleaned up gudev client");
#  517|     }
#  518|   

Error: GCC_ANALYZER_WARNING (CWE-775): [#def43]
gst-plugins-base-1.26.10/gst-libs/gst/gl/gbm/gstgldisplay_gbm.c:41:1: warning[-Wanalyzer-fd-leak]: leak of file descriptor ‘drm_fd’
gst-plugins-base-1.26.10/gst-libs/gst/gl/gbm/gstgldisplay_gbm.c:413:1: enter_function: entry to ‘gst_gl_display_gbm_new’
gst-plugins-base-1.26.10/gst-libs/gst/gl/gbm/gstgldisplay_gbm.c:425:6: branch_true: following ‘true’ branch...
gst-plugins-base-1.26.10/gst-libs/gst/gl/gbm/gstgldisplay_gbm.c:426:5: branch_true: ...to here
gst-plugins-base-1.26.10/gst-libs/gst/gl/gbm/gstgldisplay_gbm.c:428:14: acquire_resource: opened here
gst-plugins-base-1.26.10/gst-libs/gst/gl/gbm/gstgldisplay_gbm.c:429:8: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/gst-libs/gst/gl/gbm/gstgldisplay_gbm.c:444:13: branch_false: ...to here
gst-plugins-base-1.26.10/gst-libs/gst/gl/gbm/gstgldisplay_gbm.c:444:13: call_function: calling ‘gst_gl_display_gbm_get_type’ from ‘gst_gl_display_gbm_new’
#   39|   
#   40|   
#   41|-> G_DEFINE_TYPE (GstGLDisplayGBM, gst_gl_display_gbm, GST_TYPE_GL_DISPLAY);
#   42|   
#   43|   

Error: GCC_ANALYZER_WARNING (CWE-404): [#def44]
gst-plugins-base-1.26.10/gst-libs/gst/gl/gstgldebug.c:124:5: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
gst-plugins-base-1.26.10/gst-libs/gst/gl/gstgldebug.c:503:1: enter_function: entry to ‘gst_gl_async_debug_store_log_msg’
gst-plugins-base-1.26.10/gst-libs/gst/gl/gstgldebug.c:509:7: branch_true: following ‘true’ branch...
gst-plugins-base-1.26.10/gst-libs/gst/gl/gstgldebug.c:510:5: acquire_resource: ‘va_start’ called here
gst-plugins-base-1.26.10/gst-libs/gst/gl/gstgldebug.c:511:5: call_function: calling ‘gst_gl_async_debug_store_log_msg_valist’ from ‘gst_gl_async_debug_store_log_msg’
#  122|   {
#  123|     if (ad->debug_msg) {
#  124|->     g_free (ad->debug_msg);
#  125|       ad->debug_msg = NULL;
#  126|       if (ad->object)

Error: GCC_ANALYZER_WARNING (CWE-404): [#def45]
gst-plugins-base-1.26.10/gst-libs/gst/gl/gstgldebug.c:127:7: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
gst-plugins-base-1.26.10/gst-libs/gst/gl/gstgldebug.c:503:1: enter_function: entry to ‘gst_gl_async_debug_store_log_msg’
gst-plugins-base-1.26.10/gst-libs/gst/gl/gstgldebug.c:509:7: branch_true: following ‘true’ branch...
gst-plugins-base-1.26.10/gst-libs/gst/gl/gstgldebug.c:510:5: acquire_resource: ‘va_start’ called here
gst-plugins-base-1.26.10/gst-libs/gst/gl/gstgldebug.c:511:5: call_function: calling ‘gst_gl_async_debug_store_log_msg_valist’ from ‘gst_gl_async_debug_store_log_msg’
#  125|       ad->debug_msg = NULL;
#  126|       if (ad->object)
#  127|->       g_object_unref (ad->object);
#  128|       ad->object = NULL;
#  129|       ad->state_flags &= ~ASYNC_DEBUG_FILLED;

Error: GCC_ANALYZER_WARNING (CWE-404): [#def46]
gst-plugins-base-1.26.10/gst-libs/gst/gl/gstgldebug.c:399:9: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
gst-plugins-base-1.26.10/gst-libs/gst/gl/gstgldebug.c:395:6: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/gst-libs/gst/gl/gstgldebug.c:398:3: branch_false: ...to here
gst-plugins-base-1.26.10/gst-libs/gst/gl/gstgldebug.c:398:3: acquire_resource: ‘va_start’ called here
gst-plugins-base-1.26.10/gst-libs/gst/gl/gstgldebug.c:399:9: throw: if ‘gst_info_vasprintf’ throws an exception...
gst-plugins-base-1.26.10/gst-libs/gst/gl/gstgldebug.c:399:9: danger: missing call to ‘va_end’ to match ‘va_start’ at [(3)](sarif:/runs/0/results/3/codeFlows/0/threadFlows/0/locations/2)
#  397|   
#  398|     va_start (args, format);
#  399|->   len = gst_info_vasprintf (&string, format, args);
#  400|     va_end (args);
#  401|   

Error: GCC_ANALYZER_WARNING (CWE-404): [#def47]
gst-plugins-base-1.26.10/gst-libs/gst/gl/gstgldebug.c:477:13: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
gst-plugins-base-1.26.10/gst-libs/gst/gl/gstgldebug.c:503:1: enter_function: entry to ‘gst_gl_async_debug_store_log_msg’
gst-plugins-base-1.26.10/gst-libs/gst/gl/gstgldebug.c:509:7: branch_true: following ‘true’ branch...
gst-plugins-base-1.26.10/gst-libs/gst/gl/gstgldebug.c:510:5: acquire_resource: ‘va_start’ called here
gst-plugins-base-1.26.10/gst-libs/gst/gl/gstgldebug.c:511:5: call_function: calling ‘gst_gl_async_debug_store_log_msg_valist’ from ‘gst_gl_async_debug_store_log_msg’
#  475|   
#  476|       if (ad->callback)
#  477|->       msg = ad->callback (ad->user_data);
#  478|   
#  479|       gst_debug_log (ad->cat, ad->level, ad->file, ad->function, ad->line,

Error: GCC_ANALYZER_WARNING (CWE-404): [#def48]
gst-plugins-base-1.26.10/gst-libs/gst/gl/gstgldebug.c:479:5: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
gst-plugins-base-1.26.10/gst-libs/gst/gl/gstgldebug.c:503:1: enter_function: entry to ‘gst_gl_async_debug_store_log_msg’
gst-plugins-base-1.26.10/gst-libs/gst/gl/gstgldebug.c:509:7: branch_true: following ‘true’ branch...
gst-plugins-base-1.26.10/gst-libs/gst/gl/gstgldebug.c:510:5: acquire_resource: ‘va_start’ called here
gst-plugins-base-1.26.10/gst-libs/gst/gl/gstgldebug.c:511:5: call_function: calling ‘gst_gl_async_debug_store_log_msg_valist’ from ‘gst_gl_async_debug_store_log_msg’
#  477|         msg = ad->callback (ad->user_data);
#  478|   
#  479|->     gst_debug_log (ad->cat, ad->level, ad->file, ad->function, ad->line,
#  480|           ad->object, "%s %s", GST_STR_NULL (ad->debug_msg), msg ? msg : "");
#  481|       g_free (msg);

Error: GCC_ANALYZER_WARNING (CWE-404): [#def49]
gst-plugins-base-1.26.10/gst-libs/gst/gl/gstgldebug.c:481:5: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
gst-plugins-base-1.26.10/gst-libs/gst/gl/gstgldebug.c:503:1: enter_function: entry to ‘gst_gl_async_debug_store_log_msg’
gst-plugins-base-1.26.10/gst-libs/gst/gl/gstgldebug.c:509:7: branch_true: following ‘true’ branch...
gst-plugins-base-1.26.10/gst-libs/gst/gl/gstgldebug.c:510:5: acquire_resource: ‘va_start’ called here
gst-plugins-base-1.26.10/gst-libs/gst/gl/gstgldebug.c:511:5: call_function: calling ‘gst_gl_async_debug_store_log_msg_valist’ from ‘gst_gl_async_debug_store_log_msg’
#  479|       gst_debug_log (ad->cat, ad->level, ad->file, ad->function, ad->line,
#  480|           ad->object, "%s %s", GST_STR_NULL (ad->debug_msg), msg ? msg : "");
#  481|->     g_free (msg);
#  482|       _free_async_debug_data (ad);
#  483|     }

Error: CPPCHECK_WARNING (CWE-457): [#def50]
gst-plugins-base-1.26.10/gst-libs/gst/gl/gstglframebuffer.c:389: error[legacyUninitvar]: Uninitialized variable: width
#  387|       }
#  388|   
#  389|->     if (width < min_width)
#  390|         min_width = width;
#  391|       if (height < min_height)

Error: CPPCHECK_WARNING (CWE-457): [#def51]
gst-plugins-base-1.26.10/gst-libs/gst/gl/gstglframebuffer.c:391: error[legacyUninitvar]: Uninitialized variable: height
#  389|       if (width < min_width)
#  390|         min_width = width;
#  391|->     if (height < min_height)
#  392|         min_height = height;
#  393|     }

Error: GCC_ANALYZER_WARNING (CWE-404): [#def52]
gst-plugins-base-1.26.10/gst-libs/gst/gl/gstglshader.c:90:1: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
gst-plugins-base-1.26.10/gst-libs/gst/gl/gstglshader.c:318:1: enter_function: entry to ‘gst_gl_shader_new_with_stages’
gst-plugins-base-1.26.10/gst-libs/gst/gl/gstglshader.c:323:3: acquire_resource: ‘va_start’ called here
gst-plugins-base-1.26.10/gst-libs/gst/gl/gstglshader.c:324:12: call_function: calling ‘_new_with_stages_va_list’ from ‘gst_gl_shader_new_with_stages’
#   88|   #define DEBUG_INIT \
#   89|     GST_DEBUG_CATEGORY_INIT (gst_gl_shader_debug, "glshader", 0, "shader");
#   90|-> G_DEFINE_TYPE_WITH_CODE (GstGLShader, gst_gl_shader, GST_TYPE_OBJECT,
#   91|       G_ADD_PRIVATE (GstGLShader) DEBUG_INIT);
#   92|   

Error: GCC_ANALYZER_WARNING (CWE-404): [#def53]
gst-plugins-base-1.26.10/gst-libs/gst/gl/gstglshader.c:233:3: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
gst-plugins-base-1.26.10/gst-libs/gst/gl/gstglshader.c:318:1: enter_function: entry to ‘gst_gl_shader_new_with_stages’
gst-plugins-base-1.26.10/gst-libs/gst/gl/gstglshader.c:323:3: acquire_resource: ‘va_start’ called here
gst-plugins-base-1.26.10/gst-libs/gst/gl/gstglshader.c:324:12: call_function: calling ‘_new_with_stages_va_list’ from ‘gst_gl_shader_new_with_stages’
#  231|     gboolean to_unref_and_out = FALSE;
#  232|   
#  233|->   g_return_val_if_fail (GST_IS_GL_CONTEXT (context), NULL);
#  234|   
#  235|     shader = g_object_new (GST_TYPE_GL_SHADER, NULL);

Error: GCC_ANALYZER_WARNING (CWE-404): [#def54]
gst-plugins-base-1.26.10/gst-libs/gst/pbutils/codec-utils.c:2449:5: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
gst-plugins-base-1.26.10/gst-libs/gst/pbutils/codec-utils.c:2437:3: branch_true: following ‘true’ branch (when ‘caps’ is non-NULL)...
gst-plugins-base-1.26.10/gst-libs/gst/pbutils/codec-utils.c:2438:3: branch_true: ...to here
gst-plugins-base-1.26.10/gst-libs/gst/pbutils/codec-utils.c:2438:3: branch_true: following ‘true’ branch...
gst-plugins-base-1.26.10/gst-libs/gst/pbutils/codec-utils.c:2439:3: branch_true: ...to here
gst-plugins-base-1.26.10/gst-libs/gst/pbutils/codec-utils.c:2439:3: branch_true: following ‘true’ branch (when ‘field’ is non-NULL)...
gst-plugins-base-1.26.10/gst-libs/gst/pbutils/codec-utils.c:2441:10: branch_true: ...to here
gst-plugins-base-1.26.10/gst-libs/gst/pbutils/codec-utils.c:2446:3: acquire_resource: ‘va_start’ called here
gst-plugins-base-1.26.10/gst-libs/gst/pbutils/codec-utils.c:2448:10: branch_true: following ‘true’ branch (when ‘buf’ is non-NULL)...
gst-plugins-base-1.26.10/gst-libs/gst/pbutils/codec-utils.c:2449:5: branch_true: ...to here
gst-plugins-base-1.26.10/gst-libs/gst/pbutils/codec-utils.c:2449:5: throw: if ‘gst_mini_object_is_writable’ throws an exception...
gst-plugins-base-1.26.10/gst-libs/gst/pbutils/codec-utils.c:2449:5: danger: missing call to ‘va_end’ to match ‘va_start’ at [(7)](sarif:/runs/0/results/1/codeFlows/0/threadFlows/0/locations/6)
# 2447|     /* put buffers in a fixed list */
# 2448|     while (buf) {
# 2449|->     g_assert (gst_buffer_is_writable (buf));
# 2450|   
# 2451|       /* mark buffer */

Error: GCC_ANALYZER_WARNING (CWE-404): [#def55]
gst-plugins-base-1.26.10/gst-libs/gst/pbutils/codec-utils.c:2454:5: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
gst-plugins-base-1.26.10/gst-libs/gst/pbutils/codec-utils.c:2437:3: branch_true: following ‘true’ branch (when ‘caps’ is non-NULL)...
gst-plugins-base-1.26.10/gst-libs/gst/pbutils/codec-utils.c:2438:3: branch_true: ...to here
gst-plugins-base-1.26.10/gst-libs/gst/pbutils/codec-utils.c:2438:3: branch_true: following ‘true’ branch...
gst-plugins-base-1.26.10/gst-libs/gst/pbutils/codec-utils.c:2439:3: branch_true: ...to here
gst-plugins-base-1.26.10/gst-libs/gst/pbutils/codec-utils.c:2439:3: branch_true: following ‘true’ branch (when ‘field’ is non-NULL)...
gst-plugins-base-1.26.10/gst-libs/gst/pbutils/codec-utils.c:2441:10: branch_true: ...to here
gst-plugins-base-1.26.10/gst-libs/gst/pbutils/codec-utils.c:2446:3: acquire_resource: ‘va_start’ called here
gst-plugins-base-1.26.10/gst-libs/gst/pbutils/codec-utils.c:2448:10: branch_true: following ‘true’ branch (when ‘buf’ is non-NULL)...
gst-plugins-base-1.26.10/gst-libs/gst/pbutils/codec-utils.c:2449:5: branch_true: ...to here
gst-plugins-base-1.26.10/gst-libs/gst/pbutils/codec-utils.c:2449:5: branch_true: following ‘true’ branch...
gst-plugins-base-1.26.10/gst-libs/gst/pbutils/codec-utils.c:2452:5: branch_true: ...to here
gst-plugins-base-1.26.10/gst-libs/gst/pbutils/codec-utils.c:2454:5: throw: if ‘g_value_init’ throws an exception...
gst-plugins-base-1.26.10/gst-libs/gst/pbutils/codec-utils.c:2454:5: danger: missing call to ‘va_end’ to match ‘va_start’ at [(7)](sarif:/runs/0/results/3/codeFlows/0/threadFlows/0/locations/6)
# 2452|       GST_BUFFER_FLAG_SET (buf, GST_BUFFER_FLAG_HEADER);
# 2453|   
# 2454|->     g_value_init (&value, GST_TYPE_BUFFER);
# 2455|       buf = gst_buffer_copy (buf);
# 2456|       GST_BUFFER_FLAG_SET (buf, GST_BUFFER_FLAG_HEADER);

Error: CPPCHECK_WARNING (CWE-457): [#def56]
gst-plugins-base-1.26.10/gst-libs/gst/pbutils/gstdiscoverer.c:2279: error[legacyUninitvar]: Uninitialized variable: *&maybe
# 2277|     const gchar *ret = NULL;
# 2278|     GVariant *maybe;
# 2279|->   GET_FROM_TUPLE (tuple, maybe, index, &maybe);
# 2280|     if (maybe) {
# 2281|       ret = g_variant_get_string (maybe, NULL);

Error: CPPCHECK_WARNING (CWE-457): [#def57]
gst-plugins-base-1.26.10/gst-libs/gst/pbutils/gstdiscoverer.c:2332: error[legacyUninitvar]: Uninitialized variable: *&nextv
# 2330|       GVariant *nextv;
# 2331|   
# 2332|->     GET_FROM_TUPLE (common, variant, 4, &nextv);
# 2333|       if (g_variant_n_children (nextv) > 0) {
# 2334|         sinfo->next = _parse_discovery (nextv, info);

Error: CPPCHECK_WARNING (CWE-457): [#def58]
gst-plugins-base-1.26.10/gst-libs/gst/pbutils/gstdiscoverer.c:2772: error[legacyUninitvar]: Uninitialized variable: *&info_specific_variant
# 2770|     GVariant *wrapped;
# 2771|   
# 2772|->   GET_FROM_TUPLE (info_variant, variant, 0, &info_specific_variant);
# 2773|     GET_FROM_TUPLE (info_variant, variant, 1, &wrapped);
# 2774|   

Error: CPPCHECK_WARNING (CWE-457): [#def59]
gst-plugins-base-1.26.10/gst-libs/gst/pbutils/gstdiscoverer.c:2773: error[legacyUninitvar]: Uninitialized variable: *&wrapped
# 2771|   
# 2772|     GET_FROM_TUPLE (info_variant, variant, 0, &info_specific_variant);
# 2773|->   GET_FROM_TUPLE (info_variant, variant, 1, &wrapped);
# 2774|   
# 2775|     _parse_info (info, info_specific_variant);

Error: GCC_ANALYZER_WARNING (CWE-404): [#def60]
gst-plugins-base-1.26.10/gst-libs/gst/rtp/gstrtpbasepayload.c:1065:5: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
gst-plugins-base-1.26.10/gst-libs/gst/rtp/gstrtpbasepayload.c:1058:6: branch_true: following ‘true’ branch (when ‘fieldname’ is non-NULL)...
gst-plugins-base-1.26.10/gst-libs/gst/rtp/gstrtpbasepayload.c:1061:9: branch_true: ...to here
gst-plugins-base-1.26.10/gst-libs/gst/rtp/gstrtpbasepayload.c:1064:5: acquire_resource: ‘va_start’ called here
gst-plugins-base-1.26.10/gst-libs/gst/rtp/gstrtpbasepayload.c:1065:5: throw: if ‘gst_structure_set_valist’ throws an exception...
gst-plugins-base-1.26.10/gst-libs/gst/rtp/gstrtpbasepayload.c:1065:5: danger: missing call to ‘va_end’ to match ‘va_start’ at [(3)](sarif:/runs/0/results/0/codeFlows/0/threadFlows/0/locations/2)
# 1063|       /* override with custom properties */
# 1064|       va_start (varargs, fieldname);
# 1065|->     gst_structure_set_valist (s, fieldname, varargs);
# 1066|       va_end (varargs);
# 1067|     }

Error: GCC_ANALYZER_WARNING (CWE-401): [#def61]
gst-plugins-base-1.26.10/gst-libs/gst/rtsp/gstrtspconnection.c:3816:3: warning[-Wanalyzer-malloc-leak]: leak of ‘header.key’
gst-plugins-base-1.26.10/gst-libs/gst/rtsp/gstrtspconnection.c:3813:16: acquire_memory: allocated here
gst-plugins-base-1.26.10/gst-libs/gst/rtsp/gstrtspconnection.c:3816:3: throw: if ‘g_array_append_vals’ throws an exception...
gst-plugins-base-1.26.10/gst-libs/gst/rtsp/gstrtspconnection.c:3816:3: danger: ‘header.key’ leaks here; was allocated at [(1)](sarif:/runs/0/results/0/codeFlows/0/threadFlows/0/locations/0)
# 3814|     header.value = strdup (value);
# 3815|   
# 3816|->   g_array_append_val (conn->extra_http_headers, header);
# 3817|   }
# 3818|   

Error: GCC_ANALYZER_WARNING (CWE-401): [#def62]
gst-plugins-base-1.26.10/gst-libs/gst/rtsp/gstrtspconnection.c:3816:3: warning[-Wanalyzer-malloc-leak]: leak of ‘header.value’
gst-plugins-base-1.26.10/gst-libs/gst/rtsp/gstrtspconnection.c:3814:18: acquire_memory: allocated here
gst-plugins-base-1.26.10/gst-libs/gst/rtsp/gstrtspconnection.c:3816:3: throw: if ‘g_array_append_vals’ throws an exception...
gst-plugins-base-1.26.10/gst-libs/gst/rtsp/gstrtspconnection.c:3816:3: danger: ‘header.value’ leaks here; was allocated at [(1)](sarif:/runs/0/results/1/codeFlows/0/threadFlows/0/locations/0)
# 3814|     header.value = strdup (value);
# 3815|   
# 3816|->   g_array_append_val (conn->extra_http_headers, header);
# 3817|   }
# 3818|   

Error: GCC_ANALYZER_WARNING (CWE-476): [#def63]
gst-plugins-base-1.26.10/gst-libs/gst/rtsp/gstrtspconnection.c:4359:31: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘map_infos’
gst-plugins-base-1.26.10/gst-libs/gst/rtsp/gstrtspconnection.c:4229:6: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/gst-libs/gst/rtsp/gstrtspconnection.c:4230:8: branch_false: ...to here
gst-plugins-base-1.26.10/gst-libs/gst/rtsp/gstrtspconnection.c:4229:7: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/gst-libs/gst/rtsp/gstrtspconnection.c:4233:3: branch_false: ...to here
gst-plugins-base-1.26.10/gst-libs/gst/rtsp/gstrtspconnection.c:4246:8: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/gst-libs/gst/rtsp/gstrtspconnection.c:4247:10: branch_false: ...to here
gst-plugins-base-1.26.10/gst-libs/gst/rtsp/gstrtspconnection.c:4246:9: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/gst-libs/gst/rtsp/gstrtspconnection.c:4252:8: branch_false: ...to here
gst-plugins-base-1.26.10/gst-libs/gst/rtsp/gstrtspconnection.c:4252:8: branch_false: following ‘false’ branch (when ‘n_messages != 0’)...
gst-plugins-base-1.26.10/gst-libs/gst/rtsp/gstrtspconnection.c:4252:8: branch_false: ...to here
gst-plugins-base-1.26.10/gst-libs/gst/rtsp/gstrtspconnection.c:4279:59: branch_true: following ‘true’ branch...
gst-plugins-base-1.26.10/gst-libs/gst/rtsp/gstrtspconnection.c:4280:13: branch_true: ...to here
gst-plugins-base-1.26.10/gst-libs/gst/rtsp/gstrtspconnection.c:4289:17: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/gst-libs/gst/rtsp/gstrtspconnection.c:4279:75: branch_false: ...to here
gst-plugins-base-1.26.10/gst-libs/gst/rtsp/gstrtspconnection.c:4311:17: branch_false: following ‘false’ branch (when ‘n_memories == 0’)...
gst-plugins-base-1.26.10/gst-libs/gst/rtsp/gstrtspconnection.c:4312:11: branch_false: ...to here
gst-plugins-base-1.26.10/gst-libs/gst/rtsp/gstrtspconnection.c:4312:11: branch_true: following ‘true’ branch (when ‘n_ids != 0’)...
gst-plugins-base-1.26.10/gst-libs/gst/rtsp/gstrtspconnection.c:4312:19: branch_true: ...to here
gst-plugins-base-1.26.10/gst-libs/gst/rtsp/gstrtspconnection.c:4316:63: branch_true: following ‘true’ branch...
gst-plugins-base-1.26.10/gst-libs/gst/rtsp/gstrtspconnection.c:4318:13: branch_true: ...to here
gst-plugins-base-1.26.10/gst-libs/gst/rtsp/gstrtspconnection.c:4320:10: branch_true: following ‘true’ branch...
gst-plugins-base-1.26.10/gst-libs/gst/rtsp/gstrtspconnection.c:4321:30: branch_true: ...to here
gst-plugins-base-1.26.10/gst-libs/gst/rtsp/gstrtspconnection.c:4321:29: branch_true: following ‘true’ branch...
gst-plugins-base-1.26.10/gst-libs/gst/rtsp/gstrtspconnection.c:4321:29: branch_true: ...to here
gst-plugins-base-1.26.10/gst-libs/gst/rtsp/gstrtspconnection.c:4328:10: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/gst-libs/gst/rtsp/gstrtspconnection.c:4335:18: branch_false: ...to here
gst-plugins-base-1.26.10/gst-libs/gst/rtsp/gstrtspconnection.c:4335:17: branch_true: following ‘true’ branch...
gst-plugins-base-1.26.10/gst-libs/gst/rtsp/gstrtspconnection.c:4338:13: branch_true: ...to here
gst-plugins-base-1.26.10/gst-libs/gst/rtsp/gstrtspconnection.c:4339:21: branch_true: following ‘true’ branch...
gst-plugins-base-1.26.10/gst-libs/gst/rtsp/gstrtspconnection.c:4340:28: branch_true: ...to here
gst-plugins-base-1.26.10/gst-libs/gst/rtsp/gstrtspconnection.c:4344:14: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/gst-libs/gst/rtsp/gstrtspconnection.c:4349:14: branch_false: ...to here
gst-plugins-base-1.26.10/gst-libs/gst/rtsp/gstrtspconnection.c:4356:11: branch_true: following ‘true’ branch...
gst-plugins-base-1.26.10/gst-libs/gst/rtsp/gstrtspconnection.c:4358:42: branch_true: ...to here
gst-plugins-base-1.26.10/gst-libs/gst/rtsp/gstrtspconnection.c:4359:31: danger: dereference of NULL ‘map_infos + (long unsigned int)n_mmap * 104’
# 4357|   
# 4358|             gst_memory_map (mem, &map_infos[n_mmap], GST_MAP_READ);
# 4359|->           vectors[j].buffer = map_infos[n_mmap].data + off;
# 4360|             vectors[j].size = map_infos[n_mmap].size - off;
# 4361|             bytes_to_write += vectors[j].size;

Error: GCC_ANALYZER_WARNING (CWE-476): [#def64]
gst-plugins-base-1.26.10/gst-libs/gst/rtsp/gstrtspconnection.c:4804:31: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘map_infos’
gst-plugins-base-1.26.10/gst-libs/gst/rtsp/gstrtspconnection.c:4756:3: branch_true: following ‘true’ branch (when ‘watch’ is non-NULL)...
gst-plugins-base-1.26.10/gst-libs/gst/rtsp/gstrtspconnection.c:4757:3: branch_true: ...to here
gst-plugins-base-1.26.10/gst-libs/gst/rtsp/gstrtspconnection.c:4757:3: branch_true: following ‘true’ branch (when ‘messages’ is non-NULL)...
gst-plugins-base-1.26.10/gst-libs/gst/rtsp/gstrtspconnection.c:4759:3: branch_true: ...to here
gst-plugins-base-1.26.10/gst-libs/gst/rtsp/gstrtspconnection.c:4760:6: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/gst-libs/gst/rtsp/gstrtspconnection.c:4764:7: branch_false: ...to here
gst-plugins-base-1.26.10/gst-libs/gst/rtsp/gstrtspconnection.c:4764:6: branch_true: following ‘true’ branch...
gst-plugins-base-1.26.10/gst-libs/gst/rtsp/gstrtspconnection.c:4764:6: branch_true: ...to here
gst-plugins-base-1.26.10/gst-libs/gst/rtsp/gstrtspconnection.c:4782:17: branch_false: following ‘false’ branch (when ‘n_memories == 0’)...
gst-plugins-base-1.26.10/gst-libs/gst/rtsp/gstrtspconnection.c:4784:5: branch_false: ...to here
gst-plugins-base-1.26.10/gst-libs/gst/rtsp/gstrtspconnection.c:4784:51: branch_true: following ‘true’ branch...
gst-plugins-base-1.26.10/gst-libs/gst/rtsp/gstrtspconnection.c:4785:35: branch_true: ...to here
gst-plugins-base-1.26.10/gst-libs/gst/rtsp/gstrtspconnection.c:4796:17: branch_true: following ‘true’ branch...
gst-plugins-base-1.26.10/gst-libs/gst/rtsp/gstrtspconnection.c:4799:13: branch_true: ...to here
gst-plugins-base-1.26.10/gst-libs/gst/rtsp/gstrtspconnection.c:4800:21: branch_true: following ‘true’ branch (when ‘l < n’)...
gst-plugins-base-1.26.10/gst-libs/gst/rtsp/gstrtspconnection.c:4801:28: branch_true: ...to here
gst-plugins-base-1.26.10/gst-libs/gst/rtsp/gstrtspconnection.c:4804:31: danger: dereference of NULL ‘map_infos + (long unsigned int)k * 104’
# 4802|   
# 4803|             gst_memory_map (mem, &map_infos[k], GST_MAP_READ);
# 4804|->           vectors[j].buffer = map_infos[k].data;
# 4805|             vectors[j].size = map_infos[k].size;
# 4806|             bytes_to_write += vectors[j].size;

Error: GCC_ANALYZER_WARNING (CWE-688): [#def65]
gst-plugins-base-1.26.10/gst-libs/gst/rtsp/gstrtspdefs.c:556:3: warning[-Wanalyzer-null-argument]: use of NULL where non-null expected
gst-plugins-base-1.26.10/gst-libs/gst/rtsp/gstrtspdefs.c:544:1: enter_function: entry to ‘auth_digest_compute_a1_md5’
gst-plugins-base-1.26.10/gst-libs/gst/rtsp/gstrtspdefs.c:556:3: danger: argument 1 (‘<unknown>’) NULL where non-null expected
#  554|     g_checksum_update (md5_context, (const guchar *) password, strlen (password));
#  555|     ret = g_strdup (g_checksum_get_string (md5_context));
#  556|->   g_assert (strlen (ret) == 32);
#  557|     g_checksum_free (md5_context);
#  558|   

Error: COMPILER_WARNING (CWE-704): [#def66]
gst-plugins-base-1.26.10/gst-libs/gst/rtsp/gstrtsprange.c: scope_hint: In function ‘parse_npt_range’
gst-plugins-base-1.26.10/gst-libs/gst/rtsp/gstrtsprange.c:119:5: warning[-Wdiscarded-qualifiers]: assignment discards ‘const’ qualifier from pointer target type
#  119 |   p = strstr (str, "-");
#      |     ^
#  117|   
#  118|     /* find '-' separator */
#  119|->   p = strstr (str, "-");
#  120|     if (p == NULL)
#  121|       return GST_RTSP_EINVAL;

Error: COMPILER_WARNING (CWE-704): [#def67]
gst-plugins-base-1.26.10/gst-libs/gst/rtsp/gstrtsprange.c:119:5: warning[-Wdiscarded-qualifiers]: assignment discards ‘const’ qualifier from pointer target type
#  117|   
#  118|     /* find '-' separator */
#  119|->   p = strstr (str, "-");
#  120|     if (p == NULL)
#  121|       return GST_RTSP_EINVAL;

Error: COMPILER_WARNING (CWE-704): [#def68]
gst-plugins-base-1.26.10/gst-libs/gst/rtsp/gstrtsprange.c: scope_hint: In function ‘parse_utc_time’
gst-plugins-base-1.26.10/gst-libs/gst/rtsp/gstrtsprange.c:160:7: warning[-Wdiscarded-qualifiers]: assignment discards ‘const’ qualifier from pointer target type
#  160 |     T = strchr (str, 'T');
#      |       ^
#  158|       gchar *T, *Z;
#  159|   
#  160|->     T = strchr (str, 'T');
#  161|       if (T == NULL || T != str + 8)
#  162|         return GST_RTSP_EINVAL;

Error: COMPILER_WARNING (CWE-704): [#def69]
gst-plugins-base-1.26.10/gst-libs/gst/rtsp/gstrtsprange.c:160:7: warning[-Wdiscarded-qualifiers]: assignment discards ‘const’ qualifier from pointer target type
#  158|       gchar *T, *Z;
#  159|   
#  160|->     T = strchr (str, 'T');
#  161|       if (T == NULL || T != str + 8)
#  162|         return GST_RTSP_EINVAL;

Error: COMPILER_WARNING (CWE-704): [#def70]
gst-plugins-base-1.26.10/gst-libs/gst/rtsp/gstrtsprange.c: scope_hint: In function ‘parse_utc_range’
gst-plugins-base-1.26.10/gst-libs/gst/rtsp/gstrtsprange.c:193:5: warning[-Wdiscarded-qualifiers]: assignment discards ‘const’ qualifier from pointer target type
#  193 |   p = strstr (str, "-");
#      |     ^
#  191|   
#  192|     /* find '-' separator, can't have a single - */
#  193|->   p = strstr (str, "-");
#  194|     if (p == NULL || p == str)
#  195|       return GST_RTSP_EINVAL;

Error: COMPILER_WARNING (CWE-704): [#def71]
gst-plugins-base-1.26.10/gst-libs/gst/rtsp/gstrtsprange.c:193:5: warning[-Wdiscarded-qualifiers]: assignment discards ‘const’ qualifier from pointer target type
#  191|   
#  192|     /* find '-' separator, can't have a single - */
#  193|->   p = strstr (str, "-");
#  194|     if (p == NULL || p == str)
#  195|       return GST_RTSP_EINVAL;

Error: COMPILER_WARNING (CWE-704): [#def72]
gst-plugins-base-1.26.10/gst-libs/gst/rtsp/gstrtsprange.c: scope_hint: In function ‘parse_smpte_range’
gst-plugins-base-1.26.10/gst-libs/gst/rtsp/gstrtsprange.c:243:5: warning[-Wdiscarded-qualifiers]: assignment discards ‘const’ qualifier from pointer target type
#  243 |   p = strstr (str, "-");
#      |     ^
#  241|   
#  242|     /* find '-' separator, can't have a single - */
#  243|->   p = strstr (str, "-");
#  244|     if (p == NULL || p == str)
#  245|       return GST_RTSP_EINVAL;

Error: COMPILER_WARNING (CWE-704): [#def73]
gst-plugins-base-1.26.10/gst-libs/gst/rtsp/gstrtsprange.c:243:5: warning[-Wdiscarded-qualifiers]: assignment discards ‘const’ qualifier from pointer target type
#  241|   
#  242|     /* find '-' separator, can't have a single - */
#  243|->   p = strstr (str, "-");
#  244|     if (p == NULL || p == str)
#  245|       return GST_RTSP_EINVAL;

Error: COMPILER_WARNING (CWE-704): [#def74]
gst-plugins-base-1.26.10/gst-libs/gst/rtsp/gstrtsptransport.c: scope_hint: In function ‘parse_range’
gst-plugins-base-1.26.10/gst-libs/gst/rtsp/gstrtsptransport.c:352:9: warning[-Wdiscarded-qualifiers]: assignment discards ‘const’ qualifier from pointer target type
#  352 |   minus = strstr (str, "-");
#      |         ^
#  350|       goto invalid_range;
#  351|   
#  352|->   minus = strstr (str, "-");
#  353|     if (minus) {
#  354|       if (g_ascii_isspace (minus[1]) || minus[1] == '+' || minus[1] == '-')

Error: COMPILER_WARNING (CWE-704): [#def75]
gst-plugins-base-1.26.10/gst-libs/gst/rtsp/gstrtsptransport.c:352:9: warning[-Wdiscarded-qualifiers]: assignment discards ‘const’ qualifier from pointer target type
#  350|       goto invalid_range;
#  351|   
#  352|->   minus = strstr (str, "-");
#  353|     if (minus) {
#  354|       if (g_ascii_isspace (minus[1]) || minus[1] == '+' || minus[1] == '-')

Error: GCC_ANALYZER_WARNING (CWE-476): [#def76]
gst-plugins-base-1.26.10/gst-libs/gst/sdp/gstsdpmessage.c:2041:9: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘0’
gst-plugins-base-1.26.10/gst-libs/gst/sdp/gstsdpmessage.c:759:1: enter_function: entry to ‘gst_sdp_message_as_uri’
gst-plugins-base-1.26.10/gst-libs/gst/sdp/gstsdpmessage.c:766:3: branch_true: following ‘true’ branch (when ‘scheme’ is non-NULL)...
gst-plugins-base-1.26.10/gst-libs/gst/sdp/gstsdpmessage.c:767:3: branch_true: ...to here
gst-plugins-base-1.26.10/gst-libs/gst/sdp/gstsdpmessage.c:767:3: branch_true: following ‘true’ branch (when ‘msg’ is non-NULL)...
gst-plugins-base-1.26.10/gst-libs/gst/sdp/gstsdpmessage.c:769:16: branch_true: ...to here
gst-plugins-base-1.26.10/gst-libs/gst/sdp/gstsdpmessage.c:769:16: call_function: calling ‘gst_sdp_message_as_text’ from ‘gst_sdp_message_as_uri’
# 2039|       const GstSDPConnection *conn = gst_sdp_media_get_connection (media, i);
# 2040|   
# 2041|->     if (conn->nettype && conn->addrtype && conn->address) {
# 2042|         g_string_append_printf (lines, "c=%s %s %s", conn->nettype,
# 2043|             conn->addrtype, conn->address);

Error: GCC_ANALYZER_WARNING (CWE-476): [#def77]
gst-plugins-base-1.26.10/gst-libs/gst/sdp/gstsdpmessage.c:2073:9: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘0’
gst-plugins-base-1.26.10/gst-libs/gst/sdp/gstsdpmessage.c:759:1: enter_function: entry to ‘gst_sdp_message_as_uri’
gst-plugins-base-1.26.10/gst-libs/gst/sdp/gstsdpmessage.c:766:3: branch_true: following ‘true’ branch (when ‘scheme’ is non-NULL)...
gst-plugins-base-1.26.10/gst-libs/gst/sdp/gstsdpmessage.c:767:3: branch_true: ...to here
gst-plugins-base-1.26.10/gst-libs/gst/sdp/gstsdpmessage.c:767:3: branch_true: following ‘true’ branch (when ‘msg’ is non-NULL)...
gst-plugins-base-1.26.10/gst-libs/gst/sdp/gstsdpmessage.c:769:16: branch_true: ...to here
gst-plugins-base-1.26.10/gst-libs/gst/sdp/gstsdpmessage.c:769:16: call_function: calling ‘gst_sdp_message_as_text’ from ‘gst_sdp_message_as_uri’
# 2071|       const GstSDPAttribute *attr = gst_sdp_media_get_attribute (media, i);
# 2072|   
# 2073|->     if (attr->key) {
# 2074|         g_string_append_printf (lines, "a=%s", attr->key);
# 2075|         if (attr->value && attr->value[0] != '\0')

Error: GCC_ANALYZER_WARNING (CWE-476): [#def78]
gst-plugins-base-1.26.10/gst-libs/gst/sdp/gstsdpmessage.c:2980:10: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘p’
gst-plugins-base-1.26.10/gst-libs/gst/sdp/gstsdpmessage.c:3180:1: enter_function: entry to ‘gst_sdp_message_parse_buffer’
gst-plugins-base-1.26.10/gst-libs/gst/sdp/gstsdpmessage.c:3190:3: branch_true: following ‘true’ branch (when ‘msg’ is non-NULL)...
gst-plugins-base-1.26.10/gst-libs/gst/sdp/gstsdpmessage.c:3191:3: branch_true: ...to here
gst-plugins-base-1.26.10/gst-libs/gst/sdp/gstsdpmessage.c:3191:3: branch_true: following ‘true’ branch (when ‘data’ is non-NULL)...
gst-plugins-base-1.26.10/gst-libs/gst/sdp/gstsdpmessage.c:3192:3: branch_true: ...to here
gst-plugins-base-1.26.10/gst-libs/gst/sdp/gstsdpmessage.c:3192:3: branch_true: following ‘true’ branch (when ‘size != 0’)...
gst-plugins-base-1.26.10/gst-libs/gst/sdp/gstsdpmessage.c:3194:3: branch_true: ...to here
gst-plugins-base-1.26.10/gst-libs/gst/sdp/gstsdpmessage.c:3209:5: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/gst-libs/gst/sdp/gstsdpmessage.c:3211:13: branch_false: ...to here
gst-plugins-base-1.26.10/gst-libs/gst/sdp/gstsdpmessage.c:3212:8: branch_false: following ‘false’ branch (when ‘type != 0’)...
gst-plugins-base-1.26.10/gst-libs/gst/sdp/gstsdpmessage.c:3215:5: branch_false: ...to here
gst-plugins-base-1.26.10/gst-libs/gst/sdp/gstsdpmessage.c:3215:5: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/gst-libs/gst/sdp/gstsdpmessage.c:3217:9: branch_false: ...to here
gst-plugins-base-1.26.10/gst-libs/gst/sdp/gstsdpmessage.c:3221:5: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/gst-libs/gst/sdp/gstsdpmessage.c:3221:5: branch_false: ...to here
gst-plugins-base-1.26.10/gst-libs/gst/sdp/gstsdpmessage.c:3224:12: branch_true: following ‘true’ branch...
gst-plugins-base-1.26.10/gst-libs/gst/sdp/gstsdpmessage.c:3224:41: branch_true: ...to here
gst-plugins-base-1.26.10/gst-libs/gst/sdp/gstsdpmessage.c:3228:8: branch_false: following ‘false’ branch (when ‘bufsize > len’)...
gst-plugins-base-1.26.10/gst-libs/gst/sdp/gstsdpmessage.c:3228:8: branch_false: ...to here
gst-plugins-base-1.26.10/gst-libs/gst/sdp/gstsdpmessage.c:3235:5: call_function: calling ‘gst_sdp_parse_line’ from ‘gst_sdp_message_parse_buffer’
# 2978|     idx = 0;
# 2979|     /* skip spaces */
# 2980|->   while (g_ascii_isspace (**src))
# 2981|       (*src)++;
# 2982|   

Error: GCC_ANALYZER_WARNING (CWE-476): [#def79]
gst-plugins-base-1.26.10/gst-libs/gst/sdp/gstsdpmessage.c:2999:10: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘p’
gst-plugins-base-1.26.10/gst-libs/gst/sdp/gstsdpmessage.c:3180:1: enter_function: entry to ‘gst_sdp_message_parse_buffer’
gst-plugins-base-1.26.10/gst-libs/gst/sdp/gstsdpmessage.c:3190:3: branch_true: following ‘true’ branch (when ‘msg’ is non-NULL)...
gst-plugins-base-1.26.10/gst-libs/gst/sdp/gstsdpmessage.c:3191:3: branch_true: ...to here
gst-plugins-base-1.26.10/gst-libs/gst/sdp/gstsdpmessage.c:3191:3: branch_true: following ‘true’ branch (when ‘data’ is non-NULL)...
gst-plugins-base-1.26.10/gst-libs/gst/sdp/gstsdpmessage.c:3192:3: branch_true: ...to here
gst-plugins-base-1.26.10/gst-libs/gst/sdp/gstsdpmessage.c:3192:3: branch_true: following ‘true’ branch (when ‘size != 0’)...
gst-plugins-base-1.26.10/gst-libs/gst/sdp/gstsdpmessage.c:3194:3: branch_true: ...to here
gst-plugins-base-1.26.10/gst-libs/gst/sdp/gstsdpmessage.c:3209:5: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/gst-libs/gst/sdp/gstsdpmessage.c:3211:13: branch_false: ...to here
gst-plugins-base-1.26.10/gst-libs/gst/sdp/gstsdpmessage.c:3212:8: branch_false: following ‘false’ branch (when ‘type != 0’)...
gst-plugins-base-1.26.10/gst-libs/gst/sdp/gstsdpmessage.c:3215:5: branch_false: ...to here
gst-plugins-base-1.26.10/gst-libs/gst/sdp/gstsdpmessage.c:3215:5: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/gst-libs/gst/sdp/gstsdpmessage.c:3217:9: branch_false: ...to here
gst-plugins-base-1.26.10/gst-libs/gst/sdp/gstsdpmessage.c:3221:5: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/gst-libs/gst/sdp/gstsdpmessage.c:3221:5: branch_false: ...to here
gst-plugins-base-1.26.10/gst-libs/gst/sdp/gstsdpmessage.c:3224:12: branch_true: following ‘true’ branch...
gst-plugins-base-1.26.10/gst-libs/gst/sdp/gstsdpmessage.c:3224:41: branch_true: ...to here
gst-plugins-base-1.26.10/gst-libs/gst/sdp/gstsdpmessage.c:3228:8: branch_false: following ‘false’ branch (when ‘bufsize > len’)...
gst-plugins-base-1.26.10/gst-libs/gst/sdp/gstsdpmessage.c:3228:8: branch_false: ...to here
gst-plugins-base-1.26.10/gst-libs/gst/sdp/gstsdpmessage.c:3235:5: call_function: calling ‘gst_sdp_parse_line’ from ‘gst_sdp_message_parse_buffer’
# 2997|     idx = 0;
# 2998|     /* skip spaces */
# 2999|->   while (g_ascii_isspace (**src))
# 3000|       (*src)++;
# 3001|   

Error: GCC_ANALYZER_WARNING (CWE-476): [#def80]
gst-plugins-base-1.26.10/gst-libs/gst/sdp/gstsdpmessage.c:3037:11: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘buffer’
gst-plugins-base-1.26.10/gst-libs/gst/sdp/gstsdpmessage.c:3180:1: enter_function: entry to ‘gst_sdp_message_parse_buffer’
gst-plugins-base-1.26.10/gst-libs/gst/sdp/gstsdpmessage.c:3190:3: branch_true: following ‘true’ branch (when ‘msg’ is non-NULL)...
gst-plugins-base-1.26.10/gst-libs/gst/sdp/gstsdpmessage.c:3191:3: branch_true: ...to here
gst-plugins-base-1.26.10/gst-libs/gst/sdp/gstsdpmessage.c:3191:3: branch_true: following ‘true’ branch (when ‘data’ is non-NULL)...
gst-plugins-base-1.26.10/gst-libs/gst/sdp/gstsdpmessage.c:3192:3: branch_true: ...to here
gst-plugins-base-1.26.10/gst-libs/gst/sdp/gstsdpmessage.c:3192:3: branch_true: following ‘true’ branch (when ‘size != 0’)...
gst-plugins-base-1.26.10/gst-libs/gst/sdp/gstsdpmessage.c:3194:3: branch_true: ...to here
gst-plugins-base-1.26.10/gst-libs/gst/sdp/gstsdpmessage.c:3209:5: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/gst-libs/gst/sdp/gstsdpmessage.c:3211:13: branch_false: ...to here
gst-plugins-base-1.26.10/gst-libs/gst/sdp/gstsdpmessage.c:3212:8: branch_false: following ‘false’ branch (when ‘type != 0’)...
gst-plugins-base-1.26.10/gst-libs/gst/sdp/gstsdpmessage.c:3215:5: branch_false: ...to here
gst-plugins-base-1.26.10/gst-libs/gst/sdp/gstsdpmessage.c:3215:5: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/gst-libs/gst/sdp/gstsdpmessage.c:3217:9: branch_false: ...to here
gst-plugins-base-1.26.10/gst-libs/gst/sdp/gstsdpmessage.c:3221:5: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/gst-libs/gst/sdp/gstsdpmessage.c:3221:5: branch_false: ...to here
gst-plugins-base-1.26.10/gst-libs/gst/sdp/gstsdpmessage.c:3224:12: branch_true: following ‘true’ branch...
gst-plugins-base-1.26.10/gst-libs/gst/sdp/gstsdpmessage.c:3224:41: branch_true: ...to here
gst-plugins-base-1.26.10/gst-libs/gst/sdp/gstsdpmessage.c:3228:8: branch_false: following ‘false’ branch (when ‘bufsize > len’)...
gst-plugins-base-1.26.10/gst-libs/gst/sdp/gstsdpmessage.c:3228:8: branch_false: ...to here
gst-plugins-base-1.26.10/gst-libs/gst/sdp/gstsdpmessage.c:3235:5: call_function: calling ‘gst_sdp_parse_line’ from ‘gst_sdp_message_parse_buffer’
# 3035|     switch (type) {
# 3036|       case 'v':
# 3037|->       if (buffer[0] != '0')
# 3038|           GST_WARNING ("wrong SDP version");
# 3039|         gst_sdp_message_set_version (c->msg, buffer);

Error: GCC_ANALYZER_WARNING (CWE-688): [#def81]
gst-plugins-base-1.26.10/gst-libs/gst/sdp/gstsdpmessage.c:3232:5: warning[-Wanalyzer-null-argument]: use of NULL ‘buffer’ where non-null expected
gst-plugins-base-1.26.10/gst-libs/gst/sdp/gstsdpmessage.c:3190:3: branch_true: following ‘true’ branch (when ‘msg’ is non-NULL)...
gst-plugins-base-1.26.10/gst-libs/gst/sdp/gstsdpmessage.c:3191:3: branch_true: ...to here
gst-plugins-base-1.26.10/gst-libs/gst/sdp/gstsdpmessage.c:3191:3: branch_true: following ‘true’ branch (when ‘data’ is non-NULL)...
gst-plugins-base-1.26.10/gst-libs/gst/sdp/gstsdpmessage.c:3192:3: branch_true: ...to here
gst-plugins-base-1.26.10/gst-libs/gst/sdp/gstsdpmessage.c:3192:3: branch_true: following ‘true’ branch (when ‘size != 0’)...
gst-plugins-base-1.26.10/gst-libs/gst/sdp/gstsdpmessage.c:3194:3: branch_true: ...to here
gst-plugins-base-1.26.10/gst-libs/gst/sdp/gstsdpmessage.c:3209:5: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/gst-libs/gst/sdp/gstsdpmessage.c:3211:13: branch_false: ...to here
gst-plugins-base-1.26.10/gst-libs/gst/sdp/gstsdpmessage.c:3212:8: branch_false: following ‘false’ branch (when ‘type != 0’)...
gst-plugins-base-1.26.10/gst-libs/gst/sdp/gstsdpmessage.c:3215:5: branch_false: ...to here
gst-plugins-base-1.26.10/gst-libs/gst/sdp/gstsdpmessage.c:3215:5: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/gst-libs/gst/sdp/gstsdpmessage.c:3217:9: branch_false: ...to here
gst-plugins-base-1.26.10/gst-libs/gst/sdp/gstsdpmessage.c:3221:5: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/gst-libs/gst/sdp/gstsdpmessage.c:3221:5: branch_false: ...to here
gst-plugins-base-1.26.10/gst-libs/gst/sdp/gstsdpmessage.c:3224:12: branch_true: following ‘true’ branch...
gst-plugins-base-1.26.10/gst-libs/gst/sdp/gstsdpmessage.c:3224:41: branch_true: ...to here
gst-plugins-base-1.26.10/gst-libs/gst/sdp/gstsdpmessage.c:3228:8: branch_false: following ‘false’ branch (when ‘bufsize > len’)...
gst-plugins-base-1.26.10/gst-libs/gst/sdp/gstsdpmessage.c:3228:8: branch_false: ...to here
gst-plugins-base-1.26.10/gst-libs/gst/sdp/gstsdpmessage.c:3232:5: danger: argument 1 (‘buffer’) NULL where non-null expected
# 3230|         bufsize = len + 1;
# 3231|       }
# 3232|->     memcpy (buffer, s, len);
# 3233|       buffer[len] = '\0';
# 3234|   

Error: GCC_ANALYZER_WARNING (CWE-476): [#def82]
gst-plugins-base-1.26.10/gst-libs/gst/sdp/gstsdpmessage.c:4158:3: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘p’
gst-plugins-base-1.26.10/gst-libs/gst/sdp/gstsdpmessage.c:4149:1: enter_function: entry to ‘gst_sdp_parse_keymgmt’
gst-plugins-base-1.26.10/gst-libs/gst/sdp/gstsdpmessage.c:4158:3: danger: dereference of NULL ‘p’
# 4156|     p = orig_value = g_strdup (keymgmt);
# 4157|   
# 4158|->   SKIP_SPACES (p);
# 4159|     if (*p == '\0') {
# 4160|       g_free (orig_value);

Error: GCC_ANALYZER_WARNING (CWE-688): [#def83]
gst-plugins-base-1.26.10/gst-libs/gst/sdp/gstsdpmessage.c:4324:10: warning[-Wanalyzer-null-argument]: use of NULL where non-null expected
gst-plugins-base-1.26.10/gst-libs/gst/sdp/gstsdpmessage.c:4299:1: enter_function: entry to ‘gst_sdp_media_add_extmap_attributes’
gst-plugins-base-1.26.10/gst-libs/gst/sdp/gstsdpmessage.c:4306:3: branch_true: following ‘true’ branch (when ‘attributes’ is non-NULL)...
gst-plugins-base-1.26.10/gst-libs/gst/sdp/gstsdpmessage.c:4307:3: branch_true: ...to here
gst-plugins-base-1.26.10/gst-libs/gst/sdp/gstsdpmessage.c:4307:3: branch_true: following ‘true’ branch...
gst-plugins-base-1.26.10/gst-libs/gst/sdp/gstsdpmessage.c:4311:15: branch_true: following ‘true’ branch...
gst-plugins-base-1.26.10/gst-libs/gst/sdp/gstsdpmessage.c:4315:13: branch_true: ...to here
gst-plugins-base-1.26.10/gst-libs/gst/sdp/gstsdpmessage.c:4324:10: danger: argument 1 (‘<unknown>’) NULL where non-null expected
# 4322|       to_free = p = g_strdup (extmap);
# 4323|   
# 4324|->     id = strtoul (p, &tmp, 10);
# 4325|       if (id == 0 || id == 15 || id > 9999 || (*tmp != ' ' && *tmp != '/')) {
# 4326|         GST_ERROR ("Invalid extmap '%s'", to_free);

Error: GCC_ANALYZER_WARNING (CWE-688): [#def84]
gst-plugins-base-1.26.10/gst-libs/gst/sdp/gstsdpmessage.c:4433:12: warning[-Wanalyzer-null-argument]: use of NULL where non-null expected
gst-plugins-base-1.26.10/gst-libs/gst/sdp/gstsdpmessage.c:4406:1: enter_function: entry to ‘gst_sdp_media_add_ssrc_attributes’
gst-plugins-base-1.26.10/gst-libs/gst/sdp/gstsdpmessage.c:4412:3: branch_true: following ‘true’ branch (when ‘attributes’ is non-NULL)...
gst-plugins-base-1.26.10/gst-libs/gst/sdp/gstsdpmessage.c:4413:3: branch_true: ...to here
gst-plugins-base-1.26.10/gst-libs/gst/sdp/gstsdpmessage.c:4413:3: branch_true: following ‘true’ branch...
gst-plugins-base-1.26.10/gst-libs/gst/sdp/gstsdpmessage.c:4417:15: branch_true: following ‘true’ branch...
gst-plugins-base-1.26.10/gst-libs/gst/sdp/gstsdpmessage.c:4424:13: branch_true: ...to here
gst-plugins-base-1.26.10/gst-libs/gst/sdp/gstsdpmessage.c:4433:12: danger: argument 1 (‘<unknown>’) NULL where non-null expected
# 4431|       to_free = p = g_strdup (value);
# 4432|   
# 4433|->     ssrc = strtoul (p, &tmp, 10);
# 4434|       if (*tmp != ' ') {
# 4435|         GST_ERROR ("Invalid ssrc attribute '%s'", to_free);

Error: CPPCHECK_WARNING (CWE-476): [#def85]
gst-plugins-base-1.26.10/gst-libs/gst/tag/gstexiftag.c:1451: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: data
# 1449|       /* +1 because it could be a string without the \0 */
# 1450|       data = malloc (alloc_size);
# 1451|->     memcpy (data, info.data + real_offset, count);
# 1452|       data[count] = 0;
# 1453|   

Error: CPPCHECK_WARNING (CWE-476): [#def86]
gst-plugins-base-1.26.10/gst-libs/gst/tag/gstexiftag.c:1452: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: data
# 1450|       data = malloc (alloc_size);
# 1451|       memcpy (data, info.data + real_offset, count);
# 1452|->     data[count] = 0;
# 1453|   
# 1454|       gst_buffer_unmap (reader->buffer, &info);

Error: CPPCHECK_WARNING (CWE-476): [#def87]
gst-plugins-base-1.26.10/gst-libs/gst/tag/gstexiftag.c:1457: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: data
# 1455|     } else {
# 1456|       data = malloc (count + 1);
# 1457|->     memcpy (data, (guint8 *) offset_as_data, count);
# 1458|       data[count] = 0;
# 1459|     }

Error: CPPCHECK_WARNING (CWE-476): [#def88]
gst-plugins-base-1.26.10/gst-libs/gst/tag/gstexiftag.c:1458: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: data
# 1456|       data = malloc (count + 1);
# 1457|       memcpy (data, (guint8 *) offset_as_data, count);
# 1458|->     data[count] = 0;
# 1459|     }
# 1460|   

Error: CPPCHECK_WARNING (CWE-823): [#def89]
gst-plugins-base-1.26.10/gst-libs/gst/tag/mklicensestables.c:208: error[arrayIndexOutOfBounds]: Array 'tag_map[18]' accessed at index 18, which is out of bounds.
#  206|       g_error ("Unexpected tag '%s'\n", element_name);
#  207|   
#  208|->   if (tag_map[i].attribute == NULL)
#  209|       return;
#  210|   

Error: CPPCHECK_WARNING (CWE-823): [#def90]
gst-plugins-base-1.26.10/gst-libs/gst/tag/mklicensestables.c:212: error[arrayIndexOutOfBounds]: Array 'tag_map[18]' accessed at index 18, which is out of bounds.
#  210|   
#  211|     if (!g_markup_collect_attributes (element_name, attr_names, attr_vals,
#  212|->           err, G_MARKUP_COLLECT_STRING, tag_map[i].attribute, &ref,
#  213|             G_MARKUP_COLLECT_INVALID)) {
#  214|       return;

Error: CPPCHECK_WARNING (CWE-823): [#def91]
gst-plugins-base-1.26.10/gst-libs/gst/tag/mklicensestables.c:330: error[arrayIndexOutOfBounds]: Array 'tag_map[18]' accessed at index 18, which is out of bounds.
#  328|       g_error ("Unexpected tag '%s'\n", element_name);
#  329|   
#  330|->   switch (tag_map[i].element_tag) {
#  331|       case TAG_CC_LICENSE:
#  332|       case TAG_CC_JURISDICTION:

Error: CPPCHECK_WARNING (CWE-476): [#def92]
gst-plugins-base-1.26.10/gst-libs/gst/tag/mklicensestables.c:696: warning[nullPointerOutOfResources]: If resource allocation fails, then there is a possible null pointer dereference: f
#  694|   
#  695|     f = fopen (dict_filename, "wb");
#  696|->   if (fwrite (g_variant_get_data (var), g_variant_get_size (var), 1, f) != 1) {
#  697|       g_error ("failed to write dict to file: %s", g_strerror (errno));
#  698|     }

Error: GCC_ANALYZER_WARNING (CWE-775): [#def93]
gst-plugins-base-1.26.10/gst-libs/gst/tag/mklicensestables.c:696:6: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(dict_filename, "wb")’
gst-plugins-base-1.26.10/gst-libs/gst/tag/mklicensestables.c:695:7: acquire_resource: opened here
gst-plugins-base-1.26.10/gst-libs/gst/tag/mklicensestables.c:696:6: danger: ‘fopen(dict_filename, "wb")’ leaks here; was opened at [(1)](sarif:/runs/0/results/0/codeFlows/0/threadFlows/0/locations/0)
#  694|   
#  695|     f = fopen (dict_filename, "wb");
#  696|->   if (fwrite (g_variant_get_data (var), g_variant_get_size (var), 1, f) != 1) {
#  697|       g_error ("failed to write dict to file: %s", g_strerror (errno));
#  698|     }

Error: GCC_ANALYZER_WARNING (CWE-401): [#def94]
gst-plugins-base-1.26.10/gst-libs/gst/tag/mklicensestables.c:696:6: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(dict_filename, "wb")’
gst-plugins-base-1.26.10/gst-libs/gst/tag/mklicensestables.c:695:7: acquire_memory: allocated here
gst-plugins-base-1.26.10/gst-libs/gst/tag/mklicensestables.c:696:6: danger: ‘fopen(dict_filename, "wb")’ leaks here; was allocated at [(1)](sarif:/runs/0/results/1/codeFlows/0/threadFlows/0/locations/0)
#  694|   
#  695|     f = fopen (dict_filename, "wb");
#  696|->   if (fwrite (g_variant_get_data (var), g_variant_get_size (var), 1, f) != 1) {
#  697|       g_error ("failed to write dict to file: %s", g_strerror (errno));
#  698|     }

Error: GCC_ANALYZER_WARNING (CWE-688): [#def95]
gst-plugins-base-1.26.10/gst-libs/gst/tag/mklicensestables.c:696:7: warning[-Wanalyzer-possible-null-argument]: use of possibly-NULL ‘fopen(dict_filename, "wb")’ where non-null expected
gst-plugins-base-1.26.10/gst-libs/gst/tag/mklicensestables.c:695:7: acquire_memory: this call could return NULL
gst-plugins-base-1.26.10/gst-libs/gst/tag/mklicensestables.c:696:7: danger: argument 4 (‘fopen(dict_filename, "wb")’) from [(1)](sarif:/runs/0/results/2/codeFlows/0/threadFlows/0/locations/0) could be NULL where non-null expected
#  694|   
#  695|     f = fopen (dict_filename, "wb");
#  696|->   if (fwrite (g_variant_get_data (var), g_variant_get_size (var), 1, f) != 1) {
#  697|       g_error ("failed to write dict to file: %s", g_strerror (errno));
#  698|     }

Error: GCC_ANALYZER_WARNING (CWE-775): [#def96]
gst-plugins-base-1.26.10/gst-libs/gst/tag/mklicensestables.c:696:15: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(dict_filename, "wb")’
gst-plugins-base-1.26.10/gst-libs/gst/tag/mklicensestables.c:695:7: acquire_resource: opened here
gst-plugins-base-1.26.10/gst-libs/gst/tag/mklicensestables.c:696:15: throw: if ‘g_variant_get_data’ throws an exception...
gst-plugins-base-1.26.10/gst-libs/gst/tag/mklicensestables.c:696:15: danger: ‘fopen(dict_filename, "wb")’ leaks here; was opened at [(1)](sarif:/runs/0/results/3/codeFlows/0/threadFlows/0/locations/0)
#  694|   
#  695|     f = fopen (dict_filename, "wb");
#  696|->   if (fwrite (g_variant_get_data (var), g_variant_get_size (var), 1, f) != 1) {
#  697|       g_error ("failed to write dict to file: %s", g_strerror (errno));
#  698|     }

Error: GCC_ANALYZER_WARNING (CWE-401): [#def97]
gst-plugins-base-1.26.10/gst-libs/gst/tag/mklicensestables.c:696:15: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(dict_filename, "wb")’
gst-plugins-base-1.26.10/gst-libs/gst/tag/mklicensestables.c:695:7: acquire_memory: allocated here
gst-plugins-base-1.26.10/gst-libs/gst/tag/mklicensestables.c:696:15: throw: if ‘g_variant_get_data’ throws an exception...
gst-plugins-base-1.26.10/gst-libs/gst/tag/mklicensestables.c:696:15: danger: ‘fopen(dict_filename, "wb")’ leaks here; was allocated at [(1)](sarif:/runs/0/results/4/codeFlows/0/threadFlows/0/locations/0)
#  694|   
#  695|     f = fopen (dict_filename, "wb");
#  696|->   if (fwrite (g_variant_get_data (var), g_variant_get_size (var), 1, f) != 1) {
#  697|       g_error ("failed to write dict to file: %s", g_strerror (errno));
#  698|     }

Error: GCC_ANALYZER_WARNING (CWE-775): [#def98]
gst-plugins-base-1.26.10/gst-libs/gst/tag/mklicensestables.c:696:41: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(dict_filename, "wb")’
gst-plugins-base-1.26.10/gst-libs/gst/tag/mklicensestables.c:695:7: acquire_resource: opened here
gst-plugins-base-1.26.10/gst-libs/gst/tag/mklicensestables.c:696:41: throw: if ‘g_variant_get_size’ throws an exception...
gst-plugins-base-1.26.10/gst-libs/gst/tag/mklicensestables.c:696:41: danger: ‘fopen(dict_filename, "wb")’ leaks here; was opened at [(1)](sarif:/runs/0/results/5/codeFlows/0/threadFlows/0/locations/0)
#  694|   
#  695|     f = fopen (dict_filename, "wb");
#  696|->   if (fwrite (g_variant_get_data (var), g_variant_get_size (var), 1, f) != 1) {
#  697|       g_error ("failed to write dict to file: %s", g_strerror (errno));
#  698|     }

Error: GCC_ANALYZER_WARNING (CWE-401): [#def99]
gst-plugins-base-1.26.10/gst-libs/gst/tag/mklicensestables.c:696:41: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(dict_filename, "wb")’
gst-plugins-base-1.26.10/gst-libs/gst/tag/mklicensestables.c:695:7: acquire_memory: allocated here
gst-plugins-base-1.26.10/gst-libs/gst/tag/mklicensestables.c:696:41: throw: if ‘g_variant_get_size’ throws an exception...
gst-plugins-base-1.26.10/gst-libs/gst/tag/mklicensestables.c:696:41: danger: ‘fopen(dict_filename, "wb")’ leaks here; was allocated at [(1)](sarif:/runs/0/results/6/codeFlows/0/threadFlows/0/locations/0)
#  694|   
#  695|     f = fopen (dict_filename, "wb");
#  696|->   if (fwrite (g_variant_get_data (var), g_variant_get_size (var), 1, f) != 1) {
#  697|       g_error ("failed to write dict to file: %s", g_strerror (errno));
#  698|     }

Error: GCC_ANALYZER_WARNING (CWE-404): [#def100]
gst-plugins-base-1.26.10/gst-libs/gst/video/navigation.c:305:3: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
gst-plugins-base-1.26.10/gst-libs/gst/video/navigation.c:321:1: enter_function: entry to ‘gst_navigation_query_set_commands’
gst-plugins-base-1.26.10/gst-libs/gst/video/navigation.c:328:3: branch_true: following ‘true’ branch...
gst-plugins-base-1.26.10/gst-libs/gst/video/navigation.c:330:3: branch_true: ...to here
gst-plugins-base-1.26.10/gst-libs/gst/video/navigation.c:332:3: acquire_resource: ‘va_start’ called here
gst-plugins-base-1.26.10/gst-libs/gst/video/navigation.c:333:15: branch_true: following ‘true’ branch (when ‘i < n_cmds’)...
gst-plugins-base-1.26.10/gst-libs/gst/video/navigation.c:334:26: branch_true: ...to here
gst-plugins-base-1.26.10/gst-libs/gst/video/navigation.c:335:5: call_function: calling ‘gst_query_list_add_command’ from ‘gst_navigation_query_set_commands’
#  303|     GValue item = { 0, };
#  304|   
#  305|->   g_value_init (&item, GST_TYPE_NAVIGATION_COMMAND);
#  306|     g_value_set_enum (&item, val);
#  307|     gst_value_list_append_value (list, &item);

Error: GCC_ANALYZER_WARNING (CWE-404): [#def101]
gst-plugins-base-1.26.10/gst-libs/gst/video/navigation.c:306:3: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
gst-plugins-base-1.26.10/gst-libs/gst/video/navigation.c:321:1: enter_function: entry to ‘gst_navigation_query_set_commands’
gst-plugins-base-1.26.10/gst-libs/gst/video/navigation.c:328:3: branch_true: following ‘true’ branch...
gst-plugins-base-1.26.10/gst-libs/gst/video/navigation.c:330:3: branch_true: ...to here
gst-plugins-base-1.26.10/gst-libs/gst/video/navigation.c:332:3: acquire_resource: ‘va_start’ called here
gst-plugins-base-1.26.10/gst-libs/gst/video/navigation.c:333:15: branch_true: following ‘true’ branch (when ‘i < n_cmds’)...
gst-plugins-base-1.26.10/gst-libs/gst/video/navigation.c:334:26: branch_true: ...to here
gst-plugins-base-1.26.10/gst-libs/gst/video/navigation.c:335:5: call_function: calling ‘gst_query_list_add_command’ from ‘gst_navigation_query_set_commands’
#  304|   
#  305|     g_value_init (&item, GST_TYPE_NAVIGATION_COMMAND);
#  306|->   g_value_set_enum (&item, val);
#  307|     gst_value_list_append_value (list, &item);
#  308|     g_value_unset (&item);

Error: GCC_ANALYZER_WARNING (CWE-404): [#def102]
gst-plugins-base-1.26.10/gst-libs/gst/video/navigation.c:307:3: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
gst-plugins-base-1.26.10/gst-libs/gst/video/navigation.c:321:1: enter_function: entry to ‘gst_navigation_query_set_commands’
gst-plugins-base-1.26.10/gst-libs/gst/video/navigation.c:328:3: branch_true: following ‘true’ branch...
gst-plugins-base-1.26.10/gst-libs/gst/video/navigation.c:330:3: branch_true: ...to here
gst-plugins-base-1.26.10/gst-libs/gst/video/navigation.c:332:3: acquire_resource: ‘va_start’ called here
gst-plugins-base-1.26.10/gst-libs/gst/video/navigation.c:333:15: branch_true: following ‘true’ branch (when ‘i < n_cmds’)...
gst-plugins-base-1.26.10/gst-libs/gst/video/navigation.c:334:26: branch_true: ...to here
gst-plugins-base-1.26.10/gst-libs/gst/video/navigation.c:335:5: call_function: calling ‘gst_query_list_add_command’ from ‘gst_navigation_query_set_commands’
#  305|     g_value_init (&item, GST_TYPE_NAVIGATION_COMMAND);
#  306|     g_value_set_enum (&item, val);
#  307|->   gst_value_list_append_value (list, &item);
#  308|     g_value_unset (&item);
#  309|   }

Error: GCC_ANALYZER_WARNING (CWE-404): [#def103]
gst-plugins-base-1.26.10/gst-libs/gst/video/navigation.c:308:3: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
gst-plugins-base-1.26.10/gst-libs/gst/video/navigation.c:321:1: enter_function: entry to ‘gst_navigation_query_set_commands’
gst-plugins-base-1.26.10/gst-libs/gst/video/navigation.c:328:3: branch_true: following ‘true’ branch...
gst-plugins-base-1.26.10/gst-libs/gst/video/navigation.c:330:3: branch_true: ...to here
gst-plugins-base-1.26.10/gst-libs/gst/video/navigation.c:332:3: acquire_resource: ‘va_start’ called here
gst-plugins-base-1.26.10/gst-libs/gst/video/navigation.c:333:15: branch_true: following ‘true’ branch (when ‘i < n_cmds’)...
gst-plugins-base-1.26.10/gst-libs/gst/video/navigation.c:334:26: branch_true: ...to here
gst-plugins-base-1.26.10/gst-libs/gst/video/navigation.c:335:5: call_function: calling ‘gst_query_list_add_command’ from ‘gst_navigation_query_set_commands’
#  306|     g_value_set_enum (&item, val);
#  307|     gst_value_list_append_value (list, &item);
#  308|->   g_value_unset (&item);
#  309|   }
#  310|   

Error: GCC_ANALYZER_WARNING (CWE-476): [#def104]
gst-plugins-base-1.26.10/gst-libs/gst/video/video-format.c:4898:5: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘0’
gst-plugins-base-1.26.10/gst-libs/gst/video/video-format.c:4855:1: enter_function: entry to ‘unpack_TILED’
gst-plugins-base-1.26.10/gst-libs/gst/video/video-format.c:4870:16: call_function: calling ‘gst_video_format_get_info’ from ‘unpack_TILED’
gst-plugins-base-1.26.10/gst-libs/gst/video/video-format.c:4870:16: return_function: returning to ‘unpack_TILED’ from ‘gst_video_format_get_info’
gst-plugins-base-1.26.10/gst-libs/gst/video/video-format.c:4888:10: branch_true: following ‘true’ branch (when ‘tx < ntx’)...
gst-plugins-base-1.26.10/gst-libs/gst/video/video-format.c:4893:5: branch_true: ...to here
gst-plugins-base-1.26.10/gst-libs/gst/video/video-format.c:4896:20: branch_true: following ‘true’ branch (when ‘width < tile_width’)...
gst-plugins-base-1.26.10/gst-libs/gst/video/video-format.c:4896:5: branch_true: ...to here
gst-plugins-base-1.26.10/gst-libs/gst/video/video-format.c:4898:5: danger: dereference of NULL ‘gst_video_format_get_info(inner_format)’
# 4896|       unpack_width = MIN (width - x, tile_width - x);
# 4897|   
# 4898|->     tile_finfo->unpack_func (tile_finfo, flags, line, tdata, tstride, x, y,
# 4899|           unpack_width);
# 4900|   

Error: GCC_ANALYZER_WARNING (CWE-476): [#def105]
gst-plugins-base-1.26.10/gst-libs/gst/video/video-format.c:4948:5: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘0’
gst-plugins-base-1.26.10/gst-libs/gst/video/video-format.c:4908:1: enter_function: entry to ‘pack_TILED’
gst-plugins-base-1.26.10/gst-libs/gst/video/video-format.c:4924:16: call_function: calling ‘gst_video_format_get_info’ from ‘pack_TILED’
gst-plugins-base-1.26.10/gst-libs/gst/video/video-format.c:4924:16: return_function: returning to ‘pack_TILED’ from ‘gst_video_format_get_info’
gst-plugins-base-1.26.10/gst-libs/gst/video/video-format.c:4938:16: branch_true: following ‘true’ branch (when ‘tx < ntx’)...
gst-plugins-base-1.26.10/gst-libs/gst/video/video-format.c:4943:5: branch_true: ...to here
gst-plugins-base-1.26.10/gst-libs/gst/video/video-format.c:4948:5: danger: dereference of NULL ‘gst_video_format_get_info(inner_format)’
# 4946|       pack_width = MIN (width, tile_width);
# 4947|   
# 4948|->     tile_finfo->pack_func (tile_finfo, flags, line, sstride, tdata, tstride,
# 4949|           chroma_site, y, pack_width);
# 4950|   

Error: GCC_ANALYZER_WARNING (CWE-476): [#def106]
gst-plugins-base-1.26.10/gst-libs/gst/video/video-scaler.c:1585:11: warning[-Wanalyzer-jump-through-null]: jump through null pointer
gst-plugins-base-1.26.10/gst-libs/gst/video/video-scaler.c:1451:1: enter_function: entry to ‘gst_video_scaler_2d’
gst-plugins-base-1.26.10/gst-libs/gst/video/video-scaler.c:1462:3: branch_true: following ‘true’ branch (when ‘src’ is non-NULL)...
gst-plugins-base-1.26.10/gst-libs/gst/video/video-scaler.c:1463:3: branch_true: ...to here
gst-plugins-base-1.26.10/gst-libs/gst/video/video-scaler.c:1463:3: branch_true: following ‘true’ branch (when ‘dest’ is non-NULL)...
gst-plugins-base-1.26.10/gst-libs/gst/video/video-scaler.c:1465:8: branch_true: ...to here
gst-plugins-base-1.26.10/gst-libs/gst/video/video-scaler.c:1465:8: call_function: calling ‘get_functions’ from ‘gst_video_scaler_2d’
gst-plugins-base-1.26.10/gst-libs/gst/video/video-scaler.c:1465:8: return_function: returning to ‘gst_video_scaler_2d’ from ‘get_functions’
gst-plugins-base-1.26.10/gst-libs/gst/video/video-scaler.c:1465:6: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/gst-libs/gst/video/video-scaler.c:1469:16: branch_false: ...to here
gst-plugins-base-1.26.10/gst-libs/gst/video/video-scaler.c:1469:16: branch_true: following ‘true’ branch (when ‘vscale’ is non-NULL)...
gst-plugins-base-1.26.10/gst-libs/gst/video/video-scaler.c:1469:29: branch_true: ...to here
gst-plugins-base-1.26.10/gst-libs/gst/video/video-scaler.c:1505:8: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/gst-libs/gst/video/video-scaler.c:1508:5: branch_false: ...to here
gst-plugins-base-1.26.10/gst-libs/gst/video/video-scaler.c:1513:8: branch_false: following ‘false’ branch (when ‘hscale’ is non-NULL)...
gst-plugins-base-1.26.10/gst-libs/gst/video/video-scaler.c:1534:23: branch_false: ...to here
gst-plugins-base-1.26.10/gst-libs/gst/video/video-scaler.c:1539:10: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/gst-libs/gst/video/video-scaler.c:1542:20: branch_false: ...to here
gst-plugins-base-1.26.10/gst-libs/gst/video/video-scaler.c:1545:10: branch_true: following ‘true’ branch (when ‘s1 <= s2’)...
gst-plugins-base-1.26.10/gst-libs/gst/video/video-scaler.c:1546:14: branch_true: ...to here
gst-plugins-base-1.26.10/gst-libs/gst/video/video-scaler.c:1546:21: branch_true: following ‘true’ branch...
gst-plugins-base-1.26.10/gst-libs/gst/video/video-scaler.c:1548:27: branch_true: ...to here
gst-plugins-base-1.26.10/gst-libs/gst/video/video-scaler.c:1548:27: branch_true: following ‘true’ branch...
gst-plugins-base-1.26.10/gst-libs/gst/video/video-scaler.c:1549:45: branch_true: ...to here
gst-plugins-base-1.26.10/gst-libs/gst/video/video-scaler.c:1549:29: branch_true: following ‘true’ branch...
gst-plugins-base-1.26.10/gst-libs/gst/video/video-scaler.c:1549:29: branch_true: ...to here
gst-plugins-base-1.26.10/gst-libs/gst/video/video-scaler.c:1552:23: branch_false: following ‘false’ branch (when ‘j >= v_taps’)...
gst-plugins-base-1.26.10/gst-libs/gst/video/video-scaler.c:1585:11: branch_false: ...to here
gst-plugins-base-1.26.10/gst-libs/gst/video/video-scaler.c:1585:11: danger: jump through null pointer here
# 1583|             }
# 1584|   
# 1585|->           vfunc (vscale, lines, LINE (dest, dest_stride, i), i, width, n_elems);
# 1586|           }
# 1587|         } else {

Error: GCC_ANALYZER_WARNING (CWE-476): [#def107]
gst-plugins-base-1.26.10/gst-libs/gst/video/video-scaler.c:1629:11: warning[-Wanalyzer-jump-through-null]: jump through null pointer
gst-plugins-base-1.26.10/gst-libs/gst/video/video-scaler.c:1451:1: enter_function: entry to ‘gst_video_scaler_2d’
gst-plugins-base-1.26.10/gst-libs/gst/video/video-scaler.c:1462:3: branch_true: following ‘true’ branch (when ‘src’ is non-NULL)...
gst-plugins-base-1.26.10/gst-libs/gst/video/video-scaler.c:1463:3: branch_true: ...to here
gst-plugins-base-1.26.10/gst-libs/gst/video/video-scaler.c:1463:3: branch_true: following ‘true’ branch (when ‘dest’ is non-NULL)...
gst-plugins-base-1.26.10/gst-libs/gst/video/video-scaler.c:1465:8: branch_true: ...to here
gst-plugins-base-1.26.10/gst-libs/gst/video/video-scaler.c:1465:8: call_function: calling ‘get_functions’ from ‘gst_video_scaler_2d’
gst-plugins-base-1.26.10/gst-libs/gst/video/video-scaler.c:1465:8: return_function: returning to ‘gst_video_scaler_2d’ from ‘get_functions’
gst-plugins-base-1.26.10/gst-libs/gst/video/video-scaler.c:1465:6: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/gst-libs/gst/video/video-scaler.c:1469:16: branch_false: ...to here
gst-plugins-base-1.26.10/gst-libs/gst/video/video-scaler.c:1469:16: branch_true: following ‘true’ branch (when ‘vscale’ is non-NULL)...
gst-plugins-base-1.26.10/gst-libs/gst/video/video-scaler.c:1469:29: branch_true: ...to here
gst-plugins-base-1.26.10/gst-libs/gst/video/video-scaler.c:1505:8: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/gst-libs/gst/video/video-scaler.c:1508:5: branch_false: ...to here
gst-plugins-base-1.26.10/gst-libs/gst/video/video-scaler.c:1513:8: branch_false: following ‘false’ branch (when ‘hscale’ is non-NULL)...
gst-plugins-base-1.26.10/gst-libs/gst/video/video-scaler.c:1534:23: branch_false: ...to here
gst-plugins-base-1.26.10/gst-libs/gst/video/video-scaler.c:1539:10: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/gst-libs/gst/video/video-scaler.c:1542:20: branch_false: ...to here
gst-plugins-base-1.26.10/gst-libs/gst/video/video-scaler.c:1545:10: branch_false: following ‘false’ branch (when ‘s1 > s2’)...
gst-plugins-base-1.26.10/gst-libs/gst/video/video-scaler.c:1591:9: branch_false: ...to here
gst-plugins-base-1.26.10/gst-libs/gst/video/video-scaler.c:1613:12: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/gst-libs/gst/video/video-scaler.c:1616:14: branch_false: ...to here
gst-plugins-base-1.26.10/gst-libs/gst/video/video-scaler.c:1616:21: branch_true: following ‘true’ branch...
gst-plugins-base-1.26.10/gst-libs/gst/video/video-scaler.c:1620:16: branch_true: ...to here
gst-plugins-base-1.26.10/gst-libs/gst/video/video-scaler.c:1621:23: branch_false: following ‘false’ branch (when ‘j >= v_taps’)...
gst-plugins-base-1.26.10/gst-libs/gst/video/video-scaler.c:1629:11: branch_false: ...to here
gst-plugins-base-1.26.10/gst-libs/gst/video/video-scaler.c:1629:11: danger: jump through null pointer here
# 1627|             }
# 1628|   
# 1629|->           vfunc (vscale, lines, TMP_LINE (vscale, 0) + vx * n_elems, i,
# 1630|                 vw - vx, n_elems);
# 1631|   

Error: GCC_ANALYZER_WARNING (CWE-476): [#def108]
gst-plugins-base-1.26.10/gst/dsd/gstdsdconvert.c:337:5: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘out_dsd_plane_ofs_meta’
gst-plugins-base-1.26.10/gst/dsd/gstdsdconvert.c:283:3: branch_true: following ‘true’ branch (when ‘inbuf’ is non-NULL)...
gst-plugins-base-1.26.10/gst/dsd/gstdsdconvert.c:284:3: branch_true: ...to here
gst-plugins-base-1.26.10/gst/dsd/gstdsdconvert.c:284:3: branch_true: following ‘true’ branch (when ‘outbuf’ is non-NULL)...
gst-plugins-base-1.26.10/gst/dsd/gstdsdconvert.c:286:3: branch_true: ...to here
gst-plugins-base-1.26.10/gst/dsd/gstdsdconvert.c:296:6: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/gst/dsd/gstdsdconvert.c:305:7: branch_false: ...to here
gst-plugins-base-1.26.10/gst/dsd/gstdsdconvert.c:305:6: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/gst/dsd/gstdsdconvert.c:313:8: branch_false: ...to here
gst-plugins-base-1.26.10/gst/dsd/gstdsdconvert.c:313:6: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/gst/dsd/gstdsdconvert.c:317:8: branch_false: ...to here
gst-plugins-base-1.26.10/gst/dsd/gstdsdconvert.c:317:6: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/gst/dsd/gstdsdconvert.c:326:7: branch_false: ...to here
gst-plugins-base-1.26.10/gst/dsd/gstdsdconvert.c:334:6: branch_true: following ‘true’ branch...
gst-plugins-base-1.26.10/gst/dsd/gstdsdconvert.c:338:9: branch_true: ...to here
gst-plugins-base-1.26.10/gst/dsd/gstdsdconvert.c:337:5: danger: dereference of NULL ‘out_dsd_plane_ofs_meta’
#  335|       gint channel_idx;
#  336|   
#  337|->     out_dsd_plane_ofs_meta->num_bytes_per_channel =
#  338|           num_dsd_bytes / num_channels;
#  339|   

Error: GCC_ANALYZER_WARNING (CWE-476): [#def109]
gst-plugins-base-1.26.10/gst/playback/gstdecodebin3.c:4087:5: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘0’
gst-plugins-base-1.26.10/gst/playback/gstdecodebin3.c:4051:1: enter_function: entry to ‘mq_slot_reassign’
gst-plugins-base-1.26.10/gst/playback/gstdecodebin3.c:4062:7: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/gst/playback/gstdecodebin3.c:4071:6: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/gst/playback/gstdecodebin3.c:4080:3: branch_false: ...to here
gst-plugins-base-1.26.10/gst/playback/gstdecodebin3.c:4081:3: call_function: calling ‘mq_slot_set_output’ from ‘mq_slot_reassign’
gst-plugins-base-1.26.10/gst/playback/gstdecodebin3.c:4081:3: return_function: returning to ‘mq_slot_reassign’ from ‘mq_slot_set_output’
gst-plugins-base-1.26.10/gst/playback/gstdecodebin3.c:4085:39: branch_true: following ‘true’ branch (when ‘tmp’ is non-NULL)...
gst-plugins-base-1.26.10/gst/playback/gstdecodebin3.c:4086:60: branch_true: ...to here
gst-plugins-base-1.26.10/gst/playback/gstdecodebin3.c:4087:5: branch_true: following ‘true’ branch...
gst-plugins-base-1.26.10/gst/playback/gstdecodebin3.c:4087:5: branch_true: ...to here
gst-plugins-base-1.26.10/gst/playback/gstdecodebin3.c:4087:5: danger: dereference of NULL ‘find_slot_for_stream_id(dbin, *tmp.data)’
# 4085|     for (tmp = collection->to_activate; tmp; tmp = tmp->next) {
# 4086|       MultiQueueSlot *tslot = find_slot_for_stream_id (dbin, tmp->data);
# 4087|->     GST_LOG_OBJECT (slot->src_pad,
# 4088|           "Checking slot %s:%s (output:%p , stream:%s)",
# 4089|           GST_DEBUG_PAD_NAME (tslot->src_pad), tslot->output,

Error: CPPCHECK_WARNING (CWE-476): [#def110]
gst-plugins-base-1.26.10/gst/playback/gstplaysink.c:1728: warning[nullPointer]: Possible null pointer dereference: channel
# 1726|       /* Convert to channel range */
# 1727|       new_val =
# 1728|->         channel->min_value + new_val * ((gdouble) channel->max_value -
# 1729|           (gdouble) channel->min_value);
# 1730|   

Error: CPPCHECK_WARNING (CWE-476): [#def111]
gst-plugins-base-1.26.10/gst/playback/gstplaysink.c:1729: warning[nullPointer]: Possible null pointer dereference: channel
# 1727|       new_val =
# 1728|           channel->min_value + new_val * ((gdouble) channel->max_value -
# 1729|->         (gdouble) channel->min_value);
# 1730|   
# 1731|       gst_color_balance_set_value (balance, channel, (gint) (new_val + 0.5));

Error: CPPCHECK_WARNING (CWE-476): [#def112]
gst-plugins-base-1.26.10/gst/playback/gstplaysink.c:5548: warning[nullPointer]: Possible null pointer dereference: channel
# 5546|         /* Convert to channel range */
# 5547|         new_val =
# 5548|->           channel->min_value + new_val * ((gdouble) channel->max_value -
# 5549|             (gdouble) channel->min_value);
# 5550|   

Error: CPPCHECK_WARNING (CWE-476): [#def113]
gst-plugins-base-1.26.10/gst/playback/gstplaysink.c:5549: warning[nullPointer]: Possible null pointer dereference: channel
# 5547|         new_val =
# 5548|             channel->min_value + new_val * ((gdouble) channel->max_value -
# 5549|->           (gdouble) channel->min_value);
# 5550|   
# 5551|         gst_color_balance_set_value (balance_element, channel,

Error: CPPCHECK_WARNING (CWE-476): [#def114]
gst-plugins-base-1.26.10/gst/playback/gstsubtitleoverlay.c:552: warning[nullPointer]: Possible null pointer dereference: (struct GstObject*)((struct GstPluginFeature*)(factory))
#  550|     } else {
#  551|       factory_name =
#  552|->         gst_plugin_feature_get_name (GST_PLUGIN_FEATURE_CAST (factory));
#  553|       elt = gst_element_factory_create (factory, element_name);
#  554|     }

Error: GCC_ANALYZER_WARNING (CWE-476): [#def115]
gst-plugins-base-1.26.10/gst/playback/gsturidecodebin3.c:2036:3: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘0’
gst-plugins-base-1.26.10/gst/playback/gsturidecodebin3.c:2028:10: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/gst/playback/gsturidecodebin3.c:2035:7: branch_false: ...to here
gst-plugins-base-1.26.10/gst/playback/gsturidecodebin3.c:2035:7: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/gst/playback/gsturidecodebin3.c:2034:22: branch_false: ...to here
gst-plugins-base-1.26.10/gst/playback/gsturidecodebin3.c:2034:22: release_memory: ‘*dec.input_item’ is NULL
gst-plugins-base-1.26.10/gst/playback/gsturidecodebin3.c:2034:3: release_memory: ‘*dec.input_item’ is NULL
gst-plugins-base-1.26.10/gst/playback/gsturidecodebin3.c:2036:3: danger: dereference of NULL ‘<unknown>’
# 2034|     dec->output_item = dec->input_item =
# 2035|         (dec->play_items ? dec->play_items->data : NULL);
# 2036|->   dec->output_item->posted_about_to_finish = FALSE;
# 2037|     PLAY_ITEMS_UNLOCK (dec);
# 2038|   }

Error: COMPILER_WARNING (CWE-704): [#def116]
gst-plugins-base-1.26.10/gst/subparse/gstsubparse.c: scope_hint: In function ‘parse_subrip’
gst-plugins-base-1.26.10/gst/subparse/gstsubparse.c:1020:21: warning[-Wdiscarded-qualifiers]: assignment discards ‘const’ qualifier from pointer target type
# 1020 |       if ((end_time = strstr (line, " --> ")) &&
#      |                     ^
# 1018|   
# 1019|         /* looking for start_time --> end_time */
# 1020|->       if ((end_time = strstr (line, " --> ")) &&
# 1021|             parse_subrip_time (line, &ts_start) &&
# 1022|             parse_subrip_time (end_time + strlen (" --> "), &ts_end) &&

Error: COMPILER_WARNING (CWE-704): [#def117]
gst-plugins-base-1.26.10/gst/subparse/gstsubparse.c:1020:21: warning[-Wdiscarded-qualifiers]: assignment discards ‘const’ qualifier from pointer target type
# 1018|   
# 1019|         /* looking for start_time --> end_time */
# 1020|->       if ((end_time = strstr (line, " --> ")) &&
# 1021|             parse_subrip_time (line, &ts_start) &&
# 1022|             parse_subrip_time (end_time + strlen (" --> "), &ts_end) &&

Error: COMPILER_WARNING (CWE-704): [#def118]
gst-plugins-base-1.26.10/gst/subparse/gstsubparse.c: scope_hint: In function ‘parse_webvtt’
gst-plugins-base-1.26.10/gst/subparse/gstsubparse.c:1128:19: warning[-Wdiscarded-qualifiers]: assignment discards ‘const’ qualifier from pointer target type
# 1128 |     if ((end_time = strstr (line, " --> ")) &&
#      |                   ^
# 1126|   
# 1127|       /* looking for start_time --> end_time */
# 1128|->     if ((end_time = strstr (line, " --> ")) &&
# 1129|           parse_subrip_time (line, &ts_start) &&
# 1130|           parse_subrip_time (end_time + strlen (" --> "), &ts_end) &&

Error: COMPILER_WARNING (CWE-704): [#def119]
gst-plugins-base-1.26.10/gst/subparse/gstsubparse.c:1128:19: warning[-Wdiscarded-qualifiers]: assignment discards ‘const’ qualifier from pointer target type
# 1126|   
# 1127|       /* looking for start_time --> end_time */
# 1128|->     if ((end_time = strstr (line, " --> ")) &&
# 1129|           parse_subrip_time (line, &ts_start) &&
# 1130|           parse_subrip_time (end_time + strlen (" --> "), &ts_end) &&

Error: GCC_ANALYZER_WARNING (CWE-476): [#def120]
gst-plugins-base-1.26.10/gst/subparse/gstsubparse.c:1168:7: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘read’
gst-plugins-base-1.26.10/gst/subparse/gstsubparse.c:1186:1: enter_function: entry to ‘parse_subviewer’
gst-plugins-base-1.26.10/gst/subparse/gstsubparse.c:1221:10: branch_true: following ‘true’ branch...
gst-plugins-base-1.26.10/gst/subparse/gstsubparse.c:1222:9: branch_true: ...to here
gst-plugins-base-1.26.10/gst/subparse/gstsubparse.c:1233:10: branch_true: following ‘true’ branch...
gst-plugins-base-1.26.10/gst/subparse/gstsubparse.c:1234:15: branch_true: ...to here
gst-plugins-base-1.26.10/gst/subparse/gstsubparse.c:1235:9: call_function: calling ‘unescape_newlines_br’ from ‘parse_subviewer’
# 1166|      * of the subviewer format uses this for newlines */
# 1167|   
# 1168|->   if (read[0] == '\0' || read[1] == '\0' || read[2] == '\0' || read[3] == '\0')
# 1169|       return;
# 1170|   

Error: COMPILER_WARNING (CWE-704): [#def121]
gst-plugins-base-1.26.10/gst/subparse/qttextparse.c: scope_hint: In function ‘string_match’
gst-plugins-base-1.26.10/gst/subparse/qttextparse.c:129:19: warning[-Wdiscarded-qualifiers]: initialization discards ‘const’ qualifier from pointer target type
#  129 |   gchar *result = strstr (line, match);
#      |                   ^~~~~~
#  127|   string_match (const gchar * line, const gchar * match, const gchar * upto)
#  128|   {
#  129|->   gchar *result = strstr (line, match);
#  130|     return (result < upto);
#  131|   }

Error: COMPILER_WARNING (CWE-704): [#def122]
gst-plugins-base-1.26.10/gst/subparse/qttextparse.c:129:19: warning[-Wdiscarded-qualifiers]: initialization discards ‘const’ qualifier from pointer target type
#  127|   string_match (const gchar * line, const gchar * match, const gchar * upto)
#  128|   {
#  129|->   gchar *result = strstr (line, match);
#  130|     return (result < upto);
#  131|   }

Error: COMPILER_WARNING (CWE-704): [#def123]
gst-plugins-base-1.26.10/gst/subparse/qttextparse.c: scope_hint: In function ‘qttext_parse_tag’
gst-plugins-base-1.26.10/gst/subparse/qttextparse.c:192:8: warning[-Wdiscarded-qualifiers]: assignment discards ‘const’ qualifier from pointer target type
#  192 |   next = strchr (line + *index, '}');
#      |        ^
#  190|     g_assert (line[*index] == '{');
#  191|   
#  192|->   next = strchr (line + *index, '}');
#  193|     if (next == NULL) {
#  194|       goto error_out;

Error: COMPILER_WARNING (CWE-704): [#def124]
gst-plugins-base-1.26.10/gst/subparse/qttextparse.c:192:8: warning[-Wdiscarded-qualifiers]: assignment discards ‘const’ qualifier from pointer target type
#  190|     g_assert (line[*index] == '{');
#  191|   
#  192|->   next = strchr (line + *index, '}');
#  193|     if (next == NULL) {
#  194|       goto error_out;

Error: COMPILER_WARNING (CWE-704): [#def125]
gst-plugins-base-1.26.10/gst/subparse/samiparse.c: scope_hint: In function ‘string_token’
gst-plugins-base-1.26.10/gst/subparse/samiparse.c:462:17: warning[-Wdiscarded-qualifiers]: initialization discards ‘const’ qualifier from pointer target type
#  462 |   gchar *next = strstr (string, delimiter);
#      |                 ^~~~~~
#  460|   string_token (const gchar * string, const gchar * delimiter, gchar ** first)
#  461|   {
#  462|->   gchar *next = strstr (string, delimiter);
#  463|     if (next) {
#  464|       *first = g_strndup (string, next - string);

Error: COMPILER_WARNING (CWE-704): [#def126]
gst-plugins-base-1.26.10/gst/subparse/samiparse.c:462:17: warning[-Wdiscarded-qualifiers]: initialization discards ‘const’ qualifier from pointer target type
#  460|   string_token (const gchar * string, const gchar * delimiter, gchar ** first)
#  461|   {
#  462|->   gchar *next = strstr (string, delimiter);
#  463|     if (next) {
#  464|       *first = g_strndup (string, next - string);

Error: CPPCHECK_WARNING (CWE-758): [#def127]
gst-plugins-base-1.26.10/gst/typefind/gsttypefindfunctions.c:6809: error[shiftTooManyBits]: Shifting 32-bit value by 49 bits is undefined behaviour
# 6807|     for (i = 0; i < 8; i++) {
# 6808|       leb128_byte = data[i];
# 6809|->     value |= (((gint) leb128_byte & 0x7f) << (i * 7));
# 6810|       if (!(leb128_byte & 0x80))
# 6811|         break;

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Error: GCC_ANALYZER_WARNING (CWE-775): [#def153]
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspect18_r9uvh/GstGLWayland-1.0.c:686:7: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(input_filename, "rb")’
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspect18_r9uvh/GstGLWayland-1.0.c:645:6: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspect18_r9uvh/GstGLWayland-1.0.c:654:15: branch_false: ...to here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspect18_r9uvh/GstGLWayland-1.0.c:658:6: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspect18_r9uvh/GstGLWayland-1.0.c:669:11: branch_false: ...to here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspect18_r9uvh/GstGLWayland-1.0.c:669:11: acquire_resource: opened here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspect18_r9uvh/GstGLWayland-1.0.c:670:6: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspect18_r9uvh/GstGLWayland-1.0.c:682:12: branch_false: ...to here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspect18_r9uvh/GstGLWayland-1.0.c:683:6: branch_true: following ‘true’ branch...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspect18_r9uvh/GstGLWayland-1.0.c:685:25: branch_true: ...to here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspect18_r9uvh/GstGLWayland-1.0.c:686:7: throw: if ‘g_file_error_quark’ throws an exception...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspect18_r9uvh/GstGLWayland-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): [#def154]
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspect18_r9uvh/GstGLWayland-1.0.c:686:7: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(input_filename, "rb")’
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspect18_r9uvh/GstGLWayland-1.0.c:645:6: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspect18_r9uvh/GstGLWayland-1.0.c:654:15: branch_false: ...to here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspect18_r9uvh/GstGLWayland-1.0.c:658:6: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspect18_r9uvh/GstGLWayland-1.0.c:669:11: branch_false: ...to here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspect18_r9uvh/GstGLWayland-1.0.c:669:11: acquire_memory: allocated here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspect18_r9uvh/GstGLWayland-1.0.c:670:6: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspect18_r9uvh/GstGLWayland-1.0.c:682:12: branch_false: ...to here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspect18_r9uvh/GstGLWayland-1.0.c:683:6: branch_true: following ‘true’ branch...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspect18_r9uvh/GstGLWayland-1.0.c:685:25: branch_true: ...to here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspect18_r9uvh/GstGLWayland-1.0.c:686:7: throw: if ‘g_file_error_quark’ throws an exception...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspect18_r9uvh/GstGLWayland-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): [#def155]
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspect18_r9uvh/GstGLWayland-1.0.c:686:41: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(input_filename, "rb")’
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspect18_r9uvh/GstGLWayland-1.0.c:645:6: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspect18_r9uvh/GstGLWayland-1.0.c:654:15: branch_false: ...to here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspect18_r9uvh/GstGLWayland-1.0.c:658:6: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspect18_r9uvh/GstGLWayland-1.0.c:669:11: branch_false: ...to here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspect18_r9uvh/GstGLWayland-1.0.c:669:11: acquire_resource: opened here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspect18_r9uvh/GstGLWayland-1.0.c:670:6: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspect18_r9uvh/GstGLWayland-1.0.c:682:12: branch_false: ...to here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspect18_r9uvh/GstGLWayland-1.0.c:683:6: branch_true: following ‘true’ branch...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspect18_r9uvh/GstGLWayland-1.0.c:685:25: branch_true: ...to here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspect18_r9uvh/GstGLWayland-1.0.c:686:41: throw: if ‘g_file_error_from_errno’ throws an exception...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspect18_r9uvh/GstGLWayland-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): [#def156]
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspect18_r9uvh/GstGLWayland-1.0.c:686:41: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(input_filename, "rb")’
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspect18_r9uvh/GstGLWayland-1.0.c:645:6: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspect18_r9uvh/GstGLWayland-1.0.c:654:15: branch_false: ...to here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspect18_r9uvh/GstGLWayland-1.0.c:658:6: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspect18_r9uvh/GstGLWayland-1.0.c:669:11: branch_false: ...to here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspect18_r9uvh/GstGLWayland-1.0.c:669:11: acquire_memory: allocated here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspect18_r9uvh/GstGLWayland-1.0.c:670:6: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspect18_r9uvh/GstGLWayland-1.0.c:682:12: branch_false: ...to here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspect18_r9uvh/GstGLWayland-1.0.c:683:6: branch_true: following ‘true’ branch...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspect18_r9uvh/GstGLWayland-1.0.c:685:25: branch_true: ...to here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspect18_r9uvh/GstGLWayland-1.0.c:686:41: throw: if ‘g_file_error_from_errno’ throws an exception...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspect18_r9uvh/GstGLWayland-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): [#def157]
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspect18_r9uvh/GstGLWayland-1.0.c:699:18: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(input_filename, "rb")’
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspect18_r9uvh/GstGLWayland-1.0.c:630:1: enter_function: entry to ‘dump_irepository’
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspect18_r9uvh/GstGLWayland-1.0.c:645:6: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspect18_r9uvh/GstGLWayland-1.0.c:654:15: branch_false: ...to here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspect18_r9uvh/GstGLWayland-1.0.c:658:6: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspect18_r9uvh/GstGLWayland-1.0.c:669:11: branch_false: ...to here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspect18_r9uvh/GstGLWayland-1.0.c:669:11: acquire_resource: opened here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspect18_r9uvh/GstGLWayland-1.0.c:670:6: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspect18_r9uvh/GstGLWayland-1.0.c:682:12: branch_false: ...to here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspect18_r9uvh/GstGLWayland-1.0.c:683:6: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspect18_r9uvh/GstGLWayland-1.0.c:696:3: branch_false: ...to here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspect18_r9uvh/GstGLWayland-1.0.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspect18_r9uvh/GstGLWayland-1.0.c:696:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspect18_r9uvh/GstGLWayland-1.0.c:697:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspect18_r9uvh/GstGLWayland-1.0.c:697:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspect18_r9uvh/GstGLWayland-1.0.c:699:18: throw: if ‘g_hash_table_new’ throws an exception...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspect18_r9uvh/GstGLWayland-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): [#def158]
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspect18_r9uvh/GstGLWayland-1.0.c:699:18: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(output_filename, "wb")’
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspect18_r9uvh/GstGLWayland-1.0.c:630:1: enter_function: entry to ‘dump_irepository’
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspect18_r9uvh/GstGLWayland-1.0.c:645:6: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspect18_r9uvh/GstGLWayland-1.0.c:654:15: branch_false: ...to here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspect18_r9uvh/GstGLWayland-1.0.c:658:6: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspect18_r9uvh/GstGLWayland-1.0.c:669:11: branch_false: ...to here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspect18_r9uvh/GstGLWayland-1.0.c:670:6: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspect18_r9uvh/GstGLWayland-1.0.c:682:12: branch_false: ...to here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspect18_r9uvh/GstGLWayland-1.0.c:682:12: acquire_resource: opened here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspect18_r9uvh/GstGLWayland-1.0.c:683:6: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspect18_r9uvh/GstGLWayland-1.0.c:696:3: branch_false: ...to here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspect18_r9uvh/GstGLWayland-1.0.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspect18_r9uvh/GstGLWayland-1.0.c:696:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspect18_r9uvh/GstGLWayland-1.0.c:697:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspect18_r9uvh/GstGLWayland-1.0.c:697:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspect18_r9uvh/GstGLWayland-1.0.c:699:18: throw: if ‘g_hash_table_new’ throws an exception...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspect18_r9uvh/GstGLWayland-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): [#def159]
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspect18_r9uvh/GstGLWayland-1.0.c:699:18: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(input_filename, "rb")’
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspect18_r9uvh/GstGLWayland-1.0.c:630:1: enter_function: entry to ‘dump_irepository’
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspect18_r9uvh/GstGLWayland-1.0.c:645:6: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspect18_r9uvh/GstGLWayland-1.0.c:654:15: branch_false: ...to here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspect18_r9uvh/GstGLWayland-1.0.c:658:6: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspect18_r9uvh/GstGLWayland-1.0.c:669:11: branch_false: ...to here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspect18_r9uvh/GstGLWayland-1.0.c:669:11: acquire_memory: allocated here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspect18_r9uvh/GstGLWayland-1.0.c:670:6: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspect18_r9uvh/GstGLWayland-1.0.c:682:12: branch_false: ...to here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspect18_r9uvh/GstGLWayland-1.0.c:683:6: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspect18_r9uvh/GstGLWayland-1.0.c:696:3: branch_false: ...to here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspect18_r9uvh/GstGLWayland-1.0.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspect18_r9uvh/GstGLWayland-1.0.c:696:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspect18_r9uvh/GstGLWayland-1.0.c:697:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspect18_r9uvh/GstGLWayland-1.0.c:697:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspect18_r9uvh/GstGLWayland-1.0.c:699:18: throw: if ‘g_hash_table_new’ throws an exception...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspect18_r9uvh/GstGLWayland-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): [#def160]
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspect18_r9uvh/GstGLWayland-1.0.c:699:18: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(output_filename, "wb")’
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspect18_r9uvh/GstGLWayland-1.0.c:630:1: enter_function: entry to ‘dump_irepository’
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspect18_r9uvh/GstGLWayland-1.0.c:645:6: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspect18_r9uvh/GstGLWayland-1.0.c:654:15: branch_false: ...to here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspect18_r9uvh/GstGLWayland-1.0.c:658:6: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspect18_r9uvh/GstGLWayland-1.0.c:669:11: branch_false: ...to here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspect18_r9uvh/GstGLWayland-1.0.c:670:6: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspect18_r9uvh/GstGLWayland-1.0.c:682:12: branch_false: ...to here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspect18_r9uvh/GstGLWayland-1.0.c:682:12: acquire_memory: allocated here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspect18_r9uvh/GstGLWayland-1.0.c:683:6: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspect18_r9uvh/GstGLWayland-1.0.c:696:3: branch_false: ...to here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspect18_r9uvh/GstGLWayland-1.0.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspect18_r9uvh/GstGLWayland-1.0.c:696:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspect18_r9uvh/GstGLWayland-1.0.c:697:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspect18_r9uvh/GstGLWayland-1.0.c:697:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspect18_r9uvh/GstGLWayland-1.0.c:699:18: throw: if ‘g_hash_table_new’ throws an exception...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspect18_r9uvh/GstGLWayland-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): [#def161]
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspect5de5ipbz/GstAudio-1.0.c:68:7: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(input_filename, "rb")’
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspect5de5ipbz/GstAudio-1.0.c:630:1: enter_function: entry to ‘dump_irepository’
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspect5de5ipbz/GstAudio-1.0.c:645:6: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspect5de5ipbz/GstAudio-1.0.c:654:15: branch_false: ...to here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspect5de5ipbz/GstAudio-1.0.c:658:6: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspect5de5ipbz/GstAudio-1.0.c:669:11: branch_false: ...to here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspect5de5ipbz/GstAudio-1.0.c:669:11: acquire_resource: opened here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspect5de5ipbz/GstAudio-1.0.c:670:6: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspect5de5ipbz/GstAudio-1.0.c:682:12: branch_false: ...to here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspect5de5ipbz/GstAudio-1.0.c:683:6: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspect5de5ipbz/GstAudio-1.0.c:696:3: branch_false: ...to here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspect5de5ipbz/GstAudio-1.0.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Error: GCC_ANALYZER_WARNING (CWE-775): [#def186]
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspect5de5ipbz/GstAudio-1.0.c:686:7: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(input_filename, "rb")’
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspect5de5ipbz/GstAudio-1.0.c:645:6: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspect5de5ipbz/GstAudio-1.0.c:654:15: branch_false: ...to here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspect5de5ipbz/GstAudio-1.0.c:658:6: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspect5de5ipbz/GstAudio-1.0.c:669:11: branch_false: ...to here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspect5de5ipbz/GstAudio-1.0.c:669:11: acquire_resource: opened here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspect5de5ipbz/GstAudio-1.0.c:670:6: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspect5de5ipbz/GstAudio-1.0.c:682:12: branch_false: ...to here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspect5de5ipbz/GstAudio-1.0.c:683:6: branch_true: following ‘true’ branch...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspect5de5ipbz/GstAudio-1.0.c:685:25: branch_true: ...to here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspect5de5ipbz/GstAudio-1.0.c:686:7: throw: if ‘g_file_error_quark’ throws an exception...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspect5de5ipbz/GstAudio-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): [#def187]
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspect5de5ipbz/GstAudio-1.0.c:686:7: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(input_filename, "rb")’
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspect5de5ipbz/GstAudio-1.0.c:645:6: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspect5de5ipbz/GstAudio-1.0.c:654:15: branch_false: ...to here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspect5de5ipbz/GstAudio-1.0.c:658:6: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspect5de5ipbz/GstAudio-1.0.c:669:11: branch_false: ...to here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspect5de5ipbz/GstAudio-1.0.c:669:11: acquire_memory: allocated here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspect5de5ipbz/GstAudio-1.0.c:670:6: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspect5de5ipbz/GstAudio-1.0.c:682:12: branch_false: ...to here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspect5de5ipbz/GstAudio-1.0.c:683:6: branch_true: following ‘true’ branch...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspect5de5ipbz/GstAudio-1.0.c:685:25: branch_true: ...to here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspect5de5ipbz/GstAudio-1.0.c:686:7: throw: if ‘g_file_error_quark’ throws an exception...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspect5de5ipbz/GstAudio-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): [#def188]
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspect5de5ipbz/GstAudio-1.0.c:686:41: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(input_filename, "rb")’
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspect5de5ipbz/GstAudio-1.0.c:645:6: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspect5de5ipbz/GstAudio-1.0.c:654:15: branch_false: ...to here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspect5de5ipbz/GstAudio-1.0.c:658:6: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspect5de5ipbz/GstAudio-1.0.c:669:11: branch_false: ...to here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspect5de5ipbz/GstAudio-1.0.c:669:11: acquire_resource: opened here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspect5de5ipbz/GstAudio-1.0.c:670:6: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspect5de5ipbz/GstAudio-1.0.c:682:12: branch_false: ...to here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspect5de5ipbz/GstAudio-1.0.c:683:6: branch_true: following ‘true’ branch...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspect5de5ipbz/GstAudio-1.0.c:685:25: branch_true: ...to here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspect5de5ipbz/GstAudio-1.0.c:686:41: throw: if ‘g_file_error_from_errno’ throws an exception...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspect5de5ipbz/GstAudio-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): [#def189]
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspect5de5ipbz/GstAudio-1.0.c:686:41: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(input_filename, "rb")’
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspect5de5ipbz/GstAudio-1.0.c:645:6: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspect5de5ipbz/GstAudio-1.0.c:654:15: branch_false: ...to here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspect5de5ipbz/GstAudio-1.0.c:658:6: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspect5de5ipbz/GstAudio-1.0.c:669:11: branch_false: ...to here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspect5de5ipbz/GstAudio-1.0.c:669:11: acquire_memory: allocated here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspect5de5ipbz/GstAudio-1.0.c:670:6: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspect5de5ipbz/GstAudio-1.0.c:682:12: branch_false: ...to here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspect5de5ipbz/GstAudio-1.0.c:683:6: branch_true: following ‘true’ branch...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspect5de5ipbz/GstAudio-1.0.c:685:25: branch_true: ...to here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspect5de5ipbz/GstAudio-1.0.c:686:41: throw: if ‘g_file_error_from_errno’ throws an exception...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspect5de5ipbz/GstAudio-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): [#def190]
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspect5de5ipbz/GstAudio-1.0.c:699:18: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(input_filename, "rb")’
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspect5de5ipbz/GstAudio-1.0.c:630:1: enter_function: entry to ‘dump_irepository’
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspect5de5ipbz/GstAudio-1.0.c:645:6: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspect5de5ipbz/GstAudio-1.0.c:654:15: branch_false: ...to here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspect5de5ipbz/GstAudio-1.0.c:658:6: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspect5de5ipbz/GstAudio-1.0.c:669:11: branch_false: ...to here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspect5de5ipbz/GstAudio-1.0.c:669:11: acquire_resource: opened here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspect5de5ipbz/GstAudio-1.0.c:670:6: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspect5de5ipbz/GstAudio-1.0.c:682:12: branch_false: ...to here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspect5de5ipbz/GstAudio-1.0.c:683:6: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspect5de5ipbz/GstAudio-1.0.c:696:3: branch_false: ...to here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspect5de5ipbz/GstAudio-1.0.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspect5de5ipbz/GstAudio-1.0.c:696:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspect5de5ipbz/GstAudio-1.0.c:697:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspect5de5ipbz/GstAudio-1.0.c:697:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspect5de5ipbz/GstAudio-1.0.c:699:18: throw: if ‘g_hash_table_new’ throws an exception...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspect5de5ipbz/GstAudio-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): [#def191]
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspect5de5ipbz/GstAudio-1.0.c:699:18: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(output_filename, "wb")’
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspect5de5ipbz/GstAudio-1.0.c:630:1: enter_function: entry to ‘dump_irepository’
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspect5de5ipbz/GstAudio-1.0.c:645:6: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspect5de5ipbz/GstAudio-1.0.c:654:15: branch_false: ...to here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspect5de5ipbz/GstAudio-1.0.c:658:6: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspect5de5ipbz/GstAudio-1.0.c:669:11: branch_false: ...to here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspect5de5ipbz/GstAudio-1.0.c:670:6: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspect5de5ipbz/GstAudio-1.0.c:682:12: branch_false: ...to here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspect5de5ipbz/GstAudio-1.0.c:682:12: acquire_resource: opened here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspect5de5ipbz/GstAudio-1.0.c:683:6: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspect5de5ipbz/GstAudio-1.0.c:696:3: branch_false: ...to here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspect5de5ipbz/GstAudio-1.0.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspect5de5ipbz/GstAudio-1.0.c:696:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspect5de5ipbz/GstAudio-1.0.c:697:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspect5de5ipbz/GstAudio-1.0.c:697:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspect5de5ipbz/GstAudio-1.0.c:699:18: throw: if ‘g_hash_table_new’ throws an exception...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspect5de5ipbz/GstAudio-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): [#def192]
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspect5de5ipbz/GstAudio-1.0.c:699:18: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(input_filename, "rb")’
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspect5de5ipbz/GstAudio-1.0.c:630:1: enter_function: entry to ‘dump_irepository’
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspect5de5ipbz/GstAudio-1.0.c:645:6: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspect5de5ipbz/GstAudio-1.0.c:654:15: branch_false: ...to here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspect5de5ipbz/GstAudio-1.0.c:658:6: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspect5de5ipbz/GstAudio-1.0.c:669:11: branch_false: ...to here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspect5de5ipbz/GstAudio-1.0.c:669:11: acquire_memory: allocated here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspect5de5ipbz/GstAudio-1.0.c:670:6: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspect5de5ipbz/GstAudio-1.0.c:682:12: branch_false: ...to here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspect5de5ipbz/GstAudio-1.0.c:683:6: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspect5de5ipbz/GstAudio-1.0.c:696:3: branch_false: ...to here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspect5de5ipbz/GstAudio-1.0.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspect5de5ipbz/GstAudio-1.0.c:696:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspect5de5ipbz/GstAudio-1.0.c:697:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspect5de5ipbz/GstAudio-1.0.c:697:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspect5de5ipbz/GstAudio-1.0.c:699:18: throw: if ‘g_hash_table_new’ throws an exception...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspect5de5ipbz/GstAudio-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): [#def193]
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspect5de5ipbz/GstAudio-1.0.c:699:18: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(output_filename, "wb")’
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspect5de5ipbz/GstAudio-1.0.c:630:1: enter_function: entry to ‘dump_irepository’
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspect5de5ipbz/GstAudio-1.0.c:645:6: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspect5de5ipbz/GstAudio-1.0.c:654:15: branch_false: ...to here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspect5de5ipbz/GstAudio-1.0.c:658:6: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspect5de5ipbz/GstAudio-1.0.c:669:11: branch_false: ...to here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspect5de5ipbz/GstAudio-1.0.c:670:6: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspect5de5ipbz/GstAudio-1.0.c:682:12: branch_false: ...to here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspect5de5ipbz/GstAudio-1.0.c:682:12: acquire_memory: allocated here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspect5de5ipbz/GstAudio-1.0.c:683:6: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspect5de5ipbz/GstAudio-1.0.c:696:3: branch_false: ...to here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspect5de5ipbz/GstAudio-1.0.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspect5de5ipbz/GstAudio-1.0.c:696:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspect5de5ipbz/GstAudio-1.0.c:697:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspect5de5ipbz/GstAudio-1.0.c:697:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspect5de5ipbz/GstAudio-1.0.c:699:18: throw: if ‘g_hash_table_new’ throws an exception...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspect5de5ipbz/GstAudio-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): [#def194]
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspect62f_5dtf/GstVideo-1.0.c:68:7: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(input_filename, "rb")’
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspect62f_5dtf/GstVideo-1.0.c:630:1: enter_function: entry to ‘dump_irepository’
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspect62f_5dtf/GstVideo-1.0.c:645:6: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspect62f_5dtf/GstVideo-1.0.c:654:15: branch_false: ...to here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspect62f_5dtf/GstVideo-1.0.c:658:6: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspect62f_5dtf/GstVideo-1.0.c:669:11: branch_false: ...to here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspect62f_5dtf/GstVideo-1.0.c:669:11: acquire_resource: opened here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspect62f_5dtf/GstVideo-1.0.c:670:6: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspect62f_5dtf/GstVideo-1.0.c:682:12: branch_false: ...to here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspect62f_5dtf/GstVideo-1.0.c:683:6: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspect62f_5dtf/GstVideo-1.0.c:696:3: branch_false: ...to here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspect62f_5dtf/GstVideo-1.0.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Error: GCC_ANALYZER_WARNING (CWE-775): [#def219]
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspect62f_5dtf/GstVideo-1.0.c:686:7: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(input_filename, "rb")’
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspect62f_5dtf/GstVideo-1.0.c:645:6: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspect62f_5dtf/GstVideo-1.0.c:654:15: branch_false: ...to here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspect62f_5dtf/GstVideo-1.0.c:658:6: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspect62f_5dtf/GstVideo-1.0.c:669:11: branch_false: ...to here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspect62f_5dtf/GstVideo-1.0.c:669:11: acquire_resource: opened here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspect62f_5dtf/GstVideo-1.0.c:670:6: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspect62f_5dtf/GstVideo-1.0.c:682:12: branch_false: ...to here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspect62f_5dtf/GstVideo-1.0.c:683:6: branch_true: following ‘true’ branch...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspect62f_5dtf/GstVideo-1.0.c:685:25: branch_true: ...to here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspect62f_5dtf/GstVideo-1.0.c:686:7: throw: if ‘g_file_error_quark’ throws an exception...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspect62f_5dtf/GstVideo-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): [#def220]
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspect62f_5dtf/GstVideo-1.0.c:686:7: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(input_filename, "rb")’
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspect62f_5dtf/GstVideo-1.0.c:645:6: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspect62f_5dtf/GstVideo-1.0.c:654:15: branch_false: ...to here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspect62f_5dtf/GstVideo-1.0.c:658:6: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspect62f_5dtf/GstVideo-1.0.c:669:11: branch_false: ...to here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspect62f_5dtf/GstVideo-1.0.c:669:11: acquire_memory: allocated here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspect62f_5dtf/GstVideo-1.0.c:670:6: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspect62f_5dtf/GstVideo-1.0.c:682:12: branch_false: ...to here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspect62f_5dtf/GstVideo-1.0.c:683:6: branch_true: following ‘true’ branch...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspect62f_5dtf/GstVideo-1.0.c:685:25: branch_true: ...to here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspect62f_5dtf/GstVideo-1.0.c:686:7: throw: if ‘g_file_error_quark’ throws an exception...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspect62f_5dtf/GstVideo-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): [#def221]
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspect62f_5dtf/GstVideo-1.0.c:686:41: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(input_filename, "rb")’
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspect62f_5dtf/GstVideo-1.0.c:645:6: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspect62f_5dtf/GstVideo-1.0.c:654:15: branch_false: ...to here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspect62f_5dtf/GstVideo-1.0.c:658:6: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspect62f_5dtf/GstVideo-1.0.c:669:11: branch_false: ...to here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspect62f_5dtf/GstVideo-1.0.c:669:11: acquire_resource: opened here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspect62f_5dtf/GstVideo-1.0.c:670:6: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspect62f_5dtf/GstVideo-1.0.c:682:12: branch_false: ...to here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspect62f_5dtf/GstVideo-1.0.c:683:6: branch_true: following ‘true’ branch...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspect62f_5dtf/GstVideo-1.0.c:685:25: branch_true: ...to here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspect62f_5dtf/GstVideo-1.0.c:686:41: throw: if ‘g_file_error_from_errno’ throws an exception...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspect62f_5dtf/GstVideo-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): [#def222]
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspect62f_5dtf/GstVideo-1.0.c:686:41: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(input_filename, "rb")’
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspect62f_5dtf/GstVideo-1.0.c:645:6: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspect62f_5dtf/GstVideo-1.0.c:654:15: branch_false: ...to here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspect62f_5dtf/GstVideo-1.0.c:658:6: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspect62f_5dtf/GstVideo-1.0.c:669:11: branch_false: ...to here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspect62f_5dtf/GstVideo-1.0.c:669:11: acquire_memory: allocated here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspect62f_5dtf/GstVideo-1.0.c:670:6: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspect62f_5dtf/GstVideo-1.0.c:682:12: branch_false: ...to here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspect62f_5dtf/GstVideo-1.0.c:683:6: branch_true: following ‘true’ branch...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspect62f_5dtf/GstVideo-1.0.c:685:25: branch_true: ...to here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspect62f_5dtf/GstVideo-1.0.c:686:41: throw: if ‘g_file_error_from_errno’ throws an exception...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspect62f_5dtf/GstVideo-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): [#def223]
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspect62f_5dtf/GstVideo-1.0.c:699:18: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(input_filename, "rb")’
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspect62f_5dtf/GstVideo-1.0.c:630:1: enter_function: entry to ‘dump_irepository’
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspect62f_5dtf/GstVideo-1.0.c:645:6: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspect62f_5dtf/GstVideo-1.0.c:654:15: branch_false: ...to here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspect62f_5dtf/GstVideo-1.0.c:658:6: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspect62f_5dtf/GstVideo-1.0.c:669:11: branch_false: ...to here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspect62f_5dtf/GstVideo-1.0.c:669:11: acquire_resource: opened here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspect62f_5dtf/GstVideo-1.0.c:670:6: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspect62f_5dtf/GstVideo-1.0.c:682:12: branch_false: ...to here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspect62f_5dtf/GstVideo-1.0.c:683:6: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspect62f_5dtf/GstVideo-1.0.c:696:3: branch_false: ...to here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspect62f_5dtf/GstVideo-1.0.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspect62f_5dtf/GstVideo-1.0.c:696:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspect62f_5dtf/GstVideo-1.0.c:697:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspect62f_5dtf/GstVideo-1.0.c:697:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspect62f_5dtf/GstVideo-1.0.c:699:18: throw: if ‘g_hash_table_new’ throws an exception...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspect62f_5dtf/GstVideo-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): [#def224]
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspect62f_5dtf/GstVideo-1.0.c:699:18: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(output_filename, "wb")’
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspect62f_5dtf/GstVideo-1.0.c:630:1: enter_function: entry to ‘dump_irepository’
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspect62f_5dtf/GstVideo-1.0.c:645:6: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspect62f_5dtf/GstVideo-1.0.c:654:15: branch_false: ...to here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspect62f_5dtf/GstVideo-1.0.c:658:6: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspect62f_5dtf/GstVideo-1.0.c:669:11: branch_false: ...to here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspect62f_5dtf/GstVideo-1.0.c:670:6: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspect62f_5dtf/GstVideo-1.0.c:682:12: branch_false: ...to here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspect62f_5dtf/GstVideo-1.0.c:682:12: acquire_resource: opened here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspect62f_5dtf/GstVideo-1.0.c:683:6: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspect62f_5dtf/GstVideo-1.0.c:696:3: branch_false: ...to here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspect62f_5dtf/GstVideo-1.0.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspect62f_5dtf/GstVideo-1.0.c:696:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspect62f_5dtf/GstVideo-1.0.c:697:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspect62f_5dtf/GstVideo-1.0.c:697:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspect62f_5dtf/GstVideo-1.0.c:699:18: throw: if ‘g_hash_table_new’ throws an exception...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspect62f_5dtf/GstVideo-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): [#def225]
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspect62f_5dtf/GstVideo-1.0.c:699:18: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(input_filename, "rb")’
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspect62f_5dtf/GstVideo-1.0.c:630:1: enter_function: entry to ‘dump_irepository’
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspect62f_5dtf/GstVideo-1.0.c:645:6: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspect62f_5dtf/GstVideo-1.0.c:654:15: branch_false: ...to here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspect62f_5dtf/GstVideo-1.0.c:658:6: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspect62f_5dtf/GstVideo-1.0.c:669:11: branch_false: ...to here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspect62f_5dtf/GstVideo-1.0.c:669:11: acquire_memory: allocated here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspect62f_5dtf/GstVideo-1.0.c:670:6: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspect62f_5dtf/GstVideo-1.0.c:682:12: branch_false: ...to here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspect62f_5dtf/GstVideo-1.0.c:683:6: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspect62f_5dtf/GstVideo-1.0.c:696:3: branch_false: ...to here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspect62f_5dtf/GstVideo-1.0.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspect62f_5dtf/GstVideo-1.0.c:696:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspect62f_5dtf/GstVideo-1.0.c:697:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspect62f_5dtf/GstVideo-1.0.c:697:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspect62f_5dtf/GstVideo-1.0.c:699:18: throw: if ‘g_hash_table_new’ throws an exception...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspect62f_5dtf/GstVideo-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): [#def226]
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspect62f_5dtf/GstVideo-1.0.c:699:18: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(output_filename, "wb")’
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspect62f_5dtf/GstVideo-1.0.c:630:1: enter_function: entry to ‘dump_irepository’
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspect62f_5dtf/GstVideo-1.0.c:645:6: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspect62f_5dtf/GstVideo-1.0.c:654:15: branch_false: ...to here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspect62f_5dtf/GstVideo-1.0.c:658:6: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspect62f_5dtf/GstVideo-1.0.c:669:11: branch_false: ...to here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspect62f_5dtf/GstVideo-1.0.c:670:6: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspect62f_5dtf/GstVideo-1.0.c:682:12: branch_false: ...to here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspect62f_5dtf/GstVideo-1.0.c:682:12: acquire_memory: allocated here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspect62f_5dtf/GstVideo-1.0.c:683:6: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspect62f_5dtf/GstVideo-1.0.c:696:3: branch_false: ...to here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspect62f_5dtf/GstVideo-1.0.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspect62f_5dtf/GstVideo-1.0.c:696:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspect62f_5dtf/GstVideo-1.0.c:697:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspect62f_5dtf/GstVideo-1.0.c:697:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspect62f_5dtf/GstVideo-1.0.c:699:18: throw: if ‘g_hash_table_new’ throws an exception...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspect62f_5dtf/GstVideo-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): [#def227]
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectdugocs_j/GstPbutils-1.0.c:68:7: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(input_filename, "rb")’
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectdugocs_j/GstPbutils-1.0.c:630:1: enter_function: entry to ‘dump_irepository’
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectdugocs_j/GstPbutils-1.0.c:645:6: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectdugocs_j/GstPbutils-1.0.c:654:15: branch_false: ...to here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectdugocs_j/GstPbutils-1.0.c:658:6: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectdugocs_j/GstPbutils-1.0.c:669:11: branch_false: ...to here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectdugocs_j/GstPbutils-1.0.c:669:11: acquire_resource: opened here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectdugocs_j/GstPbutils-1.0.c:670:6: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectdugocs_j/GstPbutils-1.0.c:682:12: branch_false: ...to here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectdugocs_j/GstPbutils-1.0.c:683:6: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectdugocs_j/GstPbutils-1.0.c:696:3: branch_false: ...to here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectdugocs_j/GstPbutils-1.0.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Error: GCC_ANALYZER_WARNING (CWE-775): [#def252]
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectdugocs_j/GstPbutils-1.0.c:686:7: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(input_filename, "rb")’
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectdugocs_j/GstPbutils-1.0.c:645:6: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectdugocs_j/GstPbutils-1.0.c:654:15: branch_false: ...to here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectdugocs_j/GstPbutils-1.0.c:658:6: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectdugocs_j/GstPbutils-1.0.c:669:11: branch_false: ...to here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectdugocs_j/GstPbutils-1.0.c:669:11: acquire_resource: opened here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectdugocs_j/GstPbutils-1.0.c:670:6: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectdugocs_j/GstPbutils-1.0.c:682:12: branch_false: ...to here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectdugocs_j/GstPbutils-1.0.c:683:6: branch_true: following ‘true’ branch...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectdugocs_j/GstPbutils-1.0.c:685:25: branch_true: ...to here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectdugocs_j/GstPbutils-1.0.c:686:7: throw: if ‘g_file_error_quark’ throws an exception...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectdugocs_j/GstPbutils-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): [#def253]
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectdugocs_j/GstPbutils-1.0.c:686:7: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(input_filename, "rb")’
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectdugocs_j/GstPbutils-1.0.c:645:6: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectdugocs_j/GstPbutils-1.0.c:654:15: branch_false: ...to here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectdugocs_j/GstPbutils-1.0.c:658:6: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectdugocs_j/GstPbutils-1.0.c:669:11: branch_false: ...to here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectdugocs_j/GstPbutils-1.0.c:669:11: acquire_memory: allocated here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectdugocs_j/GstPbutils-1.0.c:670:6: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectdugocs_j/GstPbutils-1.0.c:682:12: branch_false: ...to here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectdugocs_j/GstPbutils-1.0.c:683:6: branch_true: following ‘true’ branch...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectdugocs_j/GstPbutils-1.0.c:685:25: branch_true: ...to here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectdugocs_j/GstPbutils-1.0.c:686:7: throw: if ‘g_file_error_quark’ throws an exception...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectdugocs_j/GstPbutils-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): [#def254]
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectdugocs_j/GstPbutils-1.0.c:686:41: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(input_filename, "rb")’
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectdugocs_j/GstPbutils-1.0.c:645:6: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectdugocs_j/GstPbutils-1.0.c:654:15: branch_false: ...to here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectdugocs_j/GstPbutils-1.0.c:658:6: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectdugocs_j/GstPbutils-1.0.c:669:11: branch_false: ...to here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectdugocs_j/GstPbutils-1.0.c:669:11: acquire_resource: opened here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectdugocs_j/GstPbutils-1.0.c:670:6: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectdugocs_j/GstPbutils-1.0.c:682:12: branch_false: ...to here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectdugocs_j/GstPbutils-1.0.c:683:6: branch_true: following ‘true’ branch...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectdugocs_j/GstPbutils-1.0.c:685:25: branch_true: ...to here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectdugocs_j/GstPbutils-1.0.c:686:41: throw: if ‘g_file_error_from_errno’ throws an exception...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectdugocs_j/GstPbutils-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): [#def255]
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectdugocs_j/GstPbutils-1.0.c:686:41: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(input_filename, "rb")’
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectdugocs_j/GstPbutils-1.0.c:645:6: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectdugocs_j/GstPbutils-1.0.c:654:15: branch_false: ...to here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectdugocs_j/GstPbutils-1.0.c:658:6: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectdugocs_j/GstPbutils-1.0.c:669:11: branch_false: ...to here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectdugocs_j/GstPbutils-1.0.c:669:11: acquire_memory: allocated here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectdugocs_j/GstPbutils-1.0.c:670:6: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectdugocs_j/GstPbutils-1.0.c:682:12: branch_false: ...to here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectdugocs_j/GstPbutils-1.0.c:683:6: branch_true: following ‘true’ branch...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectdugocs_j/GstPbutils-1.0.c:685:25: branch_true: ...to here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectdugocs_j/GstPbutils-1.0.c:686:41: throw: if ‘g_file_error_from_errno’ throws an exception...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectdugocs_j/GstPbutils-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): [#def256]
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectdugocs_j/GstPbutils-1.0.c:699:18: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(input_filename, "rb")’
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectdugocs_j/GstPbutils-1.0.c:630:1: enter_function: entry to ‘dump_irepository’
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectdugocs_j/GstPbutils-1.0.c:645:6: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectdugocs_j/GstPbutils-1.0.c:654:15: branch_false: ...to here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectdugocs_j/GstPbutils-1.0.c:658:6: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectdugocs_j/GstPbutils-1.0.c:669:11: branch_false: ...to here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectdugocs_j/GstPbutils-1.0.c:669:11: acquire_resource: opened here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectdugocs_j/GstPbutils-1.0.c:670:6: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectdugocs_j/GstPbutils-1.0.c:682:12: branch_false: ...to here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectdugocs_j/GstPbutils-1.0.c:683:6: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectdugocs_j/GstPbutils-1.0.c:696:3: branch_false: ...to here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectdugocs_j/GstPbutils-1.0.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectdugocs_j/GstPbutils-1.0.c:696:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectdugocs_j/GstPbutils-1.0.c:697:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectdugocs_j/GstPbutils-1.0.c:697:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectdugocs_j/GstPbutils-1.0.c:699:18: throw: if ‘g_hash_table_new’ throws an exception...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectdugocs_j/GstPbutils-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): [#def257]
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectdugocs_j/GstPbutils-1.0.c:699:18: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(output_filename, "wb")’
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectdugocs_j/GstPbutils-1.0.c:630:1: enter_function: entry to ‘dump_irepository’
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectdugocs_j/GstPbutils-1.0.c:645:6: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectdugocs_j/GstPbutils-1.0.c:654:15: branch_false: ...to here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectdugocs_j/GstPbutils-1.0.c:658:6: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectdugocs_j/GstPbutils-1.0.c:669:11: branch_false: ...to here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectdugocs_j/GstPbutils-1.0.c:670:6: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectdugocs_j/GstPbutils-1.0.c:682:12: branch_false: ...to here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectdugocs_j/GstPbutils-1.0.c:682:12: acquire_resource: opened here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectdugocs_j/GstPbutils-1.0.c:683:6: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectdugocs_j/GstPbutils-1.0.c:696:3: branch_false: ...to here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectdugocs_j/GstPbutils-1.0.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectdugocs_j/GstPbutils-1.0.c:696:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectdugocs_j/GstPbutils-1.0.c:697:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectdugocs_j/GstPbutils-1.0.c:697:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectdugocs_j/GstPbutils-1.0.c:699:18: throw: if ‘g_hash_table_new’ throws an exception...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectdugocs_j/GstPbutils-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): [#def258]
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectdugocs_j/GstPbutils-1.0.c:699:18: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(input_filename, "rb")’
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectdugocs_j/GstPbutils-1.0.c:630:1: enter_function: entry to ‘dump_irepository’
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectdugocs_j/GstPbutils-1.0.c:645:6: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectdugocs_j/GstPbutils-1.0.c:654:15: branch_false: ...to here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectdugocs_j/GstPbutils-1.0.c:658:6: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectdugocs_j/GstPbutils-1.0.c:669:11: branch_false: ...to here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectdugocs_j/GstPbutils-1.0.c:669:11: acquire_memory: allocated here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectdugocs_j/GstPbutils-1.0.c:670:6: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectdugocs_j/GstPbutils-1.0.c:682:12: branch_false: ...to here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectdugocs_j/GstPbutils-1.0.c:683:6: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectdugocs_j/GstPbutils-1.0.c:696:3: branch_false: ...to here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectdugocs_j/GstPbutils-1.0.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectdugocs_j/GstPbutils-1.0.c:696:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectdugocs_j/GstPbutils-1.0.c:697:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectdugocs_j/GstPbutils-1.0.c:697:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectdugocs_j/GstPbutils-1.0.c:699:18: throw: if ‘g_hash_table_new’ throws an exception...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectdugocs_j/GstPbutils-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): [#def259]
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectdugocs_j/GstPbutils-1.0.c:699:18: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(output_filename, "wb")’
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectdugocs_j/GstPbutils-1.0.c:630:1: enter_function: entry to ‘dump_irepository’
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectdugocs_j/GstPbutils-1.0.c:645:6: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectdugocs_j/GstPbutils-1.0.c:654:15: branch_false: ...to here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectdugocs_j/GstPbutils-1.0.c:658:6: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectdugocs_j/GstPbutils-1.0.c:669:11: branch_false: ...to here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectdugocs_j/GstPbutils-1.0.c:670:6: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectdugocs_j/GstPbutils-1.0.c:682:12: branch_false: ...to here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectdugocs_j/GstPbutils-1.0.c:682:12: acquire_memory: allocated here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectdugocs_j/GstPbutils-1.0.c:683:6: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectdugocs_j/GstPbutils-1.0.c:696:3: branch_false: ...to here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectdugocs_j/GstPbutils-1.0.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectdugocs_j/GstPbutils-1.0.c:696:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectdugocs_j/GstPbutils-1.0.c:697:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectdugocs_j/GstPbutils-1.0.c:697:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectdugocs_j/GstPbutils-1.0.c:699:18: throw: if ‘g_hash_table_new’ throws an exception...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectdugocs_j/GstPbutils-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): [#def260]
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectfz8v0p4d/GstRtsp-1.0.c:68:7: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(input_filename, "rb")’
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectfz8v0p4d/GstRtsp-1.0.c:630:1: enter_function: entry to ‘dump_irepository’
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectfz8v0p4d/GstRtsp-1.0.c:645:6: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectfz8v0p4d/GstRtsp-1.0.c:654:15: branch_false: ...to here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectfz8v0p4d/GstRtsp-1.0.c:658:6: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectfz8v0p4d/GstRtsp-1.0.c:669:11: branch_false: ...to here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectfz8v0p4d/GstRtsp-1.0.c:669:11: acquire_resource: opened here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectfz8v0p4d/GstRtsp-1.0.c:670:6: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectfz8v0p4d/GstRtsp-1.0.c:682:12: branch_false: ...to here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectfz8v0p4d/GstRtsp-1.0.c:683:6: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectfz8v0p4d/GstRtsp-1.0.c:696:3: branch_false: ...to here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectfz8v0p4d/GstRtsp-1.0.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Error: GCC_ANALYZER_WARNING (CWE-775): [#def285]
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectfz8v0p4d/GstRtsp-1.0.c:686:7: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(input_filename, "rb")’
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectfz8v0p4d/GstRtsp-1.0.c:645:6: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectfz8v0p4d/GstRtsp-1.0.c:654:15: branch_false: ...to here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectfz8v0p4d/GstRtsp-1.0.c:658:6: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectfz8v0p4d/GstRtsp-1.0.c:669:11: branch_false: ...to here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectfz8v0p4d/GstRtsp-1.0.c:669:11: acquire_resource: opened here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectfz8v0p4d/GstRtsp-1.0.c:670:6: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectfz8v0p4d/GstRtsp-1.0.c:682:12: branch_false: ...to here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectfz8v0p4d/GstRtsp-1.0.c:683:6: branch_true: following ‘true’ branch...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectfz8v0p4d/GstRtsp-1.0.c:685:25: branch_true: ...to here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectfz8v0p4d/GstRtsp-1.0.c:686:7: throw: if ‘g_file_error_quark’ throws an exception...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectfz8v0p4d/GstRtsp-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): [#def286]
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectfz8v0p4d/GstRtsp-1.0.c:686:7: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(input_filename, "rb")’
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectfz8v0p4d/GstRtsp-1.0.c:645:6: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectfz8v0p4d/GstRtsp-1.0.c:654:15: branch_false: ...to here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectfz8v0p4d/GstRtsp-1.0.c:658:6: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectfz8v0p4d/GstRtsp-1.0.c:669:11: branch_false: ...to here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectfz8v0p4d/GstRtsp-1.0.c:669:11: acquire_memory: allocated here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectfz8v0p4d/GstRtsp-1.0.c:670:6: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectfz8v0p4d/GstRtsp-1.0.c:682:12: branch_false: ...to here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectfz8v0p4d/GstRtsp-1.0.c:683:6: branch_true: following ‘true’ branch...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectfz8v0p4d/GstRtsp-1.0.c:685:25: branch_true: ...to here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectfz8v0p4d/GstRtsp-1.0.c:686:7: throw: if ‘g_file_error_quark’ throws an exception...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectfz8v0p4d/GstRtsp-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): [#def287]
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectfz8v0p4d/GstRtsp-1.0.c:686:41: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(input_filename, "rb")’
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectfz8v0p4d/GstRtsp-1.0.c:645:6: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectfz8v0p4d/GstRtsp-1.0.c:654:15: branch_false: ...to here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectfz8v0p4d/GstRtsp-1.0.c:658:6: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectfz8v0p4d/GstRtsp-1.0.c:669:11: branch_false: ...to here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectfz8v0p4d/GstRtsp-1.0.c:669:11: acquire_resource: opened here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectfz8v0p4d/GstRtsp-1.0.c:670:6: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectfz8v0p4d/GstRtsp-1.0.c:682:12: branch_false: ...to here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectfz8v0p4d/GstRtsp-1.0.c:683:6: branch_true: following ‘true’ branch...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectfz8v0p4d/GstRtsp-1.0.c:685:25: branch_true: ...to here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectfz8v0p4d/GstRtsp-1.0.c:686:41: throw: if ‘g_file_error_from_errno’ throws an exception...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectfz8v0p4d/GstRtsp-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): [#def288]
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectfz8v0p4d/GstRtsp-1.0.c:686:41: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(input_filename, "rb")’
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectfz8v0p4d/GstRtsp-1.0.c:645:6: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectfz8v0p4d/GstRtsp-1.0.c:654:15: branch_false: ...to here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectfz8v0p4d/GstRtsp-1.0.c:658:6: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectfz8v0p4d/GstRtsp-1.0.c:669:11: branch_false: ...to here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectfz8v0p4d/GstRtsp-1.0.c:669:11: acquire_memory: allocated here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectfz8v0p4d/GstRtsp-1.0.c:670:6: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectfz8v0p4d/GstRtsp-1.0.c:682:12: branch_false: ...to here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectfz8v0p4d/GstRtsp-1.0.c:683:6: branch_true: following ‘true’ branch...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectfz8v0p4d/GstRtsp-1.0.c:685:25: branch_true: ...to here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectfz8v0p4d/GstRtsp-1.0.c:686:41: throw: if ‘g_file_error_from_errno’ throws an exception...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectfz8v0p4d/GstRtsp-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): [#def289]
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectfz8v0p4d/GstRtsp-1.0.c:699:18: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(input_filename, "rb")’
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectfz8v0p4d/GstRtsp-1.0.c:630:1: enter_function: entry to ‘dump_irepository’
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectfz8v0p4d/GstRtsp-1.0.c:645:6: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectfz8v0p4d/GstRtsp-1.0.c:654:15: branch_false: ...to here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectfz8v0p4d/GstRtsp-1.0.c:658:6: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectfz8v0p4d/GstRtsp-1.0.c:669:11: branch_false: ...to here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectfz8v0p4d/GstRtsp-1.0.c:669:11: acquire_resource: opened here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectfz8v0p4d/GstRtsp-1.0.c:670:6: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectfz8v0p4d/GstRtsp-1.0.c:682:12: branch_false: ...to here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectfz8v0p4d/GstRtsp-1.0.c:683:6: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectfz8v0p4d/GstRtsp-1.0.c:696:3: branch_false: ...to here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectfz8v0p4d/GstRtsp-1.0.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectfz8v0p4d/GstRtsp-1.0.c:696:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectfz8v0p4d/GstRtsp-1.0.c:697:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectfz8v0p4d/GstRtsp-1.0.c:697:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectfz8v0p4d/GstRtsp-1.0.c:699:18: throw: if ‘g_hash_table_new’ throws an exception...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectfz8v0p4d/GstRtsp-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): [#def290]
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectfz8v0p4d/GstRtsp-1.0.c:699:18: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(output_filename, "wb")’
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectfz8v0p4d/GstRtsp-1.0.c:630:1: enter_function: entry to ‘dump_irepository’
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectfz8v0p4d/GstRtsp-1.0.c:645:6: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectfz8v0p4d/GstRtsp-1.0.c:654:15: branch_false: ...to here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectfz8v0p4d/GstRtsp-1.0.c:658:6: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectfz8v0p4d/GstRtsp-1.0.c:669:11: branch_false: ...to here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectfz8v0p4d/GstRtsp-1.0.c:670:6: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectfz8v0p4d/GstRtsp-1.0.c:682:12: branch_false: ...to here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectfz8v0p4d/GstRtsp-1.0.c:682:12: acquire_resource: opened here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectfz8v0p4d/GstRtsp-1.0.c:683:6: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectfz8v0p4d/GstRtsp-1.0.c:696:3: branch_false: ...to here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectfz8v0p4d/GstRtsp-1.0.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectfz8v0p4d/GstRtsp-1.0.c:696:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectfz8v0p4d/GstRtsp-1.0.c:697:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectfz8v0p4d/GstRtsp-1.0.c:697:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectfz8v0p4d/GstRtsp-1.0.c:699:18: throw: if ‘g_hash_table_new’ throws an exception...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectfz8v0p4d/GstRtsp-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): [#def291]
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectfz8v0p4d/GstRtsp-1.0.c:699:18: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(input_filename, "rb")’
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectfz8v0p4d/GstRtsp-1.0.c:630:1: enter_function: entry to ‘dump_irepository’
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectfz8v0p4d/GstRtsp-1.0.c:645:6: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectfz8v0p4d/GstRtsp-1.0.c:654:15: branch_false: ...to here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectfz8v0p4d/GstRtsp-1.0.c:658:6: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectfz8v0p4d/GstRtsp-1.0.c:669:11: branch_false: ...to here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectfz8v0p4d/GstRtsp-1.0.c:669:11: acquire_memory: allocated here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectfz8v0p4d/GstRtsp-1.0.c:670:6: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectfz8v0p4d/GstRtsp-1.0.c:682:12: branch_false: ...to here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectfz8v0p4d/GstRtsp-1.0.c:683:6: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectfz8v0p4d/GstRtsp-1.0.c:696:3: branch_false: ...to here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectfz8v0p4d/GstRtsp-1.0.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectfz8v0p4d/GstRtsp-1.0.c:696:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectfz8v0p4d/GstRtsp-1.0.c:697:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectfz8v0p4d/GstRtsp-1.0.c:697:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectfz8v0p4d/GstRtsp-1.0.c:699:18: throw: if ‘g_hash_table_new’ throws an exception...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectfz8v0p4d/GstRtsp-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): [#def292]
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectfz8v0p4d/GstRtsp-1.0.c:699:18: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(output_filename, "wb")’
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectfz8v0p4d/GstRtsp-1.0.c:630:1: enter_function: entry to ‘dump_irepository’
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectfz8v0p4d/GstRtsp-1.0.c:645:6: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectfz8v0p4d/GstRtsp-1.0.c:654:15: branch_false: ...to here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectfz8v0p4d/GstRtsp-1.0.c:658:6: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectfz8v0p4d/GstRtsp-1.0.c:669:11: branch_false: ...to here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectfz8v0p4d/GstRtsp-1.0.c:670:6: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectfz8v0p4d/GstRtsp-1.0.c:682:12: branch_false: ...to here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectfz8v0p4d/GstRtsp-1.0.c:682:12: acquire_memory: allocated here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectfz8v0p4d/GstRtsp-1.0.c:683:6: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectfz8v0p4d/GstRtsp-1.0.c:696:3: branch_false: ...to here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectfz8v0p4d/GstRtsp-1.0.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectfz8v0p4d/GstRtsp-1.0.c:696:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectfz8v0p4d/GstRtsp-1.0.c:697:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectfz8v0p4d/GstRtsp-1.0.c:697:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectfz8v0p4d/GstRtsp-1.0.c:699:18: throw: if ‘g_hash_table_new’ throws an exception...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectfz8v0p4d/GstRtsp-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): [#def293]
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectounbesho/GstGLX11-1.0.c:68:7: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(input_filename, "rb")’
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectounbesho/GstGLX11-1.0.c:630:1: enter_function: entry to ‘dump_irepository’
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectounbesho/GstGLX11-1.0.c:645:6: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectounbesho/GstGLX11-1.0.c:654:15: branch_false: ...to here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectounbesho/GstGLX11-1.0.c:658:6: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectounbesho/GstGLX11-1.0.c:669:11: branch_false: ...to here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectounbesho/GstGLX11-1.0.c:669:11: acquire_resource: opened here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectounbesho/GstGLX11-1.0.c:670:6: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectounbesho/GstGLX11-1.0.c:682:12: branch_false: ...to here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectounbesho/GstGLX11-1.0.c:683:6: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectounbesho/GstGLX11-1.0.c:696:3: branch_false: ...to here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectounbesho/GstGLX11-1.0.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Error: GCC_ANALYZER_WARNING (CWE-775): [#def318]
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectounbesho/GstGLX11-1.0.c:686:7: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(input_filename, "rb")’
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectounbesho/GstGLX11-1.0.c:645:6: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectounbesho/GstGLX11-1.0.c:654:15: branch_false: ...to here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectounbesho/GstGLX11-1.0.c:658:6: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectounbesho/GstGLX11-1.0.c:669:11: branch_false: ...to here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectounbesho/GstGLX11-1.0.c:669:11: acquire_resource: opened here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectounbesho/GstGLX11-1.0.c:670:6: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectounbesho/GstGLX11-1.0.c:682:12: branch_false: ...to here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectounbesho/GstGLX11-1.0.c:683:6: branch_true: following ‘true’ branch...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectounbesho/GstGLX11-1.0.c:685:25: branch_true: ...to here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectounbesho/GstGLX11-1.0.c:686:7: throw: if ‘g_file_error_quark’ throws an exception...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectounbesho/GstGLX11-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): [#def319]
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectounbesho/GstGLX11-1.0.c:686:7: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(input_filename, "rb")’
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectounbesho/GstGLX11-1.0.c:645:6: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectounbesho/GstGLX11-1.0.c:654:15: branch_false: ...to here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectounbesho/GstGLX11-1.0.c:658:6: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectounbesho/GstGLX11-1.0.c:669:11: branch_false: ...to here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectounbesho/GstGLX11-1.0.c:669:11: acquire_memory: allocated here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectounbesho/GstGLX11-1.0.c:670:6: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectounbesho/GstGLX11-1.0.c:682:12: branch_false: ...to here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectounbesho/GstGLX11-1.0.c:683:6: branch_true: following ‘true’ branch...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectounbesho/GstGLX11-1.0.c:685:25: branch_true: ...to here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectounbesho/GstGLX11-1.0.c:686:7: throw: if ‘g_file_error_quark’ throws an exception...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectounbesho/GstGLX11-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): [#def320]
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectounbesho/GstGLX11-1.0.c:686:41: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(input_filename, "rb")’
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectounbesho/GstGLX11-1.0.c:645:6: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectounbesho/GstGLX11-1.0.c:654:15: branch_false: ...to here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectounbesho/GstGLX11-1.0.c:658:6: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectounbesho/GstGLX11-1.0.c:669:11: branch_false: ...to here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectounbesho/GstGLX11-1.0.c:669:11: acquire_resource: opened here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectounbesho/GstGLX11-1.0.c:670:6: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectounbesho/GstGLX11-1.0.c:682:12: branch_false: ...to here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectounbesho/GstGLX11-1.0.c:683:6: branch_true: following ‘true’ branch...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectounbesho/GstGLX11-1.0.c:685:25: branch_true: ...to here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectounbesho/GstGLX11-1.0.c:686:41: throw: if ‘g_file_error_from_errno’ throws an exception...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectounbesho/GstGLX11-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): [#def321]
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectounbesho/GstGLX11-1.0.c:686:41: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(input_filename, "rb")’
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectounbesho/GstGLX11-1.0.c:645:6: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectounbesho/GstGLX11-1.0.c:654:15: branch_false: ...to here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectounbesho/GstGLX11-1.0.c:658:6: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectounbesho/GstGLX11-1.0.c:669:11: branch_false: ...to here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectounbesho/GstGLX11-1.0.c:669:11: acquire_memory: allocated here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectounbesho/GstGLX11-1.0.c:670:6: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectounbesho/GstGLX11-1.0.c:682:12: branch_false: ...to here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectounbesho/GstGLX11-1.0.c:683:6: branch_true: following ‘true’ branch...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectounbesho/GstGLX11-1.0.c:685:25: branch_true: ...to here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectounbesho/GstGLX11-1.0.c:686:41: throw: if ‘g_file_error_from_errno’ throws an exception...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectounbesho/GstGLX11-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): [#def322]
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectounbesho/GstGLX11-1.0.c:699:18: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(input_filename, "rb")’
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectounbesho/GstGLX11-1.0.c:630:1: enter_function: entry to ‘dump_irepository’
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectounbesho/GstGLX11-1.0.c:645:6: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectounbesho/GstGLX11-1.0.c:654:15: branch_false: ...to here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectounbesho/GstGLX11-1.0.c:658:6: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectounbesho/GstGLX11-1.0.c:669:11: branch_false: ...to here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectounbesho/GstGLX11-1.0.c:669:11: acquire_resource: opened here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectounbesho/GstGLX11-1.0.c:670:6: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectounbesho/GstGLX11-1.0.c:682:12: branch_false: ...to here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectounbesho/GstGLX11-1.0.c:683:6: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectounbesho/GstGLX11-1.0.c:696:3: branch_false: ...to here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectounbesho/GstGLX11-1.0.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectounbesho/GstGLX11-1.0.c:696:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectounbesho/GstGLX11-1.0.c:697:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectounbesho/GstGLX11-1.0.c:697:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectounbesho/GstGLX11-1.0.c:699:18: throw: if ‘g_hash_table_new’ throws an exception...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectounbesho/GstGLX11-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): [#def323]
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectounbesho/GstGLX11-1.0.c:699:18: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(output_filename, "wb")’
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectounbesho/GstGLX11-1.0.c:630:1: enter_function: entry to ‘dump_irepository’
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectounbesho/GstGLX11-1.0.c:645:6: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectounbesho/GstGLX11-1.0.c:654:15: branch_false: ...to here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectounbesho/GstGLX11-1.0.c:658:6: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectounbesho/GstGLX11-1.0.c:669:11: branch_false: ...to here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectounbesho/GstGLX11-1.0.c:670:6: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectounbesho/GstGLX11-1.0.c:682:12: branch_false: ...to here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectounbesho/GstGLX11-1.0.c:682:12: acquire_resource: opened here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectounbesho/GstGLX11-1.0.c:683:6: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectounbesho/GstGLX11-1.0.c:696:3: branch_false: ...to here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectounbesho/GstGLX11-1.0.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectounbesho/GstGLX11-1.0.c:696:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectounbesho/GstGLX11-1.0.c:697:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectounbesho/GstGLX11-1.0.c:697:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectounbesho/GstGLX11-1.0.c:699:18: throw: if ‘g_hash_table_new’ throws an exception...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectounbesho/GstGLX11-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): [#def324]
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectounbesho/GstGLX11-1.0.c:699:18: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(input_filename, "rb")’
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectounbesho/GstGLX11-1.0.c:630:1: enter_function: entry to ‘dump_irepository’
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectounbesho/GstGLX11-1.0.c:645:6: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectounbesho/GstGLX11-1.0.c:654:15: branch_false: ...to here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectounbesho/GstGLX11-1.0.c:658:6: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectounbesho/GstGLX11-1.0.c:669:11: branch_false: ...to here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectounbesho/GstGLX11-1.0.c:669:11: acquire_memory: allocated here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectounbesho/GstGLX11-1.0.c:670:6: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectounbesho/GstGLX11-1.0.c:682:12: branch_false: ...to here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectounbesho/GstGLX11-1.0.c:683:6: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectounbesho/GstGLX11-1.0.c:696:3: branch_false: ...to here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectounbesho/GstGLX11-1.0.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectounbesho/GstGLX11-1.0.c:696:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectounbesho/GstGLX11-1.0.c:697:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectounbesho/GstGLX11-1.0.c:697:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectounbesho/GstGLX11-1.0.c:699:18: throw: if ‘g_hash_table_new’ throws an exception...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectounbesho/GstGLX11-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): [#def325]
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectounbesho/GstGLX11-1.0.c:699:18: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(output_filename, "wb")’
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectounbesho/GstGLX11-1.0.c:630:1: enter_function: entry to ‘dump_irepository’
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectounbesho/GstGLX11-1.0.c:645:6: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectounbesho/GstGLX11-1.0.c:654:15: branch_false: ...to here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectounbesho/GstGLX11-1.0.c:658:6: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectounbesho/GstGLX11-1.0.c:669:11: branch_false: ...to here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectounbesho/GstGLX11-1.0.c:670:6: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectounbesho/GstGLX11-1.0.c:682:12: branch_false: ...to here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectounbesho/GstGLX11-1.0.c:682:12: acquire_memory: allocated here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectounbesho/GstGLX11-1.0.c:683:6: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectounbesho/GstGLX11-1.0.c:696:3: branch_false: ...to here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectounbesho/GstGLX11-1.0.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectounbesho/GstGLX11-1.0.c:696:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectounbesho/GstGLX11-1.0.c:697:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectounbesho/GstGLX11-1.0.c:697:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectounbesho/GstGLX11-1.0.c:699:18: throw: if ‘g_hash_table_new’ throws an exception...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectounbesho/GstGLX11-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): [#def326]
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectr649h81y/GstGLEGL-1.0.c:68:7: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(input_filename, "rb")’
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectr649h81y/GstGLEGL-1.0.c:630:1: enter_function: entry to ‘dump_irepository’
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectr649h81y/GstGLEGL-1.0.c:645:6: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectr649h81y/GstGLEGL-1.0.c:654:15: branch_false: ...to here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectr649h81y/GstGLEGL-1.0.c:658:6: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectr649h81y/GstGLEGL-1.0.c:669:11: branch_false: ...to here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectr649h81y/GstGLEGL-1.0.c:669:11: acquire_resource: opened here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectr649h81y/GstGLEGL-1.0.c:670:6: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectr649h81y/GstGLEGL-1.0.c:682:12: branch_false: ...to here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectr649h81y/GstGLEGL-1.0.c:683:6: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectr649h81y/GstGLEGL-1.0.c:696:3: branch_false: ...to here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectr649h81y/GstGLEGL-1.0.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Error: GCC_ANALYZER_WARNING (CWE-775): [#def384]
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspecttq01_mw7/GstRtp-1.0.c:686:7: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(input_filename, "rb")’
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspecttq01_mw7/GstRtp-1.0.c:645:6: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspecttq01_mw7/GstRtp-1.0.c:654:15: branch_false: ...to here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspecttq01_mw7/GstRtp-1.0.c:658:6: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspecttq01_mw7/GstRtp-1.0.c:669:11: branch_false: ...to here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspecttq01_mw7/GstRtp-1.0.c:669:11: acquire_resource: opened here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspecttq01_mw7/GstRtp-1.0.c:670:6: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspecttq01_mw7/GstRtp-1.0.c:682:12: branch_false: ...to here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspecttq01_mw7/GstRtp-1.0.c:683:6: branch_true: following ‘true’ branch...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspecttq01_mw7/GstRtp-1.0.c:685:25: branch_true: ...to here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspecttq01_mw7/GstRtp-1.0.c:686:7: throw: if ‘g_file_error_quark’ throws an exception...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspecttq01_mw7/GstRtp-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): [#def385]
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspecttq01_mw7/GstRtp-1.0.c:686:7: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(input_filename, "rb")’
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspecttq01_mw7/GstRtp-1.0.c:645:6: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspecttq01_mw7/GstRtp-1.0.c:654:15: branch_false: ...to here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspecttq01_mw7/GstRtp-1.0.c:658:6: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspecttq01_mw7/GstRtp-1.0.c:669:11: branch_false: ...to here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspecttq01_mw7/GstRtp-1.0.c:669:11: acquire_memory: allocated here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspecttq01_mw7/GstRtp-1.0.c:670:6: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspecttq01_mw7/GstRtp-1.0.c:682:12: branch_false: ...to here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspecttq01_mw7/GstRtp-1.0.c:683:6: branch_true: following ‘true’ branch...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspecttq01_mw7/GstRtp-1.0.c:685:25: branch_true: ...to here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspecttq01_mw7/GstRtp-1.0.c:686:7: throw: if ‘g_file_error_quark’ throws an exception...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspecttq01_mw7/GstRtp-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): [#def386]
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspecttq01_mw7/GstRtp-1.0.c:686:41: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(input_filename, "rb")’
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspecttq01_mw7/GstRtp-1.0.c:645:6: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspecttq01_mw7/GstRtp-1.0.c:654:15: branch_false: ...to here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspecttq01_mw7/GstRtp-1.0.c:658:6: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspecttq01_mw7/GstRtp-1.0.c:669:11: branch_false: ...to here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspecttq01_mw7/GstRtp-1.0.c:669:11: acquire_resource: opened here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspecttq01_mw7/GstRtp-1.0.c:670:6: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspecttq01_mw7/GstRtp-1.0.c:682:12: branch_false: ...to here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspecttq01_mw7/GstRtp-1.0.c:683:6: branch_true: following ‘true’ branch...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspecttq01_mw7/GstRtp-1.0.c:685:25: branch_true: ...to here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspecttq01_mw7/GstRtp-1.0.c:686:41: throw: if ‘g_file_error_from_errno’ throws an exception...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspecttq01_mw7/GstRtp-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): [#def387]
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspecttq01_mw7/GstRtp-1.0.c:686:41: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(input_filename, "rb")’
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspecttq01_mw7/GstRtp-1.0.c:645:6: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspecttq01_mw7/GstRtp-1.0.c:654:15: branch_false: ...to here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspecttq01_mw7/GstRtp-1.0.c:658:6: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspecttq01_mw7/GstRtp-1.0.c:669:11: branch_false: ...to here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspecttq01_mw7/GstRtp-1.0.c:669:11: acquire_memory: allocated here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspecttq01_mw7/GstRtp-1.0.c:670:6: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspecttq01_mw7/GstRtp-1.0.c:682:12: branch_false: ...to here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspecttq01_mw7/GstRtp-1.0.c:683:6: branch_true: following ‘true’ branch...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspecttq01_mw7/GstRtp-1.0.c:685:25: branch_true: ...to here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspecttq01_mw7/GstRtp-1.0.c:686:41: throw: if ‘g_file_error_from_errno’ throws an exception...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspecttq01_mw7/GstRtp-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): [#def388]
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspecttq01_mw7/GstRtp-1.0.c:699:18: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(input_filename, "rb")’
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspecttq01_mw7/GstRtp-1.0.c:630:1: enter_function: entry to ‘dump_irepository’
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspecttq01_mw7/GstRtp-1.0.c:645:6: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspecttq01_mw7/GstRtp-1.0.c:654:15: branch_false: ...to here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspecttq01_mw7/GstRtp-1.0.c:658:6: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspecttq01_mw7/GstRtp-1.0.c:669:11: branch_false: ...to here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspecttq01_mw7/GstRtp-1.0.c:669:11: acquire_resource: opened here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspecttq01_mw7/GstRtp-1.0.c:670:6: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspecttq01_mw7/GstRtp-1.0.c:682:12: branch_false: ...to here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspecttq01_mw7/GstRtp-1.0.c:683:6: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspecttq01_mw7/GstRtp-1.0.c:696:3: branch_false: ...to here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspecttq01_mw7/GstRtp-1.0.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspecttq01_mw7/GstRtp-1.0.c:696:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspecttq01_mw7/GstRtp-1.0.c:697:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspecttq01_mw7/GstRtp-1.0.c:697:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspecttq01_mw7/GstRtp-1.0.c:699:18: throw: if ‘g_hash_table_new’ throws an exception...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspecttq01_mw7/GstRtp-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): [#def389]
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspecttq01_mw7/GstRtp-1.0.c:699:18: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(output_filename, "wb")’
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspecttq01_mw7/GstRtp-1.0.c:630:1: enter_function: entry to ‘dump_irepository’
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspecttq01_mw7/GstRtp-1.0.c:645:6: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspecttq01_mw7/GstRtp-1.0.c:654:15: branch_false: ...to here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspecttq01_mw7/GstRtp-1.0.c:658:6: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspecttq01_mw7/GstRtp-1.0.c:669:11: branch_false: ...to here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspecttq01_mw7/GstRtp-1.0.c:670:6: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspecttq01_mw7/GstRtp-1.0.c:682:12: branch_false: ...to here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspecttq01_mw7/GstRtp-1.0.c:682:12: acquire_resource: opened here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspecttq01_mw7/GstRtp-1.0.c:683:6: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspecttq01_mw7/GstRtp-1.0.c:696:3: branch_false: ...to here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspecttq01_mw7/GstRtp-1.0.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspecttq01_mw7/GstRtp-1.0.c:696:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspecttq01_mw7/GstRtp-1.0.c:697:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspecttq01_mw7/GstRtp-1.0.c:697:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspecttq01_mw7/GstRtp-1.0.c:699:18: throw: if ‘g_hash_table_new’ throws an exception...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspecttq01_mw7/GstRtp-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): [#def390]
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspecttq01_mw7/GstRtp-1.0.c:699:18: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(input_filename, "rb")’
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspecttq01_mw7/GstRtp-1.0.c:630:1: enter_function: entry to ‘dump_irepository’
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspecttq01_mw7/GstRtp-1.0.c:645:6: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspecttq01_mw7/GstRtp-1.0.c:654:15: branch_false: ...to here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspecttq01_mw7/GstRtp-1.0.c:658:6: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspecttq01_mw7/GstRtp-1.0.c:669:11: branch_false: ...to here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspecttq01_mw7/GstRtp-1.0.c:669:11: acquire_memory: allocated here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspecttq01_mw7/GstRtp-1.0.c:670:6: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspecttq01_mw7/GstRtp-1.0.c:682:12: branch_false: ...to here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspecttq01_mw7/GstRtp-1.0.c:683:6: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspecttq01_mw7/GstRtp-1.0.c:696:3: branch_false: ...to here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspecttq01_mw7/GstRtp-1.0.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspecttq01_mw7/GstRtp-1.0.c:696:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspecttq01_mw7/GstRtp-1.0.c:697:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspecttq01_mw7/GstRtp-1.0.c:697:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspecttq01_mw7/GstRtp-1.0.c:699:18: throw: if ‘g_hash_table_new’ throws an exception...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspecttq01_mw7/GstRtp-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): [#def391]
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspecttq01_mw7/GstRtp-1.0.c:699:18: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(output_filename, "wb")’
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspecttq01_mw7/GstRtp-1.0.c:630:1: enter_function: entry to ‘dump_irepository’
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspecttq01_mw7/GstRtp-1.0.c:645:6: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspecttq01_mw7/GstRtp-1.0.c:654:15: branch_false: ...to here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspecttq01_mw7/GstRtp-1.0.c:658:6: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspecttq01_mw7/GstRtp-1.0.c:669:11: branch_false: ...to here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspecttq01_mw7/GstRtp-1.0.c:670:6: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspecttq01_mw7/GstRtp-1.0.c:682:12: branch_false: ...to here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspecttq01_mw7/GstRtp-1.0.c:682:12: acquire_memory: allocated here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspecttq01_mw7/GstRtp-1.0.c:683:6: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspecttq01_mw7/GstRtp-1.0.c:696:3: branch_false: ...to here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspecttq01_mw7/GstRtp-1.0.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspecttq01_mw7/GstRtp-1.0.c:696:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspecttq01_mw7/GstRtp-1.0.c:697:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspecttq01_mw7/GstRtp-1.0.c:697:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspecttq01_mw7/GstRtp-1.0.c:699:18: throw: if ‘g_hash_table_new’ throws an exception...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspecttq01_mw7/GstRtp-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): [#def392]
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectu22dykbw/GstGL-1.0.c:68:7: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(input_filename, "rb")’
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectu22dykbw/GstGL-1.0.c:630:1: enter_function: entry to ‘dump_irepository’
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectu22dykbw/GstGL-1.0.c:645:6: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectu22dykbw/GstGL-1.0.c:654:15: branch_false: ...to here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectu22dykbw/GstGL-1.0.c:658:6: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectu22dykbw/GstGL-1.0.c:669:11: branch_false: ...to here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectu22dykbw/GstGL-1.0.c:669:11: acquire_resource: opened here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectu22dykbw/GstGL-1.0.c:670:6: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectu22dykbw/GstGL-1.0.c:682:12: branch_false: ...to here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectu22dykbw/GstGL-1.0.c:683:6: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectu22dykbw/GstGL-1.0.c:696:3: branch_false: ...to here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectu22dykbw/GstGL-1.0.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Error: GCC_ANALYZER_WARNING (CWE-775): [#def417]
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectu22dykbw/GstGL-1.0.c:686:7: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(input_filename, "rb")’
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectu22dykbw/GstGL-1.0.c:645:6: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectu22dykbw/GstGL-1.0.c:654:15: branch_false: ...to here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectu22dykbw/GstGL-1.0.c:658:6: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectu22dykbw/GstGL-1.0.c:669:11: branch_false: ...to here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectu22dykbw/GstGL-1.0.c:669:11: acquire_resource: opened here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectu22dykbw/GstGL-1.0.c:670:6: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectu22dykbw/GstGL-1.0.c:682:12: branch_false: ...to here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectu22dykbw/GstGL-1.0.c:683:6: branch_true: following ‘true’ branch...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectu22dykbw/GstGL-1.0.c:685:25: branch_true: ...to here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectu22dykbw/GstGL-1.0.c:686:7: throw: if ‘g_file_error_quark’ throws an exception...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectu22dykbw/GstGL-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): [#def418]
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectu22dykbw/GstGL-1.0.c:686:7: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(input_filename, "rb")’
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectu22dykbw/GstGL-1.0.c:645:6: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectu22dykbw/GstGL-1.0.c:654:15: branch_false: ...to here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectu22dykbw/GstGL-1.0.c:658:6: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectu22dykbw/GstGL-1.0.c:669:11: branch_false: ...to here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectu22dykbw/GstGL-1.0.c:669:11: acquire_memory: allocated here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectu22dykbw/GstGL-1.0.c:670:6: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectu22dykbw/GstGL-1.0.c:682:12: branch_false: ...to here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectu22dykbw/GstGL-1.0.c:683:6: branch_true: following ‘true’ branch...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectu22dykbw/GstGL-1.0.c:685:25: branch_true: ...to here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectu22dykbw/GstGL-1.0.c:686:7: throw: if ‘g_file_error_quark’ throws an exception...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectu22dykbw/GstGL-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): [#def419]
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectu22dykbw/GstGL-1.0.c:686:41: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(input_filename, "rb")’
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectu22dykbw/GstGL-1.0.c:645:6: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectu22dykbw/GstGL-1.0.c:654:15: branch_false: ...to here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectu22dykbw/GstGL-1.0.c:658:6: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectu22dykbw/GstGL-1.0.c:669:11: branch_false: ...to here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectu22dykbw/GstGL-1.0.c:669:11: acquire_resource: opened here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectu22dykbw/GstGL-1.0.c:670:6: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectu22dykbw/GstGL-1.0.c:682:12: branch_false: ...to here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectu22dykbw/GstGL-1.0.c:683:6: branch_true: following ‘true’ branch...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectu22dykbw/GstGL-1.0.c:685:25: branch_true: ...to here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectu22dykbw/GstGL-1.0.c:686:41: throw: if ‘g_file_error_from_errno’ throws an exception...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectu22dykbw/GstGL-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): [#def420]
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectu22dykbw/GstGL-1.0.c:686:41: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(input_filename, "rb")’
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectu22dykbw/GstGL-1.0.c:645:6: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectu22dykbw/GstGL-1.0.c:654:15: branch_false: ...to here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectu22dykbw/GstGL-1.0.c:658:6: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectu22dykbw/GstGL-1.0.c:669:11: branch_false: ...to here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectu22dykbw/GstGL-1.0.c:669:11: acquire_memory: allocated here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectu22dykbw/GstGL-1.0.c:670:6: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectu22dykbw/GstGL-1.0.c:682:12: branch_false: ...to here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectu22dykbw/GstGL-1.0.c:683:6: branch_true: following ‘true’ branch...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectu22dykbw/GstGL-1.0.c:685:25: branch_true: ...to here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectu22dykbw/GstGL-1.0.c:686:41: throw: if ‘g_file_error_from_errno’ throws an exception...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectu22dykbw/GstGL-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): [#def421]
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectu22dykbw/GstGL-1.0.c:699:18: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(input_filename, "rb")’
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectu22dykbw/GstGL-1.0.c:630:1: enter_function: entry to ‘dump_irepository’
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectu22dykbw/GstGL-1.0.c:645:6: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectu22dykbw/GstGL-1.0.c:654:15: branch_false: ...to here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectu22dykbw/GstGL-1.0.c:658:6: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectu22dykbw/GstGL-1.0.c:669:11: branch_false: ...to here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectu22dykbw/GstGL-1.0.c:669:11: acquire_resource: opened here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectu22dykbw/GstGL-1.0.c:670:6: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectu22dykbw/GstGL-1.0.c:682:12: branch_false: ...to here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectu22dykbw/GstGL-1.0.c:683:6: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectu22dykbw/GstGL-1.0.c:696:3: branch_false: ...to here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectu22dykbw/GstGL-1.0.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectu22dykbw/GstGL-1.0.c:696:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectu22dykbw/GstGL-1.0.c:697:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectu22dykbw/GstGL-1.0.c:697:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectu22dykbw/GstGL-1.0.c:699:18: throw: if ‘g_hash_table_new’ throws an exception...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectu22dykbw/GstGL-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): [#def422]
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectu22dykbw/GstGL-1.0.c:699:18: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(output_filename, "wb")’
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectu22dykbw/GstGL-1.0.c:630:1: enter_function: entry to ‘dump_irepository’
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectu22dykbw/GstGL-1.0.c:645:6: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectu22dykbw/GstGL-1.0.c:654:15: branch_false: ...to here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectu22dykbw/GstGL-1.0.c:658:6: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectu22dykbw/GstGL-1.0.c:669:11: branch_false: ...to here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectu22dykbw/GstGL-1.0.c:670:6: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectu22dykbw/GstGL-1.0.c:682:12: branch_false: ...to here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectu22dykbw/GstGL-1.0.c:682:12: acquire_resource: opened here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectu22dykbw/GstGL-1.0.c:683:6: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectu22dykbw/GstGL-1.0.c:696:3: branch_false: ...to here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectu22dykbw/GstGL-1.0.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectu22dykbw/GstGL-1.0.c:696:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectu22dykbw/GstGL-1.0.c:697:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectu22dykbw/GstGL-1.0.c:697:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectu22dykbw/GstGL-1.0.c:699:18: throw: if ‘g_hash_table_new’ throws an exception...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectu22dykbw/GstGL-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): [#def423]
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectu22dykbw/GstGL-1.0.c:699:18: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(input_filename, "rb")’
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectu22dykbw/GstGL-1.0.c:630:1: enter_function: entry to ‘dump_irepository’
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectu22dykbw/GstGL-1.0.c:645:6: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectu22dykbw/GstGL-1.0.c:654:15: branch_false: ...to here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectu22dykbw/GstGL-1.0.c:658:6: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectu22dykbw/GstGL-1.0.c:669:11: branch_false: ...to here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectu22dykbw/GstGL-1.0.c:669:11: acquire_memory: allocated here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectu22dykbw/GstGL-1.0.c:670:6: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectu22dykbw/GstGL-1.0.c:682:12: branch_false: ...to here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectu22dykbw/GstGL-1.0.c:683:6: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectu22dykbw/GstGL-1.0.c:696:3: branch_false: ...to here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectu22dykbw/GstGL-1.0.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectu22dykbw/GstGL-1.0.c:696:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectu22dykbw/GstGL-1.0.c:697:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectu22dykbw/GstGL-1.0.c:697:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectu22dykbw/GstGL-1.0.c:699:18: throw: if ‘g_hash_table_new’ throws an exception...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectu22dykbw/GstGL-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): [#def424]
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectu22dykbw/GstGL-1.0.c:699:18: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(output_filename, "wb")’
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectu22dykbw/GstGL-1.0.c:630:1: enter_function: entry to ‘dump_irepository’
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectu22dykbw/GstGL-1.0.c:645:6: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectu22dykbw/GstGL-1.0.c:654:15: branch_false: ...to here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectu22dykbw/GstGL-1.0.c:658:6: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectu22dykbw/GstGL-1.0.c:669:11: branch_false: ...to here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectu22dykbw/GstGL-1.0.c:670:6: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectu22dykbw/GstGL-1.0.c:682:12: branch_false: ...to here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectu22dykbw/GstGL-1.0.c:682:12: acquire_memory: allocated here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectu22dykbw/GstGL-1.0.c:683:6: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectu22dykbw/GstGL-1.0.c:696:3: branch_false: ...to here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectu22dykbw/GstGL-1.0.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectu22dykbw/GstGL-1.0.c:696:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectu22dykbw/GstGL-1.0.c:697:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectu22dykbw/GstGL-1.0.c:697:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectu22dykbw/GstGL-1.0.c:699:18: throw: if ‘g_hash_table_new’ throws an exception...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectu22dykbw/GstGL-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): [#def425]
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectuhgwbg9m/GstSdp-1.0.c:68:7: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(input_filename, "rb")’
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectuhgwbg9m/GstSdp-1.0.c:630:1: enter_function: entry to ‘dump_irepository’
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectuhgwbg9m/GstSdp-1.0.c:645:6: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectuhgwbg9m/GstSdp-1.0.c:654:15: branch_false: ...to here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectuhgwbg9m/GstSdp-1.0.c:658:6: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectuhgwbg9m/GstSdp-1.0.c:669:11: branch_false: ...to here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectuhgwbg9m/GstSdp-1.0.c:669:11: acquire_resource: opened here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectuhgwbg9m/GstSdp-1.0.c:670:6: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectuhgwbg9m/GstSdp-1.0.c:682:12: branch_false: ...to here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectuhgwbg9m/GstSdp-1.0.c:683:6: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectuhgwbg9m/GstSdp-1.0.c:696:3: branch_false: ...to here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectuhgwbg9m/GstSdp-1.0.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Error: GCC_ANALYZER_WARNING (CWE-775): [#def450]
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectuhgwbg9m/GstSdp-1.0.c:686:7: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(input_filename, "rb")’
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectuhgwbg9m/GstSdp-1.0.c:645:6: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectuhgwbg9m/GstSdp-1.0.c:654:15: branch_false: ...to here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectuhgwbg9m/GstSdp-1.0.c:658:6: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectuhgwbg9m/GstSdp-1.0.c:669:11: branch_false: ...to here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectuhgwbg9m/GstSdp-1.0.c:669:11: acquire_resource: opened here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectuhgwbg9m/GstSdp-1.0.c:670:6: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectuhgwbg9m/GstSdp-1.0.c:682:12: branch_false: ...to here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectuhgwbg9m/GstSdp-1.0.c:683:6: branch_true: following ‘true’ branch...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectuhgwbg9m/GstSdp-1.0.c:685:25: branch_true: ...to here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectuhgwbg9m/GstSdp-1.0.c:686:7: throw: if ‘g_file_error_quark’ throws an exception...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectuhgwbg9m/GstSdp-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): [#def451]
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectuhgwbg9m/GstSdp-1.0.c:686:7: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(input_filename, "rb")’
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectuhgwbg9m/GstSdp-1.0.c:645:6: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectuhgwbg9m/GstSdp-1.0.c:654:15: branch_false: ...to here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectuhgwbg9m/GstSdp-1.0.c:658:6: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectuhgwbg9m/GstSdp-1.0.c:669:11: branch_false: ...to here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectuhgwbg9m/GstSdp-1.0.c:669:11: acquire_memory: allocated here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectuhgwbg9m/GstSdp-1.0.c:670:6: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectuhgwbg9m/GstSdp-1.0.c:682:12: branch_false: ...to here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectuhgwbg9m/GstSdp-1.0.c:683:6: branch_true: following ‘true’ branch...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectuhgwbg9m/GstSdp-1.0.c:685:25: branch_true: ...to here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectuhgwbg9m/GstSdp-1.0.c:686:7: throw: if ‘g_file_error_quark’ throws an exception...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectuhgwbg9m/GstSdp-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): [#def452]
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectuhgwbg9m/GstSdp-1.0.c:686:41: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(input_filename, "rb")’
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectuhgwbg9m/GstSdp-1.0.c:645:6: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectuhgwbg9m/GstSdp-1.0.c:654:15: branch_false: ...to here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectuhgwbg9m/GstSdp-1.0.c:658:6: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectuhgwbg9m/GstSdp-1.0.c:669:11: branch_false: ...to here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectuhgwbg9m/GstSdp-1.0.c:669:11: acquire_resource: opened here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectuhgwbg9m/GstSdp-1.0.c:670:6: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectuhgwbg9m/GstSdp-1.0.c:682:12: branch_false: ...to here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectuhgwbg9m/GstSdp-1.0.c:683:6: branch_true: following ‘true’ branch...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectuhgwbg9m/GstSdp-1.0.c:685:25: branch_true: ...to here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectuhgwbg9m/GstSdp-1.0.c:686:41: throw: if ‘g_file_error_from_errno’ throws an exception...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectuhgwbg9m/GstSdp-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): [#def453]
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectuhgwbg9m/GstSdp-1.0.c:686:41: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(input_filename, "rb")’
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectuhgwbg9m/GstSdp-1.0.c:645:6: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectuhgwbg9m/GstSdp-1.0.c:654:15: branch_false: ...to here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectuhgwbg9m/GstSdp-1.0.c:658:6: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectuhgwbg9m/GstSdp-1.0.c:669:11: branch_false: ...to here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectuhgwbg9m/GstSdp-1.0.c:669:11: acquire_memory: allocated here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectuhgwbg9m/GstSdp-1.0.c:670:6: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectuhgwbg9m/GstSdp-1.0.c:682:12: branch_false: ...to here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectuhgwbg9m/GstSdp-1.0.c:683:6: branch_true: following ‘true’ branch...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectuhgwbg9m/GstSdp-1.0.c:685:25: branch_true: ...to here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectuhgwbg9m/GstSdp-1.0.c:686:41: throw: if ‘g_file_error_from_errno’ throws an exception...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectuhgwbg9m/GstSdp-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): [#def454]
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectuhgwbg9m/GstSdp-1.0.c:699:18: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(input_filename, "rb")’
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectuhgwbg9m/GstSdp-1.0.c:630:1: enter_function: entry to ‘dump_irepository’
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectuhgwbg9m/GstSdp-1.0.c:645:6: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectuhgwbg9m/GstSdp-1.0.c:654:15: branch_false: ...to here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectuhgwbg9m/GstSdp-1.0.c:658:6: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectuhgwbg9m/GstSdp-1.0.c:669:11: branch_false: ...to here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectuhgwbg9m/GstSdp-1.0.c:669:11: acquire_resource: opened here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectuhgwbg9m/GstSdp-1.0.c:670:6: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectuhgwbg9m/GstSdp-1.0.c:682:12: branch_false: ...to here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectuhgwbg9m/GstSdp-1.0.c:683:6: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectuhgwbg9m/GstSdp-1.0.c:696:3: branch_false: ...to here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectuhgwbg9m/GstSdp-1.0.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectuhgwbg9m/GstSdp-1.0.c:696:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectuhgwbg9m/GstSdp-1.0.c:697:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectuhgwbg9m/GstSdp-1.0.c:697:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectuhgwbg9m/GstSdp-1.0.c:699:18: throw: if ‘g_hash_table_new’ throws an exception...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectuhgwbg9m/GstSdp-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): [#def455]
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectuhgwbg9m/GstSdp-1.0.c:699:18: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(output_filename, "wb")’
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectuhgwbg9m/GstSdp-1.0.c:630:1: enter_function: entry to ‘dump_irepository’
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectuhgwbg9m/GstSdp-1.0.c:645:6: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectuhgwbg9m/GstSdp-1.0.c:654:15: branch_false: ...to here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectuhgwbg9m/GstSdp-1.0.c:658:6: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectuhgwbg9m/GstSdp-1.0.c:669:11: branch_false: ...to here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectuhgwbg9m/GstSdp-1.0.c:670:6: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectuhgwbg9m/GstSdp-1.0.c:682:12: branch_false: ...to here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectuhgwbg9m/GstSdp-1.0.c:682:12: acquire_resource: opened here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectuhgwbg9m/GstSdp-1.0.c:683:6: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectuhgwbg9m/GstSdp-1.0.c:696:3: branch_false: ...to here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectuhgwbg9m/GstSdp-1.0.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectuhgwbg9m/GstSdp-1.0.c:696:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectuhgwbg9m/GstSdp-1.0.c:697:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectuhgwbg9m/GstSdp-1.0.c:697:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectuhgwbg9m/GstSdp-1.0.c:699:18: throw: if ‘g_hash_table_new’ throws an exception...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectuhgwbg9m/GstSdp-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): [#def456]
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectuhgwbg9m/GstSdp-1.0.c:699:18: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(input_filename, "rb")’
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectuhgwbg9m/GstSdp-1.0.c:630:1: enter_function: entry to ‘dump_irepository’
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectuhgwbg9m/GstSdp-1.0.c:645:6: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectuhgwbg9m/GstSdp-1.0.c:654:15: branch_false: ...to here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectuhgwbg9m/GstSdp-1.0.c:658:6: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectuhgwbg9m/GstSdp-1.0.c:669:11: branch_false: ...to here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectuhgwbg9m/GstSdp-1.0.c:669:11: acquire_memory: allocated here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectuhgwbg9m/GstSdp-1.0.c:670:6: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectuhgwbg9m/GstSdp-1.0.c:682:12: branch_false: ...to here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectuhgwbg9m/GstSdp-1.0.c:683:6: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectuhgwbg9m/GstSdp-1.0.c:696:3: branch_false: ...to here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectuhgwbg9m/GstSdp-1.0.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectuhgwbg9m/GstSdp-1.0.c:696:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectuhgwbg9m/GstSdp-1.0.c:697:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectuhgwbg9m/GstSdp-1.0.c:697:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectuhgwbg9m/GstSdp-1.0.c:699:18: throw: if ‘g_hash_table_new’ throws an exception...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectuhgwbg9m/GstSdp-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): [#def457]
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectuhgwbg9m/GstSdp-1.0.c:699:18: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(output_filename, "wb")’
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectuhgwbg9m/GstSdp-1.0.c:630:1: enter_function: entry to ‘dump_irepository’
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectuhgwbg9m/GstSdp-1.0.c:645:6: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectuhgwbg9m/GstSdp-1.0.c:654:15: branch_false: ...to here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectuhgwbg9m/GstSdp-1.0.c:658:6: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectuhgwbg9m/GstSdp-1.0.c:669:11: branch_false: ...to here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectuhgwbg9m/GstSdp-1.0.c:670:6: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectuhgwbg9m/GstSdp-1.0.c:682:12: branch_false: ...to here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectuhgwbg9m/GstSdp-1.0.c:682:12: acquire_memory: allocated here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectuhgwbg9m/GstSdp-1.0.c:683:6: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectuhgwbg9m/GstSdp-1.0.c:696:3: branch_false: ...to here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectuhgwbg9m/GstSdp-1.0.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectuhgwbg9m/GstSdp-1.0.c:696:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectuhgwbg9m/GstSdp-1.0.c:697:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectuhgwbg9m/GstSdp-1.0.c:697:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectuhgwbg9m/GstSdp-1.0.c:699:18: throw: if ‘g_hash_table_new’ throws an exception...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectuhgwbg9m/GstSdp-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): [#def458]
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectvyywbvaa/GstApp-1.0.c:68:7: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(input_filename, "rb")’
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectvyywbvaa/GstApp-1.0.c:630:1: enter_function: entry to ‘dump_irepository’
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectvyywbvaa/GstApp-1.0.c:645:6: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectvyywbvaa/GstApp-1.0.c:654:15: branch_false: ...to here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectvyywbvaa/GstApp-1.0.c:658:6: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectvyywbvaa/GstApp-1.0.c:669:11: branch_false: ...to here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectvyywbvaa/GstApp-1.0.c:669:11: acquire_resource: opened here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectvyywbvaa/GstApp-1.0.c:670:6: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectvyywbvaa/GstApp-1.0.c:682:12: branch_false: ...to here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectvyywbvaa/GstApp-1.0.c:683:6: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectvyywbvaa/GstApp-1.0.c:696:3: branch_false: ...to here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectvyywbvaa/GstApp-1.0.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Error: GCC_ANALYZER_WARNING (CWE-775): [#def483]
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectvyywbvaa/GstApp-1.0.c:686:7: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(input_filename, "rb")’
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectvyywbvaa/GstApp-1.0.c:645:6: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectvyywbvaa/GstApp-1.0.c:654:15: branch_false: ...to here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectvyywbvaa/GstApp-1.0.c:658:6: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectvyywbvaa/GstApp-1.0.c:669:11: branch_false: ...to here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectvyywbvaa/GstApp-1.0.c:669:11: acquire_resource: opened here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectvyywbvaa/GstApp-1.0.c:670:6: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectvyywbvaa/GstApp-1.0.c:682:12: branch_false: ...to here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectvyywbvaa/GstApp-1.0.c:683:6: branch_true: following ‘true’ branch...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectvyywbvaa/GstApp-1.0.c:685:25: branch_true: ...to here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectvyywbvaa/GstApp-1.0.c:686:7: throw: if ‘g_file_error_quark’ throws an exception...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectvyywbvaa/GstApp-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): [#def484]
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectvyywbvaa/GstApp-1.0.c:686:7: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(input_filename, "rb")’
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectvyywbvaa/GstApp-1.0.c:645:6: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectvyywbvaa/GstApp-1.0.c:654:15: branch_false: ...to here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectvyywbvaa/GstApp-1.0.c:658:6: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectvyywbvaa/GstApp-1.0.c:669:11: branch_false: ...to here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectvyywbvaa/GstApp-1.0.c:669:11: acquire_memory: allocated here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectvyywbvaa/GstApp-1.0.c:670:6: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectvyywbvaa/GstApp-1.0.c:682:12: branch_false: ...to here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectvyywbvaa/GstApp-1.0.c:683:6: branch_true: following ‘true’ branch...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectvyywbvaa/GstApp-1.0.c:685:25: branch_true: ...to here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectvyywbvaa/GstApp-1.0.c:686:7: throw: if ‘g_file_error_quark’ throws an exception...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectvyywbvaa/GstApp-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): [#def485]
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectvyywbvaa/GstApp-1.0.c:686:41: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(input_filename, "rb")’
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectvyywbvaa/GstApp-1.0.c:645:6: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectvyywbvaa/GstApp-1.0.c:654:15: branch_false: ...to here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectvyywbvaa/GstApp-1.0.c:658:6: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectvyywbvaa/GstApp-1.0.c:669:11: branch_false: ...to here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectvyywbvaa/GstApp-1.0.c:669:11: acquire_resource: opened here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectvyywbvaa/GstApp-1.0.c:670:6: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectvyywbvaa/GstApp-1.0.c:682:12: branch_false: ...to here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectvyywbvaa/GstApp-1.0.c:683:6: branch_true: following ‘true’ branch...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectvyywbvaa/GstApp-1.0.c:685:25: branch_true: ...to here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectvyywbvaa/GstApp-1.0.c:686:41: throw: if ‘g_file_error_from_errno’ throws an exception...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectvyywbvaa/GstApp-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): [#def486]
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectvyywbvaa/GstApp-1.0.c:686:41: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(input_filename, "rb")’
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectvyywbvaa/GstApp-1.0.c:645:6: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectvyywbvaa/GstApp-1.0.c:654:15: branch_false: ...to here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectvyywbvaa/GstApp-1.0.c:658:6: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectvyywbvaa/GstApp-1.0.c:669:11: branch_false: ...to here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectvyywbvaa/GstApp-1.0.c:669:11: acquire_memory: allocated here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectvyywbvaa/GstApp-1.0.c:670:6: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectvyywbvaa/GstApp-1.0.c:682:12: branch_false: ...to here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectvyywbvaa/GstApp-1.0.c:683:6: branch_true: following ‘true’ branch...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectvyywbvaa/GstApp-1.0.c:685:25: branch_true: ...to here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectvyywbvaa/GstApp-1.0.c:686:41: throw: if ‘g_file_error_from_errno’ throws an exception...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectvyywbvaa/GstApp-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): [#def487]
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectvyywbvaa/GstApp-1.0.c:699:18: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(input_filename, "rb")’
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectvyywbvaa/GstApp-1.0.c:630:1: enter_function: entry to ‘dump_irepository’
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectvyywbvaa/GstApp-1.0.c:645:6: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectvyywbvaa/GstApp-1.0.c:654:15: branch_false: ...to here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectvyywbvaa/GstApp-1.0.c:658:6: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectvyywbvaa/GstApp-1.0.c:669:11: branch_false: ...to here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectvyywbvaa/GstApp-1.0.c:669:11: acquire_resource: opened here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectvyywbvaa/GstApp-1.0.c:670:6: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectvyywbvaa/GstApp-1.0.c:682:12: branch_false: ...to here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectvyywbvaa/GstApp-1.0.c:683:6: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectvyywbvaa/GstApp-1.0.c:696:3: branch_false: ...to here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectvyywbvaa/GstApp-1.0.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectvyywbvaa/GstApp-1.0.c:696:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectvyywbvaa/GstApp-1.0.c:697:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectvyywbvaa/GstApp-1.0.c:697:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectvyywbvaa/GstApp-1.0.c:699:18: throw: if ‘g_hash_table_new’ throws an exception...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectvyywbvaa/GstApp-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): [#def488]
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectvyywbvaa/GstApp-1.0.c:699:18: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(output_filename, "wb")’
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectvyywbvaa/GstApp-1.0.c:630:1: enter_function: entry to ‘dump_irepository’
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectvyywbvaa/GstApp-1.0.c:645:6: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectvyywbvaa/GstApp-1.0.c:654:15: branch_false: ...to here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectvyywbvaa/GstApp-1.0.c:658:6: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectvyywbvaa/GstApp-1.0.c:669:11: branch_false: ...to here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectvyywbvaa/GstApp-1.0.c:670:6: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectvyywbvaa/GstApp-1.0.c:682:12: branch_false: ...to here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectvyywbvaa/GstApp-1.0.c:682:12: acquire_resource: opened here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectvyywbvaa/GstApp-1.0.c:683:6: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectvyywbvaa/GstApp-1.0.c:696:3: branch_false: ...to here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectvyywbvaa/GstApp-1.0.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectvyywbvaa/GstApp-1.0.c:696:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectvyywbvaa/GstApp-1.0.c:697:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectvyywbvaa/GstApp-1.0.c:697:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectvyywbvaa/GstApp-1.0.c:699:18: throw: if ‘g_hash_table_new’ throws an exception...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectvyywbvaa/GstApp-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): [#def489]
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectvyywbvaa/GstApp-1.0.c:699:18: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(input_filename, "rb")’
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectvyywbvaa/GstApp-1.0.c:630:1: enter_function: entry to ‘dump_irepository’
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectvyywbvaa/GstApp-1.0.c:645:6: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectvyywbvaa/GstApp-1.0.c:654:15: branch_false: ...to here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectvyywbvaa/GstApp-1.0.c:658:6: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectvyywbvaa/GstApp-1.0.c:669:11: branch_false: ...to here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectvyywbvaa/GstApp-1.0.c:669:11: acquire_memory: allocated here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectvyywbvaa/GstApp-1.0.c:670:6: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectvyywbvaa/GstApp-1.0.c:682:12: branch_false: ...to here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectvyywbvaa/GstApp-1.0.c:683:6: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectvyywbvaa/GstApp-1.0.c:696:3: branch_false: ...to here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectvyywbvaa/GstApp-1.0.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectvyywbvaa/GstApp-1.0.c:696:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectvyywbvaa/GstApp-1.0.c:697:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectvyywbvaa/GstApp-1.0.c:697:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectvyywbvaa/GstApp-1.0.c:699:18: throw: if ‘g_hash_table_new’ throws an exception...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectvyywbvaa/GstApp-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): [#def490]
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectvyywbvaa/GstApp-1.0.c:699:18: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(output_filename, "wb")’
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectvyywbvaa/GstApp-1.0.c:630:1: enter_function: entry to ‘dump_irepository’
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectvyywbvaa/GstApp-1.0.c:645:6: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectvyywbvaa/GstApp-1.0.c:654:15: branch_false: ...to here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectvyywbvaa/GstApp-1.0.c:658:6: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectvyywbvaa/GstApp-1.0.c:669:11: branch_false: ...to here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectvyywbvaa/GstApp-1.0.c:670:6: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectvyywbvaa/GstApp-1.0.c:682:12: branch_false: ...to here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectvyywbvaa/GstApp-1.0.c:682:12: acquire_memory: allocated here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectvyywbvaa/GstApp-1.0.c:683:6: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectvyywbvaa/GstApp-1.0.c:696:3: branch_false: ...to here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectvyywbvaa/GstApp-1.0.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectvyywbvaa/GstApp-1.0.c:696:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectvyywbvaa/GstApp-1.0.c:697:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectvyywbvaa/GstApp-1.0.c:697:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectvyywbvaa/GstApp-1.0.c:699:18: throw: if ‘g_hash_table_new’ throws an exception...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectvyywbvaa/GstApp-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): [#def491]
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspecty8qh2f5n/GstTag-1.0.c:68:7: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(input_filename, "rb")’
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspecty8qh2f5n/GstTag-1.0.c:630:1: enter_function: entry to ‘dump_irepository’
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspecty8qh2f5n/GstTag-1.0.c:645:6: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspecty8qh2f5n/GstTag-1.0.c:654:15: branch_false: ...to here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspecty8qh2f5n/GstTag-1.0.c:658:6: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspecty8qh2f5n/GstTag-1.0.c:669:11: branch_false: ...to here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspecty8qh2f5n/GstTag-1.0.c:669:11: acquire_resource: opened here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspecty8qh2f5n/GstTag-1.0.c:670:6: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspecty8qh2f5n/GstTag-1.0.c:682:12: branch_false: ...to here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspecty8qh2f5n/GstTag-1.0.c:683:6: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspecty8qh2f5n/GstTag-1.0.c:696:3: branch_false: ...to here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspecty8qh2f5n/GstTag-1.0.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Error: GCC_ANALYZER_WARNING (CWE-775): [#def516]
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspecty8qh2f5n/GstTag-1.0.c:686:7: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(input_filename, "rb")’
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspecty8qh2f5n/GstTag-1.0.c:645:6: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspecty8qh2f5n/GstTag-1.0.c:654:15: branch_false: ...to here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspecty8qh2f5n/GstTag-1.0.c:658:6: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspecty8qh2f5n/GstTag-1.0.c:669:11: branch_false: ...to here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspecty8qh2f5n/GstTag-1.0.c:669:11: acquire_resource: opened here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspecty8qh2f5n/GstTag-1.0.c:670:6: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspecty8qh2f5n/GstTag-1.0.c:682:12: branch_false: ...to here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspecty8qh2f5n/GstTag-1.0.c:683:6: branch_true: following ‘true’ branch...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspecty8qh2f5n/GstTag-1.0.c:685:25: branch_true: ...to here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspecty8qh2f5n/GstTag-1.0.c:686:7: throw: if ‘g_file_error_quark’ throws an exception...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspecty8qh2f5n/GstTag-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): [#def517]
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspecty8qh2f5n/GstTag-1.0.c:686:7: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(input_filename, "rb")’
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspecty8qh2f5n/GstTag-1.0.c:645:6: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspecty8qh2f5n/GstTag-1.0.c:654:15: branch_false: ...to here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspecty8qh2f5n/GstTag-1.0.c:658:6: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspecty8qh2f5n/GstTag-1.0.c:669:11: branch_false: ...to here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspecty8qh2f5n/GstTag-1.0.c:669:11: acquire_memory: allocated here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspecty8qh2f5n/GstTag-1.0.c:670:6: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspecty8qh2f5n/GstTag-1.0.c:682:12: branch_false: ...to here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspecty8qh2f5n/GstTag-1.0.c:683:6: branch_true: following ‘true’ branch...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspecty8qh2f5n/GstTag-1.0.c:685:25: branch_true: ...to here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspecty8qh2f5n/GstTag-1.0.c:686:7: throw: if ‘g_file_error_quark’ throws an exception...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspecty8qh2f5n/GstTag-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): [#def518]
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspecty8qh2f5n/GstTag-1.0.c:686:41: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(input_filename, "rb")’
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspecty8qh2f5n/GstTag-1.0.c:645:6: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspecty8qh2f5n/GstTag-1.0.c:654:15: branch_false: ...to here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspecty8qh2f5n/GstTag-1.0.c:658:6: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspecty8qh2f5n/GstTag-1.0.c:669:11: branch_false: ...to here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspecty8qh2f5n/GstTag-1.0.c:669:11: acquire_resource: opened here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspecty8qh2f5n/GstTag-1.0.c:670:6: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspecty8qh2f5n/GstTag-1.0.c:682:12: branch_false: ...to here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspecty8qh2f5n/GstTag-1.0.c:683:6: branch_true: following ‘true’ branch...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspecty8qh2f5n/GstTag-1.0.c:685:25: branch_true: ...to here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspecty8qh2f5n/GstTag-1.0.c:686:41: throw: if ‘g_file_error_from_errno’ throws an exception...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspecty8qh2f5n/GstTag-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): [#def519]
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspecty8qh2f5n/GstTag-1.0.c:686:41: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(input_filename, "rb")’
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspecty8qh2f5n/GstTag-1.0.c:645:6: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspecty8qh2f5n/GstTag-1.0.c:654:15: branch_false: ...to here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspecty8qh2f5n/GstTag-1.0.c:658:6: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspecty8qh2f5n/GstTag-1.0.c:669:11: branch_false: ...to here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspecty8qh2f5n/GstTag-1.0.c:669:11: acquire_memory: allocated here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspecty8qh2f5n/GstTag-1.0.c:670:6: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspecty8qh2f5n/GstTag-1.0.c:682:12: branch_false: ...to here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspecty8qh2f5n/GstTag-1.0.c:683:6: branch_true: following ‘true’ branch...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspecty8qh2f5n/GstTag-1.0.c:685:25: branch_true: ...to here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspecty8qh2f5n/GstTag-1.0.c:686:41: throw: if ‘g_file_error_from_errno’ throws an exception...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspecty8qh2f5n/GstTag-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): [#def520]
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspecty8qh2f5n/GstTag-1.0.c:699:18: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(input_filename, "rb")’
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspecty8qh2f5n/GstTag-1.0.c:630:1: enter_function: entry to ‘dump_irepository’
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspecty8qh2f5n/GstTag-1.0.c:645:6: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspecty8qh2f5n/GstTag-1.0.c:654:15: branch_false: ...to here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspecty8qh2f5n/GstTag-1.0.c:658:6: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspecty8qh2f5n/GstTag-1.0.c:669:11: branch_false: ...to here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspecty8qh2f5n/GstTag-1.0.c:669:11: acquire_resource: opened here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspecty8qh2f5n/GstTag-1.0.c:670:6: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspecty8qh2f5n/GstTag-1.0.c:682:12: branch_false: ...to here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspecty8qh2f5n/GstTag-1.0.c:683:6: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspecty8qh2f5n/GstTag-1.0.c:696:3: branch_false: ...to here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspecty8qh2f5n/GstTag-1.0.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspecty8qh2f5n/GstTag-1.0.c:696:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspecty8qh2f5n/GstTag-1.0.c:697:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspecty8qh2f5n/GstTag-1.0.c:697:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspecty8qh2f5n/GstTag-1.0.c:699:18: throw: if ‘g_hash_table_new’ throws an exception...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspecty8qh2f5n/GstTag-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): [#def521]
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspecty8qh2f5n/GstTag-1.0.c:699:18: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(output_filename, "wb")’
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspecty8qh2f5n/GstTag-1.0.c:630:1: enter_function: entry to ‘dump_irepository’
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspecty8qh2f5n/GstTag-1.0.c:645:6: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspecty8qh2f5n/GstTag-1.0.c:654:15: branch_false: ...to here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspecty8qh2f5n/GstTag-1.0.c:658:6: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspecty8qh2f5n/GstTag-1.0.c:669:11: branch_false: ...to here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspecty8qh2f5n/GstTag-1.0.c:670:6: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspecty8qh2f5n/GstTag-1.0.c:682:12: branch_false: ...to here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspecty8qh2f5n/GstTag-1.0.c:682:12: acquire_resource: opened here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspecty8qh2f5n/GstTag-1.0.c:683:6: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspecty8qh2f5n/GstTag-1.0.c:696:3: branch_false: ...to here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspecty8qh2f5n/GstTag-1.0.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspecty8qh2f5n/GstTag-1.0.c:696:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspecty8qh2f5n/GstTag-1.0.c:697:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspecty8qh2f5n/GstTag-1.0.c:697:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspecty8qh2f5n/GstTag-1.0.c:699:18: throw: if ‘g_hash_table_new’ throws an exception...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspecty8qh2f5n/GstTag-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): [#def522]
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspecty8qh2f5n/GstTag-1.0.c:699:18: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(input_filename, "rb")’
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspecty8qh2f5n/GstTag-1.0.c:630:1: enter_function: entry to ‘dump_irepository’
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspecty8qh2f5n/GstTag-1.0.c:645:6: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspecty8qh2f5n/GstTag-1.0.c:654:15: branch_false: ...to here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspecty8qh2f5n/GstTag-1.0.c:658:6: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspecty8qh2f5n/GstTag-1.0.c:669:11: branch_false: ...to here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspecty8qh2f5n/GstTag-1.0.c:669:11: acquire_memory: allocated here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspecty8qh2f5n/GstTag-1.0.c:670:6: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspecty8qh2f5n/GstTag-1.0.c:682:12: branch_false: ...to here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspecty8qh2f5n/GstTag-1.0.c:683:6: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspecty8qh2f5n/GstTag-1.0.c:696:3: branch_false: ...to here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspecty8qh2f5n/GstTag-1.0.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspecty8qh2f5n/GstTag-1.0.c:696:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspecty8qh2f5n/GstTag-1.0.c:697:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspecty8qh2f5n/GstTag-1.0.c:697:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspecty8qh2f5n/GstTag-1.0.c:699:18: throw: if ‘g_hash_table_new’ throws an exception...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspecty8qh2f5n/GstTag-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): [#def523]
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspecty8qh2f5n/GstTag-1.0.c:699:18: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(output_filename, "wb")’
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspecty8qh2f5n/GstTag-1.0.c:630:1: enter_function: entry to ‘dump_irepository’
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspecty8qh2f5n/GstTag-1.0.c:645:6: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspecty8qh2f5n/GstTag-1.0.c:654:15: branch_false: ...to here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspecty8qh2f5n/GstTag-1.0.c:658:6: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspecty8qh2f5n/GstTag-1.0.c:669:11: branch_false: ...to here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspecty8qh2f5n/GstTag-1.0.c:670:6: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspecty8qh2f5n/GstTag-1.0.c:682:12: branch_false: ...to here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspecty8qh2f5n/GstTag-1.0.c:682:12: acquire_memory: allocated here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspecty8qh2f5n/GstTag-1.0.c:683:6: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspecty8qh2f5n/GstTag-1.0.c:696:3: branch_false: ...to here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspecty8qh2f5n/GstTag-1.0.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspecty8qh2f5n/GstTag-1.0.c:696:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspecty8qh2f5n/GstTag-1.0.c:697:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspecty8qh2f5n/GstTag-1.0.c:697:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspecty8qh2f5n/GstTag-1.0.c:699:18: throw: if ‘g_hash_table_new’ throws an exception...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspecty8qh2f5n/GstTag-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): [#def524]
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectzs2_s8p6/GstAllocators-1.0.c:68:7: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(input_filename, "rb")’
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectzs2_s8p6/GstAllocators-1.0.c:630:1: enter_function: entry to ‘dump_irepository’
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectzs2_s8p6/GstAllocators-1.0.c:645:6: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectzs2_s8p6/GstAllocators-1.0.c:654:15: branch_false: ...to here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectzs2_s8p6/GstAllocators-1.0.c:658:6: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectzs2_s8p6/GstAllocators-1.0.c:669:11: branch_false: ...to here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectzs2_s8p6/GstAllocators-1.0.c:669:11: acquire_resource: opened here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectzs2_s8p6/GstAllocators-1.0.c:670:6: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectzs2_s8p6/GstAllocators-1.0.c:682:12: branch_false: ...to here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectzs2_s8p6/GstAllocators-1.0.c:683:6: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectzs2_s8p6/GstAllocators-1.0.c:696:3: branch_false: ...to here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectzs2_s8p6/GstAllocators-1.0.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Error: GCC_ANALYZER_WARNING (CWE-775): [#def549]
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectzs2_s8p6/GstAllocators-1.0.c:686:7: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(input_filename, "rb")’
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectzs2_s8p6/GstAllocators-1.0.c:645:6: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectzs2_s8p6/GstAllocators-1.0.c:654:15: branch_false: ...to here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectzs2_s8p6/GstAllocators-1.0.c:658:6: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectzs2_s8p6/GstAllocators-1.0.c:669:11: branch_false: ...to here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectzs2_s8p6/GstAllocators-1.0.c:669:11: acquire_resource: opened here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectzs2_s8p6/GstAllocators-1.0.c:670:6: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectzs2_s8p6/GstAllocators-1.0.c:682:12: branch_false: ...to here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectzs2_s8p6/GstAllocators-1.0.c:683:6: branch_true: following ‘true’ branch...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectzs2_s8p6/GstAllocators-1.0.c:685:25: branch_true: ...to here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectzs2_s8p6/GstAllocators-1.0.c:686:7: throw: if ‘g_file_error_quark’ throws an exception...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectzs2_s8p6/GstAllocators-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): [#def550]
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectzs2_s8p6/GstAllocators-1.0.c:686:7: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(input_filename, "rb")’
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectzs2_s8p6/GstAllocators-1.0.c:645:6: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectzs2_s8p6/GstAllocators-1.0.c:654:15: branch_false: ...to here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectzs2_s8p6/GstAllocators-1.0.c:658:6: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectzs2_s8p6/GstAllocators-1.0.c:669:11: branch_false: ...to here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectzs2_s8p6/GstAllocators-1.0.c:669:11: acquire_memory: allocated here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectzs2_s8p6/GstAllocators-1.0.c:670:6: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectzs2_s8p6/GstAllocators-1.0.c:682:12: branch_false: ...to here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectzs2_s8p6/GstAllocators-1.0.c:683:6: branch_true: following ‘true’ branch...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectzs2_s8p6/GstAllocators-1.0.c:685:25: branch_true: ...to here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectzs2_s8p6/GstAllocators-1.0.c:686:7: throw: if ‘g_file_error_quark’ throws an exception...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectzs2_s8p6/GstAllocators-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): [#def551]
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectzs2_s8p6/GstAllocators-1.0.c:686:41: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(input_filename, "rb")’
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectzs2_s8p6/GstAllocators-1.0.c:645:6: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectzs2_s8p6/GstAllocators-1.0.c:654:15: branch_false: ...to here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectzs2_s8p6/GstAllocators-1.0.c:658:6: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectzs2_s8p6/GstAllocators-1.0.c:669:11: branch_false: ...to here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectzs2_s8p6/GstAllocators-1.0.c:669:11: acquire_resource: opened here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectzs2_s8p6/GstAllocators-1.0.c:670:6: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectzs2_s8p6/GstAllocators-1.0.c:682:12: branch_false: ...to here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectzs2_s8p6/GstAllocators-1.0.c:683:6: branch_true: following ‘true’ branch...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectzs2_s8p6/GstAllocators-1.0.c:685:25: branch_true: ...to here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectzs2_s8p6/GstAllocators-1.0.c:686:41: throw: if ‘g_file_error_from_errno’ throws an exception...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectzs2_s8p6/GstAllocators-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): [#def552]
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectzs2_s8p6/GstAllocators-1.0.c:686:41: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(input_filename, "rb")’
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectzs2_s8p6/GstAllocators-1.0.c:645:6: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectzs2_s8p6/GstAllocators-1.0.c:654:15: branch_false: ...to here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectzs2_s8p6/GstAllocators-1.0.c:658:6: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectzs2_s8p6/GstAllocators-1.0.c:669:11: branch_false: ...to here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectzs2_s8p6/GstAllocators-1.0.c:669:11: acquire_memory: allocated here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectzs2_s8p6/GstAllocators-1.0.c:670:6: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectzs2_s8p6/GstAllocators-1.0.c:682:12: branch_false: ...to here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectzs2_s8p6/GstAllocators-1.0.c:683:6: branch_true: following ‘true’ branch...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectzs2_s8p6/GstAllocators-1.0.c:685:25: branch_true: ...to here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectzs2_s8p6/GstAllocators-1.0.c:686:41: throw: if ‘g_file_error_from_errno’ throws an exception...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectzs2_s8p6/GstAllocators-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): [#def553]
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectzs2_s8p6/GstAllocators-1.0.c:699:18: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(input_filename, "rb")’
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectzs2_s8p6/GstAllocators-1.0.c:630:1: enter_function: entry to ‘dump_irepository’
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectzs2_s8p6/GstAllocators-1.0.c:645:6: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectzs2_s8p6/GstAllocators-1.0.c:654:15: branch_false: ...to here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectzs2_s8p6/GstAllocators-1.0.c:658:6: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectzs2_s8p6/GstAllocators-1.0.c:669:11: branch_false: ...to here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectzs2_s8p6/GstAllocators-1.0.c:669:11: acquire_resource: opened here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectzs2_s8p6/GstAllocators-1.0.c:670:6: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectzs2_s8p6/GstAllocators-1.0.c:682:12: branch_false: ...to here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectzs2_s8p6/GstAllocators-1.0.c:683:6: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectzs2_s8p6/GstAllocators-1.0.c:696:3: branch_false: ...to here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectzs2_s8p6/GstAllocators-1.0.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectzs2_s8p6/GstAllocators-1.0.c:696:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectzs2_s8p6/GstAllocators-1.0.c:697:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectzs2_s8p6/GstAllocators-1.0.c:697:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectzs2_s8p6/GstAllocators-1.0.c:699:18: throw: if ‘g_hash_table_new’ throws an exception...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectzs2_s8p6/GstAllocators-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): [#def554]
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectzs2_s8p6/GstAllocators-1.0.c:699:18: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(output_filename, "wb")’
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectzs2_s8p6/GstAllocators-1.0.c:630:1: enter_function: entry to ‘dump_irepository’
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectzs2_s8p6/GstAllocators-1.0.c:645:6: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectzs2_s8p6/GstAllocators-1.0.c:654:15: branch_false: ...to here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectzs2_s8p6/GstAllocators-1.0.c:658:6: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectzs2_s8p6/GstAllocators-1.0.c:669:11: branch_false: ...to here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectzs2_s8p6/GstAllocators-1.0.c:670:6: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectzs2_s8p6/GstAllocators-1.0.c:682:12: branch_false: ...to here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectzs2_s8p6/GstAllocators-1.0.c:682:12: acquire_resource: opened here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectzs2_s8p6/GstAllocators-1.0.c:683:6: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectzs2_s8p6/GstAllocators-1.0.c:696:3: branch_false: ...to here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectzs2_s8p6/GstAllocators-1.0.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectzs2_s8p6/GstAllocators-1.0.c:696:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectzs2_s8p6/GstAllocators-1.0.c:697:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectzs2_s8p6/GstAllocators-1.0.c:697:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectzs2_s8p6/GstAllocators-1.0.c:699:18: throw: if ‘g_hash_table_new’ throws an exception...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectzs2_s8p6/GstAllocators-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): [#def555]
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectzs2_s8p6/GstAllocators-1.0.c:699:18: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(input_filename, "rb")’
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectzs2_s8p6/GstAllocators-1.0.c:630:1: enter_function: entry to ‘dump_irepository’
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectzs2_s8p6/GstAllocators-1.0.c:645:6: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectzs2_s8p6/GstAllocators-1.0.c:654:15: branch_false: ...to here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectzs2_s8p6/GstAllocators-1.0.c:658:6: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectzs2_s8p6/GstAllocators-1.0.c:669:11: branch_false: ...to here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectzs2_s8p6/GstAllocators-1.0.c:669:11: acquire_memory: allocated here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectzs2_s8p6/GstAllocators-1.0.c:670:6: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectzs2_s8p6/GstAllocators-1.0.c:682:12: branch_false: ...to here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectzs2_s8p6/GstAllocators-1.0.c:683:6: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectzs2_s8p6/GstAllocators-1.0.c:696:3: branch_false: ...to here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectzs2_s8p6/GstAllocators-1.0.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectzs2_s8p6/GstAllocators-1.0.c:696:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectzs2_s8p6/GstAllocators-1.0.c:697:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectzs2_s8p6/GstAllocators-1.0.c:697:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectzs2_s8p6/GstAllocators-1.0.c:699:18: throw: if ‘g_hash_table_new’ throws an exception...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectzs2_s8p6/GstAllocators-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): [#def556]
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectzs2_s8p6/GstAllocators-1.0.c:699:18: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(output_filename, "wb")’
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectzs2_s8p6/GstAllocators-1.0.c:630:1: enter_function: entry to ‘dump_irepository’
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectzs2_s8p6/GstAllocators-1.0.c:645:6: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectzs2_s8p6/GstAllocators-1.0.c:654:15: branch_false: ...to here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectzs2_s8p6/GstAllocators-1.0.c:658:6: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectzs2_s8p6/GstAllocators-1.0.c:669:11: branch_false: ...to here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectzs2_s8p6/GstAllocators-1.0.c:670:6: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectzs2_s8p6/GstAllocators-1.0.c:682:12: branch_false: ...to here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectzs2_s8p6/GstAllocators-1.0.c:682:12: acquire_memory: allocated here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectzs2_s8p6/GstAllocators-1.0.c:683:6: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectzs2_s8p6/GstAllocators-1.0.c:696:3: branch_false: ...to here
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectzs2_s8p6/GstAllocators-1.0.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectzs2_s8p6/GstAllocators-1.0.c:696:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectzs2_s8p6/GstAllocators-1.0.c:697:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectzs2_s8p6/GstAllocators-1.0.c:697:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectzs2_s8p6/GstAllocators-1.0.c:699:18: throw: if ‘g_hash_table_new’ throws an exception...
gst-plugins-base-1.26.10/redhat-linux-build/tmp-introspectzs2_s8p6/GstAllocators-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-457): [#def557]
gst-plugins-base-1.26.10/sys/ximage/ximagesink.c:524:7: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘temp.abs_pressure’
gst-plugins-base-1.26.10/sys/ximage/ximagesink.c:476:15: branch_true: following ‘true’ branch...
gst-plugins-base-1.26.10/sys/ximage/ximagesink.c:481:16: branch_true: ...to here
gst-plugins-base-1.26.10/sys/ximage/ximagesink.c:488:17: branch_true: following ‘true’ branch...
gst-plugins-base-1.26.10/sys/ximage/ximagesink.c:489:31: branch_true: ...to here
gst-plugins-base-1.26.10/sys/ximage/ximagesink.c:488:17: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/sys/ximage/ximagesink.c:517:8: branch_false: ...to here
gst-plugins-base-1.26.10/sys/ximage/ximagesink.c:517:8: branch_true: following ‘true’ branch (when ‘has_touch != 0’)...
gst-plugins-base-1.26.10/sys/ximage/ximagesink.c:518:7: branch_true: ...to here
gst-plugins-base-1.26.10/sys/ximage/ximagesink.c:524:7: danger: use of uninitialized value ‘temp.abs_pressure’ here
#  522|   
#  523|         device = g_new (GstXTouchDevice, 1);
#  524|->       *device = temp;
#  525|         device->name = g_strdup (device->name);
#  526|         ximagesink->touch_devices =

Error: GCC_ANALYZER_WARNING (CWE-457): [#def558]
gst-plugins-base-1.26.10/sys/xvimage/xvcontext.c:1197:24: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘temp.abs_pressure’
gst-plugins-base-1.26.10/sys/xvimage/xvcontext.c:1150:15: branch_true: following ‘true’ branch...
gst-plugins-base-1.26.10/sys/xvimage/xvcontext.c:1155:16: branch_true: ...to here
gst-plugins-base-1.26.10/sys/xvimage/xvcontext.c:1162:17: branch_false: following ‘false’ branch...
gst-plugins-base-1.26.10/sys/xvimage/xvcontext.c:1191:8: branch_false: ...to here
gst-plugins-base-1.26.10/sys/xvimage/xvcontext.c:1191:8: branch_true: following ‘true’ branch (when ‘has_touch != 0’)...
gst-plugins-base-1.26.10/sys/xvimage/xvcontext.c:1192:7: branch_true: ...to here
gst-plugins-base-1.26.10/sys/xvimage/xvcontext.c:1197:24: danger: use of uninitialized value ‘temp.abs_pressure’ here
# 1195|             temp.id, temp.name);
# 1196|   
# 1197|->       GstXvTouchDevice device = temp;
# 1198|         device.name = g_strdup (temp.name);
# 1199|   

Error: CPPCHECK_WARNING (CWE-909): [#def559]
gst-plugins-base-1.26.10/sys/xvimage/xvimagesink.c:318: error[uninitStructMember]: Uninitialized struct member: s.x
#  316|       dst.h = xwindow->render_rect.h;
#  317|   
#  318|->     gst_video_sink_center_rect (s, dst, &result, TRUE);
#  319|       result.x += xwindow->render_rect.x;
#  320|       result.y += xwindow->render_rect.y;

Error: CPPCHECK_WARNING (CWE-909): [#def560]
gst-plugins-base-1.26.10/sys/xvimage/xvimagesink.c:318: error[uninitStructMember]: Uninitialized struct member: s.y
#  316|       dst.h = xwindow->render_rect.h;
#  317|   
#  318|->     gst_video_sink_center_rect (s, dst, &result, TRUE);
#  319|       result.x += xwindow->render_rect.x;
#  320|       result.y += xwindow->render_rect.y;

Error: CPPCHECK_WARNING (CWE-457): [#def561]
gst-plugins-base-1.26.10/sys/xvimage/xvimagesink.c:318: error[uninitvar]: Uninitialized variables: s.x, s.y
#  316|       dst.h = xwindow->render_rect.h;
#  317|   
#  318|->     gst_video_sink_center_rect (s, dst, &result, TRUE);
#  319|       result.x += xwindow->render_rect.x;
#  320|       result.y += xwindow->render_rect.y;

Error: GCC_ANALYZER_WARNING (CWE-404): [#def562]
gst-plugins-base-1.26.10/tools/gst-play.c:162:9: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
gst-plugins-base-1.26.10/tools/gst-play.c:1404:1: enter_function: entry to ‘print_keyboard_help’
gst-plugins-base-1.26.10/tools/gst-play.c:1434:3: call_function: calling ‘gst_play_printf’ from ‘print_keyboard_help’
#  160|     va_start (args, format);
#  161|   
#  162|->   len = g_vasprintf (&str, format, args);
#  163|   
#  164|     va_end (args);

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