]> 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>
Tue, 22 Oct 2024 17:02:15 +0000 (20:02 +0300)
commitf91f7bc3abf1676b33de0485b41e785a3fbd1f96
tree64be932faf2b70992eaceca6120be2d0f57912c7
parent4e96fb2a47fc935d749c05745e3dabe9e3b21a7e
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