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

rednoise (v2.0.1) buffer overflow issue #207

Open
bwmeyers opened this issue Jan 13, 2025 · 0 comments
Open

rednoise (v2.0.1) buffer overflow issue #207

bwmeyers opened this issue Jan 13, 2025 · 0 comments

Comments

@bwmeyers
Copy link
Contributor

We've run into an interesting problem running the newer version of rednoise (v2.0.1) where we encounter the following error at runtime.

# Docker container version (Ubuntu 24.04)
> rednoise testing_rednoise.fft 


     Rednoise Removal Routine v2.0.1
                May, 2024

*** buffer overflow detected ***: terminated
Aborted (core dumped)

whereas the same file run through the previous version (v2.0) executes as expected with the correct output, e.g.,

# Bare metal install (Ubuntu 22.04), installed pre-meson build update
> rednoise testing_rednoise.fft


     Rednoise Removal Routine v2.0
            Feb, 2015


Done.  Rednoise removed from 4500000 of 4500000 points.

Apart from the difference in code between versions, the difference on our end is:

  1. v2.0.1 is run in docker container, and was compiled with -march=znver3 -O3 included in the meson build w/ Ubuntu 24.04
  2. v2.0 is being run on a "bare metal" install (installed a couple years ago though, so pre-meson method) w/ Ubuntu 22.04
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

No branches or pull requests

1 participant