Skip to content

Refactor CI workflow#25

Closed
lmangani wants to merge 1 commit intomasterfrom
fix-ci-simple
Closed

Refactor CI workflow#25
lmangani wants to merge 1 commit intomasterfrom
fix-ci-simple

Conversation

@lmangani
Copy link

Removed trailing whitespace check and updated cppcheck suppressions.

Removed trailing whitespace check and updated cppcheck suppressions.

Signed-off-by: Lorenzo Mangani <lorenzo.mangani@gmail.com>
@lmangani lmangani closed this Mar 12, 2026
lmangani pushed a commit that referenced this pull request Mar 13, 2026
noise was float[21] but SFB table has 22 bands before its zero
terminator. calc_noise iterates all 22 -> writes past noise[20].

Silent on Linux/Windows without sanitizers (lands in stack padding).
Reproduced with ASAN on both Linux and macOS/Apple Silicon.

Fix: noise[21] -> noise[22].

Closes #25
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.

1 participant