untrusted comment: signature from openbsd 6.1 base secret key
RWQEQa33SgQSEnKz7KcQQfD5wvwxtkZjmjz3TKSm8WvPEfC1mNNI4MAgxByNo9xbz4BGOmCjL3/5yDqKU8FwNltpyDP91WH1qgM=
OpenBSD 6.1 errata 009, May 22, 2017:
The kernel could leak memory when processing ICMP packets with IP
options. Note that pf(4) blocks such packets by default.
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