Skip to content

util/xmlconfig: Initialize xmlconfig member options in constructor.

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

Fix defects reported by Coverity Scan.

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

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

cc: @anholt

Merge request reports