Skip to content

r600/sfn: Initialize TestInstrFromString member m_instr_factory.

Vinson Lee requested to merge vlee/mesa:fix-cid-1515986 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: e840645b ("r600/sfn:explicitly initialize the memory pool") Signed-off-by: Vinson Lee vlee@freedesktop.org

Merge request reports