freebsd-skq/sys/netpfil/ipfw/nat64
ae 9c892dcd4c Add NULL pointer check to nat64_output().
It is possible, that a processed packet was originated by local host,
in this case m->m_pkthdr.rcvif is NULL. Check and set it to V_loif to
avoid NULL pointer dereference in IP input code, since it is expected
that packet has valid receiving interface when netisr processes it.

Obtained from:	Yandex LLC
MFC after:	1 week
Sponsored by:	Yandex LLC
2019-03-11 10:33:32 +00:00
..
ip_fw_nat64.c Retire IPFIREWALL_NAT64_DIRECT_OUTPUT kernel option. And add ability 2018-10-21 16:29:12 +00:00
ip_fw_nat64.h
nat64_translate.c Add NULL pointer check to nat64_output(). 2019-03-11 10:33:32 +00:00
nat64_translate.h Retire IPFIREWALL_NAT64_DIRECT_OUTPUT kernel option. And add ability 2018-10-21 16:29:12 +00:00
nat64lsn_control.c Reimplement how net.inet.ip.fw.dyn_keep_states works. 2018-12-04 16:01:25 +00:00
nat64lsn.c Call inet_ntop() only when its result is needed. 2018-10-21 16:37:53 +00:00
nat64lsn.h
nat64stl_control.c Reimplement how net.inet.ip.fw.dyn_keep_states works. 2018-12-04 16:01:25 +00:00
nat64stl.c
nat64stl.h