no response from nsd 2.3.4 with more than 12 server processes

jad at nominet.org.uk jad at nominet.org.uk
Mon Jun 5 08:52:49 UTC 2006


"dr. W.C.A. Wijngaards" <wouter at nlnetlabs.nl> wrote on 02/06/2006 
07:10:45:

> Hi,
> 
> Bug has been found with Miek heroically running -N 300 on his machine.
> Array out of bounds. Fix is to change i to 0 in line 608:
> 
>  #ifdef INET6
>                if (hints[i].ai_family == AF_UNSPEC) {
>  # ifdef IPV6_V6ONLY
> ----
>  #ifdef INET6
>                if (hints[0].ai_family == AF_UNSPEC) {
>  # ifdef IPV6_V6ONLY
> 
> in nsd.c. This fix is in subversion for 2.3.6 and for 3.0pre.
> 

Hi,

That fixed it. Thanks for all your help. When I have done the testing I 
will post and let you know how it performs.

Thanks
John



More information about the nsd-users mailing list