aionnetwork / aion_miner

aion miner
57 stars 25 forks source link

Segfault when not providing enough args #15

Open synapsics-sergiu opened 6 years ago

synapsics-sergiu commented 6 years ago

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 6 years ago

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