dpkg-query: Do not allow more than two arguments for --control-path
The last increment to argv was not being used, but instead the
increment, make it useful by checking if there's any additional
argument after the second, and bail out in that case.
This was spotted by a run with the clang static analyzer.