Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix buffer overrun in WaveformMath #771

Merged
merged 1 commit into from
Feb 9, 2024

Conversation

kblaschke
Copy link
Member

32 excess samples were read from the preset state in waveform modes. Didn't have any noticeable impact, but we should clearly not read over the end of an array.

@kblaschke kblaschke added the bug label Feb 6, 2024
@kblaschke kblaschke added this to the 4.1 milestone Feb 6, 2024
@kblaschke kblaschke self-assigned this Feb 6, 2024
32 excess samples were read from the preset state in waveform modes. Didn't have any noticeable impact, but we should clearly not read over the end of an array.
@kblaschke kblaschke force-pushed the fix-buffer-overrun-in-waveform-math branch from 3278e14 to 12db8d9 Compare February 9, 2024 20:38
@kblaschke kblaschke merged commit 12db8d9 into master Feb 9, 2024
18 checks passed
@kblaschke kblaschke deleted the fix-buffer-overrun-in-waveform-math branch February 9, 2024 21:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Development

Successfully merging this pull request may close these issues.

2 participants