András Szemző
Results
2
comments of
András Szemző
The leak is coming from the function pico_dhcp_server_add_negotiation(). When the client renew the lease, the new request comes with a different xid. The pico_dhcp_server_find_negotiation() will fail with the new xid...
oops, this one was for the DHCP server part, which is leaks too, I will try to find the client leak too...