Skip to content

Conversation

@TuriSc
Copy link

@TuriSc TuriSc commented Dec 13, 2025

The config_echo function is checking only echo_delay_lines[0] to determine if initialization is needed, but then unconditionally dereferences all channels in the array when setting fixed_delay. This causes en error when the array is partially initialized or contains NULL entries for some channels.

The config_echo function is checking only echo_delay_lines[0] to determine if initialization is needed, but then unconditionally dereferences all channels in the array when setting fixed_delay. This causes en error when the array is partially initialized or contains NULL entries for some channels.
@bwhitman
Copy link
Collaborator

Thank you! We'll take a look asap

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants