Fix argv overrun in getconf (bug 27761)
authorAndreas Schwab <schwab@linux-m68k.org>
Wed, 21 Apr 2021 12:27:21 +0000 (14:27 +0200)
committerAndreas Schwab <schwab@linux-m68k.org>
Wed, 21 Apr 2021 13:11:26 +0000 (15:11 +0200)
commitb59c6989814f7ac966ee702789b34f32a1439aaf
tree92222a0d7f1ddac1d05ff13528f9561a8c9ee55f
parenta64afc225240b2b27129ccfb0516d7c958b98040
Fix argv overrun in getconf (bug 27761)

Correct argument counter accounting when processing the -v option with the
argument directly attached.
posix/getconf.c