libtool-patches
[Top][All Lists]
Advanced

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

Re: [PATCH v2 0/3] sysroot followup patches


From: Charles Wilson
Subject: Re: [PATCH v2 0/3] sysroot followup patches
Date: Sat, 21 Aug 2010 11:14:16 -0400
User-agent: Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.8.1.23) Gecko/20090812 Thunderbird/2.0.0.23 Mnenhy/0.7.6.666

On 8/16/2010 4:42 PM, Ralf Wildenhues wrote:
> * Charles Wilson wrote on Mon, Aug 16, 2010 at 10:27:46PM CEST:
>> Taking all of this together, I wonder if a good approach might be the
>> following: libltdl replaces the '=' with the value of the environment
>> variable LIBLTDL_SYSROOT.  So usually -- with this variable empty -- '='
>> is just stripped out, which would be typical on the $host system. This
>> would open up possible exploits -- but if you --finish your .la files,
>> then there ARE no '=' markers to replace, so you'd be safe.
> 
> Sounds good.  Make that LTDL_SYSROOT please, though, similar to the
> other variables it uses.

I was going to work on this, this weekend, but some family/medical stuff
came up.  Sorry...I'm not sure when I'll be able to get to it.

>> I was just copying the pattern I saw elsewhere. If it's safe to proceed
>> without the default, then that's fine too.
> 
> Yep it should be.

Paolo, are you going to squash this:
http://lists.gnu.org/archive/html/libtool-patches/2010-08/msg00145.html
perhaps without this change:
> -      if $opt_dry_run; then
> +      if ${opt_dry_run-false}; then
into
[PATCH] improve code for sysroot --mode=finish.eml

?

--
Chuck



reply via email to

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