bug-libtool
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#73737: configure error at "checking dynamic linker characteristics"


From: Bruno Haible
Subject: bug#73737: configure error at "checking dynamic linker characteristics"
Date: Tue, 15 Oct 2024 22:03:33 +0200

Ileana Dumitrescu wrote:
> This bug should be resolved with a patch submitted on Savannah:
> https://savannah.gnu.org/patch/index.php?10481

While this patch is an improvement — it avoids an error message
if $multilib was unset or empty or started with a '-' character —
it still is not the full fix. Namely, it does word splitting.
When I set
  export multilib='yes and no'
then run configure, I see an error message:

  checking dynamic linker characteristics... ../configure: line 11854: test: 
too many arguments

Really, word splitting should be avoided on unstrusted inputs [1].
Here is a patch that does so.

[1] https://stackoverflow.com/questions/3811345/

Attachment: multilib-patch3.diff
Description: Text Data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]