Skip to content

st/xa: Mark default xa_get_pipe_format case unreachable.

Vinson Lee requested to merge vlee/mesa:fix-cid-1473044 into main

Fix defect reported by Coverity Scan.

Uninitialized scalar variable (UNINIT) uninit_use: Using uninitialized value fdesc. Field fdesc.format is uninitialized.

Fixes: 9f2f5b3d ("st/xa: Initial import of the xa state-tracker and the xa-vmwgfx target.") Suggested-by: Adam Jackson ajax@redhat.com Signed-off-by: Vinson Lee vlee@freedesktop.org

Edited by Vinson Lee

Merge request reports