Skip to content

lavapipe: Fix struct initialization

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

What does this MR do and why?

lavapipe: Fix struct initialization

Fix defect reported by Coverity Scan.

Evaluation order violation (EVALUATION_ORDER) write_write_typo: In box.x = box.x = copy->imageOffset.x, box.x is written twice with the same value.

Fixes: 9e9d90c6 ("lavapipe: VK_EXT_host_image_copy") Signed-off-by: Vinson Lee vlee@freedesktop.org

Merge request reports