1.1.8: stat() (ntsec) clears reentrant-buffer for strtok()

Corinna Vinschen cygwin@cygwin.com
Wed Mar 14 07:36:00 GMT 2001


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



More information about the Cygwin mailing list