untrusted comment: signature from openbsd 6.1 base secret key
RWQEQa33SgQSEml3TkqBRg680RBxu/ZjYLuIcw4QfG1sCxlmtYdq78vDWDLrOKVepw5RgmvBQIsQIPex5Hx9HNRQHzjAh8ZtNgs=
OpenBSD 6.1 errata 019, August 3, 2017:
With an invalid address family, tcp_usrreq() may take an unintended code path.
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