Skip to content

nv50/ir: Initialize Program members in constructor.

Vinson Lee requested to merge vlee/mesa:fix-cid-742261 into master

Fix defects reported by Coverity Scan.

uninit_member: Non-static class member tlsSize is not initialized in this constructor nor in any functions that it calls. uninit_member: Non-static class member driver is not initialized in this constructor nor in any functions that it calls. uninit_member: Non-static class member driver_out is not initialized in this constructor nor in any functions that it calls.

Signed-off-by: Vinson Lee vlee@freedesktop.org

cc: @karolherbst

Edited by Vinson Lee

Merge request reports