-
Notifications
You must be signed in to change notification settings - Fork 63
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
overflow with snpbin.c #370
Comments
I attempted to test this with docker, but I was not able to reproduce the overflow. That being said, with the fixes I've made, I'm confident that the overflow would not happen again. I used https://dirk.eddelbuettel.com/code/sanitizers.html to figure out how to build adegenet with address sanitizers and how to trigger the failure. This was the dockerfile I used.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
From the R-package-devel thread: https://stat.ethz.ch/pipermail/r-package-devel/2025q1/011448.html
This was partially fixed with #364 and additionally with 9787efb, with help from Ivan.
I also wanted to add the failure logs so that I could reference them later:
clang ASAN
GCC ASAN
The text was updated successfully, but these errors were encountered: