Skip to content

glsl: Update loop_terminator constructor to accept parameters.

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

Fix defect reported by Coverity Scan.

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

Suggested-by: Timothy Arceri tarceri@itsqueeze.com Signed-off-by: Vinson Lee vlee@freedesktop.org

cc: @tarceri

Edited by Vinson Lee

Merge request reports