aionnetwork/aion_miner

Segfault when not providing enough args

synapsics-sergiu opened this issue · 1 comments

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.

I've made the fix in my fork, will create a pull request soon.