Fix a bunch of Coverity false positives
Coverity does not recongize the getopt_long() function's required argument, so Coverity reported errors whenever a NULL optarg value resulted in an error. This change adds a bunch of tests for NULL optarg value and skips it's processing.
Please register or sign in to comment