Skip to content

Add FIX_1999_TEMPORARY_DISABLE_DIST_ATT_CHECK as temporary solution for issue 1999,

Closes #1999 (closed)

Range check on float values of distance attenuation, while the float values are not propagated to this function. This fix just disables the check. The float values are not used after the check, so there is no harm of this uninitialized read. This would just silence the MSAN error. This means the range check is still missing, but configurable distance attenuation is not used in Characterization. There are scaling errors in the distance attenuation that anyhow does not permit setting anything but the default values.

Merge request reports

Loading