Skip to content

Ast 1304 fix demixer asan issue

Mark de Wever requested to merge ast-1304-fix-demixer-asan-issue into master

The demixer test used an invalid channel interval to update the DPInfo object. This fixes the issue. Since the requirements of the DPInfo::update function were unclear, they are documented and have validation inside the function to guard against undefined behavior.

The issue was found using address sanitizer.

Merge request reports