Resolve "FIX_1585_ASAN_FORMAT_SW_ALT / Format switching memory changes cause MSAN/ASAN errors in decoder usage"
Code
Review changes
Check out branch
Download
Patches
Plain diff
Expand sidebar
Resolve "FIX_1585_ASAN_FORMAT_SW_ALT / Format switching memory changes cause MSAN/ASAN errors in decoder usage"
Archit Tamarapu
requested to merge
float-1593-fix_1585_asan_format_sw_alt-format-switching-memory-changes-cause-msan-asan-errors-in
into
main
May 07, 2026
Overview
3
Commits
3
Pipelines
3
Changes
2
Related issues:
#1593
Requested reviewers:
@vaclav
Reason why this change is needed
Prevents attempting to free a garbage pointer if the decoder is opened and immediately closed
Description of the change
Set the pointer to NULL at init
Affected operating points
Decoder API
Related to
#1593
Merge request reports
Loading