Skip to content

19.3: Uninitialized variables when build with MSVC 2019

Andreas Roth requested to merge aroth-fastprotect/mesa:19.3 into 19.3

Without the explicit initialize of the variables i get the following error when launching a GL application:

Run-Time Check Failure #3 (closed) - The variable "'qual_xfb_offset'" is being used without being initialized.

The same fix should be merged into master as well.

Merge request reports