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

-S does not check for valid range (0,1) #6

Open
teuben opened this issue Feb 1, 2018 · 1 comment
Open

-S does not check for valid range (0,1) #6

teuben opened this issue Feb 1, 2018 · 1 comment

Comments

@teuben
Copy link
Contributor

teuben commented Feb 1, 2018

A simple mistake of using '-S 1234' ran into a coredump. I should have used '-s 1234' instead I was giving an out of range value to the mass segregation -S flag. This resulted in some illegal value in a function, causing an integer used as index to be negative, causing th coredump.

There could be other parameters that were not checked for validity.

@cmaureir
Copy link
Collaborator

cmaureir commented Mar 28, 2018

I opened a pull request that will solve that issue #11

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

2 participants