untrusted comment: signature from openbsd 6.2 base secret key
RWRVWzAMgtyg7tEOrrSlKmT8b2XWIllq2xtHJttakY42CxDKpzspjeG2jtDal6dX4P3ZNsoYdr8f07fpwzb5j8Xqcq/dT85Digo=
OpenBSD 6.2 errata 007, February 2nd, 2018:
If the EtherIP tunnel protocol was disabled, IPv6 packets were not
discarded properly. This causes a double free in the kernel.
And then rebuild and install a new kernel:
KK=`sysctl -n kern.osversion | cut -d# -f1`
cd /usr/src/sys/arch/`machine`/compile/$KK
make obj
make config
make
make install