Mailing-List: contact cygwin-help@sourceware.cygnus.com; run by ezmlm
List-Subscribe: <mailto:cygwin-subscribe@sources.redhat.com>
List-Archive: <http://sources.redhat.com/ml/cygwin/>
List-Post: <mailto:cygwin@sources.redhat.com>
List-Help: <mailto:cygwin-help@sources.redhat.com>, <http://sources.redhat.com/ml/#faqs>
Sender: cygwin-owner@sources.redhat.com
Delivered-To: mailing list cygwin@sources.redhat.com
Date: Wed, 14 Mar 2001 16:35:21 +0100
From: Corinna Vinschen <cygwin@cygwin.com>
To: cygwin@cygwin.com
Subject: Re: 1.1.8: stat() (ntsec) clears reentrant-buffer for strtok()
Message-ID: <20010314163521.D8060@cygbert.vinschen.de>
Mail-Followup-To: cygwin@cygwin.com
References: <3AAF7F68.60785E60@salomon.at>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
User-Agent: Mutt/1.2.5i
In-Reply-To: <3AAF7F68.60785E60@salomon.at>; from michael.haubenwallner@salomon.at on Wed, Mar 14, 2001 at 03:25:44PM +0100

On Wed, Mar 14, 2001 at 03:25:44PM +0100, Michael Haubenwallner wrote:
> Hi there!
> 
> This is my problem with stat() and strtok() on 1.1.8:
> 
> stat() seems to clear the reentrant-buffer for strtok()
> if ntsec is set in the CYGWIN environment-variable.

That's a bug in the Cygwin DLL. It should never use strtok for own
purposes. I have searched for the usage of strtok and found three
different places. I have fixed that in the CVS repository by using
strtok_r throughout.

Thanks for the bug report,
Corinna

-- 
Corinna Vinschen                  Please, send mails regarding Cygwin to
Cygwin Developer                                mailto:cygwin@cygwin.com
Red Hat, Inc.

--
Want to unsubscribe from this list?
Check out: http://cygwin.com/ml/#unsubscribe-simple

