Skip to content

llvmpipe: Inititalize Framebuffer member variables in constructor.

Vinson Lee requested to merge vlee/piglit:fix-cid-1257922 into main

Fix defect reported by Coverity Scan.

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

Fixes: 1d0af5e7 ("llvmpipe: Add tests designed to exercise llvmpipe linear rasterizer.") Signed-off-by: Vinson Lee vlee@freedesktop.org

Merge request reports