Skip to content

nvc0/ir: Initialize Limits members in constructor.

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

Fix defect reported by Coverity Scan.

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

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

Merge request reports