]> www.infradead.org Git - users/sagi/nvme-cli.git/commit
Bug fix for command line processing
authorStephen Bates <stephen.bates@pmcs.com>
Thu, 26 Feb 2015 17:15:27 +0000 (17:15 +0000)
committerStephen Bates <stephen.bates@pmcs.com>
Thu, 26 Feb 2015 17:15:27 +0000 (17:15 +0000)
commitb8127051c516a6c4ed97b3034cfb5bcd60d0ad86
tree7697c19c05a42c796516d3e4caee00cb74d95caf
parent992d5f791b7bf87145472c2c760ea02c6aca0c09
Bug fix for command line processing

In quite a few places we declared no_argument options with !CFG_NONE
causing the porgram to segfault when those options were passed
in. Improved regression to try and prevent this in future.
nvme.c
regress