Re: gethostbyname() problem?

2005-02-07 Thread Yitzchak Scott-Thoennes
On Mon, Feb 07, 2005 at 10:38:23AM +0100, Corinna Vinschen wrote: > I like it, but it's a bit over the border for a trivial patch. I'd be > willing to let slip this through, though. Yitzchak, any plans to send > a copyright assignment form to Red Hat? That would be nice and would > keep me from

Re: gethostbyname() problem?

2005-02-07 Thread Corinna Vinschen
On Feb 7 10:37, Christopher Faylor wrote: > On Mon, Feb 07, 2005 at 10:38:23AM +0100, Corinna Vinschen wrote: > >On Feb 7 01:13, Christopher Faylor wrote: > >> On Sun, Feb 06, 2005 at 09:53:48PM -0800, Yitzchak Scott-Thoennes wrote: > >> >Reentrancy isn't actually required, but no reason not to d

Re: gethostbyname() problem?

2005-02-07 Thread Christopher Faylor
On Mon, Feb 07, 2005 at 10:38:23AM +0100, Corinna Vinschen wrote: >On Feb 7 01:13, Christopher Faylor wrote: >> On Sun, Feb 06, 2005 at 09:53:48PM -0800, Yitzchak Scott-Thoennes wrote: >> >Reentrancy isn't actually required, but no reason not to do it. I have >> >compiled net.cc but not done any

Re: gethostbyname() problem?

2005-02-07 Thread Corinna Vinschen
On Feb 7 01:13, Christopher Faylor wrote: > On Sun, Feb 06, 2005 at 09:53:48PM -0800, Yitzchak Scott-Thoennes wrote: > >Reentrancy isn't actually required, but no reason not to do it. I have > >compiled net.cc but not done any other testing. Did I mention that > >dup_ent is really neat? > > Tha

Re: gethostbyname() problem?

2005-02-06 Thread Christopher Faylor
On Sun, Feb 06, 2005 at 09:53:48PM -0800, Yitzchak Scott-Thoennes wrote: >On Sun, Feb 06, 2005 at 06:44:58PM -0500, Christopher Faylor wrote: >> On Sun, Feb 06, 2005 at 03:01:29PM -0800, Yitzchak Scott-Thoennes wrote: >> >On Sun, Feb 06, 2005 at 12:05:30PM +0100, Corinna Vinschen wrote: >> >> On Fe

Re: gethostbyname() problem?

2005-02-06 Thread Yitzchak Scott-Thoennes
On Sun, Feb 06, 2005 at 06:44:58PM -0500, Christopher Faylor wrote: > On Sun, Feb 06, 2005 at 03:01:29PM -0800, Yitzchak Scott-Thoennes wrote: > >On Sun, Feb 06, 2005 at 12:05:30PM +0100, Corinna Vinschen wrote: > >> On Feb 6 00:35, Brian Dessent wrote: > >> > - static int a, b, c, d; > >> > + s

Re: gethostbyname() problem?

2005-02-06 Thread Christopher Faylor
On Sun, Feb 06, 2005 at 03:01:29PM -0800, Yitzchak Scott-Thoennes wrote: >On Sun, Feb 06, 2005 at 12:05:30PM +0100, Corinna Vinschen wrote: >> On Feb 6 00:35, Brian Dessent wrote: >> > - static int a, b, c, d; >> > + static int a, b, c, d, n; >> > >> >sig_dispatch_pending (); >> >if (c

Re: gethostbyname() problem?

2005-02-06 Thread Yitzchak Scott-Thoennes
On Sun, Feb 06, 2005 at 12:05:30PM +0100, Corinna Vinschen wrote: > On Feb 6 00:35, Brian Dessent wrote: > > - static int a, b, c, d; > > + static int a, b, c, d, n; > > > >sig_dispatch_pending (); > >if (check_null_str_errno (name)) > > return NULL; > > > > - if (sscanf (name,