Task #873 - libva-2.22.0-2.fc41/scan-results.err

back to task #873
download
Error: CPPCHECK_WARNING:
libva-2.22.0-build/libva-2.22.0/va/drm/va_drm_auth_x11.c: information[normalCheckLevelMaxBranches]: Limiting analysis of branches. Use --check-level=exhaustive to analyze all branches.

Error: CPPCHECK_WARNING:
libva-2.22.0-build/libva-2.22.0/va/drm/va_drm_utils.c: information[normalCheckLevelMaxBranches]: Limiting analysis of branches. Use --check-level=exhaustive to analyze all branches.

Error: GCC_ANALYZER_WARNING (CWE-401):
libva-2.22.0-build/libva-2.22.0/va/glx/va_glx.c: scope_hint: In function ‘vaGetDisplayGLX’
libva-2.22.0-build/libva-2.22.0/va/glx/va_glx.c:106:35: warning[-Wanalyzer-malloc-leak]: leak of ‘pDriverContextGLX’
#  104|       pDisplayContext->vaDestroy    = va_DisplayContextDestroy;
#  105|       pDisplayContext->opaque       = pDisplayContextGLX;
#  106|->     pDriverContext->glx           = pDriverContextGLX;
#  107|       return dpy;
#  108|   

Error: CPPCHECK_WARNING:
libva-2.22.0-build/libva-2.22.0/va/glx/va_glx_impl.c: information[normalCheckLevelMaxBranches]: Limiting analysis of branches. Use --check-level=exhaustive to analyze all branches.

Error: CPPCHECK_WARNING:
libva-2.22.0-build/libva-2.22.0/va/va.c: information[normalCheckLevelMaxBranches]: Limiting analysis of branches. Use --check-level=exhaustive to analyze all branches.

Error: CPPCHECK_WARNING:
libva-2.22.0-build/libva-2.22.0/va/va_trace.c: information[normalCheckLevelMaxBranches]: Limiting analysis of branches. Use --check-level=exhaustive to analyze all branches.

Error: CLANG_WARNING:
libva-2.22.0-build/libva-2.22.0/va/va_trace.c:388:28: warning[deadcode.DeadStores]: Value stored to 'pbuf_info' during its initialization is never read
#  386|   {
#  387|       struct trace_buf_manager *pbuf_mgr = &pva_trace->buf_manager;
#  388|->     struct trace_buf_info *pbuf_info = pbuf_mgr->pbuf_info[0];
#  389|       VAContextID context = VA_INVALID_ID;
#  390|       int i = 0, idx = 0;

Error: CLANG_WARNING:
libva-2.22.0-build/libva-2.22.0/va/va_trace.c:573:9: warning[deadcode.DeadStores]: Value stored to 'left' is never read
#  571|   
#  572|           tmp += size;
#  573|->         left -= size;
#  574|       }
#  575|   

Error: CLANG_WARNING:
libva-2.22.0-build/libva-2.22.0/va/va_trace.c:7136:9: warning[deadcode.DeadStores]: Value stored to 'write_size' is never read
# 7134|       if (i == num) {
# 7135|           data[1] |= write_size; /* set event data size before write */
# 7136|->         write_size = write(pva_trace->ftrace_fd, data, write_size);
# 7137|       }
# 7138|       return;

Error: CPPCHECK_WARNING:
libva-2.22.0-build/libva-2.22.0/va/wayland/va_wayland_drm.c: information[normalCheckLevelMaxBranches]: Limiting analysis of branches. Use --check-level=exhaustive to analyze all branches.

Error: CPPCHECK_WARNING:
libva-2.22.0-build/libva-2.22.0/va/wayland/va_wayland_linux_dmabuf.c: information[normalCheckLevelMaxBranches]: Limiting analysis of branches. Use --check-level=exhaustive to analyze all branches.

Error: GCC_ANALYZER_WARNING (CWE-401):
libva-2.22.0-build/libva-2.22.0/va/x11/dri2_util.c: scope_hint: In function ‘dri2CreateDrawable’
libva-2.22.0-build/libva-2.22.0/va/x11/dri2_util.c:78:12: warning[-Wanalyzer-malloc-leak]: leak of ‘dri2_drawable’
#   76|       VA_DRI2CreateDrawable(ctx->native_dpy, x_drawable);
#   77|   
#   78|->     return &dri2_drawable->base;
#   79|   }
#   80|   

Error: CPPCHECK_WARNING:
libva-2.22.0-build/libva-2.22.0/va/x11/va_dri2.c: information[normalCheckLevelMaxBranches]: Limiting analysis of branches. Use --check-level=exhaustive to analyze all branches.

Error: CPPCHECK_WARNING:
libva-2.22.0-build/libva-2.22.0/va/x11/va_nvctrl.c: information[normalCheckLevelMaxBranches]: Limiting analysis of branches. Use --check-level=exhaustive to analyze all branches.