If (inp->inp_ip_minttl != 0), conformant IPv6 packets would cause the
code to check the IPv4 header's TTL. Because the variable that stores
the IPv4 header is initialized to NULL in the IPv6 case, this causes
a NULL pointer dereference.
CID: 1017920