[Dnsmasq-discuss] dnsmasq 2.25 crashing in some DHCP NAK cases (and possible fix)

2006-01-22 Thread Lutz Pressler
Hello, at least 2.25 (and probably since 2.23 as then sending a server identifier with DHCPNAK had been introduced) crashes in case of a machine moving whilst it has a lease. Reason (rfc2131.c line 631ff): if (!(context = narrow_context(context, mess-yiaddr))) { /* If a machine

Re: [Dnsmasq-discuss] dnsmasq 2.25 crashing in some DHCP NAK cases (and possible fix)

2006-01-22 Thread Simon Kelley
Lutz Pressler wrote: Hello, at least 2.25 (and probably since 2.23 as then sending a server identifier with DHCPNAK had been introduced) I checked: it's only 2.25 which has this problem: 2.23 and 2.24 are OK. The trigger for the problem was moving the call to narrow_context() earlier in the