Segfault when not providing enough args
synapsics-sergiu opened this issue · 1 comments
synapsics-sergiu commented
Running ./aionminer -d
will crash the app. It indeed should be ./aionminer -d 0
but I tested intentionally without the second param. This might happen in other places as well.
synapsics-sergiu commented
I've made the fix in my fork, will create a pull request soon.