Skip to content

broadcom: fix issue of ‘addr’ is used uninitialized

Christopher Michael requested to merge cpmichael/mesa-v-3-d-simulator:main into main

broadcom: fix issue of ‘addr’ is used uninitialized

This small patch fixes an issue where 'addr' is used uninitialized if the assert gets removed due to compiling release code and thus returning uninitialized 'addr'

Merge request reports