Newly introduced findings

List of Findings

Error: GCC_ANALYZER_WARNING (CWE-688): [#def1]
gst-plugins-good-1.28.5/ext/adaptivedemux2/hls/m3u8.c:3093:7: warning[-Wanalyzer-null-argument]: use of NULL ‘free_data’ where non-null expected
gst-plugins-good-1.28.5/ext/adaptivedemux2/hls/m3u8.c:3069:1: enter_function: entry to ‘hls_master_playlist_new_from_data’
gst-plugins-good-1.28.5/ext/adaptivedemux2/hls/m3u8.c:3078:6: branch_false: following ‘false’ branch (when ‘_result != 0’)...
gst-plugins-good-1.28.5/ext/adaptivedemux2/hls/m3u8.c:3084:14: call_function: inlined call to ‘gst_hls_master_playlist_new’ from ‘hls_master_playlist_new_from_data’
gst-plugins-good-1.28.5/ext/adaptivedemux2/hls/m3u8.c:3087:3: release_memory: ‘data’ is NULL
gst-plugins-good-1.28.5/ext/adaptivedemux2/hls/m3u8.c:3089:3: branch_false: following ‘false’ branch...
gst-plugins-good-1.28.5/ext/adaptivedemux2/hls/m3u8.c:3093:7: branch_false: ...to here
gst-plugins-good-1.28.5/ext/adaptivedemux2/hls/m3u8.c:3093:7: danger: argument 1 (‘free_data’) NULL where non-null expected
# 3091|     /* Detect early whether this manifest describes a simple media playlist or
# 3092|      * not */
# 3093|->   if (strstr (data, "\n#EXTINF:") != NULL) {
# 3094|       GST_INFO ("This is a simple media playlist, not a master playlist");
# 3095|   

Error: GCC_ANALYZER_WARNING (CWE-688): [#def2]
gst-plugins-good-1.28.5/gst/matroska/matroska-read-common.c:2456:13: warning[-Wanalyzer-null-argument]: use of NULL where non-null expected
gst-plugins-good-1.28.5/gst/matroska/matroska-read-common.c:2645:1: enter_function: entry to ‘gst_matroska_read_common_parse_metadata_id_tag’
gst-plugins-good-1.28.5/gst/matroska/matroska-read-common.c:2658:6: branch_false: following ‘false’ branch...
gst-plugins-good-1.28.5/gst/matroska/matroska-read-common.c:2663:21: branch_false: ...to here
gst-plugins-good-1.28.5/gst/matroska/matroska-read-common.c:2669:10: branch_true: following ‘true’ branch...
gst-plugins-good-1.28.5/gst/matroska/matroska-read-common.c:2672:8: branch_false: following ‘false’ branch...
gst-plugins-good-1.28.5/gst/matroska/matroska-read-common.c:2675:5: branch_false: ...to here
gst-plugins-good-1.28.5/gst/matroska/matroska-read-common.c:2677:15: call_function: calling ‘gst_matroska_read_common_parse_metadata_id_simple_tag’ from ‘gst_matroska_read_common_parse_metadata_id_tag’
# 2454|             val_post = g_strdup (strchr (val, '=') + 1);
# 2455|             val_pre = g_strdup (val);
# 2456|->           *(strchr (val_pre, '=') + 1) = '\0';
# 2457|   
# 2458|             for (k = 0; !matched && k < G_N_ELEMENTS (child_tag_conv); k++) {

Error: GCC_ANALYZER_WARNING (CWE-688): [#def3]
gst-plugins-good-1.28.5/tests/check/elements/avimux.c:94:11: warning[-Wanalyzer-null-argument]: use of NULL where non-null expected
gst-plugins-good-1.28.5/tests/check/elements/avimux.c:87:1: enter_function: entry to ‘teardown_src_pad’
gst-plugins-good-1.28.5/tests/check/elements/avimux.c:94:11: danger: argument 1 (‘<unknown>’) NULL where non-null expected
#   92|     /* clean up floating src pad */
#   93|     padname = g_strdup (sinkname);
#   94|->   memcpy (strchr (padname, '%'), "0", 2);
#   95|     if (!(sinkpad = gst_element_get_static_pad (element, padname)))
#   96|       sinkpad = gst_element_request_pad_simple (element, padname);

Scan Properties

analyzer-version-clippy1.97.1
analyzer-version-cppcheck2.21.1
analyzer-version-gcc16.1.1
analyzer-version-gcc-analyzer16.1.1
analyzer-version-shellcheck0.11.0
analyzer-version-unicontrol0.0.2
diffbase-analyzer-version-clippy1.97.1
diffbase-analyzer-version-cppcheck2.21.1
diffbase-analyzer-version-gcc16.1.1
diffbase-analyzer-version-gcc-analyzer16.1.1
diffbase-analyzer-version-shellcheck0.11.0
diffbase-analyzer-version-unicontrol0.0.2
diffbase-enabled-pluginsclippy, cppcheck, gcc, shellcheck, unicontrol
diffbase-exit-code0
diffbase-hostip-172-16-1-187.us-west-2.compute.internal
diffbase-known-false-positives/usr/share/csmock/known-false-positives.js
diffbase-known-false-positives-rpmknown-false-positives-0.0.0.20260524.213755.g3c6d0be.main-1.el9.noarch
diffbase-mock-configfedora-rawhide-x86_64
diffbase-project-namegstreamer1-plugins-good-1.28.1-1.fc44
diffbase-store-results-to/tmp/tmpgsq6wr4i/gstreamer1-plugins-good-1.28.1-1.fc44.tar.xz
diffbase-time-created2026-08-03 14:54:05
diffbase-time-finished2026-08-03 15:03:58
diffbase-toolcsmock
diffbase-tool-args'/usr/bin/csmock' '-r' 'fedora-rawhide-x86_64' '-t' 'gcc,clippy,unicontrol,shellcheck,cppcheck' '-o' '/tmp/tmpgsq6wr4i/gstreamer1-plugins-good-1.28.1-1.fc44.tar.xz' '--gcc-analyze' '--unicontrol-notests' '--unicontrol-bidi-only' '--install' 'pam' '--gcc-analyzer-bin=/usr/bin/gcc' '/tmp/tmpgsq6wr4i/gstreamer1-plugins-good-1.28.1-1.fc44.src.rpm'
diffbase-tool-versioncsmock-3.8.7.HEAD-1.el9
enabled-pluginsclippy, cppcheck, gcc, shellcheck, unicontrol
exit-code0
hostip-172-16-1-187.us-west-2.compute.internal
known-false-positives/usr/share/csmock/known-false-positives.js
known-false-positives-rpmknown-false-positives-0.0.0.20260524.213755.g3c6d0be.main-1.el9.noarch
mock-configfedora-rawhide-x86_64
project-namegstreamer1-plugins-good-1.28.5-2.fc45
store-results-to/tmp/tmppv9ickfi/gstreamer1-plugins-good-1.28.5-2.fc45.tar.xz
time-created2026-08-03 15:04:11
time-finished2026-08-03 15:13:12
titleNewly introduced findings
toolcsmock
tool-args'/usr/bin/csmock' '-r' 'fedora-rawhide-x86_64' '-t' 'gcc,clippy,unicontrol,shellcheck,cppcheck' '-o' '/tmp/tmppv9ickfi/gstreamer1-plugins-good-1.28.5-2.fc45.tar.xz' '--gcc-analyze' '--unicontrol-notests' '--unicontrol-bidi-only' '--install' 'pam' '--gcc-analyzer-bin=/usr/bin/gcc' '/tmp/tmppv9ickfi/gstreamer1-plugins-good-1.28.5-2.fc45.src.rpm'
tool-versioncsmock-3.8.7.HEAD-1.el9