argp-parse: Get rid of alloca
commit46924663bd1650ace91d5afd7b2906999cb443de
authorJoe Simmons-Talbott <josimmon@redhat.com>
Mon, 28 Aug 2023 16:49:02 +0000 (28 16:49 +0000)
committerJoe Simmons-Talbott <josimmon@redhat.com>
Mon, 28 Aug 2023 16:49:27 +0000 (28 16:49 +0000)
tree00c97018c9b4f7d501e197a8792af78213326f89
parent4d8b09393354f6ce079f399df5b84abf0db894b5
argp-parse: Get rid of alloca

Even though the alloca usage is relatively small and fixed size the code
can be written without using alloca.  Convert to local variables.

Checked on x86_64-linux-gnu.

Reviewed-by: Adhemerval Zanella <adhemerval.zanella@linaro.org>
argp/argp-parse.c