]> git.ipfire.org Git - people/ms/dnsmasq.git/commit
Putative fix to crash in IPv4 DHCP, introduced whilst
authorSimon Kelley <simon@thekelleys.org.uk>
Wed, 15 Feb 2012 21:58:33 +0000 (21:58 +0000)
committerSimon Kelley <simon@thekelleys.org.uk>
Wed, 15 Feb 2012 21:58:33 +0000 (21:58 +0000)
commit6caacacf6d950bae7775cff25634e9fc4bc5adac
treeeb350175f092c0e4694d3810ac6f993c29966b13
parent60ac5af682739a82f0cf6ad575a2b73a490e3b23
Putative fix to crash in IPv4 DHCP, introduced whilst
generalising the DHCP option filter code:
don't match options against context tag  when
context->netid.net == NULL, since there's no tag then.
src/dhcp-common.c
src/lease.c
src/rfc2131.c