]> git.ipfire.org Git - thirdparty/libtool.git/commit
libtool.m4: Avoid word splitting on untrusted inputs
authorBruno Haible <bruno@clisp.org>
Tue, 15 Oct 2024 21:03:00 +0000 (23:03 +0200)
committerIleana Dumitrescu <ileanadumitrescu95@gmail.com>
Wed, 16 Oct 2024 14:21:25 +0000 (17:21 +0300)
commit3cf528a4f04e9da78b06635aac6545709007b882
tree2f1a78e450bece1813b7a0d315cb2ad6c1c497eb
parentc5bd2b146f6638f295a0b6414efe8767e21dad7c
libtool.m4: Avoid word splitting on untrusted inputs

If $multilib is set to more than one word, the following error can be
seen during configuration:

test: too many arguments

* m4/libtool.m4: Wrap variable in quotes.
m4/libtool.m4