This is the mail archive of the cygwin-developers@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: serious problem with cygwin and winsock?


On Wed, Aug 22, 2001 at 09:08:25AM +0200, Corinna Vinschen wrote:
> I looked into net.cc and there are only a hand full of functions concerned:
> 
> cygwin_inet_ntoa
> cygwin_getprotobyname
> cygwin_getprotobynumber
> cygwin_getservbyname
> cygwin_getservbyport
> cygwin_gethostbyname
> cygwin_gethostbyaddr
> 
> I will add static buffers or appropriate allocation functions in the
> next days. Fortunately these functions are defined so that the
> allocated structure is recycled on the next call by the same process...

I checked in a fix half an hour ago. All seven functions are now
using a local buffer which gets allocated on demand.

Corinna

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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]