X-Recipient: archive-cygwin AT delorie DOT com X-SWARE-Spam-Status: No, hits=-1.6 required=5.0 tests=AWL,BAYES_00,J_CHICKENPOX_44,SARE_MSGID_LONG40,SPF_PASS X-Spam-Check-By: sourceware.org MIME-Version: 1.0 In-Reply-To: <20090406201123.GT852@calimero.vinschen.de> References: <75cc17ac0904061246y54f76f40h6611dc982f0a7bdc AT mail DOT gmail DOT com> <20090406201123 DOT GT852 AT calimero DOT vinschen DOT de> Date: Mon, 6 Apr 2009 22:38:46 -0400 Message-ID: <17393e3e0904061938n54e14997o4e28ce5ce1876e4e@mail.gmail.com> Subject: Re: cygwin 1.7 fstat weirdness From: Matt Wozniski To: cygwin AT cygwin DOT com Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-IsSubscribed: yes 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 Mon, Apr 6, 2009 at 4:11 PM, Corinna Vinschen wrote: > On Apr =C2=A06 14:46, Gregg Reynolds wrote: >> =C2=A0 int fd =3D path ? open(path, O_RDONLY, TCFILEMODE) : 0; =C2=A0// = path =3D "Makefile" > > Is fd =3D=3D 0 by any chance? =C2=A0The above code silently sets fd to 0 = if it > can't open path. Unless I'm missing something, that code sets fd to 0 if path is NULL... which doesn't seem to make any sense at all, since 0 is a valid file descriptor number... ~Matt -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/