Skip to content

nv50/ir: Initialize CodeEmitterNV50 member progType.

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

Fix defect reported by Coverity Scan.

Make progType a constructor argument.

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

Suggested-by: Ilia Mirkin imirkin@alum.mit.edu Signed-off-by: Vinson Lee vlee@freedesktop.org

Edited by Vinson Lee

Merge request reports