[Dnsmasq-discuss] Announce: dnsmasq-2.38

Jima jima at beer.tclug.org
Mon Feb 12 21:46:17 GMT 2007


On Mon, 12 Feb 2007, Simon Kelley wrote:
> For giggles, the faulty code was:
>
>    if (crecp->flags & F_IMMORTAL)
>        while (*up && (!(*up)->flags & F_IMMORTAL))
>          up = &((*up)->hash_next);
>
> which should, (of course) have been:
>
>    if (crecp->flags & F_IMMORTAL)
>        while (*up && !((*up)->flags & F_IMMORTAL))
>          up = &((*up)->hash_next);

  This is why I leave the programming up to the programmers.
  Rolling this update out to Fedora...

      Jima



More information about the Dnsmasq-discuss mailing list