diff --git a/src/Cedar/Hub.c b/src/Cedar/Hub.c index 257c6779..b109cfa6 100644 --- a/src/Cedar/Hub.c +++ b/src/Cedar/Hub.c @@ -3782,7 +3782,7 @@ LABEL_TRY_AGAIN: if (no_parse_dhcp == false && packet != NULL) { - if (hub->Option != NULL && hub->Option->RemoveDefGwOnDhcpForLocalhost) + if (hub != NULL && hub->Option != NULL && hub->Option->RemoveDefGwOnDhcpForLocalhost) { // Remove the designation of the DHCP server from the DHCP response packet addressed to localhost if (packet->TypeL7 == L7_DHCPV4)