Task #131048 - added.err

back to task #131048
download
Error: GCC_ANALYZER_WARNING (CWE-476):
gstreamer-1.28.5/libs/gst/base/gstbaseparse.c:3196:10: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘buffer’
gstreamer-1.28.5/libs/gst/base/gstbaseparse.c:3672:1: enter_function: entry to ‘gst_base_parse_loop’
gstreamer-1.28.5/libs/gst/base/gstbaseparse.c:3703:6: branch_true: following ‘true’ branch...
gstreamer-1.28.5/libs/gst/base/gstbaseparse.c:3706:9: branch_true: ...to here
gstreamer-1.28.5/libs/gst/base/gstbaseparse.c:3706:8: branch_true: following ‘true’ branch...
gstreamer-1.28.5/libs/gst/base/gstbaseparse.c:3707:13: branch_true: ...to here
gstreamer-1.28.5/libs/gst/base/gstbaseparse.c:3707:13: call_function: calling ‘gst_base_parse_handle_previous_fragment’ from ‘gst_base_parse_loop’
# 3194|     if (G_UNLIKELY (parse->priv->first_buffer)) {
# 3195|       parse->priv->first_buffer = FALSE;
# 3196|->     if (!GST_BUFFER_FLAG_IS_SET (buffer, GST_BUFFER_FLAG_HEADER)) {
# 3197|         /* this stream has no header buffers, check if we just prepend the
# 3198|          * streamheader from caps to the stream */