Re: [Dnsmasq-discuss] DHCPv6 - network booting 'address in use'

2021-09-15 Thread Geert Stappers via Dnsmasq-discuss
On Wed, Sep 15, 2021 at 08:23:47AM +0200, Harald Jensas wrote: > On 9/14/21 21:12, Geert Stappers via Dnsmasq-discuss wrote: > > On Tue, Sep 14, 2021 at 04:58:10PM +0200, Harald Jensas wrote: > > > Hi, > > > > > > We are seeing an issue whit network booting over DHCPv6 is failing. > > > The UEFI

[Dnsmasq-discuss] [BUG] [PATCH] Segmentation fault in src/forward.c

2021-09-15 Thread Dominik DL6ER
Hey Simon, today we discovered a segmentation fault in forward.c:allocate_rfd(). It checks "if (serv->sfd)" before accessing "serv->sfd->fd". However, we've seen that the value of serv->sfd can be arbitrary nonsense (such as 0xa1), hence, the access causes a crash here. The reason for this is

Re: [Dnsmasq-discuss] DHCPv6 - network booting 'address in use'

2021-09-15 Thread Harald Jensas
On 9/14/21 21:12, Geert Stappers via Dnsmasq-discuss wrote: On Tue, Sep 14, 2021 at 04:58:10PM +0200, Harald Jensas wrote: Hi, We are seeing an issue whit network booting over DHCPv6 is failing. The UEFI firmware is starting two DHCPv6 transactions, with separate IAID's. Initially one

Re: [Dnsmasq-discuss] srv-host and domain

2021-09-15 Thread Geert Stappers via Dnsmasq-discuss
On Wed, Sep 15, 2021 at 02:29:57AM +0300, Otto Modinos wrote: > On Tue, Sep 14, 2021 at 09:50:54PM +0200, Geert Stappers via Dnsmasq-discuss > wrote: > > On Tue, Sep 14, 2021 at 07:51:02PM +0300, Otto Modinos wrote: > > > On Tue, Sep 14, 2021 at 02:02:59PM +, Donald Muller wrote: > > > > > >