Commit b0718962 authored by Morris Jette's avatar Morris Jette
Browse files

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.
parent 416b3439
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment