[Dnsmasq-discuss] [PATCH] Fix double free() corruption due to config

2024-06-17 Thread Dominik Derigs via Dnsmasq-discuss
Hey Simon, the attached patch fixes a double free() corruption leading to a crash during startup of dnsmasq. The crash can be reproduced by using a rev-server addresses with a prefix length != {8,16,24,32}, e.g. rev-server=192.168.0.0/25,home.mydomain.com The crash is caused by freeing too e

[Dnsmasq-discuss] [PATCH] Add support for --dhcp-allowed-srvids option.

2024-06-17 Thread Geert Stappers
From: Marek Skrobacki via Dnsmasq-discuss If the DHCP server is running inside a container or behind a load balancer, the DHCPREQUEST arriving at dnsmasq for processing may have a Server ID (option 54) configured with an IP address that is not assigned to the local interface. In this case, dnsma

Re: [Dnsmasq-discuss] Picking up the patches

2024-06-17 Thread Geert Stappers
On Fri, May 17, 2024 at 11:00:17PM +0200, Geert Stappers wrote: > On Wed, Apr 17, 2024 at 09:40:17PM +0200, Geert Stappers wrote: > > Hi, > > > > Another 17th of month, another attempt > > to prevent that patches fall through the cracks. :-) > > At https://lists.sr.ht/~stappers/dnsmasqmlpc/

Re: [Dnsmasq-discuss] [PATCH] Add support for --dhcp-allowed-srvids option.

2024-06-17 Thread Geert Stappers
Hello Marek, Hello Dnsmasq Mailinglist, On Mon, Jun 17, 2024 at 09:31:44PM +0200, Geert Stappers wrote: > From: Marek Skrobacki via Dnsmasq-discuss > > > If the DHCP server is running inside a container or behind a load > balancer, the DHCPREQUEST arriving at dnsmasq for processing may have a