This is the mail archive of the libc-hacker@sources.redhat.com mailing list for the glibc project.

Note that libc-hacker is a closed list. You may look at the archives of this list, but subscription and posting are not open.


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

Re: Alleged bug in resolver code


   Date: Fri, 14 Jul 2000 17:57:17 -0700
   From: "H . J . Lu" <hjl@lucon.org>

   I don't like RedHat bug report either :-). I think people from Red Hat
   are on this mailing list. In any case, I don't have any problems to
   back out those 2 patches as long as you send me your patch on pump.

Replacing

  res_close ();

with

  if (_res.options & RES_INIT)
    res_close ();

should do the trick.

Mark

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