Task #131049 - added.err

back to task #131049
download
Error: GCC_ANALYZER_WARNING (CWE-688):
gst-plugins-bad-1.28.5/ext/hls/m3u8.c:1562:7: warning[-Wanalyzer-null-argument]: use of NULL ‘free_data’ where non-null expected
gst-plugins-bad-1.28.5/ext/hls/m3u8.c:1540:1: enter_function: entry to ‘gst_hls_master_playlist_new_from_data’
gst-plugins-bad-1.28.5/ext/hls/m3u8.c:1549:6: branch_false: following ‘false’ branch (when ‘_result != 0’)...
gst-plugins-bad-1.28.5/ext/hls/m3u8.c:1555:14: call_function: inlined call to ‘gst_hls_master_playlist_new’ from ‘gst_hls_master_playlist_new_from_data’
gst-plugins-bad-1.28.5/ext/hls/m3u8.c:1558:3: release_memory: ‘data’ is NULL
gst-plugins-bad-1.28.5/ext/hls/m3u8.c:1560:3: branch_false: following ‘false’ branch...
gst-plugins-bad-1.28.5/ext/hls/m3u8.c:1562:7: branch_false: ...to here
gst-plugins-bad-1.28.5/ext/hls/m3u8.c:1562:7: danger: argument 1 (‘free_data’) NULL where non-null expected
# 1560|     GST_TRACE ("data:\n%s", data);
# 1561|   
# 1562|->   if (strstr (data, "\n#EXTINF:") != NULL) {
# 1563|       GST_INFO ("This is a simple media playlist, not a master playlist");
# 1564|   

Error: GCC_ANALYZER_WARNING (CWE-688):
gst-plugins-bad-1.28.5/ext/lv2/gstlv2utils.c:163:15: warning[-Wanalyzer-null-argument]: use of NULL ‘s’ where non-null expected
gst-plugins-bad-1.28.5/ext/lv2/gstlv2utils.c:154:1: enter_function: entry to ‘make_bundle_name’
gst-plugins-bad-1.28.5/ext/lv2/gstlv2utils.c:163:15: danger: argument 1 (‘s’) NULL where non-null expected
#  161|             GST_ELEMENT_METADATA_LONGNAME));
#  162|     s = basename;
#  163|->   while ((s = strchr (s, ' '))) {
#  164|       *s = '_';
#  165|     }