bz d0aa68f4fe After r338257 is was possible to trigger a KASSERT() in ud6_output()
using an application trying to use a v4mapped destination address on a
kernel without INET support or on a v6only socket.
Catch this case and prevent the packet from going anywhere;
else, without the KASSERT() armed, a v4mapped destination
address might go out on the wire or other undefined behaviour
might happen, while with the KASSERT() we panic.

PR:		231728
Reported by:	Jeremy Faulkner (gldisater gmail.com)
Approved by:	re (kib)
2018-10-02 17:29:56 +00:00
..
2018-08-31 08:37:15 +00:00
2018-08-15 20:23:08 +00:00
2018-08-15 20:23:08 +00:00
2018-03-23 16:56:44 +00:00
2017-12-28 20:40:56 +00:00