X-Recipient: archive-cygwin AT delorie DOT com X-Spam-Check-By: sourceware.org Date: Fri, 20 Nov 2009 11:59:35 +0100 From: Corinna Vinschen To: cygwin AT cygwin DOT com Subject: Re: execvp() runs programs from cwd even if '.' is not in PATH Message-ID: <20091120105935.GS29173@calimero.vinschen.de> Reply-To: cygwin AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com References: <1NBPAK-1lORIe0 AT fwd05 DOT aul DOT t-online DOT de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1NBPAK-1lORIe0@fwd05.aul.t-online.de> User-Agent: Mutt/1.5.20 (2009-06-14) Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com On Nov 20 09:48, Christian Franke wrote: > execvp() and the other 'p' variants of exec run programs also from > current directory even if '.' is not in the PATH. If Cygwin doesn't find the executable in $PATH, the string is used literally when calling spawn_guts, which in turn converts the incoming path to an absolute Windows path, which obviously works fine. This is a bug and the fix is easy, but it's not a regression, so we should better stick to it until after 1.7.1. Corinna -- Corinna Vinschen Please, send mails regarding Cygwin to Cygwin Project Co-Leader cygwin AT cygwin DOT com Red Hat -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple