Skip to content

r600/sfn: Initialize TestShaderFromString member m_instr_factory.

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

Fix defect reported by Coverity Scan.

Uninitialized pointer field (UNINIT_CTOR) uninit_member: Non-static class member m_instr_factory is not initialized in this constructor nor in any functions that it calls.

Fixes: 79ca456b ("r600/sfn: rewrite NIR backend") Signed-off-by: Vinson Lee vlee@freedesktop.org

Merge request reports