Skip to content

nv50/ir: Initialize CodeEmitter members in constructor.

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

Fix defects reported by Coverity Scan.

uninit_member: Non-static class member code is not initialized in this constructor nor in any functions that it calls. uninit_member: Non-static class member codeSize is not initialized in this constructor nor in any functions that it calls. uninit_member: Non-static class member codeSizeLimit is not initialized in this constructor nor in any functions that it calls. uninit_member: Non-static class member relocInfo is not initialized in this constructor nor in any functions that it calls.

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

Merge request reports