untrusted comment: signature from openbsd 6.0 base secret key
RWSho3oKSqgLQ+rRwru8/NPqjRlv6J9DvMMN7QJETg4Utc4F0Aft8w29WDyz0vxM1iIcb8g4x3L6dKahAPQEJe8EoWb/u9lUEgU=
OpenBSD 6.0 errata 025, 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:
cd /usr/src/sys/arch/`machine`/conf
KK=`sysctl -n kern.osversion | cut -d# -f1`
config $KK
cd ../compile/$KK
make
make install